update to 2019.1 [release 2019.1-1mamba;Thu May 16 2019]

This commit is contained in:
Silvan Calarco 2024-01-05 16:49:10 +01:00
parent 3924497f2f
commit 31520415a9

View File

@ -1,5 +1,5 @@
Name: python-tz
Version: 2016.7
Version: 2019.1
Release: 1mamba
Summary: World Timezone Definitions for Python
Group: System/Libraries/Python
@ -7,7 +7,7 @@ Vendor: openmamba
Distribution: openmamba
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
URL: http://pytz.sourceforge.net
Source: http://pypi.debian.net/pytz/pytz-%{version}.tar.bz2
Source: http://pypi.debian.net/pytz/pytz-%{version}.tar.gz
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython-devel
@ -21,6 +21,10 @@ pytz brings the Olson tz database into Python.
This library allows accurate and cross platform timezone calculations using Python 2.3 or higher.
It also solves the issue of ambiguous times at the end of daylight savings, which you can read more about in the Python Library Reference (datetime.tzinfo).
%if 0%{?with_pyver}
%pyver_package
%endif
%prep
%setup -q -n pytz-%{version}
@ -42,11 +46,14 @@ It also solves the issue of ambiguous times at the end of daylight savings, whic
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files -f %{name}.filelist
%files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root)
%doc CHANGES.txt LICENSE.txt README.txt
%doc LICENSE.txt README.txt
%changelog
* Thu May 16 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2019.1-1mamba
- update to 2019.1
* Thu Oct 26 2017 Automatic Build System <autodist@mambasoft.it> 2016.7-1mamba
- automatic update by autodist