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 2022-11-23 09:47:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-anyio (Old)
 and      /work/SRC/openSUSE:Factory/.python-anyio.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-anyio"

Wed Nov 23 09:47:46 2022 rev:11 rq:1037186 version:3.6.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-anyio/python-anyio.changes        
2022-04-23 19:45:29.806949833 +0200
+++ /work/SRC/openSUSE:Factory/.python-anyio.new.1597/python-anyio.changes      
2022-11-23 09:48:05.267035625 +0100
@@ -1,0 +2,18 @@
+Mon Nov 21 21:04:03 UTC 2022 - Dirk Müller <dmuel...@suse.com>
+
+- update to 3.6.2:
+  - Pinned Trio to < 0.22 to avoid incompatibility with AnyIO's 
``ExceptionGroup`` class
+    causing ``AttributeError: 'NonBaseMultiError' object has no attribute 
'_exceptions'``
+    (AnyIO 4 is unaffected)
+  - Fixed exception handler in the asyncio test runner not properly handling a 
context
+    that does not contain the ``exception`` key
+  - Fixed ``TypeError`` in ``get_current_task()`` on asyncio when using a 
custom ``Task`` factory
+  - Updated type annotations on ``run_process()`` and ``open_process()``:
+    * ``command`` now accepts accepts bytes and sequences of bytes
+    * ``stdin``, ``stdout`` and ``stderr`` now accept file-like objects
+  - Changed the pytest plugin to run both the setup and teardown phases of 
asynchronous
+    generator fixtures within a single task to enable use cases such as cancel 
scopes and
+    task groups where a context manager straddles the ``yield``
+- drop anyio-pytest7.patch (upstream)
+
+-------------------------------------------------------------------

Old:
----
  anyio-3.5.0.tar.gz
  anyio-pytest7.patch

New:
----
  anyio-3.6.2.tar.gz

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

Other differences:
------------------
++++++ python-anyio.spec ++++++
--- /var/tmp/diff_new_pack.Wu9Voj/_old  2022-11-23 09:48:05.795038380 +0100
+++ /var/tmp/diff_new_pack.Wu9Voj/_new  2022-11-23 09:48:05.799038401 +0100
@@ -19,14 +19,12 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:           python-anyio
-Version:        3.5.0
+Version:        3.6.2
 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
-# PATCH-FIX-UPSTREAM anyio-pytest7.patch -- gh#agronholm/anyio#420
-Patch1:         anyio-pytest7.patch
 BuildRequires:  %{python_module contextlib2 if %python-base < 3.7}
 BuildRequires:  %{python_module dataclasses if %python-base < 3.7}
 BuildRequires:  %{python_module idna >= 2.8}

++++++ anyio-3.5.0.tar.gz -> anyio-3.6.2.tar.gz ++++++
++++ 11765 lines of diff (skipped)

Reply via email to