Re: [Python-Dev] Servicing pypi.python.org

2018-10-20 Thread Facundo Batista
El jue., 18 de oct. de 2018 a la(s) 00:07, Donald Stufft (don...@stufft.io) escribió: > tl;dr: can we have a (semi)permanent redirect from pypi.python.org to > pypi.org? > > > > This already exists: Indeed, it works! I was in a place with a very crappy internet, but I never suspected the issue

Re: [Python-Dev] Servicing pypi.python.org

2018-10-17 Thread Benedikt Werner
This already exists: $ curl -I https://pypi.python.org/project/Twisted/json HTTP/2 301 server: Varnish retry-after: 0 location: https://pypi.org/project/Twisted/json content-type: text/html; charset=UTF-8 accept-ranges: bytes date: Thu, 18 Oct 2018 03:06:12 GMT x-served-by: cache-iad2626-IAD

Re: [Python-Dev] Servicing pypi.python.org

2018-10-17 Thread Donald Stufft
> On Oct 17, 2018, at 8:32 PM, Facundo Batista wrote: > > tl;dr: can we have a (semi)permanent redirect from pypi.python.org > to pypi.org ? This already exists: $ curl -I https://pypi.python.org/project/Twisted/json HTTP/2 301 server: Varnish

Re: [Python-Dev] Servicing pypi.python.org

2018-10-17 Thread Terry Reedy
On 10/17/2018 8:32 PM, Facundo Batista wrote: Hola! tl;dr: can we have a (semi)permanent redirect from pypi.python.org to pypi.org? pypi is run by a different group from pydev core developers. Maybe someone here know what the current list is. -- Terry Jan Reedy

[Python-Dev] Servicing pypi.python.org

2018-10-17 Thread Facundo Batista
Hola! tl;dr: can we have a (semi)permanent redirect from pypi.python.org to pypi.org? I own/maintain a project called `fades`, which is an automatic virtualenv creator/manager [0]. While it relies on `pip` itself for the heavy work on the virtualenv itself, `fades` checks if all required