Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-flufl.lock for
openSUSE:Factory checked in at 2022-02-03 23:16:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-flufl.lock (Old)
and /work/SRC/openSUSE:Factory/.python-flufl.lock.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-flufl.lock"
Thu Feb 3 23:16:34 2022 rev:4 rq:948287 version:7.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-flufl.lock/python-flufl.lock.changes
2021-11-20 02:40:38.348483383 +0100
+++
/work/SRC/openSUSE:Factory/.python-flufl.lock.new.1898/python-flufl.lock.changes
2022-02-03 23:17:28.576207390 +0100
@@ -1,0 +2,17 @@
+Thu Jan 20 18:33:51 UTC 2022 - Matej Cepl <[email protected]>
+
+- Update to 7.0:
+ - Fix spurious log messages when not breaking the lock.
+ - 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.
+ - Add a favicon and logos to the published documentation.
+ - 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 now irrelevant patch python-flufl.lock-fix-setup.patch.
+
+-------------------------------------------------------------------
Old:
----
flufl.lock-6.0.tar.gz
python-flufl.lock-fix-setup.patch
New:
----
flufl.lock-7.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-flufl.lock.spec ++++++
--- /var/tmp/diff_new_pack.DNPoep/_old 2022-02-03 23:17:29.124203650 +0100
+++ /var/tmp/diff_new_pack.DNPoep/_new 2022-02-03 23:17:29.128203622 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-flufl.lock
#
-# 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,13 +19,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-flufl.lock
-Version: 6.0
+Version: 7.0
Release: 0
Summary: NFS-safe file locking with timeouts for POSIX and Windows
License: Apache-2.0
-URL: https://flufllock.readthedocs.io
+URL: https://gitlab.com/warsaw/flufl.lock
Source:
https://files.pythonhosted.org/packages/source/f/flufl.lock/flufl.lock-%{version}.tar.gz
-Patch: python-flufl.lock-fix-setup.patch
+BuildRequires: %{python_module pdm}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module typing_extensions}
BuildRequires: fdupes
@@ -33,15 +33,16 @@
Requires: python-atpublic
Requires: python-psutil
Requires: python-typing_extensions
+BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module atpublic}
BuildRequires: %{python_module importlib-metadata}
BuildRequires: %{python_module psutil}
+BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module six}
BuildRequires: %{python_module sybil}
# /SECTION
-BuildArch: noarch
%python_subpackages
%description
@@ -51,10 +52,10 @@
%autosetup -p1 -n flufl.lock-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -63,6 +64,8 @@
%files %{python_files}
%doc README.rst docs/NEWS.rst
%license LICENSE
-%{python_sitelib}/*
+%dir %{python_sitelib}/flufl
+%{python_sitelib}/flufl/lock*
+%{python_sitelib}/flufl.lock-%{version}*info
%changelog
++++++ flufl.lock-6.0.tar.gz -> flufl.lock-7.0.tar.gz ++++++
++++ 2415 lines of diff (skipped)