Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-flufl.i18n for
openSUSE:Factory checked in at 2021-11-20 02:39:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-flufl.i18n (Old)
and /work/SRC/openSUSE:Factory/.python-flufl.i18n.new.1895 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-flufl.i18n"
Sat Nov 20 02:39:06 2021 rev:2 rq:932382 version:3.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-flufl.i18n/python-flufl.i18n.changes
2019-12-03 15:21:17.990536549 +0100
+++
/work/SRC/openSUSE:Factory/.python-flufl.i18n.new.1895/python-flufl.i18n.changes
2021-11-20 02:40:14.708561389 +0100
@@ -1,0 +2,16 @@
+Wed Nov 17 09:36:44 UTC 2021 - Andreas Schneider <[email protected]>
+
+- Update to version 3.2
+ * Add a py.typed file to satisfy type checkers.
+ * Improve some QA by re-adding diff-cover, Gitlab SAST during
+ CI, and testing on Python 3.10 beta (except for Windows)
+ * Fix pytest 6.0.0 compatibility
+ * Drop support for Python 3.4 and 3.5. Add support for Python 3.9.
+ * Translator.catalog property is now exposed.
+ * New abstract classes for defining the types in this library:
+ * TranslationContextManager, RuntimeTranslator, TranslationStrategy
+ * When expand() gets an exception, the original exception is re-raised.
+ * Add type annotations and API reference documentation.
+- Added python-flufl.i18n-fix-setup.patch
+
+-------------------------------------------------------------------
Old:
----
flufl.i18n-2.0.2.tar.gz
New:
----
flufl.i18n-3.2.tar.gz
python-flufl.i18n-fix-setup.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-flufl.i18n.spec ++++++
--- /var/tmp/diff_new_pack.9YydcS/_old 2021-11-20 02:40:15.168559872 +0100
+++ /var/tmp/diff_new_pack.9YydcS/_new 2021-11-20 02:40:15.172559858 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-flufl.i18n
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,30 +17,35 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
+%define pythons python3
Name: python-flufl.i18n
-Version: 2.0.2
+Version: 3.2
Release: 0
-Summary: A high level API for Python internationalization
+Summary: High level API for internationalizing Python libraries and
applications
License: Apache-2.0
URL: https://flufli18n.readthedocs.io
Source:
https://files.pythonhosted.org/packages/source/f/flufl.i18n/flufl.i18n-%{version}.tar.gz
+Patch0: python-flufl.i18n-fix-setup.patch
BuildRequires: %{python_module setuptools}
-BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-atpublic
-BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module atpublic}
BuildRequires: %{python_module pytest}
+BuildRequires: %{python_module six}
+BuildRequires: %{python_module sybil}
+BuildRequires: %{python_module typing_extensions}
# /SECTION
+BuildRequires: fdupes
+Requires: python-atpublic
+Suggests: python-typing_extensions
+BuildArch: noarch
%python_subpackages
%description
-A high level API for Python internationalization.
+High level API for internationalizing Python libraries and applications.
%prep
-%setup -q -n flufl.i18n-%{version}
+%autosetup -n flufl.i18n-%{version} -p1
%build
%python_build
++++++ flufl.i18n-2.0.2.tar.gz -> flufl.i18n-3.2.tar.gz ++++++
++++ 3670 lines of diff (skipped)
++++++ python-flufl.i18n-fix-setup.patch ++++++
Index: flufl.i18n-3.2/setup.cfg
===================================================================
--- flufl.i18n-3.2.orig/setup.cfg 2021-05-29 20:08:18.854980000 +0200
+++ flufl.i18n-3.2/setup.cfg 2021-11-17 10:36:00.095701103 +0100
@@ -1,5 +1,4 @@
[tool:pytest]
-addopts = --cov=flufl
testpaths = test docs
[flake8]