diff --git a/aiosignal-1.2.0.tar.gz b/aiosignal-1.2.0.tar.gz deleted file mode 100644 index 8fa316b..0000000 --- a/aiosignal-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:78ed67db6c7b7ced4f98e495e572106d5c432a93e1ddd1bf475e1dc05f5b7df2 -size 19692 diff --git a/aiosignal-1.3.1.tar.gz b/aiosignal-1.3.1.tar.gz new file mode 100644 index 0000000..376852f --- /dev/null +++ b/aiosignal-1.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54cd96e15e1649b75d6c87526a6ff0b6c1b0dd3459f43d9ca11d48c339b68cfc +size 19422 diff --git a/python-aiosignal.changes b/python-aiosignal.changes index ea38624..61e1270 100644 --- a/python-aiosignal.changes +++ b/python-aiosignal.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri May 5 10:16:37 UTC 2023 - Daniel Garcia + +- 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 diff --git a/python-aiosignal.spec b/python-aiosignal.spec index 20bd48d..0957410 100644 --- a/python-aiosignal.spec +++ b/python-aiosignal.spec @@ -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