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:   leot
Date:           Wed Aug  6 20:00:00 UTC 2025

Modified Files:
        pkgsrc/chat/toot: Makefile distinfo

Log Message:
toot: Update to 0.49.0

Changes:
0.49.0
* BREAKING: Requires Python 3.9
* TUI: Fix missing pin/unpin timeline shortcut - new shortcut is P
* TUI: Upgrade to Urwid 3, fix compatibility issues (thanks doomsxday)
* TUI: Allow `--media-viewer` option to include options, e.g. `eog -f`
  (thanks AbeEstrada)
* TUI: Fix compatibility with pleroma (thanks rakoo)


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/chat/toot/Makefile
cvs rdiff -u -r1.16 -r1.17 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.20 pkgsrc/chat/toot/Makefile:1.21
--- pkgsrc/chat/toot/Makefile:1.20      Fri Apr 18 11:30:36 2025
+++ pkgsrc/chat/toot/Makefile   Wed Aug  6 20:00:00 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2025/04/18 11:30:36 adam Exp $
+# $NetBSD: Makefile,v 1.21 2025/08/06 20:00:00 leot Exp $
 
-DISTNAME=      toot-0.48.1
+DISTNAME=      toot-0.49.0
 CATEGORIES=    chat net
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/toot/}
 
@@ -16,7 +16,7 @@ DEPENDS+=     ${PYPKGPREFIX}-click>=8.1:../.
 DEPENDS+=      ${PYPKGPREFIX}-dateutil>=2.8.1:../../time/py-dateutil
 DEPENDS+=      ${PYPKGPREFIX}-requests>=2.13:../../devel/py-requests
 DEPENDS+=      ${PYPKGPREFIX}-tomlkit>=0.10.0:../../textproc/py-tomlkit
-DEPENDS+=      ${PYPKGPREFIX}-urwid>=2.0.0:../../devel/py-urwid
+DEPENDS+=      ${PYPKGPREFIX}-urwid>=3.0.0:../../devel/py-urwid
 DEPENDS+=      ${PYPKGPREFIX}-wcwidth>=0.1.7:../../devel/py-wcwidth
 # richtext
 DEPENDS+=      ${PYPKGPREFIX}-urwidgets>=0.2:../../devel/py-urwidgets

Index: pkgsrc/chat/toot/distinfo
diff -u pkgsrc/chat/toot/distinfo:1.16 pkgsrc/chat/toot/distinfo:1.17
--- pkgsrc/chat/toot/distinfo:1.16      Fri Apr 18 11:30:36 2025
+++ pkgsrc/chat/toot/distinfo   Wed Aug  6 20:00:00 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2025/04/18 11:30:36 adam Exp $
+$NetBSD: distinfo,v 1.17 2025/08/06 20:00:00 leot Exp $
 
-BLAKE2s (toot-0.48.1.tar.gz) = b44b77d5adffbd38f6150bb0ba25d5b994e98bde33ca6249e18a10170ee8635e
-SHA512 (toot-0.48.1.tar.gz) = 8c51bf2a10aeff8807a90184caca6fd947700857d7e14485b4009a9705a93b9d47a175a7b11ae5cf8b4b2012417e5e6fb9a22b5cde0adee75e3b01cde259d26e
-Size (toot-0.48.1.tar.gz) = 1328964 bytes
+BLAKE2s (toot-0.49.0.tar.gz) = f42d06c0b519699fa2eaf46ed0cfc4fb14a7b15bfbeed02104a468b76e775730
+SHA512 (toot-0.49.0.tar.gz) = dc11926021b11598d3165750406397535120bd8d4d0285553e4f742fafd71468c69fb0e883b12835dd52693bd3e1327a8ebe96f8f91f2d75ce051d163e65e193
+Size (toot-0.49.0.tar.gz) = 1315956 bytes



Home | Main Index | Thread Index | Old Index