pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/converters/py-simplejson



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Jul 10 05:42:43 UTC 2021

Modified Files:
        pkgsrc/converters/py-simplejson: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/converters/py-simplejson/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/converters/py-simplejson/PLIST
cvs rdiff -u -r1.29 -r1.30 pkgsrc/converters/py-simplejson/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/converters/py-simplejson/Makefile
diff -u pkgsrc/converters/py-simplejson/Makefile:1.39 pkgsrc/converters/py-simplejson/Makefile:1.40
--- pkgsrc/converters/py-simplejson/Makefile:1.39       Mon Jul 20 19:14:03 2020
+++ pkgsrc/converters/py-simplejson/Makefile    Sat Jul 10 05:42:43 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2020/07/20 19:14:03 adam Exp $
+# $NetBSD: Makefile,v 1.40 2021/07/10 05:42:43 adam Exp $
 
-DISTNAME=      simplejson-3.17.2
+DISTNAME=      simplejson-3.17.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    converters python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/simplejson/}

Index: pkgsrc/converters/py-simplejson/PLIST
diff -u pkgsrc/converters/py-simplejson/PLIST:1.15 pkgsrc/converters/py-simplejson/PLIST:1.16
--- pkgsrc/converters/py-simplejson/PLIST:1.15  Tue Nov  7 13:06:41 2017
+++ pkgsrc/converters/py-simplejson/PLIST       Sat Jul 10 05:42:43 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2017/11/07 13:06:41 adam Exp $
+@comment $NetBSD: PLIST,v 1.16 2021/07/10 05:42:43 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -31,6 +31,9 @@ ${PYSITELIB}/simplejson/scanner.pyo
 ${PYSITELIB}/simplejson/tests/__init__.py
 ${PYSITELIB}/simplejson/tests/__init__.pyc
 ${PYSITELIB}/simplejson/tests/__init__.pyo
+${PYSITELIB}/simplejson/tests/_cibw_runner.py
+${PYSITELIB}/simplejson/tests/_cibw_runner.pyc
+${PYSITELIB}/simplejson/tests/_cibw_runner.pyo
 ${PYSITELIB}/simplejson/tests/test_bigint_as_string.py
 ${PYSITELIB}/simplejson/tests/test_bigint_as_string.pyc
 ${PYSITELIB}/simplejson/tests/test_bigint_as_string.pyo

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



Home | Main Index | Thread Index | Old Index