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-08-04 22:28:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-lazy-object-proxy (Old)
 and      /work/SRC/openSUSE:Factory/.python-lazy-object-proxy.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-lazy-object-proxy"

Wed Aug  4 22:28:20 2021 rev:10 rq:909535 version:1.6.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-lazy-object-proxy/python-lazy-object-proxy.changes
        2021-03-05 13:44:30.079579926 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-lazy-object-proxy.new.1899/python-lazy-object-proxy.changes
      2021-08-04 22:28:31.289828791 +0200
@@ -1,0 +2,13 @@
+Sat Jul 31 15:58:37 UTC 2021 - Dirk M??ller <dmuel...@suse.com>
+
+- update to 1.6.0:
+  * Added support for async special methods (``__aiter__``, ``__anext__``,
+    ``__await__``, ``__aenter__``, ``__aexit__``).
+    These are used in the ``async for``, ``await` and ``async with`` 
statements.
+
+    Note that ``__await__`` returns a wrapper that tries to emulate the crazy
+    stuff going on in the ceval loop, so there will be a small performance 
overhead.
+  * Added the ``__resolved__`` property. You can use it to check if the 
factory has
+    been called.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ python-lazy-object-proxy.spec ++++++
--- /var/tmp/diff_new_pack.CA4U1z/_old  2021-08-04 22:28:31.757828212 +0200
+++ /var/tmp/diff_new_pack.CA4U1z/_new  2021-08-04 22:28:31.765828202 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package python-lazy-object-proxy
+# spec file
 #
 # Copyright (c) 2021 SUSE LLC
 #
@@ -27,7 +27,7 @@
 %bcond_with test
 %endif
 Name:           python-lazy-object-proxy%{psuffix}
-Version:        1.5.2
+Version:        1.6.0
 Release:        0
 Summary:        Rebuild a new abstract syntax tree from Python's ast
 License:        BSD-2-Clause

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

Reply via email to