[Python-modules-commits] [pycodestyle] 01/01: Require same version of python3-pycodestyle and pycodestyle (Closes: #844990)
Ondřej Nový
onovy at moszumanska.debian.org
Sat Nov 19 10:25:54 UTC 2016
This is an automated email from the git hooks/post-receive script.
onovy pushed a commit to branch master
in repository pycodestyle.
commit 23f5779a4dfb0fcaf016a27d2678274520d5b042
Author: Ondřej Nový <onovy at debian.org>
Date: Sat Nov 19 11:20:34 2016 +0100
Require same version of python3-pycodestyle and pycodestyle (Closes: #844990)
---
debian/changelog | 7 +++++++
debian/control | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 17c2b66..bd20941 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pycodestyle (2.2.0-2) unstable; urgency=medium
+
+ * Require same version of python3-pycodestyle and pycodestyle
+ (Closes: #844990)
+
+ -- Ondřej Nový <onovy at debian.org> Sat, 19 Nov 2016 11:20:57 +0100
+
pycodestyle (2.2.0-1) unstable; urgency=medium
* New upstream release (Closes: #844421)
diff --git a/debian/control b/debian/control
index a11c1a7..ea1342b 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pycodestyle
Package: pycodestyle
Architecture: all
Depends: python3-pkg-resources,
- python3-pycodestyle,
+ python3-pycodestyle (=${binary:Version}),
${misc:Depends},
${python3:Depends},
Description: Python style guide checker (formerly called pep8)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pycodestyle.git
More information about the Python-modules-commits
mailing list