[Python-modules-commits] [keyrings.alt] 03/03: Bump setuptools-scm dependency to ≥ 1.15.0, as required by setup.py.
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Tue Dec 13 11:31:40 UTC 2016
This is an automated email from the git hooks/post-receive script.
mitya57 pushed a commit to branch master
in repository keyrings.alt.
commit bf3e5a97139a07dd1ef8dc70fb22f9c375b0db11
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Tue Dec 13 14:31:28 2016 +0300
Bump setuptools-scm dependency to ≥ 1.15.0, as required by setup.py.
---
debian/changelog | 1 +
debian/control | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 741725a..21d44ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ keyrings.alt (1.2-1) UNRELEASED; urgency=medium
* Add build-dependency on python-fs, for the testsuite.
* Change license name in debian/copyright from MIT to Expat.
* New upstream release.
+ * Bump setuptools-scm dependency to ≥ 1.15.0, as required by setup.py.
[ Ondřej Nový ]
* Depend on newer dh-python which sets SETUPTOOLS_SCM_PRETEND_VERSION
diff --git a/debian/control b/debian/control
index b21cbb2..d03f661 100644
--- a/debian/control
+++ b/debian/control
@@ -15,14 +15,14 @@ Build-Depends: debhelper (>= 9),
python-mock,
python-pytest,
python-setuptools,
- python-setuptools-scm (>= 1.9),
+ python-setuptools-scm (>= 1.15.0),
python3-all,
python3-crypto,
python3-keyring,
python3-mock,
python3-pytest,
python3-setuptools,
- python3-setuptools-scm (>= 1.9)
+ python3-setuptools-scm (>= 1.15.0)
Standards-Version: 3.9.7
Homepage: https://github.com/jaraco/keyrings.alt
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/keyrings.alt.git
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/keyrings.alt.git
More information about the Python-modules-commits
mailing list