[Python-modules-commits] [setuptools-scm] branch master updated (1735d43 -> 17fd173)
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Tue Dec 15 17:10:03 UTC 2015
This is an automated email from the git hooks/post-receive script.
mitya57 pushed a change to branch master
in repository setuptools-scm.
from 1735d43 Fix Vcs-* fields
new b08aa7e Import setuptools-scm_1.10.1.orig.tar.bz2
new 6e7ac94 record new upstream branch created by importing setuptools-scm_1.10.1.orig.tar.bz2 and merge it
new 17fd173 Set DPMT back as maintainer, as we are officially switched to Git.
The 3 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:
.hgtags | 1 +
CHANGELOG.rst | 26 +++++
PKG-INFO | 38 ++++++-
README.rst | 36 +++++-
debian/.git-dpm | 14 +--
debian/changelog | 7 ++
debian/control | 3 +-
setup.cfg | 5 +-
setup.py | 8 +-
setuptools_scm.egg-info/PKG-INFO | 38 ++++++-
setuptools_scm.egg-info/SOURCES.txt | 4 +
setuptools_scm.egg-info/entry_points.txt | 6 +
setuptools_scm/__init__.py | 55 +++++++--
setuptools_scm/__main__.py | 5 +-
setuptools_scm/git.py | 7 +-
setuptools_scm/hg.py | 6 +-
setuptools_scm/version.py | 4 +-
testing/conftest.py | 54 +++++++++
testing/test_basic_api.py | 184 +++++--------------------------
testing/test_git.py | 44 ++++++++
testing/test_main.py | 9 ++
testing/test_mercurial.py | 97 ++++++++++++++++
22 files changed, 459 insertions(+), 192 deletions(-)
create mode 100644 .hgtags
create mode 100644 testing/test_git.py
create mode 100644 testing/test_main.py
create mode 100644 testing/test_mercurial.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/setuptools-scm.git
More information about the Python-modules-commits
mailing list