Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=b8EWD/Pq; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=ILdFHsjQ Received: by mail.netbsd.org (Postfix, from userid 605) id 61FCB84F48; Wed, 15 May 2024 07:24:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715757847; bh=/nTqUFg91VfSCY0HAzrT5lwzS5wnVvAGVNCnxDL54Nc=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=b8EWD/Pq6Z68AwUAH/4raazqHsp5BbRIfHC03SuR8Z6dK1DBuuqOc+oG4tzCvxHYi U6r4AJHE2h18E4ue+3iF+ckS33glJ7ZbHVggqGLVEBR7lPq5viig4Pzix9EFvW+8sP 8VSKQk8N84MCZp/oxEzcgG9XTdIbKOF/knM4L6bY= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 53C1784F34 for ; Wed, 15 May 2024 07:24:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 4v0Ry6ditwKp for ; Wed, 15 May 2024 07:24:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id B2C9A84CEB for ; Wed, 15 May 2024 07:24:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715757845; bh=/nTqUFg91VfSCY0HAzrT5lwzS5wnVvAGVNCnxDL54Nc=; h=Date:From:Subject:To:Reply-To; b=ILdFHsjQlFGxSmvgSeDpybVI2bcf6mUnNBzk7wXL5U4f+7qrXoLLGDf50dvJdNVvP KE8yLoWPgRnxmckiBnItCZO+NFmnIzlKGLqrMv/5Pw7txrK4UuPW8g1lNg+TEgHTGQ YdcMp2wHEFGJzITfGmnClIN2Eo7duGMxqfPzv0H0= Received: by cvs.NetBSD.org (Postfix, from userid 500) id AAFEFFA2C; Wed, 15 May 2024 07:24:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1715757845194690" MIME-Version: 1.0 Date: Wed, 15 May 2024 07:24:05 +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: <20240515072405.AAFEFFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1715757845194690 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed May 15 07:24:05 UTC 2024 Modified Files: pkgsrc/devel/py-types-ujson: Makefile PLIST distinfo Log Message: py-types-ujson: updated to 5.10.0.20240515 5.10.0.20240515 (2024-05-15) [stubsabot] Bump ujson to 5.10.* To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-types-ujson/Makefile \ pkgsrc/devel/py-types-ujson/distinfo cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-types-ujson/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1715757845194690 Content-Disposition: inline Content-Length: 2352 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.11 pkgsrc/devel/py-types-ujson/Makefile:1.12 --- pkgsrc/devel/py-types-ujson/Makefile:1.11 Sun Dec 17 20:49:43 2023 +++ pkgsrc/devel/py-types-ujson/Makefile Wed May 15 07:24:05 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2023/12/17 20:49:43 adam Exp $ +# $NetBSD: Makefile,v 1.12 2024/05/15 07:24:05 adam Exp $ -DISTNAME= types-ujson-5.9.0.0 +DISTNAME= types-ujson-5.10.0.20240515 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=t/types-ujson/} Index: pkgsrc/devel/py-types-ujson/distinfo diff -u pkgsrc/devel/py-types-ujson/distinfo:1.11 pkgsrc/devel/py-types-ujson/distinfo:1.12 --- pkgsrc/devel/py-types-ujson/distinfo:1.11 Sun Dec 17 20:49:43 2023 +++ pkgsrc/devel/py-types-ujson/distinfo Wed May 15 07:24:05 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2023/12/17 20:49:43 adam Exp $ +$NetBSD: distinfo,v 1.12 2024/05/15 07:24:05 adam Exp $ -BLAKE2s (types-ujson-5.9.0.0.tar.gz) = 2a2f4d6587cbde27f6daf79602b519080dd335eab7c8b27776c29c510a65c210 -SHA512 (types-ujson-5.9.0.0.tar.gz) = 11ae847f37680fd526c025b6f2baf6a1c18b8a3976188a8f1a699e005a233de4f98723e9f112e18837ad1aa9438799204a2cbb9586efd0b7479303f5f14291c3 -Size (types-ujson-5.9.0.0.tar.gz) = 3472 bytes +BLAKE2s (types-ujson-5.10.0.20240515.tar.gz) = 97129eb89393bdfee34723dad30c44e483b18575d368d9603da1f9883697d1a9 +SHA512 (types-ujson-5.10.0.20240515.tar.gz) = 5bfd2268c58648975f64fbb6ac5179ddffd2a7c925113d40ddaf761080c2e261c14fcac0016830b92678f0a89c157e7e866874b38e2a99ce39d8f3d76f3dcbca +Size (types-ujson-5.10.0.20240515.tar.gz) = 3571 bytes Index: pkgsrc/devel/py-types-ujson/PLIST diff -u pkgsrc/devel/py-types-ujson/PLIST:1.2 pkgsrc/devel/py-types-ujson/PLIST:1.3 --- pkgsrc/devel/py-types-ujson/PLIST:1.2 Sun Dec 17 20:49:43 2023 +++ pkgsrc/devel/py-types-ujson/PLIST Wed May 15 07:24:05 2024 @@ -1,7 +1,8 @@ -@comment $NetBSD: PLIST,v 1.2 2023/12/17 20:49:43 adam Exp $ +@comment $NetBSD: PLIST,v 1.3 2024/05/15 07:24:05 adam Exp $ ${PYSITELIB}/${WHEEL_INFODIR}/METADATA ${PYSITELIB}/${WHEEL_INFODIR}/RECORD ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt ${PYSITELIB}/ujson-stubs/METADATA.toml ${PYSITELIB}/ujson-stubs/__init__.pyi +${PYSITELIB}/ujson-stubs/py.typed --_----------=_1715757845194690--