pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/chat/tootstream



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Jul 28 16:13:26 UTC 2019

Modified Files:
        pkgsrc/chat/tootstream: Makefile distinfo
Added Files:
        pkgsrc/chat/tootstream/patches: patch-requirements.txt

Log Message:
tootstream: Update to 0.3.7

- Upgrade to Mastodon.py 1.4.5
- Rudimentary support for polls (shows links to polls)
- Update colored minimum version to 1.3.93 (Fixes GPL license incompatibility)
- Support Pleroma FlakeIDs
- Minor fix for stream command being closed without receiving a toot getting a Nonetype for handle


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/chat/tootstream/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/chat/tootstream/distinfo
cvs rdiff -u -r0 -r1.1 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.

Modified files:

Index: pkgsrc/chat/tootstream/Makefile
diff -u pkgsrc/chat/tootstream/Makefile:1.9 pkgsrc/chat/tootstream/Makefile:1.10
--- pkgsrc/chat/tootstream/Makefile:1.9 Fri Apr 26 13:13:45 2019
+++ pkgsrc/chat/tootstream/Makefile     Sun Jul 28 16:13:26 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2019/04/26 13:13:45 maya Exp $
+# $NetBSD: Makefile,v 1.10 2019/07/28 16:13:26 nia Exp $
 
-DISTNAME=      tootstream-0.3.6
-PKGREVISION=   2
+DISTNAME=      tootstream-0.3.7
 CATEGORIES=    chat www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=magicalraccoon/}
 
@@ -16,7 +15,7 @@ USE_LANGUAGES=        # none
 # incompatible with python 2.
 # strange locale errors on earlier versions of python 3, related
 # to py-click.
-PYTHON_VERSIONS_INCOMPATIBLE+= 27  36
+PYTHON_VERSIONS_INCOMPATIBLE+= 27 36
 
 DEPENDS+=      ${PYPKGPREFIX}-click-[0-9]*:../../devel/py-click
 DEPENDS+=      ${PYPKGPREFIX}-colored-[0-9]*:../../textproc/py-colored

Index: pkgsrc/chat/tootstream/distinfo
diff -u pkgsrc/chat/tootstream/distinfo:1.6 pkgsrc/chat/tootstream/distinfo:1.7
--- pkgsrc/chat/tootstream/distinfo:1.6 Wed Nov 21 11:22:10 2018
+++ pkgsrc/chat/tootstream/distinfo     Sun Jul 28 16:13:26 2019
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.6 2018/11/21 11:22:10 nia Exp $
+$NetBSD: distinfo,v 1.7 2019/07/28 16:13:26 nia Exp $
 
-SHA1 (tootstream-0.3.6.tar.gz) = 63e0e6b92088a80593dc44cc0cbae3d7056ed090
-RMD160 (tootstream-0.3.6.tar.gz) = 2226f666c58d8a80332e3d622b4dadebc7bec4d4
-SHA512 (tootstream-0.3.6.tar.gz) = 3409e9b129297bee70db3ac0bb9866261b623b41b6697f6cdb4ffa871333cab0342c2a7f6458f32dedb4f11e18d006bc2206e473a2c365641b1c34b4d3d71778
-Size (tootstream-0.3.6.tar.gz) = 25030 bytes
+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

Added files:

Index: pkgsrc/chat/tootstream/patches/patch-requirements.txt
diff -u /dev/null pkgsrc/chat/tootstream/patches/patch-requirements.txt:1.1
--- /dev/null   Sun Jul 28 16:13:26 2019
+++ pkgsrc/chat/tootstream/patches/patch-requirements.txt       Sun Jul 28 16:13:26 2019
@@ -0,0 +1,14 @@
+$NetBSD: patch-requirements.txt,v 1.1 2019/07/28 16:13:26 nia Exp $
+
+Realistically there's nothing stopping this from working with
+Mastodon.py 1.4.6.
+
+--- requirements.txt.orig      2019-07-20 13:29:47.000000000 +0000
++++ requirements.txt
+@@ -1,5 +1,5 @@
+ click>=6.7
+-Mastodon.py==1.4.5
++Mastodon.py>=1.4.5
+ colored>=1.3.93
+ humanize>=0.5.1
+ emoji>=0.4.5



Home | Main Index | Thread Index | Old Index