mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Roland Hieber <rhi@pengutronix.de>
To: Bastian Krause <bst@pengutronix.de>
Cc: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH 05/10] python3-yarl: version bump 0.8.1 -> 1.5.1
Date: Thu, 17 Sep 2020 21:10:16 +0200	[thread overview]
Message-ID: <20200917191016.wjbgpayqmsq5veqv@pengutronix.de> (raw)
In-Reply-To: <20200917122124.27241-5-bst@pengutronix.de>

On Thu, Sep 17, 2020 at 02:21:19PM +0200, Bastian Krause wrote:
> yarl requires idna since v0.17.0 .
> 
> Signed-off-by: Bastian Krause <bst@pengutronix.de>
> ---
>  rules/python3-yarl.in   | 1 +
>  rules/python3-yarl.make | 6 +++---
>  2 files changed, 4 insertions(+), 3 deletions(-)
> 
> diff --git a/rules/python3-yarl.in b/rules/python3-yarl.in
> index 0a933fe28..78d9a4311 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 79aafc17f..ae2dd1bfb 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	:= https://files.pythonhosted.org/packages/ac/dd/59768bb3fa08e8b23e91575bca3ff8d2edbfbceebec8c59eaa24c4215791/$(PYTHON3_YARL).$(PYTHON3_YARL_SUFFIX)

Here too? (untested)

 - Roland

>  PYTHON3_YARL_SOURCE	:= $(SRCDIR)/$(PYTHON3_YARL).$(PYTHON3_YARL_SUFFIX)
>  PYTHON3_YARL_DIR	:= $(BUILDDIR)/$(PYTHON3_YARL)
>  PYTHON3_YARL_LICENSE	:= Apache-2.0
> -- 
> 2.28.0
> 
> 
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de
> To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
> 

-- 
Roland Hieber, Pengutronix e.K.          | r.hieber@pengutronix.de     |
Steuerwalder Str. 21                     | https://www.pengutronix.de/ |
31137 Hildesheim, Germany                | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686         | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

  reply	other threads:[~2020-09-17 19:10 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-17 12:21 [ptxdist] [PATCH 01/10] python3-async-timeout: version bump 2.0.0 -> 3.0.1 Bastian Krause
2020-09-17 12:21 ` [ptxdist] [PATCH 02/10] python3-chardet: version bump 2.3.0 -> 3.0.4 Bastian Krause
2020-09-17 12:21 ` [ptxdist] [PATCH 03/10] python3-attrs: version bump 19.3.0 -> 20.2.0 Bastian Krause
2020-09-17 12:21 ` [ptxdist] [PATCH 04/10] python3-idna: new package Bastian Krause
2020-09-17 12:21 ` [ptxdist] [PATCH 05/10] python3-yarl: version bump 0.8.1 -> 1.5.1 Bastian Krause
2020-09-17 19:10   ` Roland Hieber [this message]
2020-09-17 12:21 ` [ptxdist] [PATCH 06/10] python3-multidict: version bump 2.1.4 -> 4.7.6 Bastian Krause
2020-09-17 12:21 ` [ptxdist] [PATCH 07/10] python3-aiohttp: mark dependencies as RUNTIME Bastian Krause
2020-09-17 12:21 ` [ptxdist] [PATCH 08/10] python3-aiohttp: add missing PYTHON3_ATTRS runtime dependency Bastian Krause
2020-09-17 12:21 ` [ptxdist] [PATCH 09/10] python3-aiohttp: version bump 3.4.4 -> 3.6.2 Bastian Krause
2020-09-17 12:21 ` [ptxdist] [PATCH 10/10] python3-aiohttp-wsgi: version bump 0.2.5 -> 0.8.2 Bastian Krause
2020-09-17 19:09 ` [ptxdist] [PATCH 01/10] python3-async-timeout: version bump 2.0.0 -> 3.0.1 Roland Hieber
2020-09-17 19:34   ` [ptxdist] [RFC] setup: introduce pypi mirror Roland Hieber
2020-09-21  8:29     ` Bastian Krause

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200917191016.wjbgpayqmsq5veqv@pengutronix.de \
    --to=rhi@pengutronix.de \
    --cc=bst@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox