Received: by mail.netbsd.org (Postfix, from userid 605) id 1CD0D84D6B; Tue, 21 Feb 2023 06:28:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4D75984CFC for ; Tue, 21 Feb 2023 06:28:01 +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 FORAoGKPnaIy for ; Tue, 21 Feb 2023 06:28:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B6CC784C13 for ; Tue, 21 Feb 2023 06:28:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B4879FA90; Tue, 21 Feb 2023 06:28:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1676960880150550" MIME-Version: 1.0 Date: Tue, 21 Feb 2023 06:28:00 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-types-toml To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230221062800.B4879FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1676960880150550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Feb 21 06:28:00 UTC 2023 Modified Files: pkgsrc/devel/py-types-toml: Makefile distinfo Log Message: py-types-toml: updated to 0.10.8.5 0.10.8.5 (2023-02-21) Stubtest settings: change `ignore_missing_stub` default to `false` If you're reading about this commit from an autogenerated changelog entry, this should have no user-visible impact on how the stubs are interpreted by a type checker; it's just an internal change to how typeshed's tests work. 0.10.8.4 (2023-02-15) Use `typing_extensions.Self` instead of `_typeshed.Self` 0.10.8.3 (2023-02-07) Bump mypy to 1.0 0.10.8.2 (2023-02-02) Manual changes of `Any` union to `Incomplete` in stubs folder - ClassVar[Any | None] - Missed previous changes due to alias - Manual review of leftover Any unions (`| Any` and `Any |`) To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-types-toml/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-types-toml/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1676960880150550 Content-Disposition: inline Content-Length: 1630 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-types-toml/Makefile diff -u pkgsrc/devel/py-types-toml/Makefile:1.7 pkgsrc/devel/py-types-toml/Makefile:1.8 --- pkgsrc/devel/py-types-toml/Makefile:1.7 Thu Nov 24 13:27:26 2022 +++ pkgsrc/devel/py-types-toml/Makefile Tue Feb 21 06:28:00 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2022/11/24 13:27:26 adam Exp $ +# $NetBSD: Makefile,v 1.8 2023/02/21 06:28:00 adam Exp $ -DISTNAME= types-toml-0.10.8.1 +DISTNAME= types-toml-0.10.8.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=t/types-toml/} Index: pkgsrc/devel/py-types-toml/distinfo diff -u pkgsrc/devel/py-types-toml/distinfo:1.6 pkgsrc/devel/py-types-toml/distinfo:1.7 --- pkgsrc/devel/py-types-toml/distinfo:1.6 Thu Nov 24 13:27:26 2022 +++ pkgsrc/devel/py-types-toml/distinfo Tue Feb 21 06:28:00 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2022/11/24 13:27:26 adam Exp $ +$NetBSD: distinfo,v 1.7 2023/02/21 06:28:00 adam Exp $ -BLAKE2s (types-toml-0.10.8.1.tar.gz) = 2ef5cf547d2ffbc9ba00406fac07533e3dd9d3f1259f8f4cc7a81de76b09db05 -SHA512 (types-toml-0.10.8.1.tar.gz) = d75414cf80d922cbe1a52b72b425872108b130b7dbe617218d85f5fdf54de5f3da974f0c04e71d71c1f4065c285e2dce72e96ffe148cf007f2d667bfb6a1bd28 -Size (types-toml-0.10.8.1.tar.gz) = 3725 bytes +BLAKE2s (types-toml-0.10.8.5.tar.gz) = 655fd626372d2475771f0da783443e4596403a0bb0df98f3482a34015b6f4531 +SHA512 (types-toml-0.10.8.5.tar.gz) = 5e92e3c200cb1ce84b8610cc41f7189dda9372ce715de2d07d4113e6c77dee13e54c51161328aec6c0bf4ae0a5fc58baf056a08b120a548327f819b1af02aa35 +Size (types-toml-0.10.8.5.tar.gz) = 4071 bytes --_----------=_1676960880150550--