Sat Jul 10 05:42:43 2021 UTC ()
py-simplejson: updated to 3.17.3

Version 3.17.3
* Replaced Travis-CI and AppVeyor with Github Actions,
  adding wheels for Python 3.9.


(adam)
diff -r1.39 -r1.40 pkgsrc/converters/py-simplejson/Makefile
diff -r1.15 -r1.16 pkgsrc/converters/py-simplejson/PLIST
diff -r1.29 -r1.30 pkgsrc/converters/py-simplejson/distinfo

cvs diff -r1.39 -r1.40 pkgsrc/converters/py-simplejson/Makefile (expand / switch to unified diff)

--- pkgsrc/converters/py-simplejson/Makefile 2020/07/20 19:14:03 1.39
+++ pkgsrc/converters/py-simplejson/Makefile 2021/07/10 05:42:43 1.40
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.39 2020/07/20 19:14:03 adam Exp $ 1# $NetBSD: Makefile,v 1.40 2021/07/10 05:42:43 adam Exp $
2 2
3DISTNAME= simplejson-3.17.2 3DISTNAME= simplejson-3.17.3
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= converters python 5CATEGORIES= converters python
6MASTER_SITES= ${MASTER_SITE_PYPI:=s/simplejson/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=s/simplejson/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/simplejson/simplejson 9HOMEPAGE= https://github.com/simplejson/simplejson
10COMMENT= Simple, fast, complete and extensible JSON encoder/decoder 10COMMENT= Simple, fast, complete and extensible JSON encoder/decoder
11LICENSE= mit 11LICENSE= mit
12 12
13.include "../../lang/python/egg.mk" 13.include "../../lang/python/egg.mk"
14.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"

cvs diff -r1.15 -r1.16 pkgsrc/converters/py-simplejson/PLIST (expand / switch to unified diff)

--- pkgsrc/converters/py-simplejson/PLIST 2017/11/07 13:06:41 1.15
+++ pkgsrc/converters/py-simplejson/PLIST 2021/07/10 05:42:43 1.16
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.15 2017/11/07 13:06:41 adam Exp $ 1@comment $NetBSD: PLIST,v 1.16 2021/07/10 05:42:43 adam Exp $
2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
5${PYSITELIB}/${EGG_INFODIR}/top_level.txt 5${PYSITELIB}/${EGG_INFODIR}/top_level.txt
6${PYSITELIB}/simplejson/__init__.py 6${PYSITELIB}/simplejson/__init__.py
7${PYSITELIB}/simplejson/__init__.pyc 7${PYSITELIB}/simplejson/__init__.pyc
8${PYSITELIB}/simplejson/__init__.pyo 8${PYSITELIB}/simplejson/__init__.pyo
9${PYSITELIB}/simplejson/_speedups.so 9${PYSITELIB}/simplejson/_speedups.so
10${PYSITELIB}/simplejson/compat.py 10${PYSITELIB}/simplejson/compat.py
11${PYSITELIB}/simplejson/compat.pyc 11${PYSITELIB}/simplejson/compat.pyc
12${PYSITELIB}/simplejson/compat.pyo 12${PYSITELIB}/simplejson/compat.pyo
13${PYSITELIB}/simplejson/decoder.py 13${PYSITELIB}/simplejson/decoder.py
14${PYSITELIB}/simplejson/decoder.pyc 14${PYSITELIB}/simplejson/decoder.pyc
@@ -21,26 +21,29 @@ ${PYSITELIB}/simplejson/errors.pyc @@ -21,26 +21,29 @@ ${PYSITELIB}/simplejson/errors.pyc
21${PYSITELIB}/simplejson/errors.pyo 21${PYSITELIB}/simplejson/errors.pyo
22${PYSITELIB}/simplejson/ordered_dict.py 22${PYSITELIB}/simplejson/ordered_dict.py
23${PYSITELIB}/simplejson/ordered_dict.pyc 23${PYSITELIB}/simplejson/ordered_dict.pyc
24${PYSITELIB}/simplejson/ordered_dict.pyo 24${PYSITELIB}/simplejson/ordered_dict.pyo
25${PYSITELIB}/simplejson/raw_json.py 25${PYSITELIB}/simplejson/raw_json.py
26${PYSITELIB}/simplejson/raw_json.pyc 26${PYSITELIB}/simplejson/raw_json.pyc
27${PYSITELIB}/simplejson/raw_json.pyo 27${PYSITELIB}/simplejson/raw_json.pyo
28${PYSITELIB}/simplejson/scanner.py 28${PYSITELIB}/simplejson/scanner.py
29${PYSITELIB}/simplejson/scanner.pyc 29${PYSITELIB}/simplejson/scanner.pyc
30${PYSITELIB}/simplejson/scanner.pyo 30${PYSITELIB}/simplejson/scanner.pyo
31${PYSITELIB}/simplejson/tests/__init__.py 31${PYSITELIB}/simplejson/tests/__init__.py
32${PYSITELIB}/simplejson/tests/__init__.pyc 32${PYSITELIB}/simplejson/tests/__init__.pyc
33${PYSITELIB}/simplejson/tests/__init__.pyo 33${PYSITELIB}/simplejson/tests/__init__.pyo
 34${PYSITELIB}/simplejson/tests/_cibw_runner.py
 35${PYSITELIB}/simplejson/tests/_cibw_runner.pyc
 36${PYSITELIB}/simplejson/tests/_cibw_runner.pyo
34${PYSITELIB}/simplejson/tests/test_bigint_as_string.py 37${PYSITELIB}/simplejson/tests/test_bigint_as_string.py
35${PYSITELIB}/simplejson/tests/test_bigint_as_string.pyc 38${PYSITELIB}/simplejson/tests/test_bigint_as_string.pyc
36${PYSITELIB}/simplejson/tests/test_bigint_as_string.pyo 39${PYSITELIB}/simplejson/tests/test_bigint_as_string.pyo
37${PYSITELIB}/simplejson/tests/test_bitsize_int_as_string.py 40${PYSITELIB}/simplejson/tests/test_bitsize_int_as_string.py
38${PYSITELIB}/simplejson/tests/test_bitsize_int_as_string.pyc 41${PYSITELIB}/simplejson/tests/test_bitsize_int_as_string.pyc
39${PYSITELIB}/simplejson/tests/test_bitsize_int_as_string.pyo 42${PYSITELIB}/simplejson/tests/test_bitsize_int_as_string.pyo
40${PYSITELIB}/simplejson/tests/test_check_circular.py 43${PYSITELIB}/simplejson/tests/test_check_circular.py
41${PYSITELIB}/simplejson/tests/test_check_circular.pyc 44${PYSITELIB}/simplejson/tests/test_check_circular.pyc
42${PYSITELIB}/simplejson/tests/test_check_circular.pyo 45${PYSITELIB}/simplejson/tests/test_check_circular.pyo
43${PYSITELIB}/simplejson/tests/test_decimal.py 46${PYSITELIB}/simplejson/tests/test_decimal.py
44${PYSITELIB}/simplejson/tests/test_decimal.pyc 47${PYSITELIB}/simplejson/tests/test_decimal.pyc
45${PYSITELIB}/simplejson/tests/test_decimal.pyo 48${PYSITELIB}/simplejson/tests/test_decimal.pyo
46${PYSITELIB}/simplejson/tests/test_decode.py 49${PYSITELIB}/simplejson/tests/test_decode.py

cvs diff -r1.29 -r1.30 pkgsrc/converters/py-simplejson/distinfo (expand / switch to unified diff)

--- pkgsrc/converters/py-simplejson/distinfo 2020/07/20 19:14:03 1.29
+++ pkgsrc/converters/py-simplejson/distinfo 2021/07/10 05:42:43 1.30
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.29 2020/07/20 19:14:03 adam Exp $ 1$NetBSD: distinfo,v 1.30 2021/07/10 05:42:43 adam Exp $
2 2
3SHA1 (simplejson-3.17.2.tar.gz) = ed38d765ad1b58862905aa25d13c95b134f03f5a 3SHA1 (simplejson-3.17.3.tar.gz) = c1a78678817258302ee737f993a51c761ba9015d
4RMD160 (simplejson-3.17.2.tar.gz) = 4a65961d9731ad1574863ef758717bb2ae9a868e 4RMD160 (simplejson-3.17.3.tar.gz) = dd8b4144a7cc24f152a6720094fbd032e0cc328a
5SHA512 (simplejson-3.17.2.tar.gz) = 003b2fbcb3f8e0849bdbd958c78f8b470081d97527bef82306db77940c6734a1cbf3b5dcb0984d2f9c9d14aa525e7865a08e70a10971f8841e138f7ad6476e4a 5SHA512 (simplejson-3.17.3.tar.gz) = b4ccdff3df2c87ed6f5119e93560ea7ddf60fcc64f996efeef1f6077f3a559c8f9ea77fd217348c1cba2de50e40523714899de110614953baf8385bb78d10af6
6Size (simplejson-3.17.2.tar.gz) = 83210 bytes 6Size (simplejson-3.17.3.tar.gz) = 82434 bytes