Hello community,

here is the log from the commit of package python-pytz for openSUSE:Factory 
checked in at 2016-02-16 09:26:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-10-22 
12:57:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-pytz.new/python-pytz.changes     
2016-02-16 09:26:56.000000000 +0100
@@ -1,0 +2,7 @@
+Mon Feb  1 11:12:53 UTC 2016 - toddrme2...@gmail.com
+
+- update to version 2015.7:
+  * Improved localtime handling, and added a localize() method enabling
+    correct creation of local times.
+
+-------------------------------------------------------------------

Old:
----
  pytz-2015.6.tar.bz2

New:
----
  pytz-2015.7.tar.bz2

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

Other differences:
------------------
++++++ python-pytz.spec ++++++
--- /var/tmp/diff_new_pack.cpUiQH/_old  2016-02-16 09:26:57.000000000 +0100
+++ /var/tmp/diff_new_pack.cpUiQH/_new  2016-02-16 09:26:57.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pytz
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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:        2015.6
+Version:        2015.7
 Release:        0
 Summary:        World timezone definitions, modern and historical
 License:        MIT

++++++ pytz-2015.6.tar.bz2 -> pytz-2015.7.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytz-2015.6/PKG-INFO new/pytz-2015.7/PKG-INFO
--- old/pytz-2015.6/PKG-INFO    2015-09-21 15:40:26.000000000 +0200
+++ new/pytz-2015.7/PKG-INFO    2015-10-26 07:30:31.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pytz
-Version: 2015.6
+Version: 2015.7
 Summary: World timezone definitions, modern and historical
 Home-page: http://pythonhosted.org/pytz
 Author: Stuart Bishop
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytz-2015.6/pytz/__init__.py 
new/pytz-2015.7/pytz/__init__.py
--- old/pytz-2015.6/pytz/__init__.py    2015-09-21 15:39:30.000000000 +0200
+++ new/pytz-2015.7/pytz/__init__.py    2015-10-26 07:30:26.000000000 +0100
@@ -9,8 +9,8 @@
 '''
 
 # The Olson database is updated several times a year.
-OLSON_VERSION = '2015f'
-VERSION = '2015.6'  # Switching to pip compatible version numbering.
+OLSON_VERSION = '2015g'
+VERSION = '2015.7'  # Switching to pip compatible version numbering.
 __version__ = VERSION
 
 OLSEN_VERSION = OLSON_VERSION # Old releases had this misspelling
@@ -241,7 +241,7 @@
         return "UTC"
 
 
-UTC = utc = UTC() # UTC is a singleton
+UTC = utc = UTC()  # UTC is a singleton
 
 
 def _UTC():
@@ -599,6 +599,7 @@
  'America/Eirunepe',
  'America/El_Salvador',
  'America/Ensenada',
+ 'America/Fort_Nelson',
  'America/Fort_Wayne',
  'America/Fortaleza',
  'America/Glace_Bay',
@@ -1177,6 +1178,7 @@
  'America/Edmonton',
  'America/Eirunepe',
  'America/El_Salvador',
+ 'America/Fort_Nelson',
  'America/Fortaleza',
  'America/Glace_Bay',
  'America/Godthab',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytz-2015.6/pytz/tests/test_tzinfo.py 
new/pytz-2015.7/pytz/tests/test_tzinfo.py
--- old/pytz-2015.6/pytz/tests/test_tzinfo.py   2015-09-21 15:39:30.000000000 
+0200
+++ new/pytz-2015.7/pytz/tests/test_tzinfo.py   2015-10-26 07:30:26.000000000 
+0100
@@ -21,8 +21,8 @@
 
 # I test for expected version to ensure the correct version of pytz is
 # actually being tested.
-EXPECTED_VERSION='2015.6'
-EXPECTED_OLSON_VERSION='2015f'
+EXPECTED_VERSION='2015.7'
+EXPECTED_OLSON_VERSION='2015g'
 
 fmt = '%Y-%m-%d %H:%M:%S %Z%z'
 
Files old/pytz-2015.6/pytz/zoneinfo/America/Fort_Nelson and 
new/pytz-2015.7/pytz/zoneinfo/America/Fort_Nelson differ
Files old/pytz-2015.6/pytz/zoneinfo/Asia/Istanbul and 
new/pytz-2015.7/pytz/zoneinfo/Asia/Istanbul differ
Files old/pytz-2015.6/pytz/zoneinfo/Europe/Istanbul and 
new/pytz-2015.7/pytz/zoneinfo/Europe/Istanbul differ
Files old/pytz-2015.6/pytz/zoneinfo/Pacific/Fiji and 
new/pytz-2015.7/pytz/zoneinfo/Pacific/Fiji differ
Files old/pytz-2015.6/pytz/zoneinfo/Pacific/Norfolk and 
new/pytz-2015.7/pytz/zoneinfo/Pacific/Norfolk differ
Files old/pytz-2015.6/pytz/zoneinfo/Turkey and 
new/pytz-2015.7/pytz/zoneinfo/Turkey differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytz-2015.6/pytz/zoneinfo/zone.tab 
new/pytz-2015.7/pytz/zoneinfo/zone.tab
--- old/pytz-2015.6/pytz/zoneinfo/zone.tab      2015-09-21 15:39:30.000000000 
+0200
+++ new/pytz-2015.7/pytz/zoneinfo/zone.tab      2015-10-26 07:30:26.000000000 
+0100
@@ -129,6 +129,7 @@
 CA     +682059-1334300 America/Inuvik  Mountain Time - west Northwest 
Territories
 CA     +4906-11631     America/Creston Mountain Standard Time - Creston, 
British Columbia
 CA     +5946-12014     America/Dawson_Creek    Mountain Standard Time - Dawson 
Creek & Fort Saint John, British Columbia
+CA     +5848-12242     America/Fort_Nelson     Mountain Standard Time - Fort 
Nelson, British Columbia
 CA     +4916-12307     America/Vancouver       Pacific Time - west British 
Columbia
 CA     +6043-13503     America/Whitehorse      Pacific Time - south Yukon
 CA     +6404-13925     America/Dawson  Pacific Time - north Yukon
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytz-2015.6/pytz/zoneinfo/zone1970.tab 
new/pytz-2015.7/pytz/zoneinfo/zone1970.tab
--- old/pytz-2015.6/pytz/zoneinfo/zone1970.tab  2015-09-21 15:39:30.000000000 
+0200
+++ new/pytz-2015.7/pytz/zoneinfo/zone1970.tab  2015-10-26 07:30:26.000000000 
+0100
@@ -126,6 +126,7 @@
 CA     +682059-1334300 America/Inuvik  Mountain Time - west Northwest 
Territories
 CA     +4906-11631     America/Creston Mountain Standard Time - Creston, 
British Columbia
 CA     +5946-12014     America/Dawson_Creek    Mountain Standard Time - Dawson 
Creek & Fort Saint John, British Columbia
+CA     +5848-12242     America/Fort_Nelson     Mountain Standard Time - Fort 
Nelson, British Columbia
 CA     +4916-12307     America/Vancouver       Pacific Time - west British 
Columbia
 CA     +6043-13503     America/Whitehorse      Pacific Time - south Yukon
 CA     +6404-13925     America/Dawson  Pacific Time - north Yukon
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytz-2015.6/pytz.egg-info/PKG-INFO 
new/pytz-2015.7/pytz.egg-info/PKG-INFO
--- old/pytz-2015.6/pytz.egg-info/PKG-INFO      2015-09-21 15:40:26.000000000 
+0200
+++ new/pytz-2015.7/pytz.egg-info/PKG-INFO      2015-10-26 07:30:31.000000000 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pytz
-Version: 2015.6
+Version: 2015.7
 Summary: World timezone definitions, modern and historical
 Home-page: http://pythonhosted.org/pytz
 Author: Stuart Bishop
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytz-2015.6/pytz.egg-info/SOURCES.txt 
new/pytz-2015.7/pytz.egg-info/SOURCES.txt
--- old/pytz-2015.6/pytz.egg-info/SOURCES.txt   2015-09-21 15:40:26.000000000 
+0200
+++ new/pytz-2015.7/pytz.egg-info/SOURCES.txt   2015-10-26 07:30:31.000000000 
+0100
@@ -165,6 +165,7 @@
 pytz/zoneinfo/America/Eirunepe
 pytz/zoneinfo/America/El_Salvador
 pytz/zoneinfo/America/Ensenada
+pytz/zoneinfo/America/Fort_Nelson
 pytz/zoneinfo/America/Fort_Wayne
 pytz/zoneinfo/America/Fortaleza
 pytz/zoneinfo/America/Glace_Bay


Reply via email to