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-12-22 16:23:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-flufl.lock (Old)
and /work/SRC/openSUSE:Factory/.python-flufl.lock.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-flufl.lock"
Thu Dec 22 16:23:13 2022 rev:7 rq:1044213 version:7.1.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-flufl.lock/python-flufl.lock.changes
2022-09-29 18:14:06.255342839 +0200
+++
/work/SRC/openSUSE:Factory/.python-flufl.lock.new.1835/python-flufl.lock.changes
2022-12-22 16:23:24.526144897 +0100
@@ -1,0 +2,6 @@
+Wed Dec 21 21:51:33 UTC 2022 - Ben Greiner <[email protected]>
+
+- Fix requirements
+- Remove coverage flags from testsuite
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-flufl.lock.spec ++++++
--- /var/tmp/diff_new_pack.v8qccZ/_old 2022-12-22 16:23:25.022147750 +0100
+++ /var/tmp/diff_new_pack.v8qccZ/_new 2022-12-22 16:23:25.030147796 +0100
@@ -16,8 +16,6 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
Name: python-flufl.lock
Version: 7.1.1
Release: 0
@@ -25,22 +23,20 @@
License: Apache-2.0
URL: https://gitlab.com/warsaw/flufl.lock
Source:
https://files.pythonhosted.org/packages/source/f/flufl.lock/flufl.lock-%{version}.tar.gz
-BuildRequires: %{python_module pdm}
+BuildRequires: %{python_module atpublic >= 2.3}
+BuildRequires: %{python_module base >= 3.7}
+BuildRequires: %{python_module pdm-pep517}
BuildRequires: %{python_module pip}
-BuildRequires: %{python_module typing_extensions}
+BuildRequires: %{python_module psutil >= 5.9}
+BuildRequires: %{python_module typing_extensions if %python-base < 3.8}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-atpublic
-Requires: python-psutil
-Requires: python-typing_extensions
+Requires: python-atpublic >= 2.3
+Requires: python-psutil >= 5.9
+Requires: (python-typing_extensions if python-base < 3.8)
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
%python_subpackages
@@ -50,6 +46,7 @@
%prep
%autosetup -p1 -n flufl.lock-%{version}
+sed -i 's/--cov=flufl --cov-report=term --cov-report=xml//' pyproject.toml
%build
%pyproject_wheel
@@ -65,7 +62,7 @@
%doc README.rst docs/NEWS.rst
%license LICENSE
%dir %{python_sitelib}/flufl
-%{python_sitelib}/flufl/lock*
+%{python_sitelib}/flufl/lock
%{python_sitelib}/flufl.lock-%{version}*info
%changelog