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.8.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/10ebe0dce552
branches:  trunk
changeset: 412393:10ebe0dce552
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Mar 05 20:24:28 2020 +0000

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

diffstat:

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

diffs (63 lines):

diff -r 5c1bee52c250 -r 10ebe0dce552 chat/tootstream/Makefile
--- a/chat/tootstream/Makefile  Thu Mar 05 20:19:06 2020 +0000
+++ b/chat/tootstream/Makefile  Thu Mar 05 20:24:28 2020 +0000
@@ -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 @@
 # 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"
diff -r 5c1bee52c250 -r 10ebe0dce552 chat/tootstream/distinfo
--- a/chat/tootstream/distinfo  Thu Mar 05 20:19:06 2020 +0000
+++ b/chat/tootstream/distinfo  Thu Mar 05 20:24:28 2020 +0000
@@ -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
diff -r 5c1bee52c250 -r 10ebe0dce552 chat/tootstream/patches/patch-requirements.txt
--- a/chat/tootstream/patches/patch-requirements.txt    Thu Mar 05 20:19:06 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$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