diff --git a/python-sniffio.changes b/python-sniffio.changes index 71790f5..4ab837b 100644 --- a/python-sniffio.changes +++ b/python-sniffio.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Mar 14 09:03:02 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-sniffio.spec b/python-sniffio.spec index 81c151c..d97a866 100644 --- a/python-sniffio.spec +++ b/python-sniffio.spec @@ -1,7 +1,7 @@ # # spec file for package python-sniffio # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?sle15_python_module_pythons} %define skip_python2 1 Name: python-sniffio -Version: 1.3.0 +Version: 1.3.1 Release: 0 Summary: Module to sniff which async library code runs under License: Apache-2.0 OR MIT diff --git a/sniffio-1.3.0.tar.gz b/sniffio-1.3.0.tar.gz deleted file mode 100644 index d164fc5..0000000 --- a/sniffio-1.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9279dc8ca9a78186d14d5e5892c21bcf756381039997bf8f5d7ed90af884dda1 -size 16867 diff --git a/sniffio-1.3.1.tar.gz b/sniffio-1.3.1.tar.gz new file mode 100644 index 0000000..4067b0a --- /dev/null +++ b/sniffio-1.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaaf93c6b263537535e4df0e070586e2ccae467153bb5eb7d588b8af98f24504 +size 16907