[Python-modules-commits] [voluptuous] 03/04: record new upstream branch created by importing voluptuous_0.9.2.orig.tar.gz and merge it
Barry Warsaw
barry at moszumanska.debian.org
Tue Aug 2 17:43:03 UTC 2016
This is an automated email from the git hooks/post-receive script.
barry pushed a commit to branch master
in repository voluptuous.
commit ca6a8d5fb5ef66d4705af884252d0785dd063a54
Merge: 4af4e07 96e09f6
Author: Barry Warsaw <barry at ubuntu.com>
Date: Tue Aug 2 10:28:08 2016 -0400
record new upstream branch created by importing voluptuous_0.9.2.orig.tar.gz and merge it
.gitignore | 14 -
.travis.yml | 12 -
MANIFEST.in | 3 +-
PKG-INFO | 617 +++++++++++++++++
README.md | 142 +++-
README.rst | 595 +++++++++++++++++
debian/.git-dpm | 14 +-
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 +++++++++++++++++++
23 files changed, 4130 insertions(+), 1386 deletions(-)
diff --cc debian/.git-dpm
index c871fed,0000000..8693b9f
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
+# see git-dpm(1) from git-dpm package
- 30589c097914ffe66fb49b7dc452edafe9557f41
- 30589c097914ffe66fb49b7dc452edafe9557f41
- 30589c097914ffe66fb49b7dc452edafe9557f41
- 30589c097914ffe66fb49b7dc452edafe9557f41
- voluptuous_0.8.2.orig.tar.gz
- c5202d6e94a56e299a1efe2fc236169825b9e8c1
- 14490
++96e09f6d760c570a65be150fa542abdad75f8d71
++96e09f6d760c570a65be150fa542abdad75f8d71
++96e09f6d760c570a65be150fa542abdad75f8d71
++96e09f6d760c570a65be150fa542abdad75f8d71
++voluptuous_0.9.2.orig.tar.gz
++bb4924485f70be72a2c28a1a24f007108f8b8da1
++29857
+debianTag="debian/%e%v"
+patchedTag="patched/%e%v"
+upstreamTag="upstream/%e%u"
--
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