[Python-modules-commits] [voluptuous] branch master updated (51162ad -> d52a0d3)

Barry Warsaw barry at moszumanska.debian.org
Tue Aug 2 17:43:02 UTC 2016


This is an automated email from the git hooks/post-receive script.

barry pushed a change to branch master
in repository voluptuous.

      from  51162ad   Fixed VCS URL (https)
       new  4af4e07   d/watch: Update to use pypi.debian.net redirector.
       new  96e09f6   Import voluptuous_0.9.2.orig.tar.gz
       new  ca6a8d5   record new upstream branch created by importing voluptuous_0.9.2.orig.tar.gz and merge it
       new  d52a0d3   d/rules: Simplify and make consistent with team guidelines.

The 4 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:
 .gitignore                               |   14 -
 .travis.yml                              |   12 -
 MANIFEST.in                              |    3 +-
 PKG-INFO                                 |  617 +++++++++++++++++
 README.md                                |  142 +++-
 README.rst                               |  595 +++++++++++++++++
 debian/.git-dpm                          |   14 +-
 debian/changelog                         |   13 +-
 debian/control                           |   22 +-
 debian/gbp.conf                          |   12 -
 debian/rules                             |    5 -
 debian/watch                             |    3 +-
 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 +++++++++++++++++++
 28 files changed, 4156 insertions(+), 1415 deletions(-)
 delete mode 100755 .gitignore
 delete mode 100644 .travis.yml
 create mode 100644 PKG-INFO
 create mode 100644 README.rst
 delete mode 100644 debian/gbp.conf
 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