Received: by mail.netbsd.org (Postfix, from userid 605) id 2E4A084D4B; Sun, 18 Dec 2022 16:16:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5F7F384D01 for ; Sun, 18 Dec 2022 16:16: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 C_NnoneSO0YB for ; Sun, 18 Dec 2022 16:16:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D689784CEF for ; Sun, 18 Dec 2022 16:16:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CFDCCFA90; Sun, 18 Dec 2022 16:16:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1671380180296220" MIME-Version: 1.0 Date: Sun, 18 Dec 2022 16:16:20 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/net/py-twine To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20221218161620.CFDCCFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1671380180296220 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Dec 18 16:16:20 UTC 2022 Modified Files: pkgsrc/net/py-twine: Makefile distinfo Log Message: py-twine: updated to 4.0.2 Twine 4.0.2 (2022-11-30) Bugfixes Remove deprecated function to fix twine check with pkginfo 1.9.0. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/py-twine/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/py-twine/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1671380180296220 Content-Disposition: inline Content-Length: 1509 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/py-twine/Makefile diff -u pkgsrc/net/py-twine/Makefile:1.8 pkgsrc/net/py-twine/Makefile:1.9 --- pkgsrc/net/py-twine/Makefile:1.8 Sun Sep 11 16:30:34 2022 +++ pkgsrc/net/py-twine/Makefile Sun Dec 18 16:16:20 2022 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2022/09/11 16:30:34 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2022/12/18 16:16:20 adam Exp $ -DISTNAME= twine-4.0.1 +DISTNAME= twine-4.0.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=t/twine/} Index: pkgsrc/net/py-twine/distinfo diff -u pkgsrc/net/py-twine/distinfo:1.4 pkgsrc/net/py-twine/distinfo:1.5 --- pkgsrc/net/py-twine/distinfo:1.4 Tue Aug 23 22:09:03 2022 +++ pkgsrc/net/py-twine/distinfo Sun Dec 18 16:16:20 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2022/08/23 22:09:03 wiz Exp $ +$NetBSD: distinfo,v 1.5 2022/12/18 16:16:20 adam Exp $ -BLAKE2s (twine-4.0.1.tar.gz) = 9eaf1feb21a7dc6654027ec5bfd8298f96819386d6a383218e4e693e3c9eed65 -SHA512 (twine-4.0.1.tar.gz) = 5d5f0c26fa9871d3114b411b9bfa7999b24d123b069a72a378a6e1b7d69617430a30fc01339bf6231ee562a87f201ec9952cb43136f12ba4dc1b29b60820e55e -Size (twine-4.0.1.tar.gz) = 215305 bytes +BLAKE2s (twine-4.0.2.tar.gz) = 2d2eca66d64be9bfc33002a7e6d51963f872a770280931a0a863db92f0bda08a +SHA512 (twine-4.0.2.tar.gz) = 9c197bf09db4ffd9342eb6a23e90a44e37123e285bdfc02c47087fce3cb468f1b12f4e3c890e434a80ec3d5155c8e42e53f61459c2f0a580b252d0dc18d1acb7 +Size (twine-4.0.2.tar.gz) = 215249 bytes --_----------=_1671380180296220--