pkgsrc-WIP-changes archive

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

rtv: Update to 1.26.0



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Wed Mar 6 10:23:07 2019 +0100
Changeset:	473be82716c13cd76b8ba97214d9a83f7d6e6b13

Modified Files:
	rtv/Makefile
	rtv/PLIST
	rtv/distinfo

Log Message:
rtv: Update to 1.26.0

Changes:
1.26.0
======
Features
--------
* Added a brand new inbox page for viewing private messages and comment replies.
  The inbox is accessible with the ``i`` key. Supported actions include viewing
  message chains and replying to messages, marking messages as read/unread, and
  opening the context of a comment.
* Added the ability to compose new private messages with the ``C`` key.
* Updated the inline help ``?`` document to contain a more comprehensive list
  of commands.
* Opening a link from the command line is now faster at startup because the
  default subreddit will not be loaded beforehand.
* Added a new ``--debug-info`` command to display useful system information.

Bugfixes
--------
* Fixed opening comments with the prompt ``/`` from the subscription window.
* The subscription and multireddit ``s``/``S`` keys now work from all pages.
* Relative time strings are now correctly pluralized.
* Fixed an unclosed file handler when opening the web browser.
* Fixed the application not starting if the user has an empty front page.

Configuration Changes
---------------------
* Renamed the following keybindings to better represent their usage:
  * ``SORT_HOT`` -> ``SORT_1``
  * ``SORT_TOP`` -> ``SORT_2``
  * ``SORT_RISING`` -> ``SORT_3``
  * ``SORT_NEW`` -> ``SORT_4``
  * ``SORT_CONTROVERSIAL`` -> ``SORT_5``
  * ``SORT_GILDED`` -> ``SORT_6``
  * ``SUBREDDIT_OPEN_SUBSCRIPTIONS`` -> ``SUBSCRIPTIONS``
  * ``SUBREDDIT_OPEN_MULTIREDDITS`` -> ``MULTIREDDITS``
* Added new keybindings to support the inbox page:
  * ``SORT_7``
  * ``PRIVATE_MESSAGE``
  * ``INBOX_VIEW_CONTEXT``
  * ``INBOX_OPEN_SUBMISSION``
  * ``INBOX_REPLY``
  * ``INBOX_MARK_READ``
  * ``INBOX_EXIT``
* Added new theme elements to support the inbox page:
  * <New>
  * <Distinguished>
  * <MessageSubject>
  * <MessageLink>
  * <MessageAuthor>
  * <MessageSubreddit>
  * <MessageText>

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=473be82716c13cd76b8ba97214d9a83f7d6e6b13

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 rtv/Makefile | 2 +-
 rtv/PLIST    | 3 +++
 rtv/distinfo | 8 ++++----
 3 files changed, 8 insertions(+), 5 deletions(-)

diffs:
diff --git a/rtv/Makefile b/rtv/Makefile
index 7250627163..07dd63f55f 100644
--- a/rtv/Makefile
+++ b/rtv/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	rtv-1.25.1
+DISTNAME=	rtv-1.26.0
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_PYPI:=r/rtv/}
 
diff --git a/rtv/PLIST b/rtv/PLIST
index fd16b59b3c..e95842ddef 100644
--- a/rtv/PLIST
+++ b/rtv/PLIST
@@ -30,6 +30,9 @@ ${PYSITELIB}/rtv/docs.pyo
 ${PYSITELIB}/rtv/exceptions.py
 ${PYSITELIB}/rtv/exceptions.pyc
 ${PYSITELIB}/rtv/exceptions.pyo
+${PYSITELIB}/rtv/inbox_page.py
+${PYSITELIB}/rtv/inbox_page.pyc
+${PYSITELIB}/rtv/inbox_page.pyo
 ${PYSITELIB}/rtv/mime_parsers.py
 ${PYSITELIB}/rtv/mime_parsers.pyc
 ${PYSITELIB}/rtv/mime_parsers.pyo
diff --git a/rtv/distinfo b/rtv/distinfo
index c63c33f7da..382cc1c11e 100644
--- a/rtv/distinfo
+++ b/rtv/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (rtv-1.25.1.tar.gz) = ae696cc06c2a5e2a63bc9c68e4b1ea3b3c029bb5
-RMD160 (rtv-1.25.1.tar.gz) = c7a4633f3aa28cff4e157ebfa4f8d632d0ca2b39
-SHA512 (rtv-1.25.1.tar.gz) = e774e9a98c773b102accee3de2174cf78fc797c940dd65e386f858f446e9604c6ce1d86da1992a50435f9d9771c19abc9375fac07d1dc6c53be7c06154ec663e
-Size (rtv-1.25.1.tar.gz) = 145604 bytes
+SHA1 (rtv-1.26.0.tar.gz) = 41a1b509514593a6b6177c7a9bf06fb93195eb37
+RMD160 (rtv-1.26.0.tar.gz) = 1a459ec75190a0a026d99eaa5492bb6d4cb6c00c
+SHA512 (rtv-1.26.0.tar.gz) = f3be822fcc3238a67eb2668fcdb4dc592efa7ef9c9c2b0ca994a6c0faafc66a700af4cf2b3b1bc5566042aefd246a9070ea66fd4720d21f08f60c9fe6f834000
+Size (rtv-1.26.0.tar.gz) = 151631 bytes


Home | Main Index | Thread Index | Old Index