Update to 2015.7

This commit is contained in:
Orion Poplawski 2015-10-26 09:57:31 -06:00
parent 58f8488a00
commit 1c0d3ad1c3
4 changed files with 13 additions and 7 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
pytz-2010h.tar.gz
/pytz-2012d.tar.gz
/pytz-2015.4.tar.gz
/pytz-2015.7.tar.gz

View File

@ -1,6 +1,6 @@
diff -up pytz-2015.4/pytz/__init__.py.orig pytz-2015.4/pytz/__init__.py
--- pytz-2015.4/pytz/__init__.py.orig 2015-05-13 04:50:26.000000000 -0600
+++ pytz-2015.4/pytz/__init__.py 2015-08-30 14:56:56.837511078 -0600
diff -up pytz-2015.7/pytz/__init__.py.zoneinfo pytz-2015.7/pytz/__init__.py
--- pytz-2015.7/pytz/__init__.py.zoneinfo 2015-10-26 00:30:26.000000000 -0600
+++ pytz-2015.7/pytz/__init__.py 2015-10-26 09:55:20.891455592 -0600
@@ -75,24 +75,19 @@ else: # Python 2.x
"""
return s.encode('US-ASCII')
@ -30,7 +30,7 @@ diff -up pytz-2015.4/pytz/__init__.py.orig pytz-2015.4/pytz/__init__.py
return open(filename, 'rb')
@@ -487,1025 +482,36 @@ def _test():
@@ -487,1027 +482,36 @@ def _test():
if __name__ == '__main__':
_test()
@ -146,6 +146,7 @@ diff -up pytz-2015.4/pytz/__init__.py.orig pytz-2015.4/pytz/__init__.py
- 'America/Eirunepe',
- 'America/El_Salvador',
- 'America/Ensenada',
- 'America/Fort_Nelson',
- 'America/Fort_Wayne',
- 'America/Fortaleza',
- 'America/Glace_Bay',
@ -735,6 +736,7 @@ diff -up pytz-2015.4/pytz/__init__.py.orig pytz-2015.4/pytz/__init__.py
- 'America/Edmonton',
- 'America/Eirunepe',
- 'America/El_Salvador',
- 'America/Fort_Nelson',
- 'America/Fortaleza',
- 'America/Glace_Bay',
- 'America/Godthab',

View File

@ -5,7 +5,7 @@
%endif
Name: pytz
Version: 2015.4
Version: 2015.7
Release: 1%{?dist}
Summary: World Timezone Definitions for Python
@ -54,7 +54,7 @@ Almost all (over 540) of the Olson timezones are supported.
%prep
%setup -q
%patch0 -p1 -b .zonezinfo
%patch0 -p1 -b .zoneinfo
%build
@ -100,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Oct 26 2015 Orion Poplawski <orion@cora.nwra.com> - 2015.7-1
- Update to 2015.7
* Sun Aug 30 2015 Orion Poplawski <orion@cora.nwra.com> - 2015.4-1
- Update to 2015.4 (bug #1161236)
- Do not ship zoneinfo with python3 package (bug #1251554)

View File

@ -1 +1 @@
417a47b1c432d90333e42084a605d3d8 pytz-2015.4.tar.gz
252bb731883f37ff9c7f462954e8706d pytz-2015.7.tar.gz