From 5f295382d48c6878d137b35991b5da137298f6af535f97ffda235e510943c998 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 6 Apr 2024 19:35:14 +0000 Subject: [PATCH] - update to 0.46: * Fix Romanian language strings: replace U+015F with proper U+0219 * Update (c) in file headers and LICENSE * Update Australia holidays * Update Makefile clean action * Update US tests: Day After Thanksgiving * Update United Kingdom holidays: fix observed New Year's Day in Scotland * Update tests: use assertIsInstance * Fix README layout (attempt 1) * Add file header pre-commit check * Add package build tests * Unify file headers after recent update OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-holidays?expand=0&rev=36 --- python-holidays.changes | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/python-holidays.changes b/python-holidays.changes index f84a173..ca3fe2e 100644 --- a/python-holidays.changes +++ b/python-holidays.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Apr 2 16:19:27 UTC 2024 - Dirk Müller + +- update to 0.46: + * Fix Romanian language strings: replace U+015F with proper + U+0219 + * Update (c) in file headers and LICENSE + * Update Australia holidays + * Update Makefile clean action + * Update US tests: Day After Thanksgiving + * Update United Kingdom holidays: fix observed New Year's Day + in Scotland + * Update tests: use assertIsInstance + * Fix README layout (attempt 1) + * Add file header pre-commit check + * Add package build tests + * Unify file headers after recent update + ------------------------------------------------------------------- Tue Mar 19 05:57:14 UTC 2024 - Steve Kowalik