mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Lars Pedersen <lapeddk@gmail.com>
To: ptxdist@pengutronix.de
Cc: Lars Pedersen <lapeddk@gmail.com>
Subject: [ptxdist] [PATCH 1/4] python3-zipp: version bump 3.1.0 -> 3.20.1
Date: Fri, 27 Sep 2024 13:38:27 +0200	[thread overview]
Message-ID: <20240927113830.415517-1-lapeddk@gmail.com> (raw)

* LICENSE line "Copyright Jason R. Coombs" removed
* Compile stage now uses pyproject and package now requires
  HOST_PYTHON3_PYBUILD and HOST_PYTHON3_WHEEL

Signed-off-by: Lars Pedersen <lapeddk@gmail.com>
---
 rules/python3-zipp.in   | 2 ++
 rules/python3-zipp.make | 9 +++++----
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/rules/python3-zipp.in b/rules/python3-zipp.in
index 5697721a4..4f480ec3d 100644
--- a/rules/python3-zipp.in
+++ b/rules/python3-zipp.in
@@ -3,8 +3,10 @@
 config PYTHON3_ZIPP
 	tristate
 	select PYTHON3
+	select HOST_PYTHON3_PYBUILD
 	select HOST_PYTHON3_SETUPTOOLS_SCM
 	select HOST_PYTHON3_TOML
+	select HOST_PYTHON3_WHEEL
 	prompt "zipp"
 	help
 	  A pathlib-compatible Zipfile object wrapper. A backport of the Path object.
diff --git a/rules/python3-zipp.make b/rules/python3-zipp.make
index 45cdadb50..af9c9854f 100644
--- a/rules/python3-zipp.make
+++ b/rules/python3-zipp.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_PYTHON3_ZIPP) += python3-zipp
 #
 # Paths and names
 #
-PYTHON3_ZIPP_VERSION	:= 3.1.0
-PYTHON3_ZIPP_MD5	:= 199da7385f080ec45da6c1942e2b5996
+PYTHON3_ZIPP_VERSION	:= 3.20.1
+PYTHON3_ZIPP_MD5	:= bf44bcdda7374f5818061a0a5fedb25c
 PYTHON3_ZIPP		:= zipp-$(PYTHON3_ZIPP_VERSION)
 PYTHON3_ZIPP_SUFFIX	:= tar.gz
 PYTHON3_ZIPP_URL	:= $(call ptx/mirror-pypi, zipp, $(PYTHON3_ZIPP).$(PYTHON3_ZIPP_SUFFIX))
@@ -23,7 +23,7 @@ PYTHON3_ZIPP_SOURCE	:= $(SRCDIR)/$(PYTHON3_ZIPP).$(PYTHON3_ZIPP_SUFFIX)
 PYTHON3_ZIPP_DIR	:= $(BUILDDIR)/$(PYTHON3_ZIPP)
 PYTHON3_ZIPP_LICENSE	:= MIT
 PYTHON3_ZIPP_LICENSE_FILES := \
-	file://LICENSE;md5=7a7126e068206290f3fe9f8d6c713ea6
+	file://LICENSE;md5=141643e11c48898150daa83802dbc65f
 
 # ----------------------------------------------------------------------------
 # Prepare
@@ -34,9 +34,10 @@ PYTHON3_ZIPP_CONF_TOOL	:= python3
 $(STATEDIR)/python3-zipp.extract.post:
 	@$(call targetinfo)
 	@$(call world/patchin/post, PYTHON3_ZIPP)
-	@sed -i '/^name =/aversion = $(PYTHON3_ZIPP_VERSION)' $(PYTHON3_ZIPP_DIR)/setup.cfg
+	@sed -i 's/^dynamic =.*/version = "$(PYTHON3_ZIPP_VERSION)"/g' $(PYTHON3_ZIPP_DIR)/pyproject.toml
 	@$(call touch)
 
+
 # ----------------------------------------------------------------------------
 # Target-Install
 # ----------------------------------------------------------------------------

base-commit: fece8db0eb9ec5e84205fcb97ab1825d85313b3e
-- 
2.46.1




             reply	other threads:[~2024-09-27 11:39 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-27 11:38 Lars Pedersen [this message]
2024-09-27 11:38 ` [ptxdist] [PATCH 2/4] host-python3-setuptools-scm: Version bump 4.1.2 -> 8.1.0 Lars Pedersen
2024-09-30  6:32   ` Michael Olbrich
2024-10-03  9:16     ` Lars Pedersen
2024-10-16 10:49       ` Michael Olbrich
2024-09-27 11:38 ` [ptxdist] [PATCH 3/4] python3-importlib-metadata: Version bump 1.7.0 -> 8.4.0 Lars Pedersen
2024-09-27 11:38 ` [ptxdist] [PATCH 4/4] python3-yoyo-migrations: Version bump 7.3.2 -> 8.2.0 Lars Pedersen

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=20240927113830.415517-1-lapeddk@gmail.com \
    --to=lapeddk@gmail.com \
    --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