pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat/toot
Module Name: pkgsrc
Committed By: vins
Date: Fri Aug 23 13:15:15 UTC 2024
Modified Files:
pkgsrc/chat/toot: Makefile PLIST distinfo
Log Message:
chat/toot: update to 0.44.1
# changes (since 0.42.0)
0.44.1:
date: 2024-08-12
changes:
- "Make it possible to pass status URL as status_id, experimental (thanks @nemobis)"
- "Show statuses in search results (thanks @nemobis)"
0.44.0:
date: 2024-08-12
changes:
- "**BREAKING:** Require Python 3.8+"
- "Add `toot diag` for displaying diagnostic info (thanks Dan Schwarz)"
- "TUI: Improve image support (thanks @AnonymouX47)"
- "TUI: Add support for indexed color image rendering (#483) (thanks Dan Schwarz)"
- "TUI: Fix crash bug (#483) (thanks Dan Schwarz)"
0.43.0:
date: 2024-04-13
changes:
- "TUI: Support displaying images (thanks Dan Schwarz)"
- "Improve GoToSocial compatibility (thanks Luca Matei Pintilie)"
- "Show visibility in timeline (thanks Sandra Snan)"
- "Flag `notifications --clear` no longer requires an argument (thanks Sandra Snan)"
- "TUI: Fix crash when rendering invalid URLs (thanks Dan Schwarz)"
- "Migrated to pyproject.toml finally"
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/chat/toot/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/chat/toot/PLIST
cvs rdiff -u -r1.12 -r1.13 pkgsrc/chat/toot/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/chat/toot/Makefile
diff -u pkgsrc/chat/toot/Makefile:1.15 pkgsrc/chat/toot/Makefile:1.16
--- pkgsrc/chat/toot/Makefile:1.15 Sun Mar 17 11:47:57 2024
+++ pkgsrc/chat/toot/Makefile Fri Aug 23 13:15:15 2024
@@ -1,27 +1,34 @@
-# $NetBSD: Makefile,v 1.15 2024/03/17 11:47:57 vins Exp $
+# $NetBSD: Makefile,v 1.16 2024/08/23 13:15:15 vins Exp $
-DISTNAME= toot-0.42.0
-CATEGORIES= chat net
-MASTER_SITES= ${MASTER_SITE_PYPI:=t/toot/}
+DISTNAME= toot-0.44.1
+CATEGORIES= chat net
+MASTER_SITES= ${MASTER_SITE_PYPI:=t/toot/}
+#MASTER_SITES= ${MASTER_SITE_GITHUB:=ihabunek/}
+#GITHUB_PROJECT= toot
+#GITHUB_TAG= ${PKGVERSION_NOREV}
MAINTAINER= vins%NetBSD.org@localhost
-HOMEPAGE= https://github.com/ihabunek/toot
+HOMEPAGE= https://toot.bezdomni.net/
COMMENT= Command line client for the Mastodon social network API
LICENSE= gnu-gpl-v3
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+
DEPENDS+= ${PYPKGPREFIX}-beautifulsoup4>=4.5:../../www/py-beautifulsoup4
DEPENDS+= ${PYPKGPREFIX}-click>=8.1:../../devel/py-click
DEPENDS+= ${PYPKGPREFIX}-requests>=2.13:../../devel/py-requests
DEPENDS+= ${PYPKGPREFIX}-tomlkit>=0.10.0:../../textproc/py-tomlkit
DEPENDS+= ${PYPKGPREFIX}-urwid>=2:../../devel/py-urwid
-DEPENDS+= ${PYPKGPREFIX}-urwidgets>=0:../../devel/py-urwidgets
+DEPENDS+= ${PYPKGPREFIX}-urwidgets>=0.2:../../devel/py-urwidgets
DEPENDS+= ${PYPKGPREFIX}-wcwidth>=0.1.7:../../devel/py-wcwidth
-USE_LANGUAGES= # none
-
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/chat/toot/PLIST
diff -u pkgsrc/chat/toot/PLIST:1.8 pkgsrc/chat/toot/PLIST:1.9
--- pkgsrc/chat/toot/PLIST:1.8 Tue Jan 16 14:03:54 2024
+++ pkgsrc/chat/toot/PLIST Fri Aug 23 13:15:15 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2024/01/16 14:03:54 wiz Exp $
+@comment $NetBSD: PLIST,v 1.9 2024/08/23 13:15:15 vins Exp $
bin/toot
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -27,6 +27,9 @@ ${PYSITELIB}/toot/cli/accounts.pyo
${PYSITELIB}/toot/cli/auth.py
${PYSITELIB}/toot/cli/auth.pyc
${PYSITELIB}/toot/cli/auth.pyo
+${PYSITELIB}/toot/cli/diag.py
+${PYSITELIB}/toot/cli/diag.pyc
+${PYSITELIB}/toot/cli/diag.pyo
${PYSITELIB}/toot/cli/lists.py
${PYSITELIB}/toot/cli/lists.pyc
${PYSITELIB}/toot/cli/lists.pyo
@@ -72,6 +75,7 @@ ${PYSITELIB}/toot/output.pyo
${PYSITELIB}/toot/settings.py
${PYSITELIB}/toot/settings.pyc
${PYSITELIB}/toot/settings.pyo
+${PYSITELIB}/toot/tui/NOTES.md
${PYSITELIB}/toot/tui/__init__.py
${PYSITELIB}/toot/tui/__init__.pyc
${PYSITELIB}/toot/tui/__init__.pyo
@@ -87,6 +91,9 @@ ${PYSITELIB}/toot/tui/constants.pyo
${PYSITELIB}/toot/tui/entities.py
${PYSITELIB}/toot/tui/entities.pyc
${PYSITELIB}/toot/tui/entities.pyo
+${PYSITELIB}/toot/tui/images.py
+${PYSITELIB}/toot/tui/images.pyc
+${PYSITELIB}/toot/tui/images.pyo
${PYSITELIB}/toot/tui/overlays.py
${PYSITELIB}/toot/tui/overlays.pyc
${PYSITELIB}/toot/tui/overlays.pyo
@@ -111,9 +118,6 @@ ${PYSITELIB}/toot/tui/utils.pyo
${PYSITELIB}/toot/tui/widgets.py
${PYSITELIB}/toot/tui/widgets.pyc
${PYSITELIB}/toot/tui/widgets.pyo
-${PYSITELIB}/toot/typing_compat.py
-${PYSITELIB}/toot/typing_compat.pyc
-${PYSITELIB}/toot/typing_compat.pyo
${PYSITELIB}/toot/utils/__init__.py
${PYSITELIB}/toot/utils/__init__.pyc
${PYSITELIB}/toot/utils/__init__.pyo
Index: pkgsrc/chat/toot/distinfo
diff -u pkgsrc/chat/toot/distinfo:1.12 pkgsrc/chat/toot/distinfo:1.13
--- pkgsrc/chat/toot/distinfo:1.12 Sun Mar 17 11:47:57 2024
+++ pkgsrc/chat/toot/distinfo Fri Aug 23 13:15:15 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2024/03/17 11:47:57 vins Exp $
+$NetBSD: distinfo,v 1.13 2024/08/23 13:15:15 vins Exp $
-BLAKE2s (toot-0.42.0.tar.gz) = 08a2035deadeb21a4da6a225f60ea42dfdd6f02b3399a029483050398b4e286f
-SHA512 (toot-0.42.0.tar.gz) = 4370d3470a20850ce8f7b934270b54b6993972c5a6aeeb246da854865f54353825959e37184e22ddbbdee88e7ce2d9fccbcb8e8bb04f6b83faf03bfd2c46ea09
-Size (toot-0.42.0.tar.gz) = 1000822 bytes
+BLAKE2s (toot-0.44.1.tar.gz) = 14d906eeb1f2c612fb818fd82f17e1a63b71b505b9c5f67b834e4d496048f4cf
+SHA512 (toot-0.44.1.tar.gz) = e401e6981f131398f78f366e2f69b074b45019524269b41a681e04dbe5e98e7a2f0fe9c23d889c4434d9b6768563c7e8c990b3dbd18f98b79f84ff97bcf05522
+Size (toot-0.44.1.tar.gz) = 1314671 bytes
Home |
Main Index |
Thread Index |
Old Index