Received: by mail.netbsd.org (Postfix, from userid 605) id 09F9784D7A; Wed, 29 Apr 2020 13:35:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 879BE84D79 for ; Wed, 29 Apr 2020 13:35:08 +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 6159BkqYfZUZ for ; Wed, 29 Apr 2020 13:35:08 +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 13EB884D22 for ; Wed, 29 Apr 2020 13:35:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 11CD3FB27; Wed, 29 Apr 2020 13:35:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1588167308110030" MIME-Version: 1.0 Date: Wed, 29 Apr 2020 13:35:08 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/net/py-twython To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20200429133508.11CD3FB27@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. --_----------=_1588167308110030 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Apr 29 13:35:07 UTC 2020 Modified Files: pkgsrc/net/py-twython: Makefile distinfo Log Message: py-twython: updated to 3.8.2 3.8.0: Bump release with latest patches from GitHub. Fix Direct Messages with patches from To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/py-twython/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/py-twython/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1588167308110030 Content-Disposition: inline Content-Length: 1624 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/py-twython/Makefile diff -u pkgsrc/net/py-twython/Makefile:1.5 pkgsrc/net/py-twython/Makefile:1.6 --- pkgsrc/net/py-twython/Makefile:1.5 Wed Feb 6 11:21:52 2019 +++ pkgsrc/net/py-twython/Makefile Wed Apr 29 13:35:07 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2019/02/06 11:21:52 adam Exp $ +# $NetBSD: Makefile,v 1.6 2020/04/29 13:35:07 adam Exp $ -DISTNAME= twython-3.7.0 +DISTNAME= twython-3.8.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=t/twython/} Index: pkgsrc/net/py-twython/distinfo diff -u pkgsrc/net/py-twython/distinfo:1.4 pkgsrc/net/py-twython/distinfo:1.5 --- pkgsrc/net/py-twython/distinfo:1.4 Wed Feb 6 11:21:52 2019 +++ pkgsrc/net/py-twython/distinfo Wed Apr 29 13:35:07 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2019/02/06 11:21:52 adam Exp $ +$NetBSD: distinfo,v 1.5 2020/04/29 13:35:07 adam Exp $ -SHA1 (twython-3.7.0.tar.gz) = 0b250698dd0817f3b036742d11cb303e74f9e63e -RMD160 (twython-3.7.0.tar.gz) = ad5a029dc45993d40112680712025991aefb8e05 -SHA512 (twython-3.7.0.tar.gz) = d05c3a7a90ef4047aa25be4e0915dacb57eff42889ef318fd8e3239a981eb1e507164ae272b54794a0a334df14aa0e9662f7e93d88c7c7c2818aafbc3aac9f6a -Size (twython-3.7.0.tar.gz) = 38623 bytes +SHA1 (twython-3.8.2.tar.gz) = 5a5b4c476a06f6639d06d60b7908d116cb818fe7 +RMD160 (twython-3.8.2.tar.gz) = 7208e3d189b278d181a13188ad30b56e77e11b2d +SHA512 (twython-3.8.2.tar.gz) = 928dfb88f179caf3416b245126f939f6c12d08f7bc04b37584e42cb943b3f3ba5abe9ad9350e7079139e847f1aec75e0199dc24992ae1839c01e8f48411355cf +Size (twython-3.8.2.tar.gz) = 373927 bytes --_----------=_1588167308110030--