Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id D6C991A9239 for ; Mon, 3 Jan 2022 07:51:17 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 40A4784CE9; Mon, 3 Jan 2022 07:51:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7770684CE7 for ; Mon, 3 Jan 2022 07:51:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id rRvHi6VZB-F5 for ; Mon, 3 Jan 2022 07:51:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id DC37B84CDC for ; Mon, 3 Jan 2022 07:51:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CE7D7FAEC; Mon, 3 Jan 2022 07:51:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1641196275180110" MIME-Version: 1.0 Date: Mon, 3 Jan 2022 07:51:15 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/textproc/py-ujson To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220103075115.CE7D7FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1641196275180110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1641196275180110 Content-Disposition: inline Content-Length: 2005 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1641196275180110--