From 691a176328b9292c8fcf45a7e428532217cabd0b3942b9e2f8813c8c89f6ce10 Mon Sep 17 00:00:00 2001 From: Nico Krapp Date: Mon, 12 May 2025 14:28:35 +0000 Subject: [PATCH] Accepting request 1276823 from home:glaubitz:branches:devel:languages:python - Update to 0.72 * Add Sao Tome and Principe holidays * Add Trinidad and Tobago holidays * Fix TestClosestHoliday current date handling * Fix typography: replace U+2019 with "'" and U+2013 with '-' * Update Canada holidays: add historical holidays * Update Ethiopia holidays: official source namings, WORKDAY category * Update India holidays: add missing Tamil Nadu holidays * Update README: add Snyk package health badge * Update Singapore holidays: 2025 Polling Day on May 3rd * Update Taiwan holidays: test case refactor * Update documentation build process * Update documentation tests: add AUTHORS.md checking * Add missing subdivisions aliases * Disable v1 incompatibility warning * Docstring cleanup for Indochinese countries * Extend Chinese Lunisolar calendar support * Rename AUTHORS.md to CONTRIBUTORS OBS-URL: https://build.opensuse.org/request/show/1276823 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-holidays?expand=0&rev=54 --- holidays-0.71.tar.gz | 3 --- holidays-0.72.tar.gz | 3 +++ python-holidays.changes | 22 ++++++++++++++++++++++ python-holidays.spec | 2 +- 4 files changed, 26 insertions(+), 4 deletions(-) delete mode 100644 holidays-0.71.tar.gz create mode 100644 holidays-0.72.tar.gz diff --git a/holidays-0.71.tar.gz b/holidays-0.71.tar.gz deleted file mode 100644 index 072d90d..0000000 --- a/holidays-0.71.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:235419fbf972768d6b0d6700012830ff466864798f00d4c1d05ada397828bb74 -size 4461361 diff --git a/holidays-0.72.tar.gz b/holidays-0.72.tar.gz new file mode 100644 index 0000000..cadc1c7 --- /dev/null +++ b/holidays-0.72.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01a230a7171c879f28c16f682c0c2109882f71e3aa78798a2ba596896a4331a8 +size 4482054 diff --git a/python-holidays.changes b/python-holidays.changes index 4d95925..fda148d 100644 --- a/python-holidays.changes +++ b/python-holidays.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Mon May 12 12:02:18 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 0.72 + * Add Sao Tome and Principe holidays + * Add Trinidad and Tobago holidays + * Fix TestClosestHoliday current date handling + * Fix typography: replace U+2019 with "'" and U+2013 with '-' + * Update Canada holidays: add historical holidays + * Update Ethiopia holidays: official source namings, WORKDAY category + * Update India holidays: add missing Tamil Nadu holidays + * Update README: add Snyk package health badge + * Update Singapore holidays: 2025 Polling Day on May 3rd + * Update Taiwan holidays: test case refactor + * Update documentation build process + * Update documentation tests: add AUTHORS.md checking + * Add missing subdivisions aliases + * Disable v1 incompatibility warning + * Docstring cleanup for Indochinese countries + * Extend Chinese Lunisolar calendar support + * Rename AUTHORS.md to CONTRIBUTORS + ------------------------------------------------------------------- Mon May 5 16:09:58 UTC 2025 - Nico Krapp diff --git a/python-holidays.spec b/python-holidays.spec index c834d93..e95c683 100644 --- a/python-holidays.spec +++ b/python-holidays.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-holidays -Version: 0.71 +Version: 0.72 Release: 0 Summary: Python library for generating holidays on the fly License: MIT