14
0
forked from pool/python-pook

- Add py311-compat.patch to fix python-3.11 compatibility

- Update to 1.1.0:
  * chore(version): bump minor v1.1.0
  * Switch to Python >= 3.5 and fix latest aiohttp compatability (#83)
  * fix: remove print call (#81)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pook?expand=0&rev=12
This commit is contained in:
2023-01-12 11:12:31 +00:00
committed by Git OBS Bridge
parent ce3a119a3f
commit 1c268d0299
5 changed files with 57 additions and 8 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Jan 12 11:04:56 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- Add py311-compat.patch to fix python-3.11 compatibility
- Update to 1.1.0:
* chore(version): bump minor v1.1.0
* Switch to Python >= 3.5 and fix latest aiohttp compatability (#83)
* fix: remove print call (#81)
-------------------------------------------------------------------
Wed Apr 6 09:52:49 UTC 2022 - pgajdos@suse.com