14
0
forked from pool/python-mocket

- Update to version 3.12.0:

* Support for Python 3.12 (#204)
 * Fix for Python 3.12
 * Getting rid of Python 3.7, since it's not supported anymore.
 * Precommit hooks' autoupdate.
 * Disabling `aiohttp` for testing Python 3.12.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mocket?expand=0&rev=67
This commit is contained in:
Sebastian Wagner
2023-10-31 17:51:21 +00:00
committed by Git OBS Bridge
parent 0cccfa3fb6
commit f86ffa3328
4 changed files with 22 additions and 9 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Oct 31 17:34:29 UTC 2023 - Sebastian Wagner <sebix@sebix.at>
- Update to version 3.12.0:
* Support for Python 3.12 (#204)
* Fix for Python 3.12
* Getting rid of Python 3.7, since it's not supported anymore.
* Precommit hooks' autoupdate.
* Disabling `aiohttp` for testing Python 3.12.
-------------------------------------------------------------------
Tue Oct 24 10:15:32 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>