[Python-modules-commits] [python-formencode] branch upstream updated (b28306c -> f78dafd)
Neil Muller
drnlmza-guest at moszumanska.debian.org
Tue Jun 14 13:00:09 UTC 2016
This is an automated email from the git hooks/post-receive script.
drnlmza-guest pushed a change to branch upstream
in repository python-formencode.
from b28306c Imported Upstream version 1.3.0~a1
new f78dafd Import python-formencode_1.3.0.orig.tar.gz
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitattributes | 19 +++
.gitignore | 18 ++
.travis.yml | 13 ++
FormEncode.egg-info/PKG-INFO | 23 ---
FormEncode.egg-info/SOURCES.txt | 133 ---------------
FormEncode.egg-info/dependency_links.txt | 1 -
FormEncode.egg-info/not-zip-safe | 1 -
FormEncode.egg-info/requires.txt | 6 -
FormEncode.egg-info/top_level.txt | 1 -
PKG-INFO | 23 ---
README.rst | 30 ++++
docs/Makefile | 130 ++++++++++++++
docs/Validator.txt | 16 +-
docs/_static/bitbucket.png | Bin 0 -> 6389 bytes
docs/_static/github.png | Bin 0 -> 3170 bytes
docs/_static/sourceforge.png | Bin 0 -> 2119 bytes
docs/_themes/old/theme.conf | 7 +
docs/conf.py | 217 ++++++++++++++++++++++++
docs/make.bat | 170 +++++++++++++++++++
docs/modules/validators.txt | 1 +
examples/WebwareExamples/__init__.py | 1 +
examples/WebwareExamples/index.py | 101 +++++++++++
examples/webware_example.ini | 20 +++
formencode/i18n/nl/LC_MESSAGES/FormEncode.mo | Bin 8537 -> 11923 bytes
formencode/i18n/nl/LC_MESSAGES/FormEncode.po | 116 ++++++-------
formencode/i18n/zh_TW/LC_MESSAGES/FormEncode.mo | Bin 7440 -> 11161 bytes
formencode/i18n/zh_TW/LC_MESSAGES/FormEncode.po | 123 +++++++-------
formencode/schema.py | 1 +
formencode/tests/test_i18n.py | 2 +-
formencode/tests/test_schema.py | 10 ++
formencode/tests/test_validators.py | 37 ++++
formencode/tests/test_variabledecode.py | 6 +
formencode/validators.py | 63 ++++++-
formencode/variabledecode.py | 2 +-
regen-docs | 9 +
run-tests-generate-coverage-html | 3 +
setup.cfg | 7 +-
setup.py | 2 +-
tox.ini | 24 +++
39 files changed, 1008 insertions(+), 328 deletions(-)
create mode 100644 .gitattributes
create mode 100644 .gitignore
create mode 100644 .travis.yml
delete mode 100644 FormEncode.egg-info/PKG-INFO
delete mode 100644 FormEncode.egg-info/SOURCES.txt
delete mode 100644 FormEncode.egg-info/dependency_links.txt
delete mode 100644 FormEncode.egg-info/not-zip-safe
delete mode 100644 FormEncode.egg-info/requires.txt
delete mode 100644 FormEncode.egg-info/top_level.txt
delete mode 100644 PKG-INFO
create mode 100644 README.rst
create mode 100644 docs/Makefile
create mode 100644 docs/_static/bitbucket.png
create mode 100644 docs/_static/github.png
create mode 100644 docs/_static/sourceforge.png
create mode 100644 docs/_themes/old/theme.conf
create mode 100644 docs/conf.py
create mode 100644 docs/make.bat
create mode 100644 examples/WebwareExamples/__init__.py
create mode 100644 examples/WebwareExamples/index.py
create mode 100644 examples/webware_example.ini
create mode 100755 regen-docs
create mode 100755 run-tests-generate-coverage-html
create mode 100644 tox.ini
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-formencode.git
More information about the Python-modules-commits
mailing list