From: Artur Wiebe <artur@4wiebe.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH 02/11] python3-pytz: version bump 2020.1 -> 2023.3
Date: Sun, 16 Apr 2023 11:36:34 +0200 [thread overview]
Message-ID: <20230416093643.3983478-2-artur@4wiebe.de> (raw)
In-Reply-To: <20230416093643.3983478-1-artur@4wiebe.de>
Signed-off-by: Artur Wiebe <artur@4wiebe.de>
---
.../0001-use-system-timezone-data.patch | 0
patches/{pytz-2020.1 => pytz-2023.3}/series | 0
rules/python3-pytz.make | 17 +++++++++--------
3 files changed, 9 insertions(+), 8 deletions(-)
rename patches/{pytz-2020.1 => pytz-2023.3}/0001-use-system-timezone-data.patch (100%)
rename patches/{pytz-2020.1 => pytz-2023.3}/series (100%)
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 b0a05a476..2c01f769e 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
--
2.40.0
next prev parent reply other threads:[~2023-04-16 9:38 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-16 9:36 [ptxdist] [PATCH 01/11] python3-dateutil: version bump 2.7.3 -> 2.8.2 Artur Wiebe
2023-04-16 9:36 ` Artur Wiebe [this message]
2023-05-02 7:05 ` [ptxdist] [APPLIED] python3-pytz: version bump 2020.1 -> 2023.3 Michael Olbrich
2023-04-16 9:36 ` [ptxdist] [PATCH 03/11] python3-aiofiles: version bump 0.8.0 -> 23.1.0 Artur Wiebe
2023-05-02 7:05 ` [ptxdist] [APPLIED] " Michael Olbrich
2023-04-16 9:36 ` [ptxdist] [PATCH 04/11] python3-sortedcontainers: new package Artur Wiebe
2023-05-02 7:05 ` [ptxdist] [APPLIED] " Michael Olbrich
2023-04-16 9:36 ` [ptxdist] [PATCH 05/11] python3-aiosqlite: " Artur Wiebe
2023-05-02 7:05 ` [ptxdist] [APPLIED] " Michael Olbrich
2023-04-16 9:36 ` [ptxdist] [PATCH 06/11] host-python3-pycparser: new package (from python3-pycparser) Artur Wiebe
2023-05-02 7:05 ` [ptxdist] [APPLIED] " Michael Olbrich
2023-04-16 9:36 ` [ptxdist] [PATCH 07/11] python3-cffi: add dependency to pycparser Artur Wiebe
2023-05-02 7:05 ` [ptxdist] [APPLIED] " Michael Olbrich
2023-04-16 9:36 ` [ptxdist] [PATCH 08/11] python3-semantic-version: new package Artur Wiebe
2023-05-02 7:06 ` [ptxdist] [APPLIED] " Michael Olbrich
2023-04-16 9:36 ` [ptxdist] [PATCH 09/11] host-python3-setuptools-rust: " Artur Wiebe
2023-05-02 7:06 ` [ptxdist] [APPLIED] " Michael Olbrich
2023-04-16 9:36 ` [ptxdist] [PATCH 10/11] python3-asyncua: " Artur Wiebe
2023-04-16 9:52 ` [ptxdist] ?==?utf-8?q? " Artur Wiebe
2023-04-21 13:49 ` Michael Olbrich
2023-05-02 7:06 ` [ptxdist] [APPLIED] " Michael Olbrich
2023-04-16 9:36 ` [ptxdist] [PATCH 11/11] python3-cryptography: " Artur Wiebe
2023-05-02 7:06 ` [ptxdist] [APPLIED] " Michael Olbrich
2023-05-02 7:05 ` [ptxdist] [APPLIED] python3-dateutil: version bump 2.7.3 -> 2.8.2 Michael Olbrich
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=20230416093643.3983478-2-artur@4wiebe.de \
--to=artur@4wiebe.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