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.27.1.tar.gz b/holidays-0.27.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..f6a23147cdf292b5dd13bafc9b5a826f1a90014b Binary files /dev/null and b/holidays-0.27.1.tar.gz differ diff --git a/python-holidays.spec b/python-holidays.spec index 820673a967724f9112a4da4a59290ec66f92a1b5..75b84cafc8a6384dc726b9eec41a4da46f8395f3 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.27.1 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/e8/fd/be6aefe70a8ef9c4ae9ff5a22c933f985f04257aee50ad025bd4a7f52494/holidays-0.27.1.tar.gz BuildArch: noarch Requires: python3-convertdate @@ -36,7 +36,7 @@ Provides: python3-holidays-doc Development documents and examples for holidays %prep -%autosetup -n holidays-0.11.1 +%autosetup -n holidays-0.27.1 %build %py3_build @@ -76,5 +76,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Jul 6 2023 sunhui - 0.27.1-1 +- Update package to version 0.27.1 + * Sun May 23 2021 Python_Bot - Package Spec generated