15
0

Accepting request 1297095 from home:glaubitz:branches:devel:languages:python

- Update to 0.77
  * Refactor US holidays: consolidate duplicate self._year triggers (#2726)
  * Add Cabo Verde holidays (#2654)
  * Add Cayman Islands holidays (#2706)
  * Add Central African Republic holidays (#2687)
  * Add Christmas Island holidays (#2623)
  * Add Democratic Republic of the Congo holidays (#2702)
  * Add Faroe Islands holidays (#2719)
  * Add Gibraltar holidays (#2720)
  * Add Lebanon holidays (#2700)
  * Add Mali holidays (#2725)
  * Add Montserrat holidays (#2714)
  * Add Niue holidays (#2737)
  * Add Norfolk Island holidays (#2716)
  * Add Palestine holidays (#2701)
  * Add Saint Vincent and the Grenadines holidays (#2608)
  * Add Tokelau holidays (#2727)
  * Fix missing StaticHolidays in some countries (#2729)
  * Improve some variable naming (#2708)
  * Optimize dict in/get cases (#2707)
  * Update Georgia holidays (#2735)
  * Update Peru holidays: add 2023+ holidays (#2730)
  * Document _add_holiday_* pattern (#2721)

OBS-URL: https://build.opensuse.org/request/show/1297095
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-holidays?expand=0&rev=62
This commit is contained in:
2025-08-03 13:52:09 +00:00
committed by Git OBS Bridge
parent 574dd68651
commit ffaf62ffb9
4 changed files with 31 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9a9144ae87c40f16888dc09118f3a646628c17d5b02ed18254d0bfb0f6354117
size 5158545

3
holidays-0.77.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:33c4a3e02f66ad90f73910a5e6e67959fe382ee7ff2b99ceeeb00f2a2fae6a81
size 5358272

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Fri Aug 1 14:07:07 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.77
* Refactor US holidays: consolidate duplicate self._year triggers (#2726)
* Add Cabo Verde holidays (#2654)
* Add Cayman Islands holidays (#2706)
* Add Central African Republic holidays (#2687)
* Add Christmas Island holidays (#2623)
* Add Democratic Republic of the Congo holidays (#2702)
* Add Faroe Islands holidays (#2719)
* Add Gibraltar holidays (#2720)
* Add Lebanon holidays (#2700)
* Add Mali holidays (#2725)
* Add Montserrat holidays (#2714)
* Add Niue holidays (#2737)
* Add Norfolk Island holidays (#2716)
* Add Palestine holidays (#2701)
* Add Saint Vincent and the Grenadines holidays (#2608)
* Add Tokelau holidays (#2727)
* Fix missing StaticHolidays in some countries (#2729)
* Improve some variable naming (#2708)
* Optimize dict in/get cases (#2707)
* Update Georgia holidays (#2735)
* Update Peru holidays: add 2023+ holidays (#2730)
* Document _add_holiday_* pattern (#2721)
-------------------------------------------------------------------
Sun Jul 13 13:21:56 UTC 2025 - Dirk Müller <dmueller@suse.com>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-holidays
Version: 0.76
Version: 0.77
Release: 0
Summary: Python library for generating holidays on the fly
License: MIT