[Distutils] [ANN] stdeb 0.7.1

2014-05-06 Thread Andrew Straw
Hi all, stdeb is a package to produce Debian packages from Python packages. Today I’m announcing release 0.7.1 of stdeb. Highlights since the last publicly announced release (0.6.0): • New command-line commands: pypi-download and pypi-install to directly download and install packages from

Re: [Distutils] Windows 8 pkg_resources permissions bug

2014-05-06 Thread Ian Cordasco
We don't have the exact versions of setuptools or pip that are problematic. If you have trouble reproducing this, we can ask our user for clarification. :) Thanks for the help! On Mon, May 5, 2014 at 8:06 PM, Steve Dower steve.do...@microsoft.com wrote: My guess would be that something is

Re: [Distutils] Windows 8 pkg_resources permissions bug

2014-05-06 Thread Steve Dower
So it isn't a trivial repro, which means there is some more context required from anyone who sees this issue. I personally would be looking at the ACLs of the files that can't be accessed. I expect to see that they are not inheriting permissions from their parent and probably only have

Re: [Distutils] Windows 8 pkg_resources permissions bug

2014-05-06 Thread Ian Cordasco
On Tue, May 6, 2014 at 11:31 AM, Steve Dower steve.do...@microsoft.com wrote: So it isn't a trivial repro, which means there is some more context required from anyone who sees this issue. Thanks for putting the effort into reproducing it! I personally would be looking at the ACLs of the

[Distutils] [buildout] HTTP Error 503 downloading https://bitbucket.org/pypa/setuptools/raw/0.7.2/ez_setup.py

2014-05-06 Thread Chris Withers
Hi All, Seeing lots of Jenkins jobs intermittently failing with this: Traceback (most recent call last): File bootstrap.py, line 79, in module exec(urlopen('https://bitbucket.org/pypa/setuptools/raw/0.7.2/ez_setup.py' File /usr/local/lib/python2.7/urllib2.py, line 126, in urlopen

[Distutils] [buildout] New Buildout 2 bootstrap script

2014-05-06 Thread Jim Fulton
I've posted a new buildout 2 and 2.1 bootstrap script: http://downloads.buildout.org/2/bootstrap.py That has the new location of the ez_setup.py script. Jim -- Jim Fulton http://www.linkedin.com/in/jimfulton ___ Distutils-SIG maillist -

Re: [Distutils] [buildout] HTTP Error 503 downloading https://bitbucket.org/pypa/setuptools/raw/0.7.2/ez_setup.py

2014-05-06 Thread Michael Merickel
See https://mail.python.org/pipermail/distutils-sig/2014-May/024167.htmlfor more info. Sounds like bitbucket started rate limiting the content. On Tue, May 6, 2014 at 4:09 PM, Chris Withers ch...@simplistix.co.ukwrote: Hi All, Seeing lots of Jenkins jobs intermittently failing with this: