15
0

Accepting request 1244707 from home:glaubitz:branches:devel:languages:python

- Update to 2.1.1
  * Add support for 3.13
  * Don’t require legacy-cgi to be installed on 3.13 and later (#176)
  * Don’t permit FieldStorageUploadConverter to be instantiated without
    having legacy-cgi installed since it does not make sense
  * Releases are now automated through GitHub Actions (#184)
- Adjust upstream source name in spec file
- Drop do-not-always-use-cgi-module.patch, merged upstream

OBS-URL: https://build.opensuse.org/request/show/1244707
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-FormEncode?expand=0&rev=37
This commit is contained in:
2025-02-10 13:48:19 +00:00
committed by Git OBS Bridge
parent e42c847856
commit a4b6d4168d
5 changed files with 19 additions and 65 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Feb 10 10:10:13 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 2.1.1
* Add support for 3.13
* Dont require legacy-cgi to be installed on 3.13 and later (#176)
* Dont permit FieldStorageUploadConverter to be instantiated without
having legacy-cgi installed since it does not make sense
* Releases are now automated through GitHub Actions (#184)
- Adjust upstream source name in spec file
- Drop do-not-always-use-cgi-module.patch, merged upstream
-------------------------------------------------------------------
Tue Sep 10 04:11:22 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>