14
0

- update to 1.3.1:

* Added missing thread_local to sniffio.__all__
  * Add support for Python 3.9 and 3.10.
  * Provide sniffio.thread_local.name for coroutine libraries to
    set
  * Drop support for Python 3.5 and 3.6.
  * Include type hints

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sniffio?expand=0&rev=23
This commit is contained in:
2024-03-14 09:03:28 +00:00
committed by Git OBS Bridge
parent ab94963a23
commit 10b66cfb70
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Mar 14 09:03:02 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.3.1:
* Added missing thread_local to sniffio.__all__
* Add support for Python 3.9 and 3.10.
* Provide sniffio.thread_local.name for coroutine libraries to
set
* Drop support for Python 3.5 and 3.6.
* Include type hints
-------------------------------------------------------------------
Thu Nov 16 20:53:23 UTC 2023 - Matej Cepl <mcepl@cepl.eu>