update to 2019.1 [release 2019.1-1mamba;Thu May 16 2019]
This commit is contained in:
parent
3924497f2f
commit
31520415a9
@ -1,5 +1,5 @@
|
|||||||
Name: python-tz
|
Name: python-tz
|
||||||
Version: 2016.7
|
Version: 2019.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: World Timezone Definitions for Python
|
Summary: World Timezone Definitions for Python
|
||||||
Group: System/Libraries/Python
|
Group: System/Libraries/Python
|
||||||
@ -7,7 +7,7 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
||||||
URL: http://pytz.sourceforge.net
|
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
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython-devel
|
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.
|
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).
|
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
|
%prep
|
||||||
%setup -q -n pytz-%{version}
|
%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
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%files -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc CHANGES.txt LICENSE.txt README.txt
|
%doc LICENSE.txt README.txt
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Oct 26 2017 Automatic Build System <autodist@mambasoft.it> 2016.7-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user