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 129B01A9239 for ; Sun, 16 Jan 2022 08:44:23 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 200A684E81; Sun, 16 Jan 2022 08:44:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5B38284E7C for ; Sun, 16 Jan 2022 08:44:21 +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 WO7V3CHtFFDE for ; Sun, 16 Jan 2022 08:44:20 +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 C461A84D4C for ; Sun, 16 Jan 2022 08:44:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BE5A6FB24; Sun, 16 Jan 2022 08:44:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_164232266092730" MIME-Version: 1.0 Date: Sun, 16 Jan 2022 08:44:20 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-utils To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220116084420.BE5A6FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_164232266092730 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Jan 16 08:44:20 UTC 2022 Modified Files: pkgsrc/devel/py-utils: Makefile PLIST distinfo Log Message: py-utils: updated to 3.1.0 v3.1.0: dropped python 3.6 support because it is deprecated and so we can somewhat use | as type union To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-utils/Makefile \ pkgsrc/devel/py-utils/distinfo cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-utils/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_164232266092730 Content-Disposition: inline Content-Length: 2494 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-utils/Makefile diff -u pkgsrc/devel/py-utils/Makefile:1.6 pkgsrc/devel/py-utils/Makefile:1.7 --- pkgsrc/devel/py-utils/Makefile:1.6 Wed Jan 5 22:22:59 2022 +++ pkgsrc/devel/py-utils/Makefile Sun Jan 16 08:44:20 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2022/01/05 22:22:59 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2022/01/16 08:44:20 adam Exp $ -DISTNAME= python-utils-3.0.0 +DISTNAME= python-utils-3.1.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-utils/} Index: pkgsrc/devel/py-utils/distinfo diff -u pkgsrc/devel/py-utils/distinfo:1.6 pkgsrc/devel/py-utils/distinfo:1.7 --- pkgsrc/devel/py-utils/distinfo:1.6 Wed Jan 5 22:22:59 2022 +++ pkgsrc/devel/py-utils/distinfo Sun Jan 16 08:44:20 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2022/01/05 22:22:59 wiz Exp $ +$NetBSD: distinfo,v 1.7 2022/01/16 08:44:20 adam Exp $ -BLAKE2s (python-utils-3.0.0.tar.gz) = 93fd889911f2b9908ae168114587eac9c9fdbff16ec015b4787668cf0939fbc6 -SHA512 (python-utils-3.0.0.tar.gz) = b03f97b66b71af8eb023ecfa1b671f2d566d139464f63cd512b129a5830651172843285fe7ef028047ca03f345221f5208eac8e1647361f173f1c7b3aed866a6 -Size (python-utils-3.0.0.tar.gz) = 23243 bytes +BLAKE2s (python-utils-3.1.0.tar.gz) = d4c7fb7d0dd6e63794520561cde365b40ef552ebd607387108ab368b22bfce1c +SHA512 (python-utils-3.1.0.tar.gz) = e22ea0dc7aa0e6c5b45c55843011971c5075639424d38a712703b0d5ef8af32e3661d39af63b6015c4edfe11fca7a256f4f02c3705e1724fe8b9015931d85cbf +Size (python-utils-3.1.0.tar.gz) = 24251 bytes Index: pkgsrc/devel/py-utils/PLIST diff -u pkgsrc/devel/py-utils/PLIST:1.3 pkgsrc/devel/py-utils/PLIST:1.4 --- pkgsrc/devel/py-utils/PLIST:1.3 Wed Jan 5 22:22:59 2022 +++ pkgsrc/devel/py-utils/PLIST Sun Jan 16 08:44:20 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2022/01/05 22:22:59 wiz Exp $ +@comment $NetBSD: PLIST,v 1.4 2022/01/16 08:44:20 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -16,6 +16,9 @@ ${PYSITELIB}/python_utils/aio.pyo ${PYSITELIB}/python_utils/compat.py ${PYSITELIB}/python_utils/compat.pyc ${PYSITELIB}/python_utils/compat.pyo +${PYSITELIB}/python_utils/containers.py +${PYSITELIB}/python_utils/containers.pyc +${PYSITELIB}/python_utils/containers.pyo ${PYSITELIB}/python_utils/converters.py ${PYSITELIB}/python_utils/converters.pyc ${PYSITELIB}/python_utils/converters.pyo --_----------=_164232266092730--