14
0

Accepting request 307140 from home:benoit_monin:branches:devel:languages:python

- update to version 2.0.2
- add new dependency python-ordereddict for SLE11
- update the list of files to fix end of line encoding
- use %find_lang for the lang subpackage: paths changed upstream
- run the tests during build
- rename CHANGES.txt to CHANGES.rst: changed upstream
- rename README.txt to README.md: changed upstream

OBS-URL: https://build.opensuse.org/request/show/307140
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WTForms?expand=0&rev=7
This commit is contained in:
Jan Matejek
2015-05-18 13:37:50 +00:00
committed by Git OBS Bridge
parent 79edf7536a
commit 4ced57a219
4 changed files with 51 additions and 17 deletions

View File

@@ -1,3 +1,37 @@
-------------------------------------------------------------------
Thu May 14 15:17:12 UTC 2015 - benoit.monin@gmx.fr
- update to version 2.0.2:
* Added more localizations and updated some
* Validators for email and URL can validate IDNA-encoded domain
names and new TLDs
* Better DeprecationWarnings
* Support localization files in /usr/share/locale (for distro
packaging)
- additional changes from version 2.0.1
* Released July 1, 2014
* Update wheel install to conditionally install ordereddict for
python 2.6
* Doc improvements
- additional changes from version 2.0
* Add new class Meta paradigm for much more powerful
customization of WTForms
* Move i18n into core. Deprecate wtforms.ext.i18n
* Move CSRF into core. Deprecate wtforms.ext.csrf
* Fix issue rendering SelectFields with value=True
* Make DecimalField able to use babel locale-based number
formatting
* Drop Python 3.2 support (Python3 support for 3.3+ only)
* passing attr=False to WTForms widgets causes the value to be
ignored
* Unique validator in wtforms.ext.sqlalchemy has been removed
- add new dependency python-ordereddict for SLE11
- update the list of files to fix end of line encoding
- use %find_lang for the lang subpackage: paths changed upstream
- run the tests during build
- rename CHANGES.txt to CHANGES.rst: changed upstream
- rename README.txt to README.md: changed upstream
-------------------------------------------------------------------
Thu Apr 10 19:40:40 UTC 2014 - aboe76@gmail.com