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:
parent
5dbec952e8
commit
657dad33b6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:78ed67db6c7b7ced4f98e495e572106d5c432a93e1ddd1bf475e1dc05f5b7df2
|
||||
size 19692
|
BIN
aiosignal-1.3.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
aiosignal-1.3.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 5 10:16:37 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 21 12:21:44 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user