From b2a8c21a67cdf8c369e30af5a80d157f9463482d1cea846c1e21f62ea25ed74a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 7 Feb 2024 20:14:24 +0000 Subject: [PATCH] - update to 0.42: * Add Ghana holidays * Add Jersey holidays * Update Costa Rica holidays * Update Croatia holidays * Update Greece holidays * Update Switzerland holidays * Update United Arab Emirates holidays * 2020 China calendar discrepancies fix * Add United Kingdom's Whit Monday holidays for pre-1971 years * Unify common holidays name translation * Use current version for release notes generation * Implement Tanzania `StaticHolidays` - Pre-commit v.2.0.3 (dr-p) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-holidays?expand=0&rev=30 --- holidays-0.41.tar.gz | 3 --- holidays-0.42.tar.gz | 3 +++ python-holidays.changes | 20 ++++++++++++++++++-- python-holidays.spec | 2 +- 4 files changed, 22 insertions(+), 6 deletions(-) delete mode 100644 holidays-0.41.tar.gz create mode 100644 holidays-0.42.tar.gz diff --git a/holidays-0.41.tar.gz b/holidays-0.41.tar.gz deleted file mode 100644 index 4f73d04..0000000 --- a/holidays-0.41.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:049aee44431455f051402d30ff378c4c8b718a7781fa88dd4bbec8a466f4272e -size 3555061 diff --git a/holidays-0.42.tar.gz b/holidays-0.42.tar.gz new file mode 100644 index 0000000..38b5d22 --- /dev/null +++ b/holidays-0.42.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be7beb2d0230b187971e20c84aada23e7bf88010c2947c014644bd51f52a099b +size 3565786 diff --git a/python-holidays.changes b/python-holidays.changes index ed7691a..e41b942 100644 --- a/python-holidays.changes +++ b/python-holidays.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed Feb 7 20:13:50 UTC 2024 - Dirk Müller + +- update to 0.42: + * Add Ghana holidays + * Add Jersey holidays + * Update Costa Rica holidays + * Update Croatia holidays + * Update Greece holidays + * Update Switzerland holidays + * Update United Arab Emirates holidays + * 2020 China calendar discrepancies fix + * Add United Kingdom's Whit Monday holidays for pre-1971 years + * Unify common holidays name translation + * Use current version for release notes generation + ------------------------------------------------------------------- Tue Jan 23 03:11:25 UTC 2024 - Steve Kowalik @@ -26,7 +42,7 @@ Tue Jan 23 03:11:25 UTC 2024 - Steve Kowalik * Update Portugal holidays: add holiday categories * Add Maldives holidays * Add Tanzania holidays - * Implement Tanzania `StaticHolidays` + * Implement Tanzania `StaticHolidays` * Add Laos holidays * Update Belarus holidays: add substituted holidays * Update NYSE holidays: fix Juneteenth National Independence Day start year @@ -304,7 +320,7 @@ Thu Sep 29 01:37:03 UTC 2022 - Yogalakshmi Arunachalam - NG updates #486 (pietervdw115) - UK updates #487 (orrock, dr-p) - .gitignore fix #462 (TheLastProject) - - Pre-commit v.2.0.3 (dr-p) + - Pre-commit v.2.0.3 (dr-p) ------------------------------------------------------------------- Mon May 3 13:19:03 UTC 2021 - Matej Cepl diff --git a/python-holidays.spec b/python-holidays.spec index 3f97fe0..a23f50d 100644 --- a/python-holidays.spec +++ b/python-holidays.spec @@ -17,7 +17,7 @@ Name: python-holidays -Version: 0.41 +Version: 0.42 Release: 0 Summary: Python library for generating holidays on the fly License: MIT