pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-pastel



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Sep 13 15:56:58 UTC 2020

Modified Files:
        pkgsrc/devel/ruby-pastel: Makefile distinfo

Log Message:
devel/ruby-pastel: update to 0.8.0

Update ruby-pastel package to 0.8.0.

## [v0.8.0] - 2020-07-04

### Changed
* Change gemspec to require Ruby 2.0 or higher
* Change Pastel#new to use keyword arguments in place of hash options
* Change to freeze all strings
* Remove equatable dependency

### Fixed
* Fix Pastel#strip to recognise no-number reset by DanielVartanov(@DanielVartanov)
* Fix Pastel#undecorate to correctly assign styles for nested colors


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ruby-pastel/Makefile \
    pkgsrc/devel/ruby-pastel/distinfo

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

Modified files:

Index: pkgsrc/devel/ruby-pastel/Makefile
diff -u pkgsrc/devel/ruby-pastel/Makefile:1.2 pkgsrc/devel/ruby-pastel/Makefile:1.3
--- pkgsrc/devel/ruby-pastel/Makefile:1.2       Mon May 25 13:34:53 2020
+++ pkgsrc/devel/ruby-pastel/Makefile   Sun Sep 13 15:56:58 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2020/05/25 13:34:53 taca Exp $
+# $NetBSD: Makefile,v 1.3 2020/09/13 15:56:58 taca Exp $
 
-DISTNAME=      pastel-0.7.4
+DISTNAME=      pastel-0.8.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -8,7 +8,6 @@ HOMEPAGE=       https://piotrmurach.github.io/
 COMMENT=       Terminal strings styling with intuitive and clean API
 LICENSE=       mit
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-equatable>=0.6<1:../../devel/ruby-equatable
 DEPENDS+=      ${RUBY_PKGPREFIX}-tty-color>=0.5<1:../../devel/ruby-tty-color
 
 USE_LANGUAGES= # none
Index: pkgsrc/devel/ruby-pastel/distinfo
diff -u pkgsrc/devel/ruby-pastel/distinfo:1.2 pkgsrc/devel/ruby-pastel/distinfo:1.3
--- pkgsrc/devel/ruby-pastel/distinfo:1.2       Mon May 25 13:34:53 2020
+++ pkgsrc/devel/ruby-pastel/distinfo   Sun Sep 13 15:56:58 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2020/05/25 13:34:53 taca Exp $
+$NetBSD: distinfo,v 1.3 2020/09/13 15:56:58 taca Exp $
 
-SHA1 (pastel-0.7.4.gem) = 68ea8b694964603d54254ad2d7c6caa5b6d93603
-RMD160 (pastel-0.7.4.gem) = cb12f85c69ebdc437f8872b506ce5519babec21b
-SHA512 (pastel-0.7.4.gem) = 162d835d1eaf1bd011097063b2ee7d33b0a0da2db2ead88c1f6d0e31db27823e2a964fbc8ddddf57abae03871a6f80b4e9cf41389e8b3ae755ffc421fb4181a0
-Size (pastel-0.7.4.gem) = 15360 bytes
+SHA1 (pastel-0.8.0.gem) = 67c7bbaeb9e5a178ea3c6bbbc043dcb1d40a5416
+RMD160 (pastel-0.8.0.gem) = e8a895252b040b3551a0741d48d98dba00f3c7dc
+SHA512 (pastel-0.8.0.gem) = fb6bb1be1af633e68bd5bb50b5dcc4d2e3b7e53607f883155288bcaf4306fbfea1ed044b8a13d9212f36cd42fa6aaec7a9011faad0b6c99b84f00057aa91b67f
+Size (pastel-0.8.0.gem) = 15872 bytes



Home | Main Index | Thread Index | Old Index