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-03-29 18:13:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-lazy-object-proxy (Old)
 and      /work/SRC/openSUSE:Factory/.python-lazy-object-proxy.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-lazy-object-proxy"

Tue Mar 29 18:13:55 2022 rev:12 rq:965084 version:1.7.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-lazy-object-proxy/python-lazy-object-proxy.changes
        2021-10-25 15:17:31.373678989 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-lazy-object-proxy.new.1900/python-lazy-object-proxy.changes
      2022-03-29 18:13:58.799048716 +0200
@@ -1,0 +2,13 @@
+Sat Mar 26 20:03:03 UTC 2022 - Dirk M??ller <[email protected]>
+
+- update to 1.7.1:
+  * Removed most of the Python 2 support code and fixed ``python_requires`` to
+    require at least Python 3.6.
+    * Note that 1.7.0 has been yanked because it could not install on Python 
2.7.
+  * Switched CI to GitHub Actions, this has a couple consequences:
+  * Fixed ``__index__`` to fallback to ``int`` if the wrapped object doesn't
+    have an ``__index__`` method.  This prevents situations where code using a
+    proxy would otherwise likely just call ``int`` had the object not have an
+    ``__index__`` method.
+ 
+-------------------------------------------------------------------

Old:
----
  lazy-object-proxy-1.6.0.tar.gz

New:
----
  lazy-object-proxy-1.7.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-lazy-object-proxy.spec ++++++
--- /var/tmp/diff_new_pack.equWme/_old  2022-03-29 18:13:59.339049213 +0200
+++ /var/tmp/diff_new_pack.equWme/_new  2022-03-29 18:13:59.343049216 +0200
@@ -1,7 +1,7 @@
 #
 # spec file
 #
-# 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
@@ -16,8 +16,7 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define oldpython python
+%{?!python_module:%define python_module() python3-%{**}}
 %global flavor @BUILD_FLAVOR@%{nil}
 %if "%{flavor}" == "test"
 %define psuffix -test
@@ -26,8 +25,9 @@
 %define psuffix %{nil}
 %bcond_with test
 %endif
+%global skip_python2 1
 Name:           python-lazy-object-proxy%{psuffix}
-Version:        1.6.0
+Version:        1.7.1
 Release:        0
 Summary:        Rebuild a new abstract syntax tree from Python's ast
 License:        BSD-2-Clause
@@ -47,10 +47,6 @@
 BuildRequires:  %{python_module pytest-travis-fold}
 BuildRequires:  %{python_module pytest}
 %endif
-%ifpython2
-Obsoletes:      %{oldpython}-lazy_object_proxy < %{version}
-Provides:       %{oldpython}-lazy_object_proxy = %{version}
-%endif
 %python_subpackages
 
 %description

++++++ lazy-object-proxy-1.6.0.tar.gz -> lazy-object-proxy-1.7.1.tar.gz ++++++
++++ 3162 lines of diff (skipped)

Reply via email to