From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 02 May 2023 09:06:53 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1ptk6A-0026t0-MZ for lore@lore.pengutronix.de; Tue, 02 May 2023 09:06:53 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1ptk68-0003Qa-Py; Tue, 02 May 2023 09:06:52 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ptk5F-0002Oi-2z; Tue, 02 May 2023 09:05:57 +0200 Received: from [2a0a:edc0:0:1101:1d::54] (helo=dude05.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1ptk5E-000Wnz-KN; Tue, 02 May 2023 09:05:56 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1ptk5E-001K6M-2K; Tue, 02 May 2023 09:05:56 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Tue, 2 May 2023 09:05:56 +0200 Message-Id: <20230502070556.315591-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230416093643.3983478-2-artur@4wiebe.de> References: <20230416093643.3983478-2-artur@4wiebe.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] python3-pytz: version bump 2020.1 -> 2023.3 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Artur Wiebe Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as c66f4cd5b7d50d75602d3a99f9b3d0357cd4a0ff. Michael [sent from post-receive hook] On Tue, 02 May 2023 09:05:55 +0200, Artur Wiebe wrote: > Signed-off-by: Artur Wiebe > Message-Id: <20230416093643.3983478-2-artur@4wiebe.de> > Signed-off-by: Michael Olbrich > > diff --git a/patches/pytz-2020.1/0001-use-system-timezone-data.patch b/patches/pytz-2023.3/0001-use-system-timezone-data.patch > similarity index 100% > rename from patches/pytz-2020.1/0001-use-system-timezone-data.patch > rename to patches/pytz-2023.3/0001-use-system-timezone-data.patch > diff --git a/patches/pytz-2020.1/series b/patches/pytz-2023.3/series > similarity index 100% > rename from patches/pytz-2020.1/series > rename to patches/pytz-2023.3/series > diff --git a/rules/python3-pytz.make b/rules/python3-pytz.make > index b0a05a476fea..2c01f769e1ec 100644 > --- a/rules/python3-pytz.make > +++ b/rules/python3-pytz.make > @@ -11,14 +11,15 @@ > # > PACKAGES-$(PTXCONF_PYTHON3_PYTZ) += python3-pytz > > -PYTHON3_PYTZ_VERSION := 2020.1 > -PYTHON3_PYTZ_MD5 := 0349106ac02f2bfe565dd6d5594e3a15 > -PYTHON3_PYTZ := pytz-$(PYTHON3_PYTZ_VERSION) > -PYTHON3_PYTZ_SUFFIX := tar.gz > -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 > +PYTHON3_PYTZ_VERSION := 2023.3 > +PYTHON3_PYTZ_MD5 := fe54c8f8a1544b4e78b523b264ab071b > +PYTHON3_PYTZ := pytz-$(PYTHON3_PYTZ_VERSION) > +PYTHON3_PYTZ_SUFFIX := tar.gz > +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 > +PYTHON3_PYTZ_LICENSE_FILES := file://LICENSE.txt;md5=1a67fc46c1b596cce5d21209bbe75999 > > # ---------------------------------------------------------------------------- > # Prepare