1
0

- 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:
Daniel Garcia 2023-05-05 10:17:30 +00:00 committed by Git OBS Bridge
parent 5dbec952e8
commit 657dad33b6
4 changed files with 16 additions and 5 deletions

View File

@ -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

Binary file not shown.

View File

@ -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>

View File

@ -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