forked from pool/python-aiosignal
- Update to 1.3.1:
* Removed stray quote and comma from setup.cfg preventing PyPI from accepting a release. (#361) - 1.3.0: * Switched to declarative package setup. #267 * Added support for Python 3.11. #360 * Dropped Python 3.6 support. #267 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiosignal?expand=0&rev=6
This commit is contained in:
@@ -16,11 +16,10 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python3-%{**}}
|
||||
%define skip_python2 1
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-aiosignal
|
||||
Version: 1.2.0
|
||||
Version: 1.3.1
|
||||
Release: 0
|
||||
Summary: a list of registered asynchronous callbacks
|
||||
License: Apache-2.0
|
||||
@@ -34,6 +33,7 @@ BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module frozenlist >= 1.1.0}
|
||||
BuildRequires: %{python_module pytest-asyncio}
|
||||
BuildRequires: %{python_module pytest-cov}
|
||||
BuildRequires: %{python_module pytest}
|
||||
# /SECTION
|
||||
%python_subpackages
|
||||
|
Reference in New Issue
Block a user