[Python-modules-commits] [python-eventlet] 01/01: Don't reset http{, s}_proxy, pybuild sets it correctly
Ondrej Novy
onovy at debian.org
Sat Dec 9 19:00:42 UTC 2017
This is an automated email from the git hooks/post-receive script.
onovy pushed a commit to branch master
in repository python-eventlet.
commit 35c6c51b12a38d908eaeb9beb70e166c8e90c7ff
Author: Ondřej Nový <onovy at debian.org>
Date: Sat Dec 9 19:54:06 2017 +0100
Don't reset http{,s}_proxy, pybuild sets it correctly
---
debian/changelog | 6 ++++++
debian/rules | 3 ---
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f9d7d10..a628b56 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-eventlet (0.20.0-5) UNRELEASED; urgency=medium
+
+ * Don't reset http{,s}_proxy, pybuild sets it correctly
+
+ -- Ondřej Nový <onovy at debian.org> Sat, 09 Dec 2017 19:53:39 +0100
+
python-eventlet (0.20.0-4) unstable; urgency=medium
* Avoid dependency on enum-compat (Closes: #881989)
diff --git a/debian/rules b/debian/rules
index 8e46518..34a21eb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,9 +5,6 @@ export PYBUILD_NAME=eventlet
%:
dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
-override_dh_auto_test:
- http_proxy= https_proxy= dh_auto_test
-
override_dh_sphinxdoc:
PYTHONPATH=. sphinx-build -N -b html doc $(CURDIR)/debian/python-eventlet-doc/usr/share/doc/python-eventlet-doc/html
dh_sphinxdoc
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-eventlet.git
More information about the Python-modules-commits
mailing list