pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/tootstream tootstream: Update to 0.3.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f6be91ceeaa8
branches:  trunk
changeset: 398710:f6be91ceeaa8
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Jul 28 16:13:26 2019 +0000

description:
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

diffstat:

 chat/tootstream/Makefile                       |   7 +++----
 chat/tootstream/distinfo                       |  11 ++++++-----
 chat/tootstream/patches/patch-requirements.txt |  14 ++++++++++++++
 3 files changed, 23 insertions(+), 9 deletions(-)

diffs (56 lines):

diff -r 09c22a9c9eb5 -r f6be91ceeaa8 chat/tootstream/Makefile
--- a/chat/tootstream/Makefile  Sun Jul 28 16:10:12 2019 +0000
+++ b/chat/tootstream/Makefile  Sun Jul 28 16:13:26 2019 +0000
@@ -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 @@
 # 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
diff -r 09c22a9c9eb5 -r f6be91ceeaa8 chat/tootstream/distinfo
--- a/chat/tootstream/distinfo  Sun Jul 28 16:10:12 2019 +0000
+++ b/chat/tootstream/distinfo  Sun Jul 28 16:13:26 2019 +0000
@@ -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
diff -r 09c22a9c9eb5 -r f6be91ceeaa8 chat/tootstream/patches/patch-requirements.txt
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/tootstream/patches/patch-requirements.txt    Sun Jul 28 16:13:26 2019 +0000
@@ -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