Re: [Distutils] PEP 438 - Transition Phase 1

2013-05-20 Thread Lennart Regebro
On Sun, May 19, 2013 at 10:20 PM, Donald Stufft don...@stufft.io wrote: Hrm, ZPT doesn't seem to be stripping the CDATA or unescaping the strings? https://gist.github.com/dstufft/5608838 is what i have in the template file and that appears verbatim in the output? Yes? It will escape *data*

Re: [Distutils] PEP 438 - Transition Phase 1

2013-05-20 Thread Marius Gedminas
On Mon, May 20, 2013 at 02:21:05AM -0400, Donald Stufft wrote: On May 20, 2013, at 2:18 AM, Lennart Regebro rege...@gmail.com wrote: On Sun, May 19, 2013 at 10:20 PM, Donald Stufft don...@stufft.io wrote: Hrm, ZPT doesn't seem to be stripping the CDATA or unescaping the strings?

Re: [Distutils] PEP 438 - Transition Phase 1

2013-05-20 Thread Lennart Regebro
On Mon, May 20, 2013 at 8:21 AM, Donald Stufft don...@stufft.io wrote: He also said to just put the javascript in the body of the script but xml escape it. Which I did, and when the template was rendered the data was still xml escaped and again invalid javascript. I think there is a

Re: [Distutils] PEP 438 - Transition Phase 1

2013-05-20 Thread Donald Stufft
On May 20, 2013, at 2:44 AM, Marius Gedminas mar...@pov.lt wrote: On Mon, May 20, 2013 at 02:21:05AM -0400, Donald Stufft wrote: On May 20, 2013, at 2:18 AM, Lennart Regebro rege...@gmail.com wrote: On Sun, May 19, 2013 at 10:20 PM, Donald Stufft don...@stufft.io wrote: Hrm, ZPT doesn't

Re: [Distutils] PEP 438 - Transition Phase 1

2013-05-20 Thread Donald Stufft
On May 20, 2013, at 2:44 AM, Marius Gedminas mar...@pov.lt wrote: On Mon, May 20, 2013 at 02:21:05AM -0400, Donald Stufft wrote: On May 20, 2013, at 2:18 AM, Lennart Regebro rege...@gmail.com wrote: On Sun, May 19, 2013 at 10:20 PM, Donald Stufft don...@stufft.io wrote: Hrm, ZPT doesn't

Re: [Distutils] PEP 438 - Transition Phase 1

2013-05-20 Thread Donald Stufft
And the urls page now has a toggle all checkbox. Thanks again! On May 20, 2013, at 7:16 AM, Donald Stufft don...@stufft.io wrote: On May 20, 2013, at 2:44 AM, Marius Gedminas mar...@pov.lt wrote: On Mon, May 20, 2013 at 02:21:05AM -0400, Donald Stufft wrote: On May 20, 2013, at 2:18 AM,

Re: [Distutils] PEP 438 - Transition Phase 1

2013-05-20 Thread Donald Stufft
On May 19, 2013, at 6:09 PM, PJ Eby p...@telecommunity.com wrote: On Sun, May 19, 2013 at 4:58 AM, holger krekel hol...@merlinux.eu wrote: Tensed to see how many people will switch without the mails I'll be waiting for the mails, myself, on account of I'm hoping it'll give me a nice list

Re: [Distutils] PEP 438 - Transition Phase 1

2013-05-20 Thread Ronald Oussoren
On 19 May, 2013, at 2:51, Donald Stufft don...@stufft.io wrote: Forgot to mention, both of those options are available by clicking on urls when viewing a package you have permissions on, see: http://d.stufft.io/image/2h073q2L3Z29 I get a Forbidden error when following the urls link in

Re: [Distutils] PEP 438 - Transition Phase 1

2013-05-20 Thread PJ Eby
On Sun, May 19, 2013 at 7:26 PM, Richard Jones rich...@python.org wrote: Donald wrote a handy script to help make this easier: https://pypi.python.org/pypi/pypi-show-urls Doesn't seem to work for me: $ pypi-show-urls -u pje Traceback (most recent call last): File /usr/bin/pypi-show-urls,

Re: [Distutils] PEP 438 - Transition Phase 1

2013-05-20 Thread Lennart Regebro
On Mon, May 20, 2013 at 6:05 PM, PJ Eby p...@telecommunity.com wrote: On Sun, May 19, 2013 at 7:26 PM, Richard Jones rich...@python.org wrote: Donald wrote a handy script to help make this easier: https://pypi.python.org/pypi/pypi-show-urls Doesn't seem to work for me: $ pypi-show-urls -u

Re: [Distutils] PEP 438 - Transition Phase 1

2013-05-20 Thread Donald Stufft
It requires pip because it process requirements files too. I don't think pip works in install_requires though. A few versions older didn't parse requirements files and didn't have pip requirement. On May 20, 2013, at 12:05 PM, PJ Eby p...@telecommunity.com wrote: On Sun, May 19, 2013 at

Re: [Distutils] PEP 438 - Transition Phase 1

2013-05-20 Thread PJ Eby
On Mon, May 20, 2013 at 1:03 PM, Lennart Regebro rege...@gmail.com wrote: On Mon, May 20, 2013 at 6:05 PM, PJ Eby p...@telecommunity.com wrote: On Sun, May 19, 2013 at 7:26 PM, Richard Jones rich...@python.org wrote: Donald wrote a handy script to help make this easier:

Re: [Distutils] PEP 438 - Transition Phase 1

2013-05-20 Thread Donald Stufft
Someone else got that error on 2.6 they said 2.7 worked for them. I wasn't able to reproduce on either 2.6 or 2.7. I can add the dep info when I get home. Currently sitting in the ER for my wife. On May 20, 2013, at 3:20 PM, PJ Eby p...@telecommunity.com wrote: On Mon, May 20, 2013 at 1:03

Re: [Distutils] PEP 438 - Transition Phase 1

2013-05-19 Thread Donald Stufft
On May 19, 2013, at 12:00 AM, Donald Stufft don...@stufft.io wrote: On May 18, 2013, at 8:51 PM, Donald Stufft don...@stufft.io wrote: On May 18, 2013, at 8:50 PM, Donald Stufft don...@stufft.io wrote: Phase 1 of PEP 438 (http://www.python.org/dev/peps/pep-0438/) has begun. Deployed

Re: [Distutils] PEP 438 - Transition Phase 1

2013-05-19 Thread holger krekel
On Sat, May 18, 2013 at 20:50 -0400, Donald Stufft wrote: Phase 1 of PEP 438 (http://www.python.org/dev/peps/pep-0438/) has begun. Deployed to production PyPI is: - New packages default to pypi-explicit - Old packages default to pypi-scrape-crawl - Package Maintainers can select

Re: [Distutils] PEP 438 - Transition Phase 1

2013-05-19 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/18/2013 08:50 PM, Donald Stufft wrote: Phase 1 of PEP 438 (http://www.python.org/dev/peps/pep-0438/) has begun. Deployed to production PyPI is: - New packages default to pypi-explicit - Old packages default to pypi-scrape-crawl - Package

Re: [Distutils] PEP 438 - Transition Phase 1

2013-05-19 Thread Donald Stufft
On May 19, 2013, at 10:46 AM, Tres Seaver tsea...@palladion.com wrote: Signed PGP part On 05/18/2013 08:50 PM, Donald Stufft wrote: Phase 1 of PEP 438 (http://www.python.org/dev/peps/pep-0438/) has begun. Deployed to production PyPI is: - New packages default to pypi-explicit - Old

Re: [Distutils] PEP 438 - Transition Phase 1

2013-05-19 Thread PJ Eby
On Sun, May 19, 2013 at 4:58 AM, holger krekel hol...@merlinux.eu wrote: Tensed to see how many people will switch without the mails I'll be waiting for the mails, myself, on account of I'm hoping it'll give me a nice list of which of my packages I can switch, so as not to need to go check on

Re: [Distutils] PEP 438 - Transition Phase 1

2013-05-19 Thread Richard Jones
On 20 May 2013 08:09, PJ Eby p...@telecommunity.com wrote: On Sun, May 19, 2013 at 4:58 AM, holger krekel hol...@merlinux.eu wrote: Tensed to see how many people will switch without the mails I'll be waiting for the mails, myself, on account of I'm hoping it'll give me a nice list of which

Re: [Distutils] PEP 438 - Transition Phase 1

2013-05-19 Thread Donald Stufft
On May 19, 2013, at 7:26 PM, Richard Jones rich...@python.org wrote: On 20 May 2013 08:09, PJ Eby p...@telecommunity.com wrote: On Sun, May 19, 2013 at 4:58 AM, holger krekel hol...@merlinux.eu wrote: Tensed to see how many people will switch without the mails I'll be waiting for the

[Distutils] PEP 438 - Transition Phase 1

2013-05-18 Thread Donald Stufft
Phase 1 of PEP 438 (http://www.python.org/dev/peps/pep-0438/) has begun. Deployed to production PyPI is: - New packages default to pypi-explicit - Old packages default to pypi-scrape-crawl - Package Maintainers can select which hosting mode to use - Package Maintainers can control

Re: [Distutils] PEP 438 - Transition Phase 1

2013-05-18 Thread Donald Stufft
On May 18, 2013, at 8:50 PM, Donald Stufft don...@stufft.io wrote: Phase 1 of PEP 438 (http://www.python.org/dev/peps/pep-0438/) has begun. Deployed to production PyPI is: - New packages default to pypi-explicit - Old packages default to pypi-scrape-crawl - Package Maintainers can

Re: [Distutils] PEP 438 - Transition Phase 1

2013-05-18 Thread Donald Stufft
On May 18, 2013, at 8:51 PM, Donald Stufft don...@stufft.io wrote: On May 18, 2013, at 8:50 PM, Donald Stufft don...@stufft.io wrote: Phase 1 of PEP 438 (http://www.python.org/dev/peps/pep-0438/) has begun. Deployed to production PyPI is: - New packages default to pypi-explicit -