14
0
forked from pool/python-bottle

- Add patch update-module-loader.patch:

* Add find_spec to the magic bottle.ext loader, Python 3.12 no longer
    calls find_module.
- Switch to pyproject and autosetup macros.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bottle?expand=0&rev=53
This commit is contained in:
2023-10-18 05:47:01 +00:00
committed by Git OBS Bridge
parent 0062be5470
commit f5b1d227c3
3 changed files with 48 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Oct 18 05:46:24 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Add patch update-module-loader.patch:
* Add find_spec to the magic bottle.ext loader, Python 3.12 no longer
calls find_module.
- Switch to pyproject and autosetup macros.
-------------------------------------------------------------------
Fri May 19 09:25:55 UTC 2023 - Jiri Srain <jsrain@suse.com>