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 2021-10-25 15:17:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-lazy-object-proxy (Old)
and /work/SRC/openSUSE:Factory/.python-lazy-object-proxy.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-lazy-object-proxy"
Mon Oct 25 15:17:01 2021 rev:11 rq:925077 version:1.6.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-lazy-object-proxy/python-lazy-object-proxy.changes
2021-08-04 22:28:31.289828791 +0200
+++
/work/SRC/openSUSE:Factory/.python-lazy-object-proxy.new.1890/python-lazy-object-proxy.changes
2021-10-25 15:17:31.373678989 +0200
@@ -1,0 +2,5 @@
+Wed Oct 13 09:02:38 UTC 2021 - Ben Greiner <[email protected]>
+
+- Unpin setuptools_scm<6.0 limit
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-lazy-object-proxy.spec ++++++
--- /var/tmp/diff_new_pack.A0SZZt/_old 2021-10-25 15:17:32.921679957 +0200
+++ /var/tmp/diff_new_pack.A0SZZt/_new 2021-10-25 15:17:32.921679957 +0200
@@ -59,6 +59,8 @@
%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}