[Python-modules-commits] [setuptools-scm] branch jessie-backports updated (e05753e -> a35246b)

Gianfranco Costamagna locutusofborg at moszumanska.debian.org
Sat Jan 9 11:01:19 UTC 2016


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

locutusofborg pushed a change to branch jessie-backports
in repository setuptools-scm.

      from  e05753e   Prepare for upload to jessie-backports
      adds  fd8b0a0   Enable tests
      adds  928e9c9   Initialize git-dpm
      adds  fe55c43   git-dpm tag config
      adds  1735d43   Fix Vcs-* fields
      adds  b08aa7e   Import setuptools-scm_1.10.1.orig.tar.bz2
      adds  6e7ac94   record new upstream branch created by importing setuptools-scm_1.10.1.orig.tar.bz2 and merge it
      adds  17fd173   Set DPMT back as maintainer, as we are officially switched to Git.
      adds  5b12f57   Release to unstable.
       new  a35246b   Merge tag 'debian/1.10.1-1' into jessie-backports

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:
 .hgtags                                  |   1 +
 CHANGELOG.rst                            |  26 +++++
 PKG-INFO                                 |  38 ++++++-
 README.rst                               |  36 +++++-
 debian/.git-dpm                          |  11 ++
 debian/changelog                         |  13 ++-
 debian/control                           |   8 +-
 debian/rules                             |   4 +-
 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 ++++++++++++++++
 23 files changed, 473 insertions(+), 190 deletions(-)
 create mode 100644 .hgtags
 create mode 100644 debian/.git-dpm
 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