15
0

- update to 0.48:

* Introduce workdays calculation support
  * Refactor `HolidayBase::__getattr__`: speed up _add_holiday_*
    methods
  * Add Palau holidays
  * Update Greece holidays: move 2024 Labor Day to May 7
  * Update Timor-Leste holidays
  * Update United States holidays: fix Confederate Memorial Day
    in MS
  * Update badges in README
  * Update CI/CD: fix macOS Python versions
  * Extend HolidayBase::_add_holiday family methods with Easter
    support
  * Prioritize entity default holiday category processing

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-holidays?expand=0&rev=40
This commit is contained in:
2024-05-07 20:55:50 +00:00
committed by Git OBS Bridge
parent 048be505db
commit 77305f6ec6
4 changed files with 22 additions and 4 deletions

View File

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

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

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

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue May 7 20:54:37 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.48:
* Introduce workdays calculation support
* Refactor `HolidayBase::__getattr__`: speed up _add_holiday_*
methods
* Add Palau holidays
* Update Greece holidays: move 2024 Labor Day to May 7
* Update Timor-Leste holidays
* Update United States holidays: fix Confederate Memorial Day
in MS
* Update badges in README
* Update CI/CD: fix macOS Python versions
* Extend HolidayBase::_add_holiday family methods with Easter
support
* Prioritize entity default holiday category processing
-------------------------------------------------------------------
Sat Apr 20 15:39:57 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -17,7 +17,7 @@
Name: python-holidays
Version: 0.47
Version: 0.48
Release: 0
Summary: Python library for generating holidays on the fly
License: MIT