From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: In-Reply-To: <20200922141434.8544-9-bst@pengutronix.de> MIME-Version: 1.0 Message-Id: From: Michael Olbrich Date: Tue, 06 Oct 2020 10:18:42 +0200 Subject: Re: [ptxdist] [APPLIED] python3-yarl: version bump 0.8.1 -> 1.5.1 List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Cc: Bastian Krause Thanks, applied as 0e57921bf1b914fe0f2893ad99cbcd2c6b160a7d. Michael [sent from post-receive hook] On Tue, 06 Oct 2020 10:18:42 +0200, Bastian Krause wrote: > yarl requires idna since v0.17.0 . > > Signed-off-by: Bastian Krause > Message-Id: <20200922141434.8544-9-bst@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/python3-yarl.in b/rules/python3-yarl.in > index 0a933fe28554..78d9a4311828 100644 > --- a/rules/python3-yarl.in > +++ b/rules/python3-yarl.in > @@ -4,6 +4,7 @@ config PYTHON3_YARL > tristate > select PYTHON3 > select PYTHON3_MULTIDICT > + select PYTHON3_IDNA > prompt "python3-yarl" > help > Yet another URL library for Python > diff --git a/rules/python3-yarl.make b/rules/python3-yarl.make > index 79aafc17fcd9..d6831493f9e3 100644 > --- a/rules/python3-yarl.make > +++ b/rules/python3-yarl.make > @@ -14,11 +14,11 @@ PACKAGES-$(PTXCONF_PYTHON3_YARL) += python3-yarl > # > # Paths and names > # > -PYTHON3_YARL_VERSION := 0.8.1 > -PYTHON3_YARL_MD5 := 34f60a148ab55e3bfde2c0efd7026308 > +PYTHON3_YARL_VERSION := 1.5.1 > +PYTHON3_YARL_MD5 := a9b20bf0b8a6962e1101b28908a67bf8 > PYTHON3_YARL := yarl-$(PYTHON3_YARL_VERSION) > PYTHON3_YARL_SUFFIX := tar.gz > -PYTHON3_YARL_URL := https://pypi.python.org/packages/10/1b/be30529bde22c85c2975a4e21cf7f13edbcb291350fbbde8bc13938620c8/$(PYTHON3_YARL).$(PYTHON3_YARL_SUFFIX) > +PYTHON3_YARL_URL := $(call ptx/mirror-pypi, yarl, $(PYTHON3_YARL).$(PYTHON3_YARL_SUFFIX)) > PYTHON3_YARL_SOURCE := $(SRCDIR)/$(PYTHON3_YARL).$(PYTHON3_YARL_SUFFIX) > PYTHON3_YARL_DIR := $(BUILDDIR)/$(PYTHON3_YARL) > PYTHON3_YARL_LICENSE := Apache-2.0 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de