Re: python-pip and python-virtualenv broken in sid after upgrade to python 2.7.7rc1

2014-06-03 Thread Barry Warsaw
On Jun 03, 2014, at 07:18 PM, Donald Stufft wrote:

>Do you unbundle urllib3 from requests? The fix that broke proxying was a
>thing in urllib3, which requests bundles, which pip bundles requests.

Yes, we unbundle urllib3.

>Here’s the actual fix for that issue
>https://github.com/shazow/urllib3/pull/385

Okay, thanks.  This fix is currently unreleased, so I'll import the issue 385
patches and upload a new urllib3.  Then requests and all other dependents
(including those that use the .whls) should get it.

Cheers,
-Barry


signature.asc
Description: PGP signature


Re: python-pip and python-virtualenv broken in sid after upgrade to python 2.7.7rc1

2014-06-03 Thread Donald Stufft

On Jun 3, 2014, at 6:55 PM, Barry Warsaw  wrote:

> On Jun 03, 2014, at 04:31 PM, Donald Stufft wrote:
> 
>> The fix in 1.5.6 was updating requests. That's the only change. I think
>> Debian needs to update urllib3. That's where the actual fix was.
> 
> I think you mean we need to update the requests package.  That's on my list.
> 
> -Barry

Do you unbundle urllib3 from requests? The fix that broke proxying was a
thing in urllib3, which requests bundles, which pip bundles requests.

Here’s the actual fix for that issue https://github.com/shazow/urllib3/pull/385


-
Donald Stufft
PGP: 0x6E3CBCE93372DCFA // 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA



signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: python-pip and python-virtualenv broken in sid after upgrade to python 2.7.7rc1

2014-06-03 Thread Barry Warsaw
On Jun 03, 2014, at 04:31 PM, Donald Stufft wrote:

>The fix in 1.5.6 was updating requests. That's the only change. I think
>Debian needs to update urllib3. That's where the actual fix was.

I think you mean we need to update the requests package.  That's on my list.

-Barry


signature.asc
Description: PGP signature


Re: python-pip and python-virtualenv broken in sid after upgrade to python 2.7.7rc1

2014-06-03 Thread Donald Stufft
The fix in 1.5.6 was updating requests. That's the only change. I think Debian 
needs to update urllib3. That's where the actual fix was. 

> On Jun 3, 2014, at 4:07 PM, Barry Warsaw  wrote:
> 
>> On Jun 03, 2014, at 11:28 AM, Mário Duarte Cruz wrote:
>> 
>> I forgot to mention that it breaks if you're sitting behind a proxy (might
>> not be obvious from a cursory look at the linked bug):
> 
> I'm about to upload pip 1.5.6 to unstable.  Please double check that this is
> fixed there, and if not, please open a bug on the python-pip package.
> Remember though that we devendorize all those bundled dependencies.
> 
> Cheers,
> -Barry
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
> Archive: https://lists.debian.org/20140603160757.53458...@anarchist.wooz.org
> 


--
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/b799b798-7c22-4f5b-8e5a-6128151a7...@stufft.io



Re: python-pip and python-virtualenv broken in sid after upgrade to python 2.7.7rc1

2014-06-03 Thread Barry Warsaw
On Jun 03, 2014, at 11:28 AM, Mário Duarte Cruz wrote:

>I forgot to mention that it breaks if you're sitting behind a proxy (might
>not be obvious from a cursory look at the linked bug):

I'm about to upload pip 1.5.6 to unstable.  Please double check that this is
fixed there, and if not, please open a bug on the python-pip package.
Remember though that we devendorize all those bundled dependencies.

Cheers,
-Barry


--
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140603160757.53458...@anarchist.wooz.org



Re: python-pip and python-virtualenv broken in sid after upgrade to python 2.7.7rc1

2014-06-03 Thread Donald Stufft

On Jun 3, 2014, at 5:28 AM, Mário Duarte Cruz  wrote:

> On Mon, Jun 2, 2014 at 2:51 PM, Donald Stufft  wrote:
> 
> 
> pip 1.5.6 just upgrades the bundled requests FWIW.
> 
> 
> 
> I forgot to mention that it breaks if you're sitting behind a proxy (might 
> not be obvious from a cursory look at the linked bug):
> 
> [...]
> Getting page https://pypi.python.org/simple/pip/
> Could not fetch URL https://pypi.python.org/simple/pip/: connection error: 
> hostname 'proxy.company.com' doesn't match either of '*.c.ssl.fastly.net', 
> 'c.ssl.fastly.net', [...]
> 
> 
> @Donald: the currently available get-pip.py seems to also be affected by the 
> same bug
> 

Ah yea, I forgot to rebuild that with 1.5.6, I’ll get it fixed in a bit. Thanks.

-
Donald Stufft
PGP: 0x6E3CBCE93372DCFA // 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA



signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: python-Pandocfilters

2014-06-03 Thread Sebastian Humenda
Hello Vincent,

Vincent Cheng schrieb am 02.06.2014,  0:50 -0700:
>(Please let me know if you're subscribed to the list, so I can stop cc-ing 
>you.)
I am subscribed. :)

>On Thu, May 29, 2014 at 12:59 PM, Sebastian Humenda  wrote:
>> I have prepared a package for python-pandocfilters. AFAIT, it should 
>> correspond
>> to the python packaging guidelines and it builds nicely with Debhelper. BTW,
>> thanks to the developers and to those who documented the process, great job!
>>
>> It is Lintian-clean, but I would love to have someone looking over it, 
>> because
>> this is my first Python-related package. I think it would make also sense to
>> include it in the debian-python team repositories, if you wish. If so, please
>> add me on alioth (moomoc-guest), and I'll create a git repository there.
>
>Please follow the instructions at mentors.debian.net [1] to upload
>your package for review and file a sponsorship request.
I already have a sponsor and am maintaining some packages. The point is rather
that I would like too see me following all debian-python conventions from the
very beginning and therefore would like to see someone with some experience.

The package is really small (one Python file, actually) and I think you wouldn't
have too much trouble with it.

>If you'd like to maintain your package within the team, you'll have to
>file a request to join the DPMT/PAPT on alioth (and then wait for an
>admin to approve your request). Note that for various reasons (feel
>free to dig into the list archives), DPMT/PAPT packages are only
>maintained in svn, so you'd have to maintain python-pandocfilters in
>svn, not git, if you choose to maintain it within the team.
I am not that familiar with SVN packaging, but since I think it would be better
to maintain Python packages in the Python team, I'll file a request.

Thanks!
Sebastian
-- 
Web: http://www.crustulus.de | Blog: 
http://www.crustulus.de/cgi-bin/blog.cgi?de-0
Freies Latein-Deutsch-Wörterbuch: http://www.crustulus.de/freedict.de.html
FreeDict: Free multilingual dictionary databases - http://www.freedict.org


signature.asc
Description: Digital signature


Re: python-pip and python-virtualenv broken in sid after upgrade to python 2.7.7rc1

2014-06-03 Thread Mário Duarte Cruz
On Mon, Jun 2, 2014 at 2:51 PM, Donald Stufft  wrote:

>
>
> pip 1.5.6 just upgrades the bundled requests FWIW.
>
>
>
I forgot to mention that it breaks if you're sitting behind a proxy (might
not be obvious from a cursory look at the linked bug):

[...]
Getting page https://pypi.python.org/simple/pip/
Could not fetch URL https://pypi.python.org/simple/pip/: connection error:
hostname 'proxy.company.com' doesn't match either of '*.c.ssl.fastly.net', '
c.ssl.fastly.net', [...]


@Donald: the currently available get-pip.py seems to also be affected by
the same bug