[Python-modules-commits] [voluptuous] branch upstream updated (30589c0 -> 96e09f6)
Barry Warsaw
barry at moszumanska.debian.org
Tue Aug 2 19:01:55 UTC 2016
This is an automated email from the git hooks/post-receive script.
barry pushed a change to branch upstream
in repository voluptuous.
from 30589c0 Imported Upstream version 0.8.2
adds 96e09f6 Import voluptuous_0.9.2.orig.tar.gz
No new revisions were added by this update.
Summary of changes:
.gitignore | 14 -
.travis.yml | 12 -
MANIFEST.in | 3 +-
PKG-INFO | 617 +++++++++++++++++
README.md | 142 +++-
README.rst | 595 +++++++++++++++++
setup.cfg | 6 +
setup.py | 33 +-
tests.md | 241 -------
tox.ini | 23 -
voluptuous.egg-info/PKG-INFO | 617 +++++++++++++++++
voluptuous.egg-info/SOURCES.txt | 17 +
voluptuous.egg-info/dependency_links.txt | 1 +
voluptuous.egg-info/requires.txt | 1 +
voluptuous.egg-info/top_level.txt | 1 +
voluptuous.py | 1069 ------------------------------
voluptuous/__init__.py | 15 +
voluptuous/error.py | 181 +++++
voluptuous/humanize.py | 39 ++
voluptuous/schema_builder.py | 1032 ++++++++++++++++++++++++++++
voluptuous/util.py | 150 +++++
voluptuous/validators.py | 693 +++++++++++++++++++
22 files changed, 4123 insertions(+), 1379 deletions(-)
delete mode 100755 .gitignore
delete mode 100644 .travis.yml
create mode 100644 PKG-INFO
create mode 100644 README.rst
delete mode 100644 tests.md
delete mode 100644 tox.ini
create mode 100644 voluptuous.egg-info/PKG-INFO
create mode 100644 voluptuous.egg-info/SOURCES.txt
create mode 100644 voluptuous.egg-info/dependency_links.txt
create mode 100644 voluptuous.egg-info/requires.txt
create mode 100644 voluptuous.egg-info/top_level.txt
delete mode 100644 voluptuous.py
create mode 100644 voluptuous/__init__.py
create mode 100644 voluptuous/error.py
create mode 100644 voluptuous/humanize.py
create mode 100644 voluptuous/schema_builder.py
create mode 100644 voluptuous/util.py
create mode 100644 voluptuous/validators.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/voluptuous.git
More information about the Python-modules-commits
mailing list