Hello community,

here is the log from the commit of package python-Flask-Babel for 
openSUSE:Factory checked in at 2020-09-06 21:37:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Flask-Babel (Old)
 and      /work/SRC/openSUSE:Factory/.python-Flask-Babel.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Flask-Babel"

Sun Sep  6 21:37:28 2020 rev:5 rq:832533 version:2.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Flask-Babel/python-Flask-Babel.changes    
2020-02-18 13:29:21.684697381 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-Flask-Babel.new.3399/python-Flask-Babel.changes
  2020-09-06 21:39:01.725736754 +0200
@@ -1,0 +2,20 @@
+Sat Sep  5 16:08:27 UTC 2020 - Arun Persaud <[email protected]>
+
+- specfile:
+  * update copyright year
+  * skip python2 builds
+  * change to pytest
+  * added pytz as requirement (from setup.py)
+
+- update to version 2.0.0:
+  * Starting with version 2, flask-babel drops official support for
+    Python2.
+  * Tests moved from unittest to pytest (#163)
+  * Domain and caching support from Flask-BabelEx (#163)
+  * Documentation moved from python-hosted to Github Pages.
+  * CI moved from Travisci to Github Actions
+  * Small documentation improvements.
+  * Removed uncessary checks on get_translations() (#127, #126)
+  * localeselector and timezoneselector can be changed after creation.
+
+-------------------------------------------------------------------

Old:
----
  Flask-Babel-1.0.0.tar.gz

New:
----
  Flask-Babel-2.0.0.tar.gz

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

Other differences:
------------------
++++++ python-Flask-Babel.spec ++++++
--- /var/tmp/diff_new_pack.wdnGEP/_old  2020-09-06 21:39:03.265737513 +0200
+++ /var/tmp/diff_new_pack.wdnGEP/_new  2020-09-06 21:39:03.269737515 +0200
@@ -18,8 +18,9 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:           python-Flask-Babel
-Version:        1.0.0
+Version:        2.0.0
 Release:        0
 Summary:        i18n and l10n support for Flask
 License:        BSD-3-Clause
@@ -29,12 +30,16 @@
 BuildRequires:  %{python_module Babel >= 2.3}
 BuildRequires:  %{python_module Flask}
 BuildRequires:  %{python_module Jinja2 >= 2.5}
+BuildRequires:  %{python_module pytest-mock}
+BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module pytz}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-Babel >= 2.3
 Requires:       python-Flask
 Requires:       python-Jinja2 >= 2.5
+Requires:       python-pytz
 BuildArch:      noarch
 %python_subpackages
 
@@ -53,11 +58,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-pushd tests
-%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
-%python_exec tests.py
-}
-popd
+%pytest
 
 %files %{python_files}
 %license LICENSE

++++++ Flask-Babel-1.0.0.tar.gz -> Flask-Babel-2.0.0.tar.gz ++++++
++++ 3549 lines of diff (skipped)


Reply via email to