15
0

- 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=34
This commit is contained in:
2024-04-02 16:19:57 +00:00
committed by Git OBS Bridge
parent e683a690f3
commit ca7900c8eb
4 changed files with 22 additions and 4 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue Apr 2 16:19:27 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <steven.kowalik@suse.com>