pkgsrc-WIP-changes archive

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

rtv: Update wip/rtv to 1.24.0



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon Aug 13 13:34:12 2018 +0200
Changeset:	0ba37ef814749d35c09a1dacac6af185c7b32e18

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

Log Message:
rtv: Update wip/rtv to 1.24.0

Changes:
1.24.0
------
Features
* Python 3.7 is now officially supported.
* Lines that start with the hash symbol (#) are no longer ignored when
  composing posts in your editor. This allows # to be used with Reddit's
  markdown parser to denote headers.
* Added a new *dark colorblind* theme.
* Added support for the ``$RTV_PAGER`` environment variable, which can be
  used to set a unique PAGER for rtv.
* Added the ability to sort submissions by **guilded**.

Bugfixes
* Fixed a crash when setting the ``$BROWSER`` with python 3.7.
* Improved the error message when attempting to vote on an archived post.
* Cleaned up several outdated MIME parsers. Removed the vidme, twitch,
  oddshot, and imgtc parsers. Fixed the liveleak and reddit video parsers.

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

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    | 1 +
 rtv/distinfo | 8 ++++----
 3 files changed, 6 insertions(+), 5 deletions(-)

diffs:
diff --git a/rtv/Makefile b/rtv/Makefile
index 6969a8db3c..8375d51098 100644
--- a/rtv/Makefile
+++ b/rtv/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	rtv-1.23.0
+DISTNAME=	rtv-1.24.0
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_PYPI:=r/rtv/}
 
diff --git a/rtv/PLIST b/rtv/PLIST
index e42f5782e4..fd16b59b3c 100644
--- a/rtv/PLIST
+++ b/rtv/PLIST
@@ -94,6 +94,7 @@ ${PYSITELIB}/rtv/terminal.pyo
 ${PYSITELIB}/rtv/theme.py
 ${PYSITELIB}/rtv/theme.pyc
 ${PYSITELIB}/rtv/theme.pyo
+${PYSITELIB}/rtv/themes/colorblind-dark.cfg
 ${PYSITELIB}/rtv/themes/default.cfg.example
 ${PYSITELIB}/rtv/themes/molokai.cfg
 ${PYSITELIB}/rtv/themes/papercolor.cfg
diff --git a/rtv/distinfo b/rtv/distinfo
index 4896a407f0..db34db2dfe 100644
--- a/rtv/distinfo
+++ b/rtv/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (rtv-1.23.0.tar.gz) = 535872be3c305071ef82dc2c51ccfcaf9f83073d
-RMD160 (rtv-1.23.0.tar.gz) = 34410e3075113722eda45e853d4d4ff1766567f3
-SHA512 (rtv-1.23.0.tar.gz) = 838fd87dddabdc413dd9f3eaeaca9432f96441d537654715e9ef41a812ba425aba564bcac2b1d43529f72aee9d0d3977436e7f5f137c31761357262dc54bd402
-Size (rtv-1.23.0.tar.gz) = 143038 bytes
+SHA1 (rtv-1.24.0.tar.gz) = a14209373d530a59979940350668aef658617e8e
+RMD160 (rtv-1.24.0.tar.gz) = 5be05ba9d5e6cc9a23c92fae0a1b1e0ec4eb07b0
+SHA512 (rtv-1.24.0.tar.gz) = 96dc128fa2168b48ebfc735a7f2782872dad4b7e7fdab6f82a23fc044c01a6b0ed9daeeace38c7403a68b7eca4e0f93e8444893af477eefed7a092edd9f6e84f
+Size (rtv-1.24.0.tar.gz) = 142990 bytes


Home | Main Index | Thread Index | Old Index