Hi Michael,

as noticed here:
https://status.python.org/incidents/1y1f44q6srh2 

Previously, files uploaded to PyPI were hosted with URLs like:
https://pypi.python.org/packages/....
And in the new PyPI, they are hosted with URLs like:
https://files.pythonhosted.org/packages/...


--2019-05-20 09:53:10-- 
https://pypi.io/packages/source/t/tornado/tornado-6.0.2.tar.gz
Resolving pypi.io (pypi.io)... 2a04:4e42:400::223, 2a04:4e42::223, 
2a04:4e42:600::223, ...
Connecting to pypi.io (pypi.io)|2a04:4e42:400::223|:443... connected.
HTTP request sent, awaiting response... 301 Redirect to Primary Domain
Location: https://pypi.org/packages/source/t/tornado/tornado-6.0.2.tar.gz 
[following]
--2019-05-20 09:53:10-- 
https://pypi.org/packages/source/t/tornado/tornado-6.0.2.tar.gz
Resolving pypi.org (pypi.org)... 2a04:4e42::223, 2a04:4e42:200::223, 
2a04:4e42:400::223, ...
Connecting to pypi.org (pypi.org)|2a04:4e42::223|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: 
https://files.pythonhosted.org/packages/source/t/tornado/tornado-6.0.2.tar.gz 
[following]
--2019-05-20 09:53:11-- 
https://files.pythonhosted.org/packages/source/t/tornado/tornado-6.0.2.tar.gz
Resolving files.pythonhosted.org (files.pythonhosted.org)... 2a04:4e42:1b::319, 
151.101.113.63
Connecting to files.pythonhosted.org 
(files.pythonhosted.org)|2a04:4e42:1b::319|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: 
https://files.pythonhosted.org/packages/03/3f/5f89d99fca3c0100c8cede4f53f660b126d39e0d6a1e943e95cc3ed386fb/tornado-6.0.2.tar.gz
 [following]
--2019-05-20 09:53:11-- 
https://files.pythonhosted.org/packages/03/3f/5f89d99fca3c0100c8cede4f53f660b126d39e0d6a1e943e95cc3ed386fb/tornado-6.0.2.tar.gz
Reusing existing connection to [files.pythonhosted.org]:443.
HTTP request sent, awaiting response... 200 OK
Length: 481808 (471K) [binary/octet-stream]

Artur

-- 
Dipl.-Ing. Artur Wiebe
Software-Ingenieur

Email: ar...@4wiebe.de
Telefon: +491632699840
Web: artur.4wiebe.de
Quellenstraße 49, 72124 Pliezhausen
USt-IdNr: DE299286057 
 
On Monday, May 20, 2019 16:19 CEST, Michael Olbrich <m.olbr...@pengutronix.de> 
wrote: 
 
> On Mon, May 20, 2019 at 10:41:34AM +0200, Roland Hieber wrote:
> > that looks like the same patch you sent earlier?
> 
> The URL is different.
> 
> > On Mon, May 20, 2019 at 10:02:51AM +0200, Artur Wiebe wrote:
> > > Signed-off-by: Artur Wiebe <ar...@4wiebe.de>
> > > ---
> > >  rules/python3-tornado.make | 6 +++---
> > >  1 file changed, 3 insertions(+), 3 deletions(-)
> > > 
> > > diff --git a/rules/python3-tornado.make b/rules/python3-tornado.make
> > > index 37195f5ef..f4150f5e0 100644
> > > --- a/rules/python3-tornado.make
> > > +++ b/rules/python3-tornado.make
> > > @@ -13,11 +13,11 @@
> > >  #
> > >  PACKAGES-$(PTXCONF_PYTHON3_TORNADO) += python3-tornado
> > >  
> > > -PYTHON3_TORNADO_VERSION  := 5.1.1
> > > -PYTHON3_TORNADO_MD5      := a1ce4f392d30ff0ebcb255150d89b826
> > > +PYTHON3_TORNADO_VERSION  := 6.0.2
> > > +PYTHON3_TORNADO_MD5      := 7d13a9ffbd232c7e89a8215e2cf0f5cd
> > >  PYTHON3_TORNADO          := tornado-$(PYTHON3_TORNADO_VERSION)
> > >  PYTHON3_TORNADO_SUFFIX   := tar.gz
> > > -PYTHON3_TORNADO_URL      := 
> > > https://pypi.io/packages/source/t/tornado/$(PYTHON3_TORNADO).$(PYTHON3_TORNADO_SUFFIX)
> > > +PYTHON3_TORNADO_URL      := 
> > > https://files.pythonhosted.org/packages/source/t/tornado/$(PYTHON3_TORNADO).$(PYTHON3_TORNADO_SUFFIX)
> 
> Please add to the commit message why the URL change is needed.
> The old URL works for me with the new version.
> 
> Michael
> 
> > >  PYTHON3_TORNADO_SOURCE   := 
> > > $(SRCDIR)/$(PYTHON3_TORNADO).$(PYTHON3_TORNADO_SUFFIX)
> > >  PYTHON3_TORNADO_DIR      := $(BUILDDIR)/$(PYTHON3_TORNADO)
> > >  PYTHON3_TORNADO_LICENSE  := Apache-2.0
> > > -- 
> > > 2.21.0
> > > 
> > > 
> > > _______________________________________________
> > > ptxdist mailing list
> > > ptxdist@pengutronix.de
> > 
> > -- 
> > Roland Hieber                     | r.hie...@pengutronix.de     |
> > Pengutronix e.K.                  | https://www.pengutronix.de/ |
> > Peiner Str. 6-8, 31137 Hildesheim | Phone: +49-5121-206917-5086 |
> > Amtsgericht Hildesheim, HRA 2686  | Fax:   +49-5121-206917-5555 |
> > 
> > _______________________________________________
> > ptxdist mailing list
> > ptxdist@pengutronix.de
> 
> -- 
> Pengutronix e.K.                           |                             |
> Industrial Linux Solutions                 | http://www.pengutronix.de/  |
> Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
> Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |
> 
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to