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 Jan  3 07:51:15 UTC 2022

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

Log Message:
py-ujson: updated to 5.1.0

5.1.0

Changed

Strip debugging symbols from Linux binaries

5.0.0

Added

Use cibuildwheel to build wheels

Removed

Drop support for soon-EOL Python 3.6

Fixed

Install Twine to upload to PyPI


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/py-ujson/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/py-ujson/distinfo

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.10 pkgsrc/textproc/py-ujson/Makefile:1.11
--- pkgsrc/textproc/py-ujson/Makefile:1.10      Mon Nov 22 18:34:57 2021
+++ pkgsrc/textproc/py-ujson/Makefile   Mon Jan  3 07:51:15 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2021/11/22 18:34:57 adam Exp $
+# $NetBSD: Makefile,v 1.11 2022/01/03 07:51:15 adam Exp $
 
-DISTNAME=      ujson-4.3.0
+DISTNAME=      ujson-5.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=u/ujson/}
@@ -11,10 +11,14 @@ COMMENT=    Ultra fast JSON encoder and dec
 LICENSE=       modified-bsd
 
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
 USE_LANGUAGES= c c++
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
+do-test:
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/py-ujson/distinfo
diff -u pkgsrc/textproc/py-ujson/distinfo:1.11 pkgsrc/textproc/py-ujson/distinfo:1.12
--- pkgsrc/textproc/py-ujson/distinfo:1.11      Mon Nov 22 18:34:57 2021
+++ pkgsrc/textproc/py-ujson/distinfo   Mon Jan  3 07:51:15 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2021/11/22 18:34:57 adam Exp $
+$NetBSD: distinfo,v 1.12 2022/01/03 07:51:15 adam Exp $
 
-BLAKE2s (ujson-4.3.0.tar.gz) = fdd7b53a580b4c0686feaed48043e2b153db402442b83afe6d5ff9e197587b57
-SHA512 (ujson-4.3.0.tar.gz) = 62a84562a95dbbd0825c9c961f8b769c908201c56a1981bb22809f11e7330f68a1c5fa86c182a6c7823a4d780b1afba186b6203be88eb0ec30a4e2f99e51062e
-Size (ujson-4.3.0.tar.gz) = 7129405 bytes
+BLAKE2s (ujson-5.1.0.tar.gz) = 20106052324c0708b8285bd7918c9ab9b8ee450fc0d56007472e1dd5d066ec3f
+SHA512 (ujson-5.1.0.tar.gz) = 8988696918402f9e540e878eeafb2d29ed2819d4fa6ca801251a0411981eab2663eb16599a37ffa531e2e036706bd27cb1467bac17c33579e010d106da488951
+Size (ujson-5.1.0.tar.gz) = 7128147 bytes



Home | Main Index | Thread Index | Old Index