diff --git a/holidays-0.84.tar.gz b/holidays-0.84.tar.gz deleted file mode 100644 index 33cb367b8cc527464cb53e0fc26f7ef00e41b443..0000000000000000000000000000000000000000 Binary files a/holidays-0.84.tar.gz and /dev/null differ diff --git a/holidays-0.85.tar.gz b/holidays-0.85.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..5a90b06aadc9f8ef47f29d50bb6f9b9a0eb29d40 Binary files /dev/null and b/holidays-0.85.tar.gz differ diff --git a/python-holidays.spec b/python-holidays.spec index a4c3d51ec09616a1a21bc924fcb4deb670b74fa4..d98393b860362edadb0a51f64698bd5525f07443 100644 --- a/python-holidays.spec +++ b/python-holidays.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-holidays -Version: 0.84 +Version: 0.85 Release: 1 Summary: Generate and work with holidays in Python License: MIT URL: https://github.com/vacanza/holidays -Source0: https://files.pythonhosted.org/packages/2b/91/7301d71a49cfbb499c704615565199180676131da1a56896365bfff6df52/holidays-0.84.tar.gz +Source0: https://files.pythonhosted.org/packages/bc/40/5b625396d2c8d4f25bdb2d13b77dc216f8f8fd3d46a915d246f4b044f197/holidays-0.85.tar.gz BuildArch: noarch Requires: python3-convertdate @@ -84,6 +84,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Nov 27 2025 gongxingliang - 0.85-1 +- Update package to version 0.85 + * Thu Nov 13 2025 dongjiao - 0.84-1 - Update package to version 0.84 Drop Python 3.9 support.