[Python-apps-commits] r14600 - in packages/isort/trunk/debian (changelog control rules)

mithrandi at users.alioth.debian.org mithrandi at users.alioth.debian.org
Sun Feb 18 03:48:36 UTC 2018


    Date: Sunday, February 18, 2018 @ 03:48:33
  Author: mithrandi
Revision: 14600

* New upstream release.
* Stop installing test_isort.py (closes: #887816); thanks to Chris Lamb
  for the patch.

Modified:
  packages/isort/trunk/debian/changelog
  packages/isort/trunk/debian/control
  packages/isort/trunk/debian/rules

Modified: packages/isort/trunk/debian/changelog
===================================================================
--- packages/isort/trunk/debian/changelog	2018-02-17 01:37:51 UTC (rev 14599)
+++ packages/isort/trunk/debian/changelog	2018-02-18 03:48:33 UTC (rev 14600)
@@ -1,3 +1,11 @@
+isort (4.3.4+ds1-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Stop installing test_isort.py (closes: #887816); thanks to Chris Lamb
+    for the patch.
+
+ -- Tristan Seligmann <mithrandi at debian.org>  Sun, 18 Feb 2018 05:40:19 +0200
+
 isort (4.2.5+ds1-3) unstable; urgency=medium
 
   * Team upload.

Modified: packages/isort/trunk/debian/control
===================================================================
--- packages/isort/trunk/debian/control	2018-02-17 01:37:51 UTC (rev 14599)
+++ packages/isort/trunk/debian/control	2018-02-18 03:48:33 UTC (rev 14600)
@@ -7,6 +7,7 @@
  debhelper (>= 11),
  dh-python,
  python-all,
+ python-concurrent.futures,
  python-mock,
  python-pytest,
  python-setuptools,

Modified: packages/isort/trunk/debian/rules
===================================================================
--- packages/isort/trunk/debian/rules	2018-02-17 01:37:51 UTC (rev 14599)
+++ packages/isort/trunk/debian/rules	2018-02-18 03:48:33 UTC (rev 14600)
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 export PYBUILD_NAME=isort
-export PYBUILD_BEFORE_TEST=cp {dir}/test_isort.py {build_dir}
+export PYBUILD_BEFORE_TEST=mkdir -p {build_dir}/tests && cp {dir}/test_isort.py {build_dir}/tests
+export PYBUILD_TEST_ARGS={build_dir}/tests/
 
 %:
 	dh $@ --with python2,python3 --buildsystem=pybuild




More information about the Python-apps-commits mailing list