r2008 - in python-tz/trunk (debian/changelog pytz/__init__.py)

kobold at users.alioth.debian.org kobold at users.alioth.debian.org
Wed Jan 6 14:18:33 UTC 2010


    Date: Wednesday, January 6, 2010 @ 14:18:22
  Author: kobold
Revision: 2008

New upstream release.

Modified:
  python-tz/trunk/debian/changelog
  python-tz/trunk/pytz/__init__.py

Modified: python-tz/trunk/debian/changelog
===================================================================
--- python-tz/trunk/debian/changelog	2010-01-06 13:07:45 UTC (rev 2007)
+++ python-tz/trunk/debian/changelog	2010-01-06 14:18:22 UTC (rev 2008)
@@ -1,3 +1,9 @@
+python-tz (2009u-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Fabio Tranchitella <kobold at debian.org>  Wed, 06 Jan 2010 15:17:35 +0100
+
 python-tz (2009p-1) unstable; urgency=low
 
   [ Brian Sutherland ]

Modified: python-tz/trunk/pytz/__init__.py
===================================================================
--- python-tz/trunk/pytz/__init__.py	2010-01-06 13:07:45 UTC (rev 2007)
+++ python-tz/trunk/pytz/__init__.py	2010-01-06 14:18:22 UTC (rev 2008)
@@ -9,7 +9,7 @@
 '''
 
 # The Olson database is updated several times a year.
-OLSON_VERSION = '2009p'
+OLSON_VERSION = '2009u'
 VERSION = OLSON_VERSION
 # Version format for a patch release - only one so far.
 #VERSION = OLSON_VERSION + '.2'
@@ -47,7 +47,8 @@
 def open_resource(name):
     """Open a resource from the zoneinfo subdir for reading.
 
-    Uses the pkg_resources module if available.
+    Uses the pkg_resources module if available and no standard file
+    found at the calculated location.
     """
     # Patched in Debian, use the system zoninfo from the tzdata package
     name_parts = name.lstrip('/').split('/')
@@ -716,6 +717,7 @@
  'Asia/Manila',
  'Asia/Muscat',
  'Asia/Nicosia',
+ 'Asia/Novokuznetsk',
  'Asia/Novosibirsk',
  'Asia/Omsk',
  'Asia/Oral',
@@ -1250,6 +1252,7 @@
  'Asia/Manila',
  'Asia/Muscat',
  'Asia/Nicosia',
+ 'Asia/Novokuznetsk',
  'Asia/Novosibirsk',
  'Asia/Omsk',
  'Asia/Oral',




More information about the pkg-zope-developers mailing list