All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/python-ujson: bump to version 4.2.0
@ 2021-10-07 18:16 James Hilliard
  2021-10-13 19:58 ` Arnout Vandecappelle
  0 siblings, 1 reply; 2+ messages in thread
From: James Hilliard @ 2021-10-07 18:16 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard, Mauro Condarelli, Thomas Petazzoni, Asaf Kahlon

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

diff --git a/package/python-ujson/python-ujson.hash b/package/python-ujson/python-ujson.hash
index 8dd52fd6fa..fc897c381b 100644
--- a/package/python-ujson/python-ujson.hash
+++ b/package/python-ujson/python-ujson.hash
@@ -1,5 +1,5 @@
 # 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
+md5  9a90e2e9f1d465c2121b8d10f837f53a  ujson-4.2.0.tar.gz
+sha256  fffe509f556861c7343c6cba57ed05fe7bcf4b48a934a5b946ccb45428cf8883  ujson-4.2.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 88e220b1a7..68781c6170 100644
--- a/package/python-ujson/python-ujson.mk
+++ b/package/python-ujson/python-ujson.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_UJSON_VERSION = 4.1.0
+PYTHON_UJSON_VERSION = 4.2.0
 PYTHON_UJSON_SOURCE = ujson-$(PYTHON_UJSON_VERSION).tar.gz
-PYTHON_UJSON_SITE = https://files.pythonhosted.org/packages/2c/8d/63b4afe82d646a606cef838855a6110c7a3a012622e656bd29fb2d15f1d1
+PYTHON_UJSON_SITE = https://files.pythonhosted.org/packages/df/69/e8f615e1a779e2d2d23d29d56dc55bbb1db2a828f0ef36d10bc697d63968
 PYTHON_UJSON_SETUP_TYPE = setuptools
 PYTHON_UJSON_LICENSE = BSD-3-Clause
 PYTHON_UJSON_LICENSE_FILES = LICENSE.txt
-- 
2.25.1

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/python-ujson: bump to version 4.2.0
  2021-10-07 18:16 [Buildroot] [PATCH 1/1] package/python-ujson: bump to version 4.2.0 James Hilliard
@ 2021-10-13 19:58 ` Arnout Vandecappelle
  0 siblings, 0 replies; 2+ messages in thread
From: Arnout Vandecappelle @ 2021-10-13 19:58 UTC (permalink / raw)
  To: James Hilliard, buildroot; +Cc: Mauro Condarelli, Asaf Kahlon, Thomas Petazzoni



On 07/10/2021 20:16, James Hilliard wrote:
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   package/python-ujson/python-ujson.hash | 4 ++--
>   package/python-ujson/python-ujson.mk   | 4 ++--
>   2 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/package/python-ujson/python-ujson.hash b/package/python-ujson/python-ujson.hash
> index 8dd52fd6fa..fc897c381b 100644
> --- a/package/python-ujson/python-ujson.hash
> +++ b/package/python-ujson/python-ujson.hash
> @@ -1,5 +1,5 @@
>   # 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
> +md5  9a90e2e9f1d465c2121b8d10f837f53a  ujson-4.2.0.tar.gz
> +sha256  fffe509f556861c7343c6cba57ed05fe7bcf4b48a934a5b946ccb45428cf8883  ujson-4.2.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 88e220b1a7..68781c6170 100644
> --- a/package/python-ujson/python-ujson.mk
> +++ b/package/python-ujson/python-ujson.mk
> @@ -4,9 +4,9 @@
>   #
>   ################################################################################
>   
> -PYTHON_UJSON_VERSION = 4.1.0
> +PYTHON_UJSON_VERSION = 4.2.0
>   PYTHON_UJSON_SOURCE = ujson-$(PYTHON_UJSON_VERSION).tar.gz
> -PYTHON_UJSON_SITE = https://files.pythonhosted.org/packages/2c/8d/63b4afe82d646a606cef838855a6110c7a3a012622e656bd29fb2d15f1d1
> +PYTHON_UJSON_SITE = https://files.pythonhosted.org/packages/df/69/e8f615e1a779e2d2d23d29d56dc55bbb1db2a828f0ef36d10bc697d63968
>   PYTHON_UJSON_SETUP_TYPE = setuptools
>   PYTHON_UJSON_LICENSE = BSD-3-Clause
>   PYTHON_UJSON_LICENSE_FILES = LICENSE.txt
> 
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-13 19:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-07 18:16 [Buildroot] [PATCH 1/1] package/python-ujson: bump to version 4.2.0 James Hilliard
2021-10-13 19:58 ` Arnout Vandecappelle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.