diff --git a/holidays-0.86.tar.gz b/holidays-0.86.tar.gz deleted file mode 100644 index d3c8beff58ff020ccef89b33ce01beeb2e64269d..0000000000000000000000000000000000000000 Binary files a/holidays-0.86.tar.gz and /dev/null differ diff --git a/holidays-0.87.tar.gz b/holidays-0.87.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..5c168e77a3aae36e41d2f3db47d5d6c2a270c2b7 Binary files /dev/null and b/holidays-0.87.tar.gz differ diff --git a/python-holidays.spec b/python-holidays.spec index 5734a83c5f322b8f2f96e026fa9fd370eaf6b39f..9bc679e2641dd3a584dfa1b1d6706d8ec0261d90 100644 --- a/python-holidays.spec +++ b/python-holidays.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-holidays -Version: 0.86 +Version: 0.87 Release: 1 Summary: Generate and work with holidays in Python License: MIT URL: https://github.com/vacanza/holidays -Source0: https://files.pythonhosted.org/packages/4d/9f/f1d09d41497315baa7adf0a43f1990def8c8267cb24da2fc8aa49b2ed731/holidays-0.86.tar.gz +Source0: https://files.pythonhosted.org/packages/3e/fa/4464d560583ece7ae139ed8a3036bc0134b5cc0e7ebf86f0d19dbbc88855/holidays-0.87.tar.gz BuildArch: noarch Requires: python3-convertdate @@ -84,6 +84,21 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Dec 16 2025 yangengLiu - 0.87-1 +- update version to 0.87 +- Refactor TestAllInSameYear class +- Refactor tests: long holiday names representation cleanup +- Update Bangladesh holidays: add l10n support +- Update Chinese calendar: improve Qingming Festival date calculation +- Update Germany holidays +- Update India holidays: add Gujarati language support +- Update United States holidays: fix Washington's Birthday logic +- Update XNYS holidays: add half-day holidays +- Update documentation build settings +- Adjust project files after migration to uv +- Migrate to uv for dependency management +- Use explicit Python version during uv setup + * Tue Dec 2 2025 gongxingliang - 0.86-1 - Update package to version 0.86