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

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



Home | Main Index | Thread Index | Old Index