Update to 2015.7
This commit is contained in:
parent
58f8488a00
commit
1c0d3ad1c3
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
pytz-2010h.tar.gz
|
pytz-2010h.tar.gz
|
||||||
/pytz-2012d.tar.gz
|
/pytz-2012d.tar.gz
|
||||||
/pytz-2015.4.tar.gz
|
/pytz-2015.4.tar.gz
|
||||||
|
/pytz-2015.7.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
diff -up pytz-2015.4/pytz/__init__.py.orig pytz-2015.4/pytz/__init__.py
|
diff -up pytz-2015.7/pytz/__init__.py.zoneinfo pytz-2015.7/pytz/__init__.py
|
||||||
--- pytz-2015.4/pytz/__init__.py.orig 2015-05-13 04:50:26.000000000 -0600
|
--- pytz-2015.7/pytz/__init__.py.zoneinfo 2015-10-26 00:30:26.000000000 -0600
|
||||||
+++ pytz-2015.4/pytz/__init__.py 2015-08-30 14:56:56.837511078 -0600
|
+++ pytz-2015.7/pytz/__init__.py 2015-10-26 09:55:20.891455592 -0600
|
||||||
@@ -75,24 +75,19 @@ else: # Python 2.x
|
@@ -75,24 +75,19 @@ else: # Python 2.x
|
||||||
"""
|
"""
|
||||||
return s.encode('US-ASCII')
|
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')
|
return open(filename, 'rb')
|
||||||
|
|
||||||
|
|
||||||
@@ -487,1025 +482,36 @@ def _test():
|
@@ -487,1027 +482,36 @@ def _test():
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
_test()
|
_test()
|
||||||
|
|
||||||
@ -146,6 +146,7 @@ diff -up pytz-2015.4/pytz/__init__.py.orig pytz-2015.4/pytz/__init__.py
|
|||||||
- 'America/Eirunepe',
|
- 'America/Eirunepe',
|
||||||
- 'America/El_Salvador',
|
- 'America/El_Salvador',
|
||||||
- 'America/Ensenada',
|
- 'America/Ensenada',
|
||||||
|
- 'America/Fort_Nelson',
|
||||||
- 'America/Fort_Wayne',
|
- 'America/Fort_Wayne',
|
||||||
- 'America/Fortaleza',
|
- 'America/Fortaleza',
|
||||||
- 'America/Glace_Bay',
|
- '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/Edmonton',
|
||||||
- 'America/Eirunepe',
|
- 'America/Eirunepe',
|
||||||
- 'America/El_Salvador',
|
- 'America/El_Salvador',
|
||||||
|
- 'America/Fort_Nelson',
|
||||||
- 'America/Fortaleza',
|
- 'America/Fortaleza',
|
||||||
- 'America/Glace_Bay',
|
- 'America/Glace_Bay',
|
||||||
- 'America/Godthab',
|
- 'America/Godthab',
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: pytz
|
Name: pytz
|
||||||
Version: 2015.4
|
Version: 2015.7
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: World Timezone Definitions for Python
|
Summary: World Timezone Definitions for Python
|
||||||
|
|
||||||
@ -54,7 +54,7 @@ Almost all (over 540) of the Olson timezones are supported.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .zonezinfo
|
%patch0 -p1 -b .zoneinfo
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -100,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Aug 30 2015 Orion Poplawski <orion@cora.nwra.com> - 2015.4-1
|
||||||
- Update to 2015.4 (bug #1161236)
|
- Update to 2015.4 (bug #1161236)
|
||||||
- Do not ship zoneinfo with python3 package (bug #1251554)
|
- Do not ship zoneinfo with python3 package (bug #1251554)
|
||||||
|
Loading…
Reference in New Issue
Block a user