diff --git a/holidays-0.27.1.tar.gz b/holidays-0.27.1.tar.gz deleted file mode 100644 index f6a23147cdf292b5dd13bafc9b5a826f1a90014b..0000000000000000000000000000000000000000 Binary files a/holidays-0.27.1.tar.gz and /dev/null differ diff --git a/holidays-0.38.tar.gz b/holidays-0.38.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..bcdb4f3ddf894ef7a8c2be977cb298a6338758d3 Binary files /dev/null and b/holidays-0.38.tar.gz differ diff --git a/python-holidays.spec b/python-holidays.spec index 75b84cafc8a6384dc726b9eec41a4da46f8395f3..6e8d64e98d4c572b6d8ac257f37ccc56a97d60ab 100644 --- a/python-holidays.spec +++ b/python-holidays.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-holidays -Version: 0.27.1 +Version: 0.38 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.27.1.tar.gz +Source0: https://files.pythonhosted.org/packages/7a/b0/b23994e529f0bf990162d8d24adcf4601a5fcab808ee9c7d021ae8e63329/holidays-0.38.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.27.1 +%autosetup -n holidays-%{version} %build %py3_build @@ -76,6 +76,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Dec 08 2023 jiangxinyu - 0.38-1 +- Update package to version 0.38 + * Thu Jul 6 2023 sunhui - 0.27.1-1 - Update package to version 0.27.1