15
0

- 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
  * The method field_is_empty was added to

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-FormEncode?expand=0&rev=31
This commit is contained in:
2023-12-16 21:00:57 +00:00
committed by Git OBS Bridge
parent e30b180c4f
commit 253a827c64
4 changed files with 16 additions and 8 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
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>
@@ -142,7 +152,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)