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:           Sun Dec 18 14:50:55 UTC 2022

Modified Files:
        pkgsrc/chat/toot: DESCR Makefile PLIST distinfo

Log Message:
chat/toot: update to version 0.32.1.

Changes:
    * Fix packaging issue, missing toot.utils module.
        * Move utils to own module.
        * Enable toggling translation.
        * Add translate status feature (requires server side
          support).


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/chat/toot/DESCR pkgsrc/chat/toot/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/chat/toot/Makefile 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/DESCR
diff -u pkgsrc/chat/toot/DESCR:1.1 pkgsrc/chat/toot/DESCR:1.2
--- pkgsrc/chat/toot/DESCR:1.1  Tue Dec  6 12:52:01 2022
+++ pkgsrc/chat/toot/DESCR      Sun Dec 18 14:50:55 2022
@@ -9,5 +9,3 @@ Supported features:
 * Searching by account or hash tag
 * Following, muting and blocking accounts
 * Simple switching between multiple Mastodon accounts
-
-
Index: pkgsrc/chat/toot/PLIST
diff -u pkgsrc/chat/toot/PLIST:1.1 pkgsrc/chat/toot/PLIST:1.2
--- pkgsrc/chat/toot/PLIST:1.1  Tue Dec  6 12:52:01 2022
+++ pkgsrc/chat/toot/PLIST      Sun Dec 18 14:50:55 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2022/12/06 12:52:01 vins Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/12/18 14:50:55 vins Exp $
 bin/toot
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -63,9 +63,12 @@ ${PYSITELIB}/toot/tui/utils.pyo
 ${PYSITELIB}/toot/tui/widgets.py
 ${PYSITELIB}/toot/tui/widgets.pyc
 ${PYSITELIB}/toot/tui/widgets.pyo
-${PYSITELIB}/toot/utils.py
-${PYSITELIB}/toot/utils.pyc
-${PYSITELIB}/toot/utils.pyo
+${PYSITELIB}/toot/utils/__init__.py
+${PYSITELIB}/toot/utils/__init__.pyc
+${PYSITELIB}/toot/utils/__init__.pyo
+${PYSITELIB}/toot/utils/language.py
+${PYSITELIB}/toot/utils/language.pyc
+${PYSITELIB}/toot/utils/language.pyo
 ${PYSITELIB}/toot/wcstring.py
 ${PYSITELIB}/toot/wcstring.pyc
 ${PYSITELIB}/toot/wcstring.pyo

Index: pkgsrc/chat/toot/Makefile
diff -u pkgsrc/chat/toot/Makefile:1.2 pkgsrc/chat/toot/Makefile:1.3
--- pkgsrc/chat/toot/Makefile:1.2       Thu Dec  8 22:48:23 2022
+++ pkgsrc/chat/toot/Makefile   Sun Dec 18 14:50:55 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2022/12/08 22:48:23 vins Exp $
+# $NetBSD: Makefile,v 1.3 2022/12/18 14:50:55 vins Exp $
 
-DISTNAME=      toot-0.31.0
+DISTNAME=      toot-0.32.1
 CATEGORIES=    chat www
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/toot/}
 
Index: pkgsrc/chat/toot/distinfo
diff -u pkgsrc/chat/toot/distinfo:1.2 pkgsrc/chat/toot/distinfo:1.3
--- pkgsrc/chat/toot/distinfo:1.2       Thu Dec  8 22:48:23 2022
+++ pkgsrc/chat/toot/distinfo   Sun Dec 18 14:50:55 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2022/12/08 22:48:23 vins Exp $
+$NetBSD: distinfo,v 1.3 2022/12/18 14:50:55 vins Exp $
 
-BLAKE2s (toot-0.31.0.tar.gz) = d149ce638c7c5f1d07428e297ae25c2f4af800a92f44e75715836358b1ab00e1
-SHA512 (toot-0.31.0.tar.gz) = 7480ab53a3b9cee6a67545720c58e19e806357034f02a27d5921c439bf85ead6508ab8c51d1e699f2e54d8632d4ca43914c7eb22527d66c99276765e54de3ae9
-Size (toot-0.31.0.tar.gz) = 57897 bytes
+BLAKE2s (toot-0.32.1.tar.gz) = f490ba26c10423ca72361b5dde3e8670d12e40e41909509021bbd79d5101479a
+SHA512 (toot-0.32.1.tar.gz) = d17c3b3c09acea1897a3ee43c69413b8eef187bab5b59307b09a4dad322b0208003f0ceaeedfcf9daa279664e2fd32ef0060aca0cdf4a93e6c3f9f284cdf56b9
+Size (toot-0.32.1.tar.gz) = 60594 bytes



Home | Main Index | Thread Index | Old Index