From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mo4-p00-ob.smtp.rzone.de ([81.169.146.217]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kKLOj-0003JX-Ce for ptxdist@pengutronix.de; Mon, 21 Sep 2020 14:58:25 +0200 Received: from home by smtp.strato.de (RZmta 46.10.7 DYNA|AUTH) with ESMTPSA id 006358w8LCwO1Wn (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits)) (Client did not present a certificate) for ; Mon, 21 Sep 2020 14:58:24 +0200 (CEST) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by home (Postfix) with ESMTP id 405371A01A7 for ; Mon, 21 Sep 2020 14:58:24 +0200 (CEST) From: "Artur Wiebe" In-Reply-To: <20200921123308.25821-16-bst@pengutronix.de> Date: Mon, 21 Sep 2020 14:58:24 +0200 MIME-Version: 1.0 Message-ID: <38e-5f68a380-29-2a5e3840@130381304> Subject: Re: [ptxdist] =?utf-8?b?Pz09P3V0Zi04P3E/ID89PT91dGYtOD9xPyBbUEFUQ0gg?= =?utf-8?q?v2_16/18=5D=3F=3D=3D=3Futf-8=3Fq=3F_python3-pytz=3A_version_bum?= =?utf-8?b?cCAyMDE4LjU/PT0/dXRmLTg/cT8gLT4/PT0/dXRmLTg/cT8gMjAyMC4x?= 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 Hi Bastian, there is also a patch series for pytz: root/patches/pytz-2018.5 Regards, Artur On Monday, September 21, 2020 14:33 CEST, Bastian Krause wrote: > Signed-off-by: Bastian Krause > --- > Changes since (implicit) v1: > - use ptx/mirror-pypi macro for URL > --- > rules/python3-pytz.make | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/rules/python3-pytz.make b/rules/python3-pytz.make > index bf7bb982a..b0a05a476 100644 > --- a/rules/python3-pytz.make > +++ b/rules/python3-pytz.make > @@ -11,11 +11,11 @@ > # > PACKAGES-$(PTXCONF_PYTHON3_PYTZ) += python3-pytz > > -PYTHON3_PYTZ_VERSION := 2018.5 > -PYTHON3_PYTZ_MD5 := 45409cbfa3927bdd2f3ee914dd5b1060 > +PYTHON3_PYTZ_VERSION := 2020.1 > +PYTHON3_PYTZ_MD5 := 0349106ac02f2bfe565dd6d5594e3a15 > PYTHON3_PYTZ := pytz-$(PYTHON3_PYTZ_VERSION) > PYTHON3_PYTZ_SUFFIX := tar.gz > -PYTHON3_PYTZ_URL := https://pypi.python.org/packages/ca/a9/62f96decb1e309d6300ebe7eee9acfd7bccaeedd693794437005b9067b44/$(PYTHON3_PYTZ).$(PYTHON3_PYTZ_SUFFIX)\#md5=$(PYTHON3_PYTZ_MD5) > +PYTHON3_PYTZ_URL := $(call ptx/mirror-pypi, pytz, $(PYTHON3_PYTZ).$(PYTHON3_PYTZ_SUFFIX)) > PYTHON3_PYTZ_SOURCE := $(SRCDIR)/$(PYTHON3_PYTZ).$(PYTHON3_PYTZ_SUFFIX) > PYTHON3_PYTZ_DIR := $(BUILDDIR)/$(PYTHON3_PYTZ) > PYTHON3_PYTZ_LICENSE := MIT > -- > 2.28.0 > > > _______________________________________________ > ptxdist mailing list > ptxdist@pengutronix.de > To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de