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

@@ -17,7 +17,7 @@
Name: python-holidays
Version: 0.51
Version: 0.53
Release: 0
Summary: Python library for generating holidays on the fly
License: MIT
@@ -49,6 +49,7 @@ It makes determining whether a specific date is a holiday possible.
%setup -q -n python-holidays-%{version}
%build
scripts/l10n/generate_mo_files.py
%pyproject_wheel
%install
@@ -56,7 +57,6 @@ It makes determining whether a specific date is a holiday possible.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
scripts/l10n/generate_mo_files.py
%pytest
%files %{python_files}