public inbox for buildroot@busybox.net
 help / color / mirror / Atom feed
From: Bernd Kuhls <bernd@kuhls.net>
To: buildroot@buildroot.org
Cc: "Raphaël Mélotte" <raphael.melotte@mind.be>,
	"Grzegorz Blach" <grzegorz@blach.pl>,
	"Joris Offouga" <offougajoris@gmail.com>,
	"James Hilliard" <james.hilliard1@gmail.com>
Subject: [Buildroot] [PATCH 08/18] package/python-flask-jsonrpc: bump version to 4.0.0
Date: Sat, 20 Dec 2025 22:41:56 +0100	[thread overview]
Message-ID: <20251220214206.1089100-8-bernd@kuhls.net> (raw)
In-Reply-To: <20251220214206.1089100-1-bernd@kuhls.net>

https://github.com/cenobites/flask-jsonrpc/releases/tag/v4.0

Switched setup type to hatch and updated license file:
https://github.com/cenobites/flask-jsonrpc/commit/a4031daaaf54b67f002b62de162a904f3f34cee4

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 package/python-flask-jsonrpc/python-flask-jsonrpc.hash |  7 +++----
 package/python-flask-jsonrpc/python-flask-jsonrpc.mk   | 10 +++++-----
 2 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/package/python-flask-jsonrpc/python-flask-jsonrpc.hash b/package/python-flask-jsonrpc/python-flask-jsonrpc.hash
index ad1564caab..c8027aced6 100644
--- a/package/python-flask-jsonrpc/python-flask-jsonrpc.hash
+++ b/package/python-flask-jsonrpc/python-flask-jsonrpc.hash
@@ -1,6 +1,5 @@
 # md5, sha256 from https://pypi.org/pypi/flask-jsonrpc/json
-md5  29ca67027f53912cb146d9305ea3e810  Flask-JSONRPC-3.0.1.tar.gz
-sha256  110295be39c6d6a110063630c050e3f8a4f79c50281898b3f1cb8a18fb3cb84a  Flask-JSONRPC-3.0.1.tar.gz
+md5  f5c5a0364fc189e185ac6ddfd700bf0c  flask_jsonrpc-4.0.0.tar.gz
+sha256  468018215a1363f44e519d9f50248bfd4f3e1f6a7c6e709ac4039fa43be327ce  flask_jsonrpc-4.0.0.tar.gz
 # Locally computed sha256 checksums
-sha256  5e6175926ba7dde28c7d292a8b0350aa82c40a8c5691a878fe02b0c9c6b43b39  LICENSE
-sha256  5e6175926ba7dde28c7d292a8b0350aa82c40a8c5691a878fe02b0c9c6b43b39  COPYING
+sha256  fffebf4325dbab265f334f5040718822f7784c4d047b20124d3cfc1680f9b96a  LICENSE.txt
diff --git a/package/python-flask-jsonrpc/python-flask-jsonrpc.mk b/package/python-flask-jsonrpc/python-flask-jsonrpc.mk
index 2a60d73d42..34e7b7ad98 100644
--- a/package/python-flask-jsonrpc/python-flask-jsonrpc.mk
+++ b/package/python-flask-jsonrpc/python-flask-jsonrpc.mk
@@ -4,11 +4,11 @@
 #
 ################################################################################
 
-PYTHON_FLASK_JSONRPC_VERSION = 3.0.1
-PYTHON_FLASK_JSONRPC_SOURCE = Flask-JSONRPC-$(PYTHON_FLASK_JSONRPC_VERSION).tar.gz
-PYTHON_FLASK_JSONRPC_SITE = https://files.pythonhosted.org/packages/7e/9d/637a0620802e4c496bd5d48e3766c3a4fd6a03f815f9bcb183bc7a17a5bb
+PYTHON_FLASK_JSONRPC_VERSION = 4.0.0
+PYTHON_FLASK_JSONRPC_SOURCE = flask_jsonrpc-$(PYTHON_FLASK_JSONRPC_VERSION).tar.gz
+PYTHON_FLASK_JSONRPC_SITE = https://files.pythonhosted.org/packages/b9/2e/74dcb729aa2f5b49d4731cfaab5cb5fbfd867906ba7a0a6e32c66779dbb6
 PYTHON_FLASK_JSONRPC_LICENSE = BSD-3-Clause
-PYTHON_FLASK_JSONRPC_LICENSE_FILES = LICENSE COPYING
-PYTHON_FLASK_JSONRPC_SETUP_TYPE = setuptools
+PYTHON_FLASK_JSONRPC_LICENSE_FILES = LICENSE.txt
+PYTHON_FLASK_JSONRPC_SETUP_TYPE = hatch
 
 $(eval $(python-package))
-- 
2.47.3

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  parent reply	other threads:[~2025-12-20 21:44 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-20 21:41 [Buildroot] [PATCH 01/18] package/python-colorlog: bump version to 6.10.1 Bernd Kuhls
2025-12-20 21:41 ` [Buildroot] [PATCH 02/18] package/python-cachetools: bump version to 6.2.4 Bernd Kuhls
2025-12-20 21:41 ` [Buildroot] [PATCH 03/18] package/python-crontab: bump version to 3.3.0 Bernd Kuhls
2025-12-20 21:41 ` [Buildroot] [PATCH 04/18] package/python-docutils: bump version to 0.22.4 Bernd Kuhls
2025-12-20 21:41 ` [Buildroot] [PATCH 05/18] package/python-dtschema: bump version to 2025.12 Bernd Kuhls
2025-12-20 21:41 ` [Buildroot] [PATCH 06/18] package/python-fastapi: bump version to 0.126.0 Bernd Kuhls
2025-12-20 21:41 ` [Buildroot] [PATCH 07/18] package/python-filelock: security bump version to 3.20.1 Bernd Kuhls
2025-12-20 21:41 ` Bernd Kuhls [this message]
2025-12-20 21:41 ` [Buildroot] [PATCH 09/18] package/python-fonttools: bump version to 4.61.1 Bernd Kuhls
2025-12-20 21:41 ` [Buildroot] [PATCH 10/18] package/python-google-auth: bump version to 2.45.0 Bernd Kuhls
2025-12-20 21:41 ` [Buildroot] [PATCH 11/18] package/python-grpclib: bump version to 0.4.9 Bernd Kuhls
2025-12-20 21:42 ` [Buildroot] [PATCH 12/18] package/python-incremental: bump version to 24.11.0 Bernd Kuhls
2025-12-20 21:42 ` [Buildroot] [PATCH 13/18] package/python-boto3: bump version to 1.42.14 Bernd Kuhls
2025-12-20 21:42 ` [Buildroot] [PATCH 14/18] package/python-botocore: " Bernd Kuhls
2025-12-20 21:42 ` [Buildroot] [PATCH 15/18] package/python-iwlib: bump version to 1.7.0 Bernd Kuhls
2025-12-21 22:11   ` Julien Olivain via buildroot
2025-12-20 21:42 ` [Buildroot] [PATCH 16/18] package/python-markupsafe: bump version to 3.0.3 Bernd Kuhls
2025-12-20 21:42 ` [Buildroot] [PATCH 17/18] package/python-multipart: bump version to 0.0.21 Bernd Kuhls
2026-03-06 19:52   ` Thomas Perale via buildroot
2025-12-20 21:42 ` [Buildroot] [PATCH 18/18] package/python-paramiko: bump version to 4.0.0 Bernd Kuhls
2025-12-21 22:14 ` [Buildroot] [PATCH 01/18] package/python-colorlog: bump version to 6.10.1 Julien Olivain via buildroot

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=20251220214206.1089100-8-bernd@kuhls.net \
    --to=bernd@kuhls.net \
    --cc=buildroot@buildroot.org \
    --cc=grzegorz@blach.pl \
    --cc=james.hilliard1@gmail.com \
    --cc=offougajoris@gmail.com \
    --cc=raphael.melotte@mind.be \
    /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