diff --git a/holidays-0.11.1.tar.gz b/holidays-0.11.1.tar.gz deleted file mode 100644 index f4935006bdf9003d635857d0d77986b8e0067be5..0000000000000000000000000000000000000000 Binary files a/holidays-0.11.1.tar.gz and /dev/null differ diff --git a/holidays-0.16.tar.gz b/holidays-0.16.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..de6cf2b2d6545620d6a7b6af6462195b02c5c419 Binary files /dev/null and b/holidays-0.16.tar.gz differ diff --git a/python-holidays.spec b/python-holidays.spec index 820673a967724f9112a4da4a59290ec66f92a1b5..9505251b8d7c27db5b31bdcb4a2f8cf56c1b4ae5 100644 --- a/python-holidays.spec +++ b/python-holidays.spec @@ -1,18 +1,17 @@ %global _empty_manifest_terminate_build 0 Name: python-holidays -Version: 0.11.1 +Version: 0.16 Release: 1 Summary: Generate and work with holidays in Python License: MIT URL: https://github.com/dr-prodigy/python-holidays -Source0: https://files.pythonhosted.org/packages/e8/fd/be6aefe70a8ef9c4ae9ff5a22c933f985f04257aee50ad025bd4a7f52494/holidays-0.11.1.tar.gz +Source0: https://files.pythonhosted.org/packages/e9/64/d52bb3e440a2780af0ad8721526b3804f721df045357efd0778372e20489/holidays-0.16.tar.gz BuildArch: noarch Requires: python3-convertdate Requires: python3-hijri-converter Requires: python3-korean-lunar-calendar Requires: python3-dateutil -Requires: python3-six %description A fast, efficient Python library for generating country, province and state specific sets @@ -25,8 +24,8 @@ Provides: python-holidays BuildRequires: python3-devel BuildRequires: python3-setuptools %description -n python3-holidays -A fast,efficient Python library for generating country, province and state specific sets -of holidays on the fly. It aims to make determining whether a specific date is a holiday +A fast, efficient Python library for generating country, province and state specific sets +of holidays on the fly. It aims to make determining whether a specific date is a holiday as fast and flexible as possible. %package help @@ -36,7 +35,7 @@ Provides: python3-holidays-doc Development documents and examples for holidays %prep -%autosetup -n holidays-0.11.1 +%autosetup -n holidays-%{version} %build %py3_build @@ -76,5 +75,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Nov 03 2022 guozhengxin - 0.16-1 +- Upgrade package to version 0.16 + * Sun May 23 2021 Python_Bot - Package Spec generated