15
0

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

- update to version 1.3.0
- add fdupes as BuildRequires and call it after install
- fix end of line of README.rst
- remove chmod of msgfmt.py: file deleted upstream
- install html documentation in the docdir of the main package
- do not install PKG-INFO in the documentation: already provided by the egg-info

OBS-URL: https://build.opensuse.org/request/show/305462
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-FormEncode?expand=0&rev=11
This commit is contained in:
Jan Matejek
2015-05-07 11:54:26 +00:00
committed by Git OBS Bridge
parent fadea04616
commit 74cef21394
4 changed files with 40 additions and 9 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue May 5 14:33:11 UTC 2015 - benoit.monin@gmx.fr
- update to version 1.3.0:
* Support validation of email addresses with unicode domain names
* FormEncode 1.3 is no longer compatible with Python 2.3, 2.4, or
2.5
* FormEncode now also runs under Python 3.2 and 3.3
* Validation of email addresses using resolve_domain option now
requires the dnspython third party library instead of pyDNS
* The FancyValidator methods _to_python, _from_python,
validate_python and validate_other have been renamed to
_convert_to_python, _convert_from_python, _validate_python and
_validate_other, respectively
- add fdupes as BuildRequires and call it after install
- fix end of line of README.rst
- remove chmod of msgfmt.py: file deleted upstream
- install html documentation in the docdir of the main package
- do not install PKG-INFO in the documentation: already provided
by the egg-info
-------------------------------------------------------------------
Thu Oct 24 11:05:56 UTC 2013 - speilicke@suse.com