Update to 2016.6.1
This commit is contained in:
parent
9d2b575fe2
commit
40029e8aa9
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ pytz-2010h.tar.gz
|
||||
/pytz-2015.4.tar.gz
|
||||
/pytz-2015.7.tar.gz
|
||||
/pytz-2016.4.tar.gz
|
||||
/pytz-2016.6.1.tar.gz
|
||||
|
11
pytz.spec
11
pytz.spec
@ -5,14 +5,14 @@
|
||||
%endif
|
||||
|
||||
Name: pytz
|
||||
Version: 2016.4
|
||||
Release: 3%{?dist}
|
||||
Version: 2016.6.1
|
||||
Release: 1%{?dist}
|
||||
Summary: World Timezone Definitions for Python
|
||||
|
||||
Group: Development/Languages
|
||||
License: MIT
|
||||
URL: http://pytz.sourceforge.net/
|
||||
Source0: http://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
|
||||
Source0: https://pypi.io/packages/source/p/%{name}/%{name}-%{version}.tar.gz
|
||||
# Patch to use the system supplied zoneinfo files
|
||||
Patch0: pytz-zoneinfo.patch
|
||||
|
||||
@ -96,6 +96,11 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -v
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jul 21 2016 Matěj Cepl <mcepl@redhat.com> - 2016.6.1-1
|
||||
- Update to 2016.6.1 (RHBZ #1356337)
|
||||
- Fix Source0 URL to override a change in PyPI URLs (see
|
||||
https://bitbucket.org/pypa/pypi/issues/438/)
|
||||
|
||||
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2016.4-3
|
||||
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user