diff --git a/holidays-0.42.tar.gz b/holidays-0.42.tar.gz deleted file mode 100644 index 38b5d22..0000000 --- a/holidays-0.42.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be7beb2d0230b187971e20c84aada23e7bf88010c2947c014644bd51f52a099b -size 3565786 diff --git a/holidays-0.45.tar.gz b/holidays-0.45.tar.gz new file mode 100644 index 0000000..d841530 --- /dev/null +++ b/holidays-0.45.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e483e0ebf1fbf7b15099e4e39a7ff6fa9ea7782e458573b0ce24c2e55dfaa8c0 +size 3667731 diff --git a/python-holidays.changes b/python-holidays.changes index e41b942..f84a173 100644 --- a/python-holidays.changes +++ b/python-holidays.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Tue Mar 19 05:57:14 UTC 2024 - Steve Kowalik + +- 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 diff --git a/python-holidays.spec b/python-holidays.spec index a23f50d..768ac14 100644 --- a/python-holidays.spec +++ b/python-holidays.spec @@ -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}