Go to file
Dirk Mueller fc8767e10e - update to 3.7.1:
* Fixed sending large buffers via UNIX stream sockets on
    asyncio
  * Fixed several minor documentation issues (broken links to
    classes, missing classes or attributes)
  * Dropped support for Python 3.6
  * Improved type annotations:
  * Several functions and methods that were previously annotated
    as accepting ``Coroutine[Any, Any, Any]`` as the return type
    of the callable have been amended to accept ``Awaitable[Any]``
    instead, to allow a slightly broader set of coroutine-like
    inputs, like ``async_generator_asend`` objects returned from
    the ``asend()`` method of async generators, and to match
    the ``trio`` annotations:
    * ``anyio.run()``
    * ``anyio.from_thread.run()``
    * ``TaskGroup.start_soon()``
    * ``TaskGroup.start()``
    * ``BlockingPortal.call()``
    * ``BlockingPortal.start_task_soon()``
    * ``BlockingPortal.start_task()``
  * Changed ``TLSAttribute.shared_ciphers`` to match the
    documented semantics of ``SSLSocket.shared_ciphers``
    of always returning ``None`` for client-side streams
  * Fixed ``CapacityLimiter`` on the asyncio backend to order
    waiting tasks in the FIFO order (instead of LIFO)
  * Fixed ``CancelScope.cancel()`` not working on asyncio if
    called before entering the scope
  * Fixed ``open_signal_receiver()`` inconsistently yielding
    integers instead of ``signal.Signals`` instances on the

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-anyio?expand=0&rev=31
2023-11-16 15:34:42 +00:00
.gitattributes Accepting request 868484 from home:bnavigator:branches:devel:languages:python 2021-02-02 00:11:01 +00:00
.gitignore Accepting request 868484 from home:bnavigator:branches:devel:languages:python 2021-02-02 00:11:01 +00:00
anyio-3.7.1.tar.gz - update to 3.7.1: 2023-11-16 15:34:42 +00:00
fix-failing-tls-tests.patch - Add patch fix-failing-tls-tests.patch: 2023-05-04 07:30:14 +00:00
python-anyio.changes - update to 3.7.1: 2023-11-16 15:34:42 +00:00
python-anyio.spec - update to 3.7.1: 2023-11-16 15:34:42 +00:00
support-trio-0.22.patch - Add patc support-trio-0.22.patch: 2023-03-07 06:29:47 +00:00
tests-test_fileio.py-don-t-follow-symlinks-in-dev.patch Accepting request 1122463 from home:jirislaby:branches:devel:languages:python 2023-11-02 12:31:00 +00:00