Hello community,

here is the log from the commit of package python-pytz for openSUSE:Factory 
checked in at 2015-04-22 01:17:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytz (Old)
 and      /work/SRC/openSUSE:Factory/.python-pytz.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pytz"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pytz/python-pytz.changes  2015-01-20 
19:11:14.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-pytz.new/python-pytz.changes     
2015-04-22 01:17:20.000000000 +0200
@@ -1,0 +2,6 @@
+Sun Apr 19 09:10:33 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 2015.2:
+  * update to Olson/IANA database version 2015b
+
+-------------------------------------------------------------------

Old:
----
  pytz-2014.10.tar.bz2

New:
----
  pytz-2015.2.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pytz.spec ++++++
--- /var/tmp/diff_new_pack.bSiFeG/_old  2015-04-22 01:17:21.000000000 +0200
+++ /var/tmp/diff_new_pack.bSiFeG/_new  2015-04-22 01:17:21.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pytz
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           python-pytz
-Version:        2014.10
+Version:        2015.2
 Release:        0
 Summary:        World timezone definitions, modern and historical
 License:        MIT

++++++ pytz-2014.10.tar.bz2 -> pytz-2015.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytz-2014.10/PKG-INFO new/pytz-2015.2/PKG-INFO
--- old/pytz-2014.10/PKG-INFO   2014-11-27 10:01:29.000000000 +0100
+++ new/pytz-2015.2/PKG-INFO    2015-03-23 08:04:48.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pytz
-Version: 2014.10
+Version: 2015.2
 Summary: World timezone definitions, modern and historical
 Home-page: http://pythonhosted.org/pytz
 Author: Stuart Bishop
@@ -519,6 +519,15 @@
         Europe/Zurich
         
         
+        Internationalization - i18n/l10n
+        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+        
+        Pytz is an interface to the IANA database, which uses ASCII names. The 
`Unicode  Consortium's Unicode Locales (CLDR) <http://cldr.unicode.org>`_
+        project provides translations. Thomas Khyn's 
+        `l18n <https://pypi.python.org/pypi/l18n>`_ package can be used to 
access
+        these translations from Python.
+        
+        
         License
         ~~~~~~~
         
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytz-2014.10/README.txt new/pytz-2015.2/README.txt
--- old/pytz-2014.10/README.txt 2014-11-27 10:00:22.000000000 +0100
+++ new/pytz-2015.2/README.txt  2015-03-23 08:00:32.000000000 +0100
@@ -510,6 +510,15 @@
 Europe/Zurich
 
 
+Internationalization - i18n/l10n
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Pytz is an interface to the IANA database, which uses ASCII names. The 
`Unicode  Consortium's Unicode Locales (CLDR) <http://cldr.unicode.org>`_
+project provides translations. Thomas Khyn's 
+`l18n <https://pypi.python.org/pypi/l18n>`_ package can be used to access
+these translations from Python.
+
+
 License
 ~~~~~~~
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytz-2014.10/pytz/__init__.py 
new/pytz-2015.2/pytz/__init__.py
--- old/pytz-2014.10/pytz/__init__.py   2014-11-27 10:00:22.000000000 +0100
+++ new/pytz-2015.2/pytz/__init__.py    2015-03-23 08:00:32.000000000 +0100
@@ -9,8 +9,8 @@
 '''
 
 # The Olson database is updated several times a year.
-OLSON_VERSION = '2014j'
-VERSION = '2014.10'  # Switching to pip compatible version numbering.
+OLSON_VERSION = '2015b'
+VERSION = '2015.2'  # Switching to pip compatible version numbering.
 __version__ = VERSION
 
 OLSEN_VERSION = OLSON_VERSION # Old releases had this misspelling
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytz-2014.10/pytz/tests/test_tzinfo.py 
new/pytz-2015.2/pytz/tests/test_tzinfo.py
--- old/pytz-2014.10/pytz/tests/test_tzinfo.py  2014-11-27 10:00:22.000000000 
+0100
+++ new/pytz-2015.2/pytz/tests/test_tzinfo.py   2015-03-23 08:00:32.000000000 
+0100
@@ -21,8 +21,8 @@
 
 # I test for expected version to ensure the correct version of pytz is
 # actually being tested.
-EXPECTED_VERSION='2014.10'
-EXPECTED_OLSON_VERSION='2014j'
+EXPECTED_VERSION='2015.2'
+EXPECTED_OLSON_VERSION='2015b'
 
 fmt = '%Y-%m-%d %H:%M:%S %Z%z'
 
Files old/pytz-2014.10/pytz/zoneinfo/America/Antigua and 
new/pytz-2015.2/pytz/zoneinfo/America/Antigua differ
Files old/pytz-2014.10/pytz/zoneinfo/America/Cancun and 
new/pytz-2015.2/pytz/zoneinfo/America/Cancun differ
Files old/pytz-2014.10/pytz/zoneinfo/America/Cayman and 
new/pytz-2015.2/pytz/zoneinfo/America/Cayman differ
Files old/pytz-2014.10/pytz/zoneinfo/America/Santiago and 
new/pytz-2015.2/pytz/zoneinfo/America/Santiago differ
Files old/pytz-2014.10/pytz/zoneinfo/Antarctica/Palmer and 
new/pytz-2015.2/pytz/zoneinfo/Antarctica/Palmer differ
Files old/pytz-2014.10/pytz/zoneinfo/Asia/Aden and 
new/pytz-2015.2/pytz/zoneinfo/Asia/Aden differ
Files old/pytz-2014.10/pytz/zoneinfo/Asia/Bahrain and 
new/pytz-2015.2/pytz/zoneinfo/Asia/Bahrain differ
Files old/pytz-2014.10/pytz/zoneinfo/Asia/Choibalsan and 
new/pytz-2015.2/pytz/zoneinfo/Asia/Choibalsan differ
Files old/pytz-2014.10/pytz/zoneinfo/Asia/Gaza and 
new/pytz-2015.2/pytz/zoneinfo/Asia/Gaza differ
Files old/pytz-2014.10/pytz/zoneinfo/Asia/Hebron and 
new/pytz-2015.2/pytz/zoneinfo/Asia/Hebron differ
Files old/pytz-2014.10/pytz/zoneinfo/Asia/Hovd and 
new/pytz-2015.2/pytz/zoneinfo/Asia/Hovd differ
Files old/pytz-2014.10/pytz/zoneinfo/Asia/Kuwait and 
new/pytz-2015.2/pytz/zoneinfo/Asia/Kuwait differ
Files old/pytz-2014.10/pytz/zoneinfo/Asia/Muscat and 
new/pytz-2015.2/pytz/zoneinfo/Asia/Muscat differ
Files old/pytz-2014.10/pytz/zoneinfo/Asia/Ulaanbaatar and 
new/pytz-2015.2/pytz/zoneinfo/Asia/Ulaanbaatar differ
Files old/pytz-2014.10/pytz/zoneinfo/Asia/Ulan_Bator and 
new/pytz-2015.2/pytz/zoneinfo/Asia/Ulan_Bator differ
Files old/pytz-2014.10/pytz/zoneinfo/Atlantic/Reykjavik and 
new/pytz-2015.2/pytz/zoneinfo/Atlantic/Reykjavik differ
Files old/pytz-2014.10/pytz/zoneinfo/Chile/Continental and 
new/pytz-2015.2/pytz/zoneinfo/Chile/Continental differ
Files old/pytz-2014.10/pytz/zoneinfo/Chile/EasterIsland and 
new/pytz-2015.2/pytz/zoneinfo/Chile/EasterIsland differ
Files old/pytz-2014.10/pytz/zoneinfo/Europe/Volgograd and 
new/pytz-2015.2/pytz/zoneinfo/Europe/Volgograd differ
Files old/pytz-2014.10/pytz/zoneinfo/Iceland and 
new/pytz-2015.2/pytz/zoneinfo/Iceland differ
Files old/pytz-2014.10/pytz/zoneinfo/Pacific/Easter and 
new/pytz-2015.2/pytz/zoneinfo/Pacific/Easter differ
Files old/pytz-2014.10/pytz/zoneinfo/Pacific/Midway and 
new/pytz-2015.2/pytz/zoneinfo/Pacific/Midway differ
Files old/pytz-2014.10/pytz/zoneinfo/Pacific/Saipan and 
new/pytz-2015.2/pytz/zoneinfo/Pacific/Saipan differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytz-2014.10/pytz/zoneinfo/zone.tab 
new/pytz-2015.2/pytz/zoneinfo/zone.tab
--- old/pytz-2014.10/pytz/zoneinfo/zone.tab     2014-11-27 10:00:22.000000000 
+0100
+++ new/pytz-2015.2/pytz/zoneinfo/zone.tab      2015-03-23 08:00:32.000000000 
+0100
@@ -274,7 +274,7 @@
 MV     +0410+07330     Indian/Maldives
 MW     -1547+03500     Africa/Blantyre
 MX     +1924-09909     America/Mexico_City     Central Time - most locations
-MX     +2105-08646     America/Cancun  Central Time - Quintana Roo
+MX     +2105-08646     America/Cancun  Eastern Standard Time - Quintana Roo
 MX     +2058-08937     America/Merida  Central Time - Campeche, Yucatan
 MX     +2540-10019     America/Monterrey       Mexican Central Time - 
Coahuila, Durango, Nuevo Leon, Tamaulipas away from US border
 MX     +2550-09730     America/Matamoros       US Central Time - Coahuila, 
Durango, Nuevo Leon, Tamaulipas near US border
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytz-2014.10/pytz/zoneinfo/zone1970.tab 
new/pytz-2015.2/pytz/zoneinfo/zone1970.tab
--- old/pytz-2014.10/pytz/zoneinfo/zone1970.tab 2014-11-27 10:00:22.000000000 
+0100
+++ new/pytz-2015.2/pytz/zoneinfo/zone1970.tab  2015-03-23 08:00:32.000000000 
+0100
@@ -233,7 +233,7 @@
 MU     -2010+05730     Indian/Mauritius
 MV     +0410+07330     Indian/Maldives
 MX     +1924-09909     America/Mexico_City     Central Time - most locations
-MX     +2105-08646     America/Cancun  Central Time - Quintana Roo
+MX     +2105-08646     America/Cancun  Eastern Standard Time - Quintana Roo
 MX     +2058-08937     America/Merida  Central Time - Campeche, Yucatán
 MX     +2540-10019     America/Monterrey       Mexican Central Time - 
Coahuila, Durango, Nuevo León, Tamaulipas away from US border
 MX     +2550-09730     America/Matamoros       US Central Time - Coahuila, 
Durango, Nuevo León, Tamaulipas near US border
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytz-2014.10/pytz.egg-info/PKG-INFO 
new/pytz-2015.2/pytz.egg-info/PKG-INFO
--- old/pytz-2014.10/pytz.egg-info/PKG-INFO     2014-11-27 10:01:28.000000000 
+0100
+++ new/pytz-2015.2/pytz.egg-info/PKG-INFO      2015-03-23 08:04:47.000000000 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pytz
-Version: 2014.10
+Version: 2015.2
 Summary: World timezone definitions, modern and historical
 Home-page: http://pythonhosted.org/pytz
 Author: Stuart Bishop
@@ -519,6 +519,15 @@
         Europe/Zurich
         
         
+        Internationalization - i18n/l10n
+        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+        
+        Pytz is an interface to the IANA database, which uses ASCII names. The 
`Unicode  Consortium's Unicode Locales (CLDR) <http://cldr.unicode.org>`_
+        project provides translations. Thomas Khyn's 
+        `l18n <https://pypi.python.org/pypi/l18n>`_ package can be used to 
access
+        these translations from Python.
+        
+        
         License
         ~~~~~~~
         


Reply via email to