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-03-05 13:44:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-lazy-object-proxy (Old)
and /work/SRC/openSUSE:Factory/.python-lazy-object-proxy.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-lazy-object-proxy"
Fri Mar 5 13:44:23 2021 rev:9 rq:875445 version:1.5.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-lazy-object-proxy/python-lazy-object-proxy.changes
2020-12-23 14:19:10.625595823 +0100
+++
/work/SRC/openSUSE:Factory/.python-lazy-object-proxy.new.2378/python-lazy-object-proxy.changes
2021-03-05 13:44:30.079579926 +0100
@@ -1,0 +2,5 @@
+Fri Feb 26 08:46:31 UTC 2021 - Mark??ta Machov?? <[email protected]>
+
+- Drop broken %ifpython3 macro
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-lazy-object-proxy.spec ++++++
--- /var/tmp/diff_new_pack.Mn0a68/_old 2021-03-05 13:44:30.739580526 +0100
+++ /var/tmp/diff_new_pack.Mn0a68/_new 2021-03-05 13:44:30.739580526 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-lazy-object-proxy
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -38,6 +38,8 @@
BuildRequires: %{python_module setuptools_scm >= 3.3.1}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+Obsoletes: python-lazy_object_proxy < %{version}-%{release}
+Provides: python-lazy_object_proxy = %{version}-%{release}
%if %{with test}
BuildRequires: %{python_module lazy-object-proxy = %{version}}
BuildRequires: %{python_module pytest-benchmark}
@@ -49,10 +51,6 @@
Obsoletes: %{oldpython}-lazy_object_proxy < %{version}
Provides: %{oldpython}-lazy_object_proxy = %{version}
%endif
-%ifpython3
-Obsoletes: python3-lazy_object_proxy < %{version}-%{release}
-Provides: python3-lazy_object_proxy = %{version}-%{release}
-%endif
%python_subpackages
%description