Sync from SUSE:SLFO:Main python-FormEncode revision 35ff4a7643073dec747b4a7959e02b71

This commit is contained in:
2024-12-13 10:47:40 +01:00
parent 9e416714c3
commit 2158dd7a54
5 changed files with 102 additions and 24 deletions

View File

@@ -1,3 +1,33 @@
-------------------------------------------------------------------
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>
- Remove unneeded dependency on six
* https://github.com/formencode/formencode/commit/98e9e97e
-------------------------------------------------------------------
Sat Dec 16 21:00:19 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.1.0:
* Add support for Python 3.7 to 3.12, end support for older Python
versions
* Context.set() now works as a context manager
* Fix binary of swedish translation
* Some internal code cleanup and modernization
-------------------------------------------------------------------
Tue Jul 18 02:48:07 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Clean up Python 2 leftovers.
- Switch to pyproject macros.
- Drop BuildRequires on setuptools_scm_git_archive
-------------------------------------------------------------------
Fri Apr 21 12:20:37 UTC 2023 - Dirk Müller <dmueller@suse.com>
@@ -135,7 +165,7 @@ Mon Aug 5 13:25:42 UTC 2013 - hpj@urpla.net
Mon Jun 10 12:28:02 UTC 2013 - dmueller@suse.com
- update to 1.2.5:
* The method field_is_empty was added to
* The method field_is_empty was added to
formencode.validators.FormValidator
* Fix packaging issue with i18n files (from Juliusz Gonera)