From 10b66cfb70cc34b2efdf6d8d3d4ca5d11ecb439c189996bb0e3878b74628e50f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 14 Mar 2024 09:03:28 +0000 Subject: [PATCH] - 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 --- python-sniffio.changes | 11 +++++++++++ python-sniffio.spec | 4 ++-- sniffio-1.3.0.tar.gz | 3 --- sniffio-1.3.1.tar.gz | 3 +++ 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 sniffio-1.3.0.tar.gz create mode 100644 sniffio-1.3.1.tar.gz 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