[Python-modules-commits] [python-social-auth] 02/02: Stop exporting http(s)_proxy, that is set by pybuild.

Dmitry Shachnev mitya57 at moszumanska.debian.org
Wed Jun 1 11:10:50 UTC 2016


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

mitya57 pushed a commit to branch master
in repository python-social-auth.

commit ecf2ae80d7a6e06dff6818cd72283f4e8c87dfdd
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Wed Jun 1 14:03:12 2016 +0300

    Stop exporting http(s)_proxy, that is set by pybuild.
---
 debian/changelog | 1 +
 debian/rules     | 4 ----
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6b476df..6ebbb41 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -44,6 +44,7 @@ python-social-auth (0.2.19+dfsg-1) unstable; urgency=medium
 
   [ Dmitry Shachnev ]
   * Use dh_sphinxdoc to symlink static JS files in the documentation.
+  * Stop exporting http(s)_proxy, that is set by pybuild.
 
  -- Tiago Ilieve <tiago.myhro at gmail.com>  Mon, 30 May 2016 02:37:33 -0300
 
diff --git a/debian/rules b/debian/rules
index 943fb92..1eaec0e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,10 +5,6 @@ export PYBUILD_NAME=social-auth
 # testing disabled for now, because it insists on an older version of nose
 export PYBUILD_DISABLE=test
 
-# prevent setuptools/distribute from accessing the internet
-export http_proxy = http://127.0.9.1:9
-export https_proxy = https://127.0.9.1:9
-
 %:
 	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
 

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



More information about the Python-modules-commits mailing list