forked from pool/python-holidays
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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user