pkgsrc-WIP-changes archive

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

rtv: Update wip/rtv to 1.19.0



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Wed Oct 25 21:52:00 2017 +0200
Changeset:	b5c85ad37bdebd3ccc9477cf6ce5825cfef9ba59

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

Log Message:
rtv: Update wip/rtv to 1.19.0

Changes:
1.19.0 (2017-10-24)
-------------------
Features

* Greatly improved loading times by using smarter rate limiting and page
  caching.
* The logout prompt is now visible as a popup notification.
* New MIME parsers have been added for gifs.com, giphy.com, imgtc.com,
  imgflip.com, livememe.com, makeameme.org and flickr.com
* Improved mailcap examples for parsing video links with mpv.

Bugfixes

* Patched a backwards-incompatible Reddit API change with the comment
  permalink now being returned in the response JSON.
* Fixed crashing when a comment contained exotic unicode characters like
  emojis.
* Removed the option to select custom sorting ranges for controversial and
  top comments.
* Fixed MIME parsing for single image Imgur galleries.

Codebase

* Preliminary refactoring for the upcoming theme support.
* Created some utility scripts for project maintenance.
* Created a release checklist document.
* Updated the README gif images and document layout.

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

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 9f670de6a0..b78ea18885 100644
--- a/rtv/Makefile
+++ b/rtv/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	rtv-1.18.0
+DISTNAME=	rtv-1.19.0
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_PYPI:=r/rtv/}
 
diff --git a/rtv/PLIST b/rtv/PLIST
index df1509be7e..445f4e59cd 100644
--- a/rtv/PLIST
+++ b/rtv/PLIST
@@ -91,4 +91,7 @@ ${PYSITELIB}/rtv/templates/rtv.cfg
 ${PYSITELIB}/rtv/terminal.py
 ${PYSITELIB}/rtv/terminal.pyc
 ${PYSITELIB}/rtv/terminal.pyo
+${PYSITELIB}/rtv/theme.py
+${PYSITELIB}/rtv/theme.pyc
+${PYSITELIB}/rtv/theme.pyo
 man/man1/rtv.1
diff --git a/rtv/distinfo b/rtv/distinfo
index d0d7a5f73d..db95734e95 100644
--- a/rtv/distinfo
+++ b/rtv/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (rtv-1.18.0.tar.gz) = d4d3a40a6eb780e786f9a5afbdddb13ca936d82e
-RMD160 (rtv-1.18.0.tar.gz) = 4a8a755cf1f3ed5a70087ca406889bc066b10900
-SHA512 (rtv-1.18.0.tar.gz) = 9e8559e7589eead84d85aca14346bad85a551ac1ec59441a159cbe6843df6ee92bca151992da1c976d88319c7a5c27ae0b4f87abc3bb478e319831a92a6844b7
-Size (rtv-1.18.0.tar.gz) = 124989 bytes
+SHA1 (rtv-1.19.0.tar.gz) = be1fb41c92377df0bb4fe8d07af245eb60ee8bf5
+RMD160 (rtv-1.19.0.tar.gz) = 84bfe53556f5eece8bc1f6e182d1e7ce9bf13407
+SHA512 (rtv-1.19.0.tar.gz) = 989afaae38f8d1b3359c4f8cc80a08c97ec6d7ce8d3b1e775a908fe67cd19eaffc15444ecdbb1c848fb4aed3c4e7dc7d58603a548c87d46007e099974ff98198
+Size (rtv-1.19.0.tar.gz) = 131719 bytes


Home | Main Index | Thread Index | Old Index