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 2022-02-03 23:16:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-flufl.i18n (Old)
and /work/SRC/openSUSE:Factory/.python-flufl.i18n.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-flufl.i18n"
Thu Feb 3 23:16:35 2022 rev:3 rq:948294 version:4.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-flufl.i18n/python-flufl.i18n.changes
2021-11-20 02:40:14.708561389 +0100
+++
/work/SRC/openSUSE:Factory/.python-flufl.i18n.new.1898/python-flufl.i18n.changes
2022-02-03 23:17:29.340202176 +0100
@@ -1,0 +2,15 @@
+Sun Jan 23 23:01:57 UTC 2022 - Matej Cepl <[email protected]>
+
+- Update to 4.0:
+ - Use modern package management by adopting pdm and
+ pyproject.toml, and dropping setup.py and setup.cfg.
+ - Build the docs with Python 3.8.
+ - Update to version 3.0 of Sybil.
+ - Adopt the Furo documentation theme.
+ - Use importlib.metadata.version() as a better way to get the
+ package version number for the documentation.
+ - Drop Python 3.6 support.
+ - Update copyright years.
+- Remove obsolete python-flufl.i18n-fix-setup.patch
+
+-------------------------------------------------------------------
Old:
----
flufl.i18n-3.2.tar.gz
python-flufl.i18n-fix-setup.patch
New:
----
flufl.i18n-4.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-flufl.i18n.spec ++++++
--- /var/tmp/diff_new_pack.53YQgC/_old 2022-02-03 23:17:29.828198844 +0100
+++ /var/tmp/diff_new_pack.53YQgC/_new 2022-02-03 23:17:29.832198817 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-flufl.i18n
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,17 +19,20 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define pythons python3
Name: python-flufl.i18n
-Version: 3.2
+Version: 4.0
Release: 0
Summary: High level API for internationalizing Python libraries and
applications
License: Apache-2.0
-URL: https://flufli18n.readthedocs.io
+URL: https://gitlab.com/warsaw/flufl.i18n
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 pdm}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module atpublic}
+BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module six}
BuildRequires: %{python_module sybil}
@@ -48,10 +51,10 @@
%autosetup -n flufl.i18n-%{version} -p1
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -60,6 +63,9 @@
%files %{python_files}
%doc README.rst
%license LICENSE
-%{python_sitelib}/*
+%dir %{python_sitelib}/flufl
+%{python_sitelib}/flufl/i18n*
+%{python_sitelib}/flufl.i18n*
+%{python_sitelib}/flufl.i18n-%{version}*info
%changelog
++++++ flufl.i18n-3.2.tar.gz -> flufl.i18n-4.0.tar.gz ++++++
++++ 2584 lines of diff (skipped)