[Python-modules-commits] [python-treq] 01/01: Add python 3 dep8 test, remove provides from control and update changelog
Orestis Ioannou
oorestisime-guest at moszumanska.debian.org
Tue May 24 19:18:43 UTC 2016
This is an automated email from the git hooks/post-receive script.
oorestisime-guest pushed a commit to branch master
in repository python-treq.
commit f28de53b30a56b066dcdf936b459f1c53660eea7
Author: Orestis Ioannou <orestis at oioannou.com>
Date: Tue May 24 20:44:51 2016 +0200
Add python 3 dep8 test, remove provides from control and update changelog
---
debian/changelog | 4 ++--
debian/control | 6 +-----
debian/tests/control | 3 +++
3 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 619554b..dae4975 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-python-treq (15.1.0-1) UNRELEASED; urgency=medium
+python-treq (15.1.0-1) unstable; urgency=medium
* Initial release. (Closes: #822193)
- -- Orestis Ioannou <orestis at oioannou.com> Sat, 23 Apr 2016 00:30:03 +0200
+ -- Orestis Ioannou <orestis at oioannou.com> Tue, 24 May 2016 21:14:50 +0200
diff --git a/debian/control b/debian/control
index 0de4879..ff1244f 100644
--- a/debian/control
+++ b/debian/control
@@ -30,8 +30,6 @@ Architecture: all
Depends:
${misc:Depends},
${python:Depends},
-Provides:
- ${python:Provides},
Description: Higher level API for making HTTP requests with Twisted (Python 2)
Treq is a HTTP library inspired by requests written on top of Twisted.
It provides a simple, higher level API for making HTTP requests when using
@@ -43,9 +41,7 @@ Package: python3-treq
Architecture: all
Depends:
${misc:Depends},
- ${python:Depends},
-Provides:
- ${python:Provides},
+ ${python3:Depends},
Description: Higher level API for making HTTP requests with Twisted (Python 3)
Treq is a HTTP library inspired by requests written on top of Twisted.
It provides a simple, higher level API for making HTTP requests when using
diff --git a/debian/tests/control b/debian/tests/control
index cac143b..28319a2 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,2 +1,5 @@
Test-Command: trial treq/test
Depends: python-mock
+
+Test-Command: trial3 treq/test
+Depends: python3-mock
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-treq.git
More information about the Python-modules-commits
mailing list