Hello community,
here is the log from the commit of package python-Babel for openSUSE:Leap:15.2
checked in at 2020-05-26 18:32:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-Babel (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-Babel.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Babel"
Tue May 26 18:32:10 2020 rev:17 rq:808216 version:2.8.0
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-Babel/python-Babel-doc.changes
2020-01-15 15:45:50.515337060 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-Babel.new.2738/python-Babel-doc.changes
2020-05-26 18:32:16.753562538 +0200
@@ -1,0 +2,103 @@
+Mon Jan 13 14:42:05 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- update to 2.8.0
+ * CLDR: Upgrade to CLDR 36.0
+ * Messages: Don't even open files with the "ignore" extraction method
+ * Numbers: Fix formatting very small decimals when quantization is disabled
+ * Messages: Attempt to sort all messages
+ * Add years to changelog
+ * Note that installation requires pytz
+
+-------------------------------------------------------------------
+Tue Jun 4 05:31:14 UTC 2019 - [email protected]
+
+- version update to 2.7.0
+ Possibly incompatible changes
+ * General: Internal uses of ``babel.util.odict`` have been replaced with
+ ``collections.OrderedDict`` from The Python standard library.
+ Improvements
+ * CLDR: Upgrade to CLDR 35.1 - Alberto Mardegan, Aarni Koskela (#626, #643)
+ * General: allow anchoring path patterns to the start of a string -
+ Brian Cappello (#600)
+ * General: Bumped version requirement on pytz - @chrisbrake (#592)
+ * Messages: `pybabel compile`: exit with code 1 if errors were encountered
+ - Aarni Koskela (#647)
+ * Messages: Add omit-header to update_catalog - Cédric Krier (#633)
+ * Messages: Catalog update: keep user comments from destination by default
+ - Aarni Koskela (#648)
+ * Messages: Skip empty message when writing mo file - Cédric Krier (#564)
+ * Messages: Small fixes to avoid crashes on badly formatted .po files
+ - Bryn Truscott (#597)
+ * Numbers: `parse_decimal()` `strict` argument and `suggestions`
+ - Charly C (#590)
+ * Numbers: don't repeat suggestions in parse_decimal strict - Serban
+ Constantin (#599)
+ * Numbers: implement currency formatting with long display names
+ - Luke Plant (#585)
+ * Numbers: parse_decimal(): assume spaces are equivalent to non-breaking
+ spaces when not in strict mode - Aarni Koskela (#649)
+ * Performance: Cache locale_identifiers() - Aarni Koskela (#644)
+ Bugfixes
+ * CLDR: Skip alt=... for week data (minDays, firstDay, weekendStart,
+ weekendEnd) - Aarni Koskela (#634)
+ * Dates: Fix wrong weeknumber for 31.12.2018 - BT-sschmid (#621)
+ * Locale: Avoid KeyError trying to get data on WindowsXP - mondeja (#604)
+ * Locale: get_display_name(): Don't attempt to concatenate variant
+ information to None - Aarni Koskela (#645)
+ * Messages: pofile: Add comparison operators to _NormalizedString - Aarni
+ Koskela (#646)
+ * Messages: pofile: don't crash when message.locations can't be sorted
+ - Aarni Koskela (#646)
+
+-------------------------------------------------------------------
+Sun Jun 24 15:32:48 UTC 2018 - [email protected]
+
+- update to version 2.6.0:
+ * Possibly incompatible changes
+ + Numbers: Refactor decimal handling code and allow bypass of
+ decimal quantization. (@kdeldycke) (PR #538)
+ + Messages: allow processing files that are in locales unknown to
+ Babel (@akx) (PR #557)
+ + General: Drop support for EOL Python 2.6 and 3.3 (@hugovk) (PR
+ #546)
+ * Other changes
+ + CLDR: Use CLDR 33 (@akx) (PR #581)
+ + Lists: Add support for various list styles other than the
+ default (@akx) (#552)
+ + Messages: Add new PoFileError exception (@Bedrock02) (PR #532)
+ + Times: Simplify Linux distro specific explicit timezone setting
+ search (@scop) (PR #528)
+ * Bugfixes
+ + CLDR: avoid importing alt=narrow currency symbols (@akx) (PR
+ #558)
+ + CLDR: ignore non-Latin numbering systems (@akx) (PR #579)
+ + Docs: Fix improper example for date formatting (@PTrottier) (PR
+ #574)
+ + Tooling: Fix some deprecation warnings (@akx) (PR #580)
+ * Tooling & docs
+ + Add explicit signatures to some date autofunctions (@xmo-odoo)
+ (PR #554)
+ + Include license file in the generated wheel package (@jdufresne)
+ (PR #539)
+ + Python 3.6 invalid escape sequence deprecation fixes (@scop) (PR
+ #528)
+ + Test and document all supported Python versions (@jdufresne) (PR
+ #540)
+ + Update copyright header years and authors file (@akx) (PR #559)
+
+-------------------------------------------------------------------
+Sun May 6 19:35:28 UTC 2018 - [email protected]
+
+- update to version 2.5.3:
+ * This is a maintenance release that reverts undesired API-breaking
+ changes that slipped into 2.5.2 (see
+ https://github.com/python-babel/babel/issues/550). It is based on
+ v2.5.1 (f29eccd) with commits 7cedb84, 29da2d2 and edfb518
+ cherry-picked on top.
+
+- changes from version 2.5.2:
+ * Bugfixes
+ + Revert the unnecessary PyInstaller fixes from 2.5.0 and 2.5.1
+ (#533) (@yagebu)
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Leap:15.2/python-Babel/python-Babel.changes
2020-01-15 15:45:50.571337092 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-Babel.new.2738/python-Babel.changes
2020-05-26 18:32:16.825562695 +0200
@@ -1,0 +2,113 @@
+Mon Jan 13 14:40:12 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- update to 2.8.0
+ * CLDR: Upgrade to CLDR 36.0
+ * Messages: Don't even open files with the "ignore" extraction method
+ * Numbers: Fix formatting very small decimals when quantization is disabled
+ * Messages: Attempt to sort all messages
+
+-------------------------------------------------------------------
+Tue Jun 4 05:31:14 UTC 2019 - [email protected]
+
+- version update to 2.7.0
+ Possibly incompatible changes
+ * General: Internal uses of ``babel.util.odict`` have been replaced with
+ ``collections.OrderedDict`` from The Python standard library.
+ Improvements
+ * CLDR: Upgrade to CLDR 35.1 - Alberto Mardegan, Aarni Koskela (#626, #643)
+ * General: allow anchoring path patterns to the start of a string -
+ Brian Cappello (#600)
+ * General: Bumped version requirement on pytz - @chrisbrake (#592)
+ * Messages: `pybabel compile`: exit with code 1 if errors were encountered
+ - Aarni Koskela (#647)
+ * Messages: Add omit-header to update_catalog - Cédric Krier (#633)
+ * Messages: Catalog update: keep user comments from destination by default
+ - Aarni Koskela (#648)
+ * Messages: Skip empty message when writing mo file - Cédric Krier (#564)
+ * Messages: Small fixes to avoid crashes on badly formatted .po files
+ - Bryn Truscott (#597)
+ * Numbers: `parse_decimal()` `strict` argument and `suggestions`
+ - Charly C (#590)
+ * Numbers: don't repeat suggestions in parse_decimal strict - Serban
+ Constantin (#599)
+ * Numbers: implement currency formatting with long display names
+ - Luke Plant (#585)
+ * Numbers: parse_decimal(): assume spaces are equivalent to non-breaking
+ spaces when not in strict mode - Aarni Koskela (#649)
+ * Performance: Cache locale_identifiers() - Aarni Koskela (#644)
+ Bugfixes
+ * CLDR: Skip alt=... for week data (minDays, firstDay, weekendStart,
+ weekendEnd) - Aarni Koskela (#634)
+ * Dates: Fix wrong weeknumber for 31.12.2018 - BT-sschmid (#621)
+ * Locale: Avoid KeyError trying to get data on WindowsXP - mondeja (#604)
+ * Locale: get_display_name(): Don't attempt to concatenate variant
+ information to None - Aarni Koskela (#645)
+ * Messages: pofile: Add comparison operators to _NormalizedString - Aarni
+ Koskela (#646)
+ * Messages: pofile: don't crash when message.locations can't be sorted
+ - Aarni Koskela (#646)
+
+-------------------------------------------------------------------
+Tue Dec 4 13:05:10 UTC 2018 - Matej Cepl <[email protected]>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------
+Sun Jun 24 15:32:48 UTC 2018 - [email protected]
+
+- update to version 2.6.0:
+ * Possibly incompatible changes
+ + Numbers: Refactor decimal handling code and allow bypass of
+ decimal quantization. (@kdeldycke) (PR #538)
+ + Messages: allow processing files that are in locales unknown to
+ Babel (@akx) (PR #557)
+ + General: Drop support for EOL Python 2.6 and 3.3 (@hugovk) (PR
+ #546)
+ * Other changes
+ + CLDR: Use CLDR 33 (@akx) (PR #581)
+ + Lists: Add support for various list styles other than the
+ default (@akx) (#552)
+ + Messages: Add new PoFileError exception (@Bedrock02) (PR #532)
+ + Times: Simplify Linux distro specific explicit timezone setting
+ search (@scop) (PR #528)
+ * Bugfixes
+ + CLDR: avoid importing alt=narrow currency symbols (@akx) (PR
+ #558)
+ + CLDR: ignore non-Latin numbering systems (@akx) (PR #579)
+ + Docs: Fix improper example for date formatting (@PTrottier) (PR
+ #574)
+ + Tooling: Fix some deprecation warnings (@akx) (PR #580)
+ * Tooling & docs
+ + Add explicit signatures to some date autofunctions (@xmo-odoo)
+ (PR #554)
+ + Include license file in the generated wheel package (@jdufresne)
+ (PR #539)
+ + Python 3.6 invalid escape sequence deprecation fixes (@scop) (PR
+ #528)
+ + Test and document all supported Python versions (@jdufresne) (PR
+ #540)
+ + Update copyright header years and authors file (@akx) (PR #559)
+
+-------------------------------------------------------------------
+Sun May 6 19:35:28 UTC 2018 - [email protected]
+
+- update to version 2.5.3:
+ * This is a maintenance release that reverts undesired API-breaking
+ changes that slipped into 2.5.2 (see
+ https://github.com/python-babel/babel/issues/550). It is based on
+ v2.5.1 (f29eccd) with commits 7cedb84, 29da2d2 and edfb518
+ cherry-picked on top.
+
+- changes from version 2.5.2:
+ * Bugfixes
+ + Revert the unnecessary PyInstaller fixes from 2.5.0 and 2.5.1
+ (#533) (@yagebu)
+
+-------------------------------------------------------------------
+Tue Feb 27 12:28:43 UTC 2018 - [email protected]
+
+- Export TZ and LC_ALL before running the tests. Without this
+ python-Babel is not able to see the TZ variable, and produce
+ a `local` LOCALTZ
+
+-------------------------------------------------------------------
Old:
----
Babel-2.5.1.tar.gz
New:
----
Babel-2.8.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-Babel-doc.spec ++++++
--- /var/tmp/diff_new_pack.auiJgf/_old 2020-05-26 18:32:17.301563735 +0200
+++ /var/tmp/diff_new_pack.auiJgf/_new 2020-05-26 18:32:17.301563735 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-Babel-doc
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,22 +12,21 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-Babel-doc
-Version: 2.5.1
+Version: 2.8.0
Release: 0
Summary: Internationalization utilities
License: BSD-3-Clause
Group: Development/Languages/Python
-Url: http://babel.edgewall.org/
-Source: https://pypi.io/packages/source/B/Babel/Babel-%{version}.tar.gz
+URL: http://babel.pocoo.org/
+Source:
https://files.pythonhosted.org/packages/source/B/Babel/Babel-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: python3-Sphinx
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%python_subpackages
@@ -41,13 +40,13 @@
%build
%{_python_use_flavor python3}
-%__python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo
+python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo
%install
# Only building documentation
%files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE build/sphinx/html
+%license LICENSE
+%doc build/sphinx/html
%changelog
++++++ python-Babel.spec ++++++
--- /var/tmp/diff_new_pack.auiJgf/_old 2020-05-26 18:32:17.321563778 +0200
+++ /var/tmp/diff_new_pack.auiJgf/_new 2020-05-26 18:32:17.329563795 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-Babel
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,32 +12,32 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
Name: python-Babel
-Version: 2.5.1
+Version: 2.8.0
Release: 0
Summary: Internationalization utilities
License: BSD-3-Clause
Group: Development/Languages/Python
-Url: http://babel.pocoo.org/
-Source: https://pypi.io/packages/source/B/Babel/Babel-%{version}.tar.gz
-BuildRequires: %{python_module devel}
-BuildRequires: %{python_module setuptools}
+URL: http://babel.pocoo.org/
+Source:
https://files.pythonhosted.org/packages/source/B/Babel/Babel-%{version}.tar.gz
# Test requirements:
BuildRequires: %{python_module freezegun}
BuildRequires: %{python_module py >= 1.4.14}
BuildRequires: %{python_module pytest >= 2.3.5}
-BuildRequires: %{python_module pytz}
+BuildRequires: %{python_module pytz >= 2015.7}
+BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-pytz
+Requires: python-pytz >= 2015.7
Requires(post): update-alternatives
Requires(postun): update-alternatives
+BuildArch: noarch
%ifpython2
Obsoletes: %{oldpython}-babel < %{version}
Provides: %{oldpython}-babel = %{version}
@@ -46,8 +46,6 @@
Provides: python3-babel = %{version}
Obsoletes: python3-babel < %{version}
%endif
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildArch: noarch
%python_subpackages
%description
@@ -62,11 +60,10 @@
%install
%python_install
%python_clone -a %{buildroot}%{_bindir}/pybabel
-
-%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-TZ=UTC LC_ALL=C %python_exec %{_bindir}/py.test tests
+%pytest
%pre
# Since /usr/bin/pybabel became ghosted to be used with update-alternatives,
we have to get rid
@@ -80,8 +77,8 @@
%python_uninstall_alternative pybabel
%files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE CHANGES
+%license LICENSE
+%doc CHANGES
%python_alternative %{_bindir}/pybabel
%{python_sitelib}/babel
%{python_sitelib}/Babel-%{version}-py%{python_version}.egg-info
++++++ Babel-2.5.1.tar.gz -> Babel-2.8.0.tar.gz ++++++
/work/SRC/openSUSE:Leap:15.2/python-Babel/Babel-2.5.1.tar.gz
/work/SRC/openSUSE:Leap:15.2/.python-Babel.new.2738/Babel-2.8.0.tar.gz differ:
char 5, line 1