Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-anyio for openSUSE:Factory 
checked in at 2021-03-15 10:56:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-anyio (Old)
 and      /work/SRC/openSUSE:Factory/.python-anyio.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-anyio"

Mon Mar 15 10:56:26 2021 rev:2 rq:879046 version:2.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-anyio/python-anyio.changes        
2021-02-10 21:30:04.270257031 +0100
+++ /work/SRC/openSUSE:Factory/.python-anyio.new.2401/python-anyio.changes      
2021-03-15 10:56:26.769360122 +0100
@@ -1,0 +2,20 @@
+Mon Mar 15 05:57:41 UTC 2021 - Steve Kowalik <[email protected]>
+
+- Update to 2.2.0:
+  * Added the ``maybe_async()`` and ``maybe_async_cm()`` functions to 
facilitate forward compatibility with AnyIO 3
+  * Fixed socket stream bug on asyncio where receiving a half-close from the 
peer would shut down the entire connection
+  * Fixed native task names not being set on asyncio on Python 3.8+
+  * Fixed ``TLSStream.send_eof()`` raising ``ValueError`` instead of the 
expected ``NotImplementedError``
+  * Fixed ``open_signal_receiver()`` on asyncio and curio hanging if the 
cancel scope was cancelled before the function could run
+  * Fixed Trio test runner causing unwarranted test errors on 
``BaseException``s
+  * Fixed formatted output of ``ExceptionGroup`` containing too many newlines
+  * Added the ``spawn_task()`` and ``wrap_async_context_manager()`` methods to 
``BlockingPortal``
+  * Added the ``handshake_timeout`` and ``error_handler`` parameters to 
``TLSListener``
+  * Fixed ``Event`` objects on the trio backend not inheriting from 
``anyio.abc.Event``
+  * Fixed ``run_sync_in_worker_thread()`` raising ``UnboundLocalError`` on 
asyncio when cancelled
+  * Fixed ``send()`` on socket streams not raising any exception on asyncio, 
and an unwrapped
+  * ``BrokenPipeError`` on trio and curio when the peer has disconnected
+  * Fixed ``MemoryObjectSendStream.send()`` raising ``BrokenResourceError`` 
when the last receiver is closed right after receiving the item
+  * Fixed ``ValueError: Invalid file descriptor: -1`` when closing a 
``SocketListener`` on asyncio
+
+-------------------------------------------------------------------

Old:
----
  anyio-2.0.2.tar.gz

New:
----
  anyio-2.2.0.tar.gz

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

Other differences:
------------------
++++++ python-anyio.spec ++++++
--- /var/tmp/diff_new_pack.6qMerT/_old  2021-03-15 10:56:27.577361362 +0100
+++ /var/tmp/diff_new_pack.6qMerT/_new  2021-03-15 10:56:27.581361368 +0100
@@ -19,27 +19,27 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:           python-anyio
-Version:        2.0.2
+Version:        2.2.0
 Release:        0
 Summary:        High level compatibility layer for asynchronous event loop 
implementations
 License:        MIT
 URL:            https://github.com/agronholm/anyio
 Source:         
https://files.pythonhosted.org/packages/source/a/anyio/anyio-%{version}.tar.gz
-BuildRequires:  python-rpm-macros >= 20210127.3a18043
-BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module setuptools_scm}
-BuildRequires:  %{python_module toml}
+BuildRequires:  %{python_module async_generator if %python-base < 3.7}
+BuildRequires:  %{python_module dataclasses if %python-base < 3.7}
 BuildRequires:  %{python_module idna >= 2.8}
+BuildRequires:  %{python_module setuptools_scm}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module sniffio >= 1.1}
+BuildRequires:  %{python_module toml}
 BuildRequires:  %{python_module typing_extensions if %python-base < 3.8}
-BuildRequires:  %{python_module async_generator if %python-base < 3.7}
-BuildRequires:  %{python_module dataclasses if %python-base < 3.7}
+BuildRequires:  python-rpm-macros >= 20210127.3a18043
 # SECTION test requirements
 BuildRequires:  %{python_module hypothesis >= 4.0}
 BuildRequires:  %{python_module pytest >= 6.0}
+BuildRequires:  %{python_module trio >= 0.16}
 BuildRequires:  %{python_module trustme}
 BuildRequires:  %{python_module uvloop}
-BuildRequires:  %{python_module trio >= 0.16}
 # Note to packagers: future versions will drop curio 
(https://github.com/agronholm/anyio/pull/182)
 BuildRequires:  %{python_module curio >= 1.4}
 # /SECTION

++++++ anyio-2.0.2.tar.gz -> anyio-2.2.0.tar.gz ++++++
++++ 1762 lines of diff (skipped)

Reply via email to