buildroot.busybox.net archive mirror
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/python-ujson: bump to version 4.1.0
@ 2021-09-22  7:19 James Hilliard
  0 siblings, 0 replies; only message in thread
From: James Hilliard @ 2021-09-22  7:19 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard, Mauro Condarelli, Thomas Petazzoni, Asaf Kahlon

Add license hash.

Add new host-python-setuptools-scm dependency.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 package/python-ujson/python-ujson.hash | 8 +++++---
 package/python-ujson/python-ujson.mk   | 8 +++++---
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/package/python-ujson/python-ujson.hash b/package/python-ujson/python-ujson.hash
index 21320346a1..8dd52fd6fa 100644
--- a/package/python-ujson/python-ujson.hash
+++ b/package/python-ujson/python-ujson.hash
@@ -1,3 +1,5 @@
-# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=42f77b0cce686dfa4da2e68480b1dd24,sha256 locally computed.
-md5	42f77b0cce686dfa4da2e68480b1dd24  ujson-1.35.tar.gz
-sha256	f66073e5506e91d204ab0c614a148d5aa938bdbf104751be66f8ad7a222f5f86  ujson-1.35.tar.gz
+# md5, sha256 from https://pypi.org/pypi/ujson/json
+md5  f8223127259c6a1f7d0e750fc88d19fd  ujson-4.1.0.tar.gz
+sha256  22b63ec4409f0d2f2c4c9d5aa331997e02470b7a15a3233f3cc32f2f9b92d58c  ujson-4.1.0.tar.gz
+# Locally computed sha256 checksums
+sha256  6a00a8f8b4050303368b694147bde1aed9c96bdff869c181dbbf3ccb784a1501  LICENSE.txt
diff --git a/package/python-ujson/python-ujson.mk b/package/python-ujson/python-ujson.mk
index 60a4ecf841..88e220b1a7 100644
--- a/package/python-ujson/python-ujson.mk
+++ b/package/python-ujson/python-ujson.mk
@@ -4,10 +4,12 @@
 #
 ################################################################################
 
-PYTHON_UJSON_VERSION = 1.35
+PYTHON_UJSON_VERSION = 4.1.0
 PYTHON_UJSON_SOURCE = ujson-$(PYTHON_UJSON_VERSION).tar.gz
-PYTHON_UJSON_SITE = https://pypi.python.org/packages/source/u/ujson
-PYTHON_UJSON_LICENSE = BSD-3-Clause
+PYTHON_UJSON_SITE = https://files.pythonhosted.org/packages/2c/8d/63b4afe82d646a606cef838855a6110c7a3a012622e656bd29fb2d15f1d1
 PYTHON_UJSON_SETUP_TYPE = setuptools
+PYTHON_UJSON_LICENSE = BSD-3-Clause
+PYTHON_UJSON_LICENSE_FILES = LICENSE.txt
+PYTHON_UJSON_DEPENDENCIES = host-python-setuptools-scm
 
 $(eval $(python-package))
-- 
2.25.1

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-09-22  7:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-22  7:19 [Buildroot] [PATCH 1/1] package/python-ujson: bump to version 4.1.0 James Hilliard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).