[Python-modules-commits] [pytest-runner] 02/03: Distinguish between Py2 and Py3 version in short description
Ondřej Nový
onovy-guest at moszumanska.debian.org
Wed May 25 14:38:06 UTC 2016
This is an automated email from the git hooks/post-receive script.
onovy-guest pushed a commit to branch master
in repository pytest-runner.
commit f111929959960ec85f7c7614b1f265517f0117a0
Author: Ondřej Nový <novy at ondrej.org>
Date: Wed May 25 16:34:54 2016 +0200
Distinguish between Py2 and Py3 version in short description
---
debian/changelog | 1 +
debian/control | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e77f661..488b57a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
pytest-runner (2.7.1-2) UNRELEASED; urgency=medium
* Standards-Version is 3.9.8 now (no changes needed)
+ * Distinguish between Py2 and Py3 version in short description
-- Ondřej Nový <novy at ondrej.org> Wed, 25 May 2016 16:31:17 +0200
diff --git a/debian/control b/debian/control
index 4b87a42..b1e8450 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pytest-runn
Package: python-pytest-runner
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
-Description: Invoke py.test as distutils command with dependency resolution
+Description: Invoke py.test as distutils command with dependency resolution - Python 2.x
Setup scripts can use pytest-runner to add setup.py test support for pytest
runner.
.
@@ -23,7 +23,7 @@ Description: Invoke py.test as distutils command with dependency resolution
Package: python3-pytest-runner
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
-Description: Invoke py.test as distutils command with dependency resolution
+Description: Invoke py.test as distutils command with dependency resolution - Python 3.x
Setup scripts can use pytest-runner to add setup.py test support for pytest
runner.
.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pytest-runner.git
More information about the Python-modules-commits
mailing list