[Python-modules-commits] r33746 - in packages/python-aiohttp/trunk/debian (4 files)

barry at users.alioth.debian.org barry at users.alioth.debian.org
Thu Aug 13 20:06:45 UTC 2015


    Date: Thursday, August 13, 2015 @ 20:06:44
  Author: barry
Revision: 33746

* Team upload.
* New upstream release.
* d/patches/no-gunicorn.patch: Deleted; we have python3-gunicorn now.
* d/control: Add python3-gunicorn to Build-Depends.
* d/rules: override_dh_auto_test until pybuild bug #749506 is fixed.

Modified:
  packages/python-aiohttp/trunk/debian/changelog
  packages/python-aiohttp/trunk/debian/control
  packages/python-aiohttp/trunk/debian/patches/series
  packages/python-aiohttp/trunk/debian/rules

Modified: packages/python-aiohttp/trunk/debian/changelog
===================================================================
--- packages/python-aiohttp/trunk/debian/changelog	2015-08-13 19:56:59 UTC (rev 33745)
+++ packages/python-aiohttp/trunk/debian/changelog	2015-08-13 20:06:44 UTC (rev 33746)
@@ -1,3 +1,13 @@
+python-aiohttp (0.17.2-1) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * New upstream release.
+  * d/patches/no-gunicorn.patch: Deleted; we have python3-gunicorn now.
+  * d/control: Add python3-gunicorn to Build-Depends.
+  * d/rules: override_dh_auto_test until pybuild bug #749506 is fixed.
+
+ -- Barry Warsaw <barry at debian.org>  Thu, 13 Aug 2015 13:09:40 -0400
+
 python-aiohttp (0.15.3-1) unstable; urgency=medium
 
   * Update to 0.15.3 upstream release.

Modified: packages/python-aiohttp/trunk/debian/control
===================================================================
--- packages/python-aiohttp/trunk/debian/control	2015-08-13 19:56:59 UTC (rev 33745)
+++ packages/python-aiohttp/trunk/debian/control	2015-08-13 20:06:44 UTC (rev 33746)
@@ -14,7 +14,8 @@
                cython3,
 # for tests:
                python3-nose,
-               python3-chardet
+               python3-chardet,
+               python3-gunicorn
 Standards-Version: 3.9.6
 Homepage: https://aiohttp.readthedocs.org
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-aiohttp/trunk/

Modified: packages/python-aiohttp/trunk/debian/patches/series
===================================================================
--- packages/python-aiohttp/trunk/debian/patches/series	2015-08-13 19:56:59 UTC (rev 33745)
+++ packages/python-aiohttp/trunk/debian/patches/series	2015-08-13 20:06:44 UTC (rev 33746)
@@ -2,4 +2,3 @@
 # python3-gunicorn (which doesn't exist in the archive), so this patch just
 # removes that test dep (and the test itself will automatically be skipped in
 # the absense of the import)
-no-gunicorn.patch

Modified: packages/python-aiohttp/trunk/debian/rules
===================================================================
--- packages/python-aiohttp/trunk/debian/rules	2015-08-13 19:56:59 UTC (rev 33745)
+++ packages/python-aiohttp/trunk/debian/rules	2015-08-13 20:06:44 UTC (rev 33746)
@@ -4,3 +4,14 @@
 
 %:
 	dh $@ --with python3,sphinxdoc --buildsystem pybuild
+
+# Until bug #749506 in pybuild is fixed.
+PYTHON3:=$(shell py3versions -vs)
+
+override_dh_auto_test:
+ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
+	set -e; \
+	for i in $(PYTHON3) ; do \
+		python$$i -m nose ./tests/ || true; \
+	done
+endif




More information about the Python-modules-commits mailing list