Received: by mail.netbsd.org (Postfix, from userid 605) id D269385152; Wed, 3 Feb 2021 20:18:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 14E0F84D0D for ; Wed, 3 Feb 2021 20:18:45 +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 lf48HYqEZ5cl for ; Wed, 3 Feb 2021 20:18:44 +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 8A36F8515E for ; Wed, 3 Feb 2021 20:18:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 86F42FA94; Wed, 3 Feb 2021 20:18:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1612383524248460" MIME-Version: 1.0 Date: Wed, 3 Feb 2021 20:18:44 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-packaging To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210203201844.86F42FA94@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1612383524248460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Feb 3 20:18:44 UTC 2021 Modified Files: pkgsrc/devel/py-packaging: Makefile distinfo Log Message: py-packaging: update to 20.9. 20.9 - 2021-01-29 ~~~~~~~~~~~~~~~~~ * Run [isort](https://pypi.org/project/isort/) over the code base (:issue:`377`) * Add support for the ``macosx_10_*_universal2`` platform tags (:issue:`379`) * Introduce ``packaging.utils.parse_wheel_filename()`` and ``parse_sdist_filename()`` (:issue:`387` and :issue:`389`) To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-packaging/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-packaging/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1612383524248460 Content-Disposition: inline Content-Length: 1678 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-packaging/Makefile diff -u pkgsrc/devel/py-packaging/Makefile:1.11 pkgsrc/devel/py-packaging/Makefile:1.12 --- pkgsrc/devel/py-packaging/Makefile:1.11 Mon Jan 4 12:00:19 2021 +++ pkgsrc/devel/py-packaging/Makefile Wed Feb 3 20:18:44 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2021/01/04 12:00:19 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2021/02/03 20:18:44 wiz Exp $ -DISTNAME= packaging-20.8 +DISTNAME= packaging-20.9 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/packaging/} Index: pkgsrc/devel/py-packaging/distinfo diff -u pkgsrc/devel/py-packaging/distinfo:1.8 pkgsrc/devel/py-packaging/distinfo:1.9 --- pkgsrc/devel/py-packaging/distinfo:1.8 Mon Jan 4 12:00:19 2021 +++ pkgsrc/devel/py-packaging/distinfo Wed Feb 3 20:18:44 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2021/01/04 12:00:19 wiz Exp $ +$NetBSD: distinfo,v 1.9 2021/02/03 20:18:44 wiz Exp $ -SHA1 (packaging-20.8.tar.gz) = 860beac5bb1361dead58166dced967ca896c9937 -RMD160 (packaging-20.8.tar.gz) = 12a7dd85dc369a5cea92f17e710b7388b40fd853 -SHA512 (packaging-20.8.tar.gz) = e5d0f21928d0039be88987bda02ec1c5851ad4447c534657f86b73f31a3dd3f028969429ea26b0c6f3c8d1525ccc051e82e10b908ee8b33d66da273b72feccea -Size (packaging-20.8.tar.gz) = 79359 bytes +SHA1 (packaging-20.9.tar.gz) = 6f8880ab84f05714a2549c1b54314b4f79fee319 +RMD160 (packaging-20.9.tar.gz) = 13af4881f42cfaa3b857096a93001501a5884371 +SHA512 (packaging-20.9.tar.gz) = 229b729aa9be7730509b7036dce0ca0750103fb7e2cd45d51f0eeaf2a4731605d63d11e11c10c7c481e228faa5e860c2c8f7bc6bee3190cafd72c22d7b3db264 +Size (packaging-20.9.tar.gz) = 81267 bytes --_----------=_1612383524248460--