15
0

Accepting request 1188967 from system:homeautomation:home-assistant

- update to 0.53:
  * Update Chile holidays: add bank holidays
  * Extend HolidayBase::__setitem__ to handle names including '; '

- re-apply rudi's fix for generating translations
  need to generated and installed, running at %check produces an
  incomplete package, not able to work

OBS-URL: https://build.opensuse.org/request/show/1188967
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-holidays?expand=0&rev=44
This commit is contained in:
2024-07-22 12:00:31 +00:00
committed by Git OBS Bridge
parent 0ff51cf74b
commit d03dca779c
4 changed files with 19 additions and 5 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Jul 22 08:59:26 UTC 2024 - Adrian Schröter <adrian@suse.de>
- update to 0.53:
* Update Chile holidays: add bank holidays
* Extend HolidayBase::__setitem__ to handle names including '; '
-------------------------------------------------------------------
Mon Jul 22 08:55:49 UTC 2024 - Adrian Schröter <adrian@suse.de>
- re-apply rudi's fix for generating translations
need to generated and installed, running at %check produces an
incomplete package, not able to work
-------------------------------------------------------------------
Wed Jun 19 06:53:26 UTC 2024 - Adrian Schröter <adrian@suse.de>