[Python-modules-commits] [python-future] 01/01: Rebuild for jessie-backports.
Ondřej Nový
onovy-guest at moszumanska.debian.org
Wed May 18 18:25:38 UTC 2016
This is an automated email from the git hooks/post-receive script.
onovy-guest pushed a commit to branch jessie-backports
in repository python-future.
commit 203db9d763ca0e7a0ec6b2ee84f2c5b0f451300a
Author: Ondřej Nový <novy at ondrej.org>
Date: Wed May 18 20:22:34 2016 +0200
Rebuild for jessie-backports.
* Rebuild for jessie-backports.
* Explicitly choose pytest when building, because autodetection is not
working on Jessie.
---
debian/changelog | 9 +++++++++
debian/rules | 1 +
2 files changed, 10 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 2a5844d..4f67dd3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+python-future (0.15.2-2~bpo8+1) jessie-backports; urgency=medium
+
+ * Team upload.
+ * Rebuild for jessie-backports.
+ * Explicitly choose pytest when building, because autodetection is not
+ working on Jessie.
+
+ -- Ondřej Nový <novy at ondrej.org> Wed, 18 May 2016 19:41:30 +0200
+
python-future (0.15.2-2) unstable; urgency=medium
[ Ondřej Nový ]
diff --git a/debian/rules b/debian/rules
index 39c54f8..425eb0d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
#!/usr/bin/make -f
export PYBUILD_NAME=future
+export PYBUILD_TEST_PYTEST=1
export PYBUILD_TEST_ARGS=-k 'not urllib and not test_remove_hooks_then_requests and not test_requests_cm'
export PYBUILD_BEFORE_TEST=cp pasteurize.py futurize.py {build_dir}
export PYBUILD_AFTER_TEST=rm {build_dir}/*.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-future.git
More information about the Python-modules-commits
mailing list