15
0

- Add patch do-not-always-use-cgi-module.patch:

* Support Python 3.13 by making use of cgi optional.
- Switch to autosetup macro.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-FormEncode?expand=0&rev=35
This commit is contained in:
2024-09-10 04:13:08 +00:00
committed by Git OBS Bridge
parent eebdf7b437
commit e42c847856
3 changed files with 68 additions and 3 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Sep 10 04:11:22 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Add patch do-not-always-use-cgi-module.patch:
* Support Python 3.13 by making use of cgi optional.
- Switch to autosetup macro.
-------------------------------------------------------------------
Tue Apr 16 13:25:39 UTC 2024 - Markéta Machová <mmachova@suse.com>