15
0

- Update to 0.45:

* Add Python 3.12 support
  * Add Kuwait holidays
  * Add Seychelles holidays
  * Fix SonarCloud security hotspots
  * Update Mexico holidays
  * Update Ethiopia holidays
  * Update Ukrainian translations (proper apostrophe)
  * Update snapshots: Portugal holidays
  * Add `UNOFFICIAL` category for the United States
  * Introduce subdivisions aliases
  * Update Ireland holidays
  * Update Portugal holidays: fix Carnival date
  * Update Taiwan holidays
  * Update Thailand holidays: add Bridge Public Holiday on Apr 12, 2024
- Add missing BuildRequires on importlib-metadata.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-holidays?expand=0&rev=32
This commit is contained in:
2024-03-19 05:58:11 +00:00
committed by Git OBS Bridge
parent b2a8c21a67
commit e683a690f3
4 changed files with 25 additions and 4 deletions

View File

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

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

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

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Tue Mar 19 05:57:14 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.45:
* Add Python 3.12 support
* Add Kuwait holidays
* Add Seychelles holidays
* Fix SonarCloud security hotspots
* Update Mexico holidays
* Update Ethiopia holidays
* Update Ukrainian translations (proper apostrophe)
* Update snapshots: Portugal holidays
* Add `UNOFFICIAL` category for the United States
* Introduce subdivisions aliases
* Update Ireland holidays
* Update Portugal holidays: fix Carnival date
* Update Taiwan holidays
* Update Thailand holidays: add Bridge Public Holiday on Apr 12, 2024
- Add missing BuildRequires on importlib-metadata.
-------------------------------------------------------------------
Wed Feb 7 20:13:50 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -17,7 +17,7 @@
Name: python-holidays
Version: 0.42
Version: 0.45
Release: 0
Summary: Python library for generating holidays on the fly
License: MIT
@@ -25,6 +25,7 @@ URL: https://github.com/vacanza/python-holidays
Source: https://github.com/vacanza/python-holidays/archive/refs/tags/v%{version}.tar.gz#/holidays-%{version}.tar.gz
BuildRequires: %{python_module convertdate}
BuildRequires: %{python_module hijri-converter >= 2.2}
BuildRequires: %{python_module importlib-metadata}
BuildRequires: %{python_module korean-lunar-calendar}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module polib}