pkgsrc-Changes-HG archive

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

[.joined/pkgsrc/trunk]: .joined/pkgsrc/textproc/py-ujson py-ujson: updated to...



details:   https://anonhg.NetBSD.org/.joined/pkgsrc/rev/0690bf690462
branches:  trunk
changeset: 371001:0690bf690462
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jan 03 07:51:15 2022 +0000

description:
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

diffstat:

 textproc/py-ujson/Makefile |  8 ++++++--
 textproc/py-ujson/distinfo |  8 ++++----
 2 files changed, 10 insertions(+), 6 deletions(-)

diffs (40 lines):

diff -r ed0f32f3d989 -r 0690bf690462 textproc/py-ujson/Makefile
--- a/textproc/py-ujson/Makefile        Mon Jan 03 07:43:43 2022 +0000
+++ b/textproc/py-ujson/Makefile        Mon Jan 03 07:51:15 2022 +0000
@@ -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 @@
 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"
diff -r ed0f32f3d989 -r 0690bf690462 textproc/py-ujson/distinfo
--- a/textproc/py-ujson/distinfo        Mon Jan 03 07:43:43 2022 +0000
+++ b/textproc/py-ujson/distinfo        Mon Jan 03 07:51:15 2022 +0000
@@ -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