Hello community,

here is the log from the commit of package python3-Babel for openSUSE:Factory 
checked in at 2015-10-24 10:22:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-Babel (Old)
 and      /work/SRC/openSUSE:Factory/.python3-Babel.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-Babel"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-Babel/python3-Babel-doc.changes  
2015-07-14 17:44:33.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-Babel.new/python3-Babel-doc.changes     
2015-10-24 10:22:36.000000000 +0200
@@ -1,0 +2,33 @@
+Mon Oct  5 06:12:09 UTC 2015 - a...@gmx.de
+
+- update to version 2.1.1:
+  * Fix Locale.parse using "global.dat" incompatible types
+    (https://github.com/python-babel/babel/issues/174)
+  * Fix display of negative offsets in "FixedOffsetTimezone"
+    (https://github.com/python-babel/babel/issues/214)
+  * Improved odict performance which is used during localization file
+    build, should improve compilation time for large projects
+  * Add support for "narrow" format for "format_timedelta"
+  * Add universal wheel support
+  * Support 'Language' header field in .PO files
+    (fixes https://github.com/python-babel/babel/issues/76)
+  * Test suite enhancements (coverage, broken tests fixed, etc)
+  * Documentation updated
+
+- changes from version 2.0:
+  * Added support for looking up currencies that belong to a territory
+    through the :func:`babel.numbers.get_territory_currencies`
+    function.
+  * Improved Python 3 support.
+  * Fixed some broken tests for timezone behavior.
+  * Improved various smaller things for dealing with dates.
+
+- changes from version 1.4:
+  * Fixed a bug that caused deprecated territory codes not being
+    converted properly by the subtag resolving.  This for instance
+    showed up when trying to use "und_UK" as a language code
+    which now properly resolves to "en_GB".
+  * Fixed a bug that made it impossible to import the CLDR data
+    from scratch on windows systems.
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/python3-Babel/python3-Babel.changes      
2015-07-14 17:44:33.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-Babel.new/python3-Babel.changes 
2015-10-24 10:22:36.000000000 +0200
@@ -1,0 +2,36 @@
+Mon Oct  5 06:12:09 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * adjusted patch: skip-dst-tests.patch
+
+- update to version 2.1.1:
+  * Fix Locale.parse using "global.dat" incompatible types
+    (https://github.com/python-babel/babel/issues/174)
+  * Fix display of negative offsets in "FixedOffsetTimezone"
+    (https://github.com/python-babel/babel/issues/214)
+  * Improved odict performance which is used during localization file
+    build, should improve compilation time for large projects
+  * Add support for "narrow" format for "format_timedelta"
+  * Add universal wheel support
+  * Support 'Language' header field in .PO files
+    (fixes https://github.com/python-babel/babel/issues/76)
+  * Test suite enhancements (coverage, broken tests fixed, etc)
+  * Documentation updated
+
+- changes from version 2.0:
+  * Added support for looking up currencies that belong to a territory
+    through the :func:`babel.numbers.get_territory_currencies`
+    function.
+  * Improved Python 3 support.
+  * Fixed some broken tests for timezone behavior.
+  * Improved various smaller things for dealing with dates.
+
+- changes from version 1.4:
+  * Fixed a bug that caused deprecated territory codes not being
+    converted properly by the subtag resolving.  This for instance
+    showed up when trying to use "und_UK" as a language code
+    which now properly resolves to "en_GB".
+  * Fixed a bug that made it impossible to import the CLDR data
+    from scratch on windows systems.
+
+-------------------------------------------------------------------

Old:
----
  Babel-1.3.tar.gz

New:
----
  Babel-2.1.1.tar.gz

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

Other differences:
------------------
++++++ python3-Babel-doc.spec ++++++
--- /var/tmp/diff_new_pack.eJtz9U/_old  2015-10-24 10:22:37.000000000 +0200
+++ /var/tmp/diff_new_pack.eJtz9U/_new  2015-10-24 10:22:37.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python3-Babel-doc
-Version:        1.3
+Version:        2.1.1
 Release:        0
 Url:            http://babel.edgewall.org/
 Summary:        Internationalization utilities

++++++ python3-Babel.spec ++++++
--- /var/tmp/diff_new_pack.eJtz9U/_old  2015-10-24 10:22:37.000000000 +0200
+++ /var/tmp/diff_new_pack.eJtz9U/_new  2015-10-24 10:22:37.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python3-Babel
-Version:        1.3
+Version:        2.1.1
 Release:        0
 Url:            http://babel.pocoo.org/
 Summary:        Internationalization utilities

++++++ Babel-1.3.tar.gz -> Babel-2.1.1.tar.gz ++++++
++++ 3084 lines of diff (skipped)

++++++ skip-dst-tests.patch ++++++
--- /var/tmp/diff_new_pack.eJtz9U/_old  2015-10-24 10:22:38.000000000 +0200
+++ /var/tmp/diff_new_pack.eJtz9U/_new  2015-10-24 10:22:38.000000000 +0200
@@ -1,36 +1,36 @@
-Index: Babel-1.3/tests/test_dates.py
+Index: Babel-2.1.1/tests/test_dates.py
 ===================================================================
---- Babel-1.3.orig/tests/test_dates.py
-+++ Babel-1.3/tests/test_dates.py
+--- Babel-2.1.1.orig/tests/test_dates.py
++++ Babel-2.1.1/tests/test_dates.py
 @@ -175,18 +175,6 @@ class DateTimeFormatTestCase(unittest.Te
          fmt = dates.DateTimeFormat(d, locale='en_US')
          self.assertEqual('0000', fmt['AAAA'])
  
 -    def test_timezone_rfc822(self):
 -        tz = timezone('Europe/Berlin')
--        t = time(15, 30, tzinfo=tz)
+-        t = tz.localize(datetime(2015, 1, 1, 15, 30))
 -        fmt = dates.DateTimeFormat(t, locale='de_DE')
 -        self.assertEqual('+0100', fmt['Z'])
 -
 -    def test_timezone_gmt(self):
 -        tz = timezone('Europe/Berlin')
--        t = time(15, 30, tzinfo=tz)
+-        t = tz.localize(datetime(2015, 1, 1, 15, 30))
 -        fmt = dates.DateTimeFormat(t, locale='de_DE')
 -        self.assertEqual('GMT+01:00', fmt['ZZZZ'])
 -
      def test_timezone_name(self):
          tz = timezone('Europe/Paris')
-         dt = datetime(2007, 4, 1, 15, 30, tzinfo=tz)
+         dt = tz.localize(datetime(2007, 4, 1, 15, 30))
 @@ -379,13 +367,6 @@ def test_get_timezone_gmt():
      dt = datetime(2007, 4, 1, 15, 30)
      assert dates.get_timezone_gmt(dt, locale='en') == u'GMT+00:00'
  
 -    tz = timezone('America/Los_Angeles')
--    dt = datetime(2007, 4, 1, 15, 30, tzinfo=tz)
--    assert dates.get_timezone_gmt(dt, locale='en') == u'GMT-08:00'
--    assert dates.get_timezone_gmt(dt, 'short', locale='en') == u'-0800'
+-    dt = tz.localize(datetime(2007, 4, 1, 15, 30))
+-    assert dates.get_timezone_gmt(dt, locale='en') == u'GMT-07:00'
+-    assert dates.get_timezone_gmt(dt, 'short', locale='en') == u'-0700'
 -
--    assert dates.get_timezone_gmt(dt, 'long', locale='fr_FR') == u'UTC-08:00'
+-    assert dates.get_timezone_gmt(dt, 'long', locale='fr_FR') == u'UTC-07:00'
 -
  
  def test_get_timezone_location():


Reply via email to