# # spec file for package python-sniffio # # 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 # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?sle15_python_module_pythons} %define skip_python2 1 Name: python-sniffio Version: 1.3.1 Release: 1.6 Summary: Module to sniff which async library code runs under License: Apache-2.0 OR MIT Group: Development/Languages/Python URL: https://github.com/python-trio/sniffio Source: https://github.com/python-trio/sniffio/archive/v%{version}.tar.gz#/sniffio-%{version}.tar.gz BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module pip} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros >= 20210127.3a18043 BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module pytest} # /SECTION %python_subpackages %description This is a package for detecting which async library code is running under. It supports multiple async I/O packages, like Trio, and asyncio. %prep %setup -q -n sniffio-%{version} %build %pyproject_wheel %install %pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check %pytest -k 'not test_curio' %files %{python_files} %doc README.rst %license LICENSE LICENSE.APACHE2 LICENSE.MIT %{python_sitelib}/sniffio %{python_sitelib}/sniffio-%{version}*-info %changelog * Thu Mar 14 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 2023 Matej Cepl - Remove dependency on curio completely. * Thu Oct 5 2023 Matej Cepl - Clean up the SPEC file * Fri Apr 21 2023 Dirk Müller - add sle15_python_module_pythons (jsc#PED-68) * Thu Apr 13 2023 Matej Cepl - Make calling of %%{sle15modernpython} optional. * Thu Sep 15 2022 Dirk Müller - update to 1.3.0: * requires python 3.7 * Sun Jan 31 2021 Benjamin Greiner - Fix the contextvars requirement for python36 * Wed Dec 9 2020 Benjamin Greiner - Revert the python36 skip. python36-curio has been reenabled * Fri Dec 4 2020 Benjamin Greiner - skip upcoming python36 flavor because there is no python36-curio * Thu Nov 26 2020 Dirk Mueller - update to 1.2.0: * Include type hints * Sun Jun 2 2019 Jan Engelhardt - Use noun phrase in descriptions. Trim filler wording from description. * Tue May 14 2019 Tomáš Chvátal - Really run tests * Sat May 11 2019 Torsten Gruner - Initial release version 1.1.0