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 6/9] python3-gunicorn: Version bump 20.1.0 -> 23.0.0
Date: Mon,  2 Sep 2024 12:49:50 +0200	[thread overview]
Message-ID: <20240902104953.3107400-6-lapeddk@gmail.com> (raw)
In-Reply-To: <20240902104953.3107400-1-lapeddk@gmail.com>

License year has been updated

Signed-off-by: Lars Pedersen <lapeddk@gmail.com>
---
 rules/python3-gunicorn.in   | 2 ++
 rules/python3-gunicorn.make | 6 +++---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/rules/python3-gunicorn.in b/rules/python3-gunicorn.in
index d010ea900..7163da6df 100644
--- a/rules/python3-gunicorn.in
+++ b/rules/python3-gunicorn.in
@@ -3,6 +3,8 @@
 config PYTHON3_GUNICORN
 	bool
 	select PYTHON3
+	select HOST_PYTHON3_PYBUILD
+	select HOST_PYTHON3_WHEEL
 	prompt "gunicorn"
 	help
 	  Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX.
diff --git a/rules/python3-gunicorn.make b/rules/python3-gunicorn.make
index e6959d557..ab8e2f6bf 100644
--- a/rules/python3-gunicorn.make
+++ b/rules/python3-gunicorn.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_PYTHON3_GUNICORN) += python3-gunicorn
 #
 # Paths and names
 #
-PYTHON3_GUNICORN_VERSION	:= 20.1.0
-PYTHON3_GUNICORN_MD5		:= db8a7c5c2064000af70286534803bf1d
+PYTHON3_GUNICORN_VERSION	:= 23.0.0
+PYTHON3_GUNICORN_MD5		:= 18b666db62a890579170639961c5b064
 PYTHON3_GUNICORN		:= gunicorn-$(PYTHON3_GUNICORN_VERSION)
 PYTHON3_GUNICORN_SUFFIX		:= tar.gz
 PYTHON3_GUNICORN_URL		:= $(call ptx/mirror-pypi, gunicorn, $(PYTHON3_GUNICORN).$(PYTHON3_GUNICORN_SUFFIX))
@@ -23,7 +23,7 @@ PYTHON3_GUNICORN_SOURCE		:= $(SRCDIR)/$(PYTHON3_GUNICORN).$(PYTHON3_GUNICORN_SUF
 PYTHON3_GUNICORN_DIR		:= $(BUILDDIR)/$(PYTHON3_GUNICORN)
 PYTHON3_GUNICORN_LICENSE	:= MIT
 PYTHON3_GUNICORN_LICENSE_FILES	:= \
-	file://LICENSE;md5=f75f3fb94cdeab1d607e2adaa6077752
+	file://LICENSE;md5=5b70a8b30792a916f50dc96123e61ddf
 
 # ----------------------------------------------------------------------------
 # Prepare
-- 
2.46.0




  parent reply	other threads:[~2024-09-02 10:51 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-02 10:49 [ptxdist] [PATCH 1/9] python3-urllib3: Version bump 1.26.6 -> 2.2.2 Lars Pedersen
2024-09-02 10:49 ` [ptxdist] [PATCH 2/9] python3-tabulate: Version bump 0.8.9 -> 0.9.0 Lars Pedersen
2024-09-12 12:12   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-09-02 10:49 ` [ptxdist] [PATCH 3/9] python3-sqlparse: Version bump 0.4.1 -> 0.5.1 Lars Pedersen
2024-09-12 12:12   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-09-02 10:49 ` [ptxdist] [PATCH 4/9] python3-pycryptodomex: Version bump 3.10.1 -> 3.20.0 Lars Pedersen
2024-09-12 12:12   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-09-02 10:49 ` [ptxdist] [PATCH 5/9] python3-packaging: Version bump 20.4 -> 23.1 Lars Pedersen
2024-09-12 12:12   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-09-02 10:49 ` Lars Pedersen [this message]
2024-09-12 12:12   ` [ptxdist] [APPLIED] python3-gunicorn: Version bump 20.1.0 -> 23.0.0 Michael Olbrich
2024-09-02 10:49 ` [ptxdist] [PATCH 7/9] python3-falcon: Version bump 3.1.0 -> 3.1.3 Lars Pedersen
2024-09-12 12:12   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-09-02 10:49 ` [ptxdist] [PATCH 8/9] python3-adbus: Version bump 1.2.0 -> 1.2.7 Lars Pedersen
2024-09-12 12:12   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-09-02 10:49 ` [ptxdist] [PATCH 9/9] pyserial3: Version bump 3.4 -> 3.5 Lars Pedersen
2024-09-09  8:46   ` Michael Olbrich
2024-09-10  8:48     ` [ptxdist] [PATCH v2] " Lars Pedersen
2024-09-12 12:12       ` [ptxdist] [APPLIED] " Michael Olbrich
2024-09-12 12:12 ` [ptxdist] [APPLIED] python3-urllib3: Version bump 1.26.6 -> 2.2.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=20240902104953.3107400-6-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