pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-ujson



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Dec 11 16:57:49 UTC 2023

Modified Files:
        pkgsrc/textproc/py-ujson: Makefile PLIST distinfo

Log Message:
py-ujson: updated to 5.9.0

5.9.0

Added

Deploy to PyPI using trusted publishing
Replace PyPy3.8 wheel with PyPy3.10

Changed

Speed-up and cleanup objToJSON
Use lowercase strings for bool dict keys

Fixed

Fix typos found by codespell
Fix undefined behavior in Buffer_AppendLongUnchecked


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/textproc/py-ujson/Makefile \
    pkgsrc/textproc/py-ujson/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-ujson/PLIST

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

Modified files:

Index: pkgsrc/textproc/py-ujson/Makefile
diff -u pkgsrc/textproc/py-ujson/Makefile:1.19 pkgsrc/textproc/py-ujson/Makefile:1.20
--- pkgsrc/textproc/py-ujson/Makefile:1.19      Mon Jun 12 10:09:34 2023
+++ pkgsrc/textproc/py-ujson/Makefile   Mon Dec 11 16:57:49 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2023/06/12 10:09:34 adam Exp $
+# $NetBSD: Makefile,v 1.20 2023/12/11 16:57:49 adam Exp $
 
-DISTNAME=      ujson-5.8.0
+DISTNAME=      ujson-5.9.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=u/ujson/}
@@ -10,17 +10,13 @@ HOMEPAGE=   https://github.com/esnme/ultra
 COMMENT=       Ultra fast JSON encoder and decoder for Python
 LICENSE=       modified-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=42:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 
 USE_LANGUAGES= c c++
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-DISTUTILS_BUILDDIR_IN_TEST_ENV=        yes
-
-do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
-
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-ujson/distinfo
diff -u pkgsrc/textproc/py-ujson/distinfo:1.19 pkgsrc/textproc/py-ujson/distinfo:1.20
--- pkgsrc/textproc/py-ujson/distinfo:1.19      Mon Jun 12 10:09:34 2023
+++ pkgsrc/textproc/py-ujson/distinfo   Mon Dec 11 16:57:49 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2023/06/12 10:09:34 adam Exp $
+$NetBSD: distinfo,v 1.20 2023/12/11 16:57:49 adam Exp $
 
-BLAKE2s (ujson-5.8.0.tar.gz) = 5c006b12f99f39849fe5e9ce9364cefc84cecaa274280b56aa29963e8f76a586
-SHA512 (ujson-5.8.0.tar.gz) = 258e5527bda8b9fb3bea03f97d5db752ae06183337610975fc28f928817b430ae7a1867932ee7b0a0ccd6b825e2c5a104d7ce78c1e3405ed5679a2a70a5804c3
-Size (ujson-5.8.0.tar.gz) = 7154530 bytes
+BLAKE2s (ujson-5.9.0.tar.gz) = 10f62ad8e22fb627077671c5a5e96841573a340bc67d07cebe5dd033dff20409
+SHA512 (ujson-5.9.0.tar.gz) = 9940bc0c892341a6d2b85cfe592888866f02f054f1367812c39395eaee946f7c66a0197b2791bbb765ae38a06dcd871145effefbc06c71a87f7d24be105cda1f
+Size (ujson-5.9.0.tar.gz) = 7154214 bytes

Index: pkgsrc/textproc/py-ujson/PLIST
diff -u pkgsrc/textproc/py-ujson/PLIST:1.1 pkgsrc/textproc/py-ujson/PLIST:1.2
--- pkgsrc/textproc/py-ujson/PLIST:1.1  Sat Jun 24 07:18:11 2017
+++ pkgsrc/textproc/py-ujson/PLIST      Mon Dec 11 16:57:49 2023
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.1 2017/06/24 07:18:11 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.2 2023/12/11 16:57:49 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/ujson.so



Home | Main Index | Thread Index | Old Index