14
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:
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 +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>