[Python-modules-commits] [pycurl] 07/07: New upstream release.

Barry Warsaw barry at moszumanska.debian.org
Tue Jan 12 19:46:33 UTC 2016


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

barry pushed a commit to branch master
in repository pycurl.

commit 14ba4d12b1aedc36580e7292cf5062c5fdbb3588
Author: Barry Warsaw <barry at python.org>
Date:   Tue Jan 12 14:45:26 2016 -0500

    New upstream release.
    
    * New upstream release.
    * d/tests/control: Add a smoketest for Python 2 and 3.
---
 debian/changelog     | 7 +++++++
 debian/tests/control | 6 ++++++
 2 files changed, 13 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d5e36c6..31605bf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pycurl (7.21.5-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+  * d/tests/control: Add a smoketest for Python 2 and 3.
+
+ -- Barry Warsaw <barry at debian.org>  Tue, 12 Jan 2016 14:28:41 -0500
+
 pycurl (7.19.5.3-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..de24746
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,6 @@
+# -*- sh -*-
+# pycurl apparently does not export its package version.
+
+Test-Command: python -c "import curl; print curl.__file__"
+
+Test-Command: python3 -c "import curl; print(curl.__file__)"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pycurl.git



More information about the Python-modules-commits mailing list