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..eaede1c7c2fa3b6d3b7de3cf32b15f6db6b22875 100644 --- a/python-holidays.spec +++ b/python-holidays.spec @@ -1,11 +1,11 @@ %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 @@ -21,22 +21,24 @@ as fast and flexible as possible. %package -n python3-holidays Summary: Generate and work with holidays in Python -Provides: python-holidays +Provides: python-holidays = %{version}-%{release} 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 Summary: Development documents and examples for holidays Provides: python3-holidays-doc + %description help Development documents and examples for holidays %prep -%autosetup -n holidays-0.11.1 +%autosetup -n holidays-%{version} %build %py3_build @@ -76,5 +78,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Nov 09 2022 wangjunqi - 0.16-1 +- Update package to version 0.16 + * Sun May 23 2021 Python_Bot - Package Spec generated +