All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/python-simplejson: bump to version 3.17.0
@ 2020-02-13  5:56 James Hilliard
  2020-02-16 14:25 ` Peter Korsgaard
  0 siblings, 1 reply; 4+ messages in thread
From: James Hilliard @ 2020-02-13  5:56 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/python-simplejson/python-simplejson.hash b/package/python-simplejson/python-simplejson.hash
index f9d2aaefd3..d89d824d14 100644
--- a/package/python-simplejson/python-simplejson.hash
+++ b/package/python-simplejson/python-simplejson.hash
@@ -1,5 +1,5 @@
 # md5, sha256 from https://pypi.org/pypi/simplejson/json
-md5	744fa99aed207478f8fbf9dd9f04fad3  simplejson-3.16.0.tar.gz
-sha256	b1f329139ba647a9548aa05fb95d046b4a677643070dc2afc05fa2e975d09ca5  simplejson-3.16.0.tar.gz
+md5	8a5ed75c367b90fedc3d685742e2a1c7  simplejson-3.17.0.tar.gz
+sha256	2b4b2b738b3b99819a17feaf118265d0753d5536049ea570b3c43b51c4701e81  simplejson-3.17.0.tar.gz
 # Locally computed sha256 checksums
 sha256	fcaa1e313a99304322e2e0836ea4ee7d839ce9a480438f3922a853edfdde129f  LICENSE.txt
diff --git a/package/python-simplejson/python-simplejson.mk b/package/python-simplejson/python-simplejson.mk
index 20b5b2481b..3e875015a8 100644
--- a/package/python-simplejson/python-simplejson.mk
+++ b/package/python-simplejson/python-simplejson.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_SIMPLEJSON_VERSION = 3.16.0
+PYTHON_SIMPLEJSON_VERSION = 3.17.0
 PYTHON_SIMPLEJSON_SOURCE = simplejson-$(PYTHON_SIMPLEJSON_VERSION).tar.gz
-PYTHON_SIMPLEJSON_SITE = https://files.pythonhosted.org/packages/e3/24/c35fb1c1c315fc0fffe61ea00d3f88e85469004713dab488dee4f35b0aff
+PYTHON_SIMPLEJSON_SITE = https://files.pythonhosted.org/packages/98/87/a7b98aa9256c8843f92878966dc3d8d914c14aad97e2c5ce4798d5743e07
 PYTHON_SIMPLEJSON_LICENSE = Academic Free License (AFL), MIT
 PYTHON_SIMPLEJSON_LICENSE_FILES = LICENSE.txt
 PYTHON_SIMPLEJSON_SETUP_TYPE = setuptools
-- 
2.20.1

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

* [Buildroot] [PATCH 1/1] package/python-simplejson: bump to version 3.17.0
  2020-02-13  5:56 [Buildroot] [PATCH 1/1] package/python-simplejson: bump to version 3.17.0 James Hilliard
@ 2020-02-16 14:25 ` Peter Korsgaard
  2020-02-16 21:41   ` James Hilliard
  2020-02-17  7:42   ` Ludovic Desroches
  0 siblings, 2 replies; 4+ messages in thread
From: Peter Korsgaard @ 2020-02-16 14:25 UTC (permalink / raw)
  To: buildroot

>>>>> "James" == James Hilliard <james.hilliard1@gmail.com> writes:

 > Signed-off-by: James Hilliard <james.hilliard1@gmail.com>

Committed, thanks.

What is the use case for this library in Buildroot? Isn't it just
identical to the json module included with python / python3?

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 1/1] package/python-simplejson: bump to version 3.17.0
  2020-02-16 14:25 ` Peter Korsgaard
@ 2020-02-16 21:41   ` James Hilliard
  2020-02-17  7:42   ` Ludovic Desroches
  1 sibling, 0 replies; 4+ messages in thread
From: James Hilliard @ 2020-02-16 21:41 UTC (permalink / raw)
  To: buildroot

On Sun, Feb 16, 2020 at 7:25 AM Peter Korsgaard <peter@korsgaard.com> wrote:
>
> >>>>> "James" == James Hilliard <james.hilliard1@gmail.com> writes:
>
>  > Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
>
> Committed, thanks.
>
> What is the use case for this library in Buildroot? Isn't it just
> identical to the json module included with python / python3?
I think it's an optional serialization option for other libraries,
although I'm not really using it myself(I bumped it while updating
a bunch of outdated python packages that looked like one of
my projects might end up using at some point in the near future).
>
> --
> Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 1/1] package/python-simplejson: bump to version 3.17.0
  2020-02-16 14:25 ` Peter Korsgaard
  2020-02-16 21:41   ` James Hilliard
@ 2020-02-17  7:42   ` Ludovic Desroches
  1 sibling, 0 replies; 4+ messages in thread
From: Ludovic Desroches @ 2020-02-17  7:42 UTC (permalink / raw)
  To: buildroot

On Sun, Feb 16, 2020 at 03:25:19PM +0100, Peter Korsgaard wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
> 
> >>>>> "James" == James Hilliard <james.hilliard1@gmail.com> writes:
> 
>  > Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> 
> Committed, thanks.
> 
> What is the use case for this library in Buildroot? Isn't it just
> identical to the json module included with python / python3?

Hi,

Long time ago it was a requirement for Lava, that's why I introduced it.
Since we are no longer using it and I know many changes happened to this
project, I don't know if it's still needed.

Regards

Ludovic

> 
> --
> Bye, Peter Korsgaard
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

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

end of thread, other threads:[~2020-02-17  7:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-13  5:56 [Buildroot] [PATCH 1/1] package/python-simplejson: bump to version 3.17.0 James Hilliard
2020-02-16 14:25 ` Peter Korsgaard
2020-02-16 21:41   ` James Hilliard
2020-02-17  7:42   ` Ludovic Desroches

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.