Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-lazy-object-proxy for
openSUSE:Factory checked in at 2022-08-20 20:27:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-lazy-object-proxy (Old)
and /work/SRC/openSUSE:Factory/.python-lazy-object-proxy.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-lazy-object-proxy"
Sat Aug 20 20:27:48 2022 rev:13 rq:998095 version:1.7.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-lazy-object-proxy/python-lazy-object-proxy.changes
2022-03-29 18:13:58.799048716 +0200
+++
/work/SRC/openSUSE:Factory/.python-lazy-object-proxy.new.2083/python-lazy-object-proxy.changes
2022-08-20 20:27:56.713233205 +0200
@@ -1,0 +2,5 @@
+Thu Aug 18 19:27:17 UTC 2022 - Ben Greiner <[email protected]>
+
+- Clean specfile, remove code coverage check and travis-fold
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-lazy-object-proxy.spec ++++++
--- /var/tmp/diff_new_pack.U6EIwZ/_old 2022-08-20 20:27:57.761236112 +0200
+++ /var/tmp/diff_new_pack.U6EIwZ/_new 2022-08-20 20:27:57.765236123 +0200
@@ -36,6 +36,7 @@
Source:
https://files.pythonhosted.org/packages/source/l/lazy-object-proxy/lazy-object-proxy-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools_scm >= 3.3.1}
+BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Obsoletes: python-lazy_object_proxy < %{version}-%{release}
@@ -43,8 +44,6 @@
%if %{with test}
BuildRequires: %{python_module lazy-object-proxy = %{version}}
BuildRequires: %{python_module pytest-benchmark}
-BuildRequires: %{python_module pytest-cov}
-BuildRequires: %{python_module pytest-travis-fold}
BuildRequires: %{python_module pytest}
%endif
%python_subpackages
@@ -55,8 +54,6 @@
%prep
%setup -q -n lazy-object-proxy-%{version}
-# unpin setuptools_scm
-sed -i '/setuptools_scm/ s/,<6.0//' setup.cfg pyproject.toml
%build
%if !%{with test}
@@ -79,7 +76,8 @@
%files %{python_files}
%doc AUTHORS.rst CHANGELOG.rst CONTRIBUTING.rst README.rst docs
%license LICENSE
-%{python_sitearch}/*
+%{python_sitearch}/lazy_object_proxy
+%{python_sitearch}/lazy_object_proxy-%{version}*-info
%endif
%changelog