pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/toot chat/toot: update to version 0.32.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/be842c0c7b0f
branches:  trunk
changeset: 390378:be842c0c7b0f
user:      vins <vins%pkgsrc.org@localhost>
date:      Sun Dec 18 14:50:55 2022 +0000

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

diffstat:

 chat/toot/DESCR    |   2 --
 chat/toot/Makefile |   4 ++--
 chat/toot/PLIST    |  11 +++++++----
 chat/toot/distinfo |   8 ++++----
 4 files changed, 13 insertions(+), 12 deletions(-)

diffs (59 lines):

diff -r 17d2873a5260 -r be842c0c7b0f chat/toot/DESCR
--- a/chat/toot/DESCR   Sun Dec 18 14:49:24 2022 +0000
+++ b/chat/toot/DESCR   Sun Dec 18 14:50:55 2022 +0000
@@ -9,5 +9,3 @@
 * Searching by account or hash tag
 * Following, muting and blocking accounts
 * Simple switching between multiple Mastodon accounts
-
-
diff -r 17d2873a5260 -r be842c0c7b0f chat/toot/Makefile
--- a/chat/toot/Makefile        Sun Dec 18 14:49:24 2022 +0000
+++ b/chat/toot/Makefile        Sun Dec 18 14:50:55 2022 +0000
@@ -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/}
 
diff -r 17d2873a5260 -r be842c0c7b0f chat/toot/PLIST
--- a/chat/toot/PLIST   Sun Dec 18 14:49:24 2022 +0000
+++ b/chat/toot/PLIST   Sun Dec 18 14:50:55 2022 +0000
@@ -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/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
diff -r 17d2873a5260 -r be842c0c7b0f chat/toot/distinfo
--- a/chat/toot/distinfo        Sun Dec 18 14:49:24 2022 +0000
+++ b/chat/toot/distinfo        Sun Dec 18 14:50:55 2022 +0000
@@ -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