Package: python-formencode / 1.3.0-2

Metadata

Package Version Patches format
python-formencode 1.3.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
remove dns tests.diff | (download)

formencode/validators.py | 30 0 + 30 - 0 !
1 file changed, 30 deletions(-)

 remove-dns-tests.diff

Tests that require network (DNS) access
disable_pkg_resources_in_tests.patch | (download)

formencode/tests/__init__.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 disable_pkg_resources_in_tests

Patch-Name: disable_pkg_resources_in_tests.patch

0003 Fix a collection of errors from msgfmt.patch | (download)

formencode/i18n/it/LC_MESSAGES/FormEncode.po | 2 1 + 1 - 0 !
formencode/i18n/ja/LC_MESSAGES/FormEncode.po | 2 1 + 1 - 0 !
formencode/i18n/ko/LC_MESSAGES/FormEncode.po | 2 1 + 1 - 0 !
formencode/i18n/nl/LC_MESSAGES/FormEncode.po | 8 5 + 3 - 0 !
formencode/i18n/sl/LC_MESSAGES/FormEncode.po | 2 0 + 2 - 0 !
formencode/i18n/sr/LC_MESSAGES/FormEncode.po | 4 2 + 2 - 0 !
formencode/i18n/sv/LC_MESSAGES/FormEncode.po | 4 2 + 2 - 0 !
7 files changed, 12 insertions(+), 12 deletions(-)

 fix a collection of errors from msgfmt.

0004 Remove tests from test_email that require dns.patch | (download)

formencode/tests/test_email.py | 14 0 + 14 - 0 !
1 file changed, 14 deletions(-)

 remove tests from test_email that require dns.

Some of the new tests in test_email also require dns. This patch
removes them so the build does not require network access.