Received: by mail.netbsd.org (Postfix, from userid 605) id 9A68984CE9; Thu, 5 Mar 2020 20:24:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2270D84CE2 for ; Thu, 5 Mar 2020 20:24:29 +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 aLWg3_xKs66l for ; Thu, 5 Mar 2020 20:24:28 +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 84A9784CD8 for ; Thu, 5 Mar 2020 20:24:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7E8ABFB27; Thu, 5 Mar 2020 20:24:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158343986894680" MIME-Version: 1.0 Date: Thu, 5 Mar 2020 20:24:28 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/chat/tootstream To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200305202428.7E8ABFB27@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. --_----------=_158343986894680 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Mar 5 20:24:28 UTC 2020 Modified Files: pkgsrc/chat/tootstream: Makefile distinfo Removed Files: pkgsrc/chat/tootstream/patches: patch-requirements.txt Log Message: tootstream: Update to 0.3.8.1 ### Release ### [0.3.8.1] - 2020-01-22 #### Fixed - Upgrade to Mastodon.py 1.5.0 - PEP8 code formatting To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/chat/tootstream/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/chat/tootstream/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/chat/tootstream/patches/patch-requirements.txt Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158343986894680 Content-Disposition: inline Content-Length: 2572 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/chat/tootstream/Makefile diff -u pkgsrc/chat/tootstream/Makefile:1.10 pkgsrc/chat/tootstream/Makefile:1.11 --- pkgsrc/chat/tootstream/Makefile:1.10 Sun Jul 28 16:13:26 2019 +++ pkgsrc/chat/tootstream/Makefile Thu Mar 5 20:24:28 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2019/07/28 16:13:26 nia Exp $ +# $NetBSD: Makefile,v 1.11 2020/03/05 20:24:28 nia Exp $ -DISTNAME= tootstream-0.3.7 +DISTNAME= tootstream-0.3.8.1 CATEGORIES= chat www MASTER_SITES= ${MASTER_SITE_GITHUB:=magicalraccoon/} @@ -17,11 +17,11 @@ USE_LANGUAGES= # none # to py-click. PYTHON_VERSIONS_INCOMPATIBLE+= 27 36 -DEPENDS+= ${PYPKGPREFIX}-click-[0-9]*:../../devel/py-click -DEPENDS+= ${PYPKGPREFIX}-colored-[0-9]*:../../textproc/py-colored -DEPENDS+= ${PYPKGPREFIX}-emoji-[0-9]*:../../converters/py-emoji -DEPENDS+= ${PYPKGPREFIX}-humanize-[0-9]*:../../textproc/py-humanize -DEPENDS+= ${PYPKGPREFIX}-mastodon-[0-9]*:../../chat/py-mastodon +DEPENDS+= ${PYPKGPREFIX}-click>=6.7:../../devel/py-click +DEPENDS+= ${PYPKGPREFIX}-colored>=1.3.93:../../textproc/py-colored +DEPENDS+= ${PYPKGPREFIX}-emoji>=0.4.5:../../converters/py-emoji +DEPENDS+= ${PYPKGPREFIX}-humanize>=0.5.1:../../textproc/py-humanize +DEPENDS+= ${PYPKGPREFIX}-mastodon>=1.5.0:../../chat/py-mastodon DEPENDS+= ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline .include "../../lang/python/egg.mk" Index: pkgsrc/chat/tootstream/distinfo diff -u pkgsrc/chat/tootstream/distinfo:1.7 pkgsrc/chat/tootstream/distinfo:1.8 --- pkgsrc/chat/tootstream/distinfo:1.7 Sun Jul 28 16:13:26 2019 +++ pkgsrc/chat/tootstream/distinfo Thu Mar 5 20:24:28 2020 @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.7 2019/07/28 16:13:26 nia Exp $ +$NetBSD: distinfo,v 1.8 2020/03/05 20:24:28 nia Exp $ -SHA1 (tootstream-0.3.7.tar.gz) = 7182f68df86758a8718b9be4fd2706d18c5d27d1 -RMD160 (tootstream-0.3.7.tar.gz) = 67e8d5b0f195c5f9f493d0eb0c7389d57a5b8d94 -SHA512 (tootstream-0.3.7.tar.gz) = d4915418c0fcbeb15b72233dc95ec1f38cbe498fa93195d73a13733116af45a72e8560e8991c597884c5932824ebd2de62c91c17508b7bfffb360e98ee70b321 -Size (tootstream-0.3.7.tar.gz) = 25376 bytes -SHA1 (patch-requirements.txt) = fca1c17f6610dc536fc9fb81bf237cd2df3aeefa +SHA1 (tootstream-0.3.8.1.tar.gz) = e004ed08b113149da8b7a3187774b2d33aac1657 +RMD160 (tootstream-0.3.8.1.tar.gz) = 4f589166e88addaff764fa004063ad5832b61c23 +SHA512 (tootstream-0.3.8.1.tar.gz) = 7082e911d07cfd003a3a9ee25f63972ab0a4441ba00f5ec3f965ba30090e149c7551a97d50cc50832c8288336b23bf2b62216b8aa3bfc6695ed9bf9fad3e4d76 +Size (tootstream-0.3.8.1.tar.gz) = 25509 bytes --_----------=_158343986894680--