forked from pool/python-holidays
Accepting request 1274673 from home:nkrapp:branches:devel:languages:python
- Update to 0.71
* Add French Southern Territories holidays
* Add Oman holidays
* Add Sierra Leone holidays
* Add Suriname holidays
* Update .po files generator
* Update .po files generator
* Update BY.po files
* Update Pakistan holidays: add Youm-e-Takbeer holiday
* Update Python latest supported version format
* Update RELEASE.md
* Update South Korea holidays: add 2025 Presidential Election Day
* Update l10n related documentation: detailed explain of
language parameter behavior
* Update mypy configuration
* Add FUNDING.yml
OBS-URL: https://build.opensuse.org/request/show/1274673
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-holidays?expand=0&rev=52
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7df32b674bc766fe431979bdbf69f45898c24d75703671cf70ac1874f8f6a72c
|
||||
size 3989900
|
||||
3
holidays-0.71.tar.gz
Normal file
3
holidays-0.71.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:235419fbf972768d6b0d6700012830ff466864798f00d4c1d05ada397828bb74
|
||||
size 4461361
|
||||
@@ -1,3 +1,74 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 5 16:09:58 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
|
||||
|
||||
- Update to 0.71
|
||||
* Add French Southern Territories holidays
|
||||
* Add Oman holidays
|
||||
* Add Sierra Leone holidays
|
||||
* Add Suriname holidays
|
||||
* Update .po files generator
|
||||
* Update .po files generator
|
||||
* Update BY.po files
|
||||
* Update Pakistan holidays: add Youm-e-Takbeer holiday
|
||||
* Update Python latest supported version format
|
||||
* Update RELEASE.md
|
||||
* Update South Korea holidays: add 2025 Presidential Election Day
|
||||
* Update l10n related documentation: detailed explain of
|
||||
language parameter behavior
|
||||
* Update mypy configuration
|
||||
* Add FUNDING.yml
|
||||
- Update to 0.70
|
||||
* Add iCalendar export support
|
||||
* Add Antigua and Barbuda holidays
|
||||
* Add Fiji holidays
|
||||
* Add Guinea holidays
|
||||
* Add Ivory Coast holidays
|
||||
* Add Qatar holidays
|
||||
* Update Argentina holidays: add categories and subdivisions support
|
||||
* Update India holidays: Hindi l10n fixes
|
||||
* Update Pakistan holidays: add 2023-2024 exact dates
|
||||
* Update Pakistan holidays: add l10n support (en_PK, en_US, ur_PK
|
||||
* Update Philippines holidays: 2025 Eid'l Fitr
|
||||
* Update Philippines holidays: adjust Bonifacio Day for 2023
|
||||
* Update README.md badges
|
||||
* Update Timor-Leste holidays: add en_TL, th l10n, update en_US l10n
|
||||
* Update HolidayBase::pop_named: add support for more lookup types
|
||||
* Update _ThaiLunisolar and ThaiCalendarHolidays documentation
|
||||
* Update pyproject.toml: align with PEP 639 metadata format
|
||||
* Update release notes generator
|
||||
* Update tests requirements
|
||||
* Added commit SHAs instead of versions
|
||||
* Adjust project files after migration to MkDocs
|
||||
* Migrate Documentation from Sphinx to MkDocs
|
||||
* Reformat .po files
|
||||
* Reformat BY.po files
|
||||
- Update to 0.69
|
||||
* Introduce HolidayBase methods for proper serialization
|
||||
* Add Macau holidays
|
||||
* Update IN holidays and localization
|
||||
* Update Poland holidays: add de localization
|
||||
* Fix l10n handling
|
||||
* Update Hong Kong holidays: standardizes en_US l10n with China's and
|
||||
Macau's implementation
|
||||
* Update Indonesia holidays: 2031-2050 Day of Silence (Nyepi) data, migrate
|
||||
to BalineseSakaCalendarHolidays
|
||||
* Update Philippines holidays: 2025 Eid'l Fitr and Eid'l Adha Tentative Date
|
||||
* Update Taiwan holidays: add categories support
|
||||
* Update Timor Leste holidays: fix 2025 Islamic holidays
|
||||
* Update US holidays: add federal holidays as GOVERNMENT category
|
||||
* Update US holidays: аdd additional MI state holidays
|
||||
* Update IslamicHolidays: add an option whether to add estimation label
|
||||
to holiday name
|
||||
- Update to 0.68
|
||||
* Fix 2025 Chinese Calendar's Birthday of Buddha
|
||||
* Update AZ holidays: add 2025 substituted holidays
|
||||
* Update Kenya holidays, add l10n support
|
||||
* Update Malaysia holidays
|
||||
* Update Zenodo record URL in README
|
||||
* Update issue templates
|
||||
* Update l10n scripts
|
||||
* Add .coderabbit.yaml
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 24 13:12:28 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-holidays
|
||||
Version: 0.67
|
||||
Version: 0.71
|
||||
Release: 0
|
||||
Summary: Python library for generating holidays on the fly
|
||||
License: MIT
|
||||
@@ -26,7 +26,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 importlib-metadata if %python-base < 3.10}
|
||||
BuildRequires: %{python_module korean-lunar-calendar}
|
||||
BuildRequires: %{python_module numpy}
|
||||
BuildRequires: %{python_module pip}
|
||||
@@ -63,7 +63,7 @@ sed -i '/"--cov-fail-under=100",/d' pyproject.toml
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
%doc CHANGES README.rst
|
||||
%doc CHANGES.md README.md
|
||||
%{python_sitelib}/holidays
|
||||
%{python_sitelib}/holidays-%{version}.dist-info
|
||||
|
||||
|
||||
Reference in New Issue
Block a user