pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/lua-penlight Update devel/lua-penlight to versio...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1fdba0ef22f6
branches:  trunk
changeset: 355074:1fdba0ef22f6
user:      alnsn <alnsn%pkgsrc.org@localhost>
date:      Sun Nov 20 10:37:50 2016 +0000

description:
Update devel/lua-penlight to version 1.4.1.

Prompted by beta.repology.org.

## 1.4.1

### Changes

  - All functions that return instances of `pl.List`, `pl.Map` and
    `pl.Set` now require corresponding modules, so that their methods
    always work right away.

### Fixes

  - Fixed `dir.getallfiles` returning an empty array when called
    without `pattern` argument.

## 1.4.0

### Changes

### Fixes

  - `pl.path` covers edge cases better (e.g 'path.normpath` was broken)
  - `p.dir` shell patterns fixed
  - `os.tmpname` broken on modern Windows/MSVC14
  - (likewise for `utils.executeex` which depends on it)
  - `pretty.write` more robust and does not lose floating-point precision;
    saves and restores debug hooks when loading.
  - `pl.lexer` fixes: `cpp` lexer now filters space by default
  - `tablex.sortv` no longer assumes that the values are all unique
  - `stringx.center` is now consistent with Python; `stringx.rfind` and
  `string.quote_string` fixed.
  - `data.write` had a problem with default delimiter, properly
    returns error now.
  - `pl.Set` `+` and `-` now have correct semantics

### Features

  - `pl.tablex` has `union` and `merge` convenience functions
  - `pl.lapp` understands '--' meaning end of parsed arguments
  - `utils.quote_arg` quotes command arguments for `os.execute`,
    correctly handling all special characters.
  - `utils.writefile` has optional `is_bin` argument
  - 'pl.lexer' supports line numbers with string argument
  - `stringx.endswith` may be passed an array of possible suffixes.
  - `data.read` - in CSV mode, assume empty fields are numerical zero

diffstat:

 devel/lua-penlight/Makefile |   4 ++--
 devel/lua-penlight/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (33 lines):

diff -r 0d56eb2a693b -r 1fdba0ef22f6 devel/lua-penlight/Makefile
--- a/devel/lua-penlight/Makefile       Sun Nov 20 10:21:49 2016 +0000
+++ b/devel/lua-penlight/Makefile       Sun Nov 20 10:37:50 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2016/01/30 10:52:43 alnsn Exp $
+# $NetBSD: Makefile,v 1.10 2016/11/20 10:37:50 alnsn Exp $
 #
 
 DISTNAME=      penlight-${PL_VERSION}
@@ -13,7 +13,7 @@
 COMMENT=       Lua libraries for functional programming, OS path management, etc
 LICENSE=       mit
 
-PL_VERSION=    1.3.2
+PL_VERSION=    1.4.1
 DIST_SUBDIR=   lua-penlight
 
 NO_BUILD=      yes
diff -r 0d56eb2a693b -r 1fdba0ef22f6 devel/lua-penlight/distinfo
--- a/devel/lua-penlight/distinfo       Sun Nov 20 10:21:49 2016 +0000
+++ b/devel/lua-penlight/distinfo       Sun Nov 20 10:37:50 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2015/11/04 17:41:16 agc Exp $
+$NetBSD: distinfo,v 1.8 2016/11/20 10:37:50 alnsn Exp $
 
-SHA1 (lua-penlight/penlight-1.3.2.tar.gz) = a7e9bdb7503150e4f2a43ec25edb5f94ed49d3de
-RMD160 (lua-penlight/penlight-1.3.2.tar.gz) = 692ae482b1bb92c78822377d3324a21f90fba669
-SHA512 (lua-penlight/penlight-1.3.2.tar.gz) = 2d9ded6c8d29385ddebbb712626c6ee2989e6a0228e02a33eb1be663e916004e50b08933a25798f3e153dc0d0f4feddce9c397e6b6b86198a11d0b169ac3afae
-Size (lua-penlight/penlight-1.3.2.tar.gz) = 202022 bytes
+SHA1 (lua-penlight/penlight-1.4.1.tar.gz) = 7c4b386fc6fb618a6af44a2cfb84c806b9890c9d
+RMD160 (lua-penlight/penlight-1.4.1.tar.gz) = 0935dcc607c0be0685b240e7858b6c67b232892c
+SHA512 (lua-penlight/penlight-1.4.1.tar.gz) = ed34c119a43bb9b8baf0cf570ace3d175bd0beeacb250a5d5ee3efe5782864b79a8f5b7e92bd1e676a369ec32def29a1c5b0a7d77b1c665a22c1e69a4904abd4
+Size (lua-penlight/penlight-1.4.1.tar.gz) = 210240 bytes



Home | Main Index | Thread Index | Old Index