Received: by mail.netbsd.org (Postfix, from userid 605) id C6F8084E5D; Tue, 27 Feb 2018 07:56:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3DA2584CDC for ; Tue, 27 Feb 2018 07:56:39 +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 smuZkF6CP4rp for ; Tue, 27 Feb 2018 07:56:38 +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 ACFD384C74 for ; Tue, 27 Feb 2018 07:56:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A1E72FB40; Tue, 27 Feb 2018 07:56:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1519718198159220" MIME-Version: 1.0 Date: Tue, 27 Feb 2018 07:56:38 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-deprecation To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20180227075638.A1E72FB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1519718198159220 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Feb 27 07:56:38 UTC 2018 Modified Files: pkgsrc/devel/py-deprecation: Makefile distinfo Log Message: py-deprecation: updated to 2.0 2.0: Unknown changes. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-deprecation/Makefile \ pkgsrc/devel/py-deprecation/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1519718198159220 Content-Disposition: inline Content-Length: 1708 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-deprecation/Makefile diff -u pkgsrc/devel/py-deprecation/Makefile:1.2 pkgsrc/devel/py-deprecation/Makefile:1.3 --- pkgsrc/devel/py-deprecation/Makefile:1.2 Mon Feb 5 13:18:04 2018 +++ pkgsrc/devel/py-deprecation/Makefile Tue Feb 27 07:56:38 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2018/02/05 13:18:04 adam Exp $ +# $NetBSD: Makefile,v 1.3 2018/02/27 07:56:38 adam Exp $ -DISTNAME= deprecation-1.1 +DISTNAME= deprecation-2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=d/deprecation/} Index: pkgsrc/devel/py-deprecation/distinfo diff -u pkgsrc/devel/py-deprecation/distinfo:1.2 pkgsrc/devel/py-deprecation/distinfo:1.3 --- pkgsrc/devel/py-deprecation/distinfo:1.2 Mon Feb 5 13:18:04 2018 +++ pkgsrc/devel/py-deprecation/distinfo Tue Feb 27 07:56:38 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2018/02/05 13:18:04 adam Exp $ +$NetBSD: distinfo,v 1.3 2018/02/27 07:56:38 adam Exp $ -SHA1 (deprecation-1.1.tar.gz) = 5f6dcaa7e1c6ae251ae1a1ad840d3869840d59af -RMD160 (deprecation-1.1.tar.gz) = 0c2689cf1350bf07406b74ec1b17cf89e5b25a4d -SHA512 (deprecation-1.1.tar.gz) = 9476a337b45d8cfaf6f966028a6e9a9efce8c666cf2cd8460e9cc01830d7a8105f62356398e5fbbb2faa9f9af980855c554ee9437901fe8a6fc4ae053f36f2ab -Size (deprecation-1.1.tar.gz) = 10953 bytes +SHA1 (deprecation-2.0.tar.gz) = 40a33015c42961fcba6b36a115ce48b208a5b2b3 +RMD160 (deprecation-2.0.tar.gz) = 1b976724a61ee35d88c733ac86a61c3cd34151f3 +SHA512 (deprecation-2.0.tar.gz) = b6f4c1a817ab63f02be557d88204379ced47efbd27cc530afc64e52ab0ec9fcc75b9e8d77adf48ff39fd70206940ada8cd31d9237b94a333390bce7d810270c9 +Size (deprecation-2.0.tar.gz) = 11626 bytes --_----------=_1519718198159220--