From a829633e65c7965c2bed3a8720b559979d9b569f2bf5f264c920fe91b5345887 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 24 Feb 2025 14:29:57 +0000 Subject: [PATCH] Accepting request 1248141 from home:glaubitz:branches:devel:languages:python - Update to 0.67 * Add Saint Lucia holidays * Add Tuvalu holidays * Update Greenland holidays l10n * Update Hong Kong holidays: add l10n support * Update Hong Kong holidays: fix `th` l10n typo * Update Panama holidays, add l10n support * Update README: add DOI * Update United Kingdom & Isle of Man holidays: add l10n support * Update internal scripts * Update subdivision names for Presidents' Day in the United States * Add Python syntax check with ruff-pyupgrade rules * Add make script for Windows * Check .mo rather than .po files in TestListLocalizedEntities * Implement HolidayBase::get_closest_holiday functionality * Unify certain holidays names translation OBS-URL: https://build.opensuse.org/request/show/1248141 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-holidays?expand=0&rev=50 --- holidays-0.66.tar.gz | 3 --- holidays-0.67.tar.gz | 3 +++ python-holidays.changes | 20 ++++++++++++++++++++ python-holidays.spec | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 holidays-0.66.tar.gz create mode 100644 holidays-0.67.tar.gz diff --git a/holidays-0.66.tar.gz b/holidays-0.66.tar.gz deleted file mode 100644 index cc2bbbb..0000000 --- a/holidays-0.66.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9ce4bf459efd4f2a59bfb96280ef824367b3277d8bc6466b9fba26532ec9119 -size 3942324 diff --git a/holidays-0.67.tar.gz b/holidays-0.67.tar.gz new file mode 100644 index 0000000..31aa3c7 --- /dev/null +++ b/holidays-0.67.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7df32b674bc766fe431979bdbf69f45898c24d75703671cf70ac1874f8f6a72c +size 3989900 diff --git a/python-holidays.changes b/python-holidays.changes index c0f3d1c..c17a502 100644 --- a/python-holidays.changes +++ b/python-holidays.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon Feb 24 13:12:28 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 0.67 + * Add Saint Lucia holidays + * Add Tuvalu holidays + * Update Greenland holidays l10n + * Update Hong Kong holidays: add l10n support + * Update Hong Kong holidays: fix `th` l10n typo + * Update Panama holidays, add l10n support + * Update README: add DOI + * Update United Kingdom & Isle of Man holidays: add l10n support + * Update internal scripts + * Update subdivision names for Presidents' Day in the United States + * Add Python syntax check with ruff-pyupgrade rules + * Add make script for Windows + * Check .mo rather than .po files in TestListLocalizedEntities + * Implement HolidayBase::get_closest_holiday functionality + * Unify certain holidays names translation + ------------------------------------------------------------------- Tue Feb 11 09:27:25 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-holidays.spec b/python-holidays.spec index 119ef43..d196f17 100644 --- a/python-holidays.spec +++ b/python-holidays.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-holidays -Version: 0.66 +Version: 0.67 Release: 0 Summary: Python library for generating holidays on the fly License: MIT