Received: by mail.netbsd.org (Postfix, from userid 605) id B251E85189; Tue, 6 Dec 2022 08:14:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DE77084F7A for ; Tue, 6 Dec 2022 08:14:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 3_rLriThXUcG for ; Tue, 6 Dec 2022 08:14:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 21C0884F75 for ; Tue, 6 Dec 2022 08:14:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 36502FA90; Tue, 6 Dec 2022 08:13:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1670314425235300" MIME-Version: 1.0 Date: Tue, 6 Dec 2022 08:13:45 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-types-ujson To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20221206081345.36502FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1670314425235300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Dec 6 08:13:45 UTC 2022 Modified Files: pkgsrc/devel/py-types-ujson: Makefile distinfo Log Message: py-types-ujson: updated to 5.6.0.0 5.6.0.0 (2022-12-02) Bump ujson to 5.6.* To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-types-ujson/Makefile \ pkgsrc/devel/py-types-ujson/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1670314425235300 Content-Disposition: inline Content-Length: 1802 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-types-ujson/Makefile diff -u pkgsrc/devel/py-types-ujson/Makefile:1.3 pkgsrc/devel/py-types-ujson/Makefile:1.4 --- pkgsrc/devel/py-types-ujson/Makefile:1.3 Mon Sep 19 07:59:12 2022 +++ pkgsrc/devel/py-types-ujson/Makefile Tue Dec 6 08:13:45 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2022/09/19 07:59:12 adam Exp $ +# $NetBSD: Makefile,v 1.4 2022/12/06 08:13:45 adam Exp $ -DISTNAME= types-ujson-5.5.0 +DISTNAME= types-ujson-5.6.0.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=t/types-ujson/} @@ -12,5 +12,7 @@ LICENSE= apache-2.0 USE_LANGUAGES= # none +PYTHON_VERSIONS_INCOMPATIBLE= 27 + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/py-types-ujson/distinfo diff -u pkgsrc/devel/py-types-ujson/distinfo:1.3 pkgsrc/devel/py-types-ujson/distinfo:1.4 --- pkgsrc/devel/py-types-ujson/distinfo:1.3 Mon Sep 19 07:59:12 2022 +++ pkgsrc/devel/py-types-ujson/distinfo Tue Dec 6 08:13:45 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2022/09/19 07:59:12 adam Exp $ +$NetBSD: distinfo,v 1.4 2022/12/06 08:13:45 adam Exp $ -BLAKE2s (types-ujson-5.5.0.tar.gz) = 3c7e382c150e2f97c1d4bbcaaf501d569fc6751df81431cb289ee2f191832d15 -SHA512 (types-ujson-5.5.0.tar.gz) = 15e7fe875d02cd1a223f70e8ba71ca69aeeb1ff6cdace799ee8db33222b4bb2a95bc87f46e23efe2632a38dcb3e1b3fafd21d76e085ed38bff4614b56c4dbe37 -Size (types-ujson-5.5.0.tar.gz) = 2374 bytes +BLAKE2s (types-ujson-5.6.0.0.tar.gz) = de91f7bbb90046940656f4b6dbaf5be927d98d37780c8fbfc2ba09cfd8791485 +SHA512 (types-ujson-5.6.0.0.tar.gz) = bcd18ccb4b0fa62a5020bae86f18ddfaf58030020359183a039a4a71796d7bafd1ca19edd517089d73cec9fa2f4cb5f0d5aa1641c94b974378f1909d8ef4c4a2 +Size (types-ujson-5.6.0.0.tar.gz) = 2467 bytes --_----------=_1670314425235300--