summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-05-13 10:19:09 +0000
committernia <nia@pkgsrc.org>2021-05-13 10:19:09 +0000
commit78a2ef07b5f06dca40b46ff3ec6e85e2677a3137 (patch)
tree823675cf6b74efff967954b4570316a0c7b06c69
parent44e6adcbac2caa9cd0574e6f2ec94cd39d0e2cf0 (diff)
downloadpkgsrc-78a2ef07b5f06dca40b46ff3ec6e85e2677a3137.tar.gz
lua-penlight: update to 1.10.0
## 1.10.0 (2021-04-27) - deprecate: `permute.iter`, renamed to `permute.order_iter` (removal later) [#360](https://github.com/lunarmodules/Penlight/pull/360) - deprecate: `permute.table`, renamed to `permute.order_table` (removal later) [#360](https://github.com/lunarmodules/Penlight/pull/360) - deprecate: `Date` module (removal later) [#367](https://github.com/lunarmodules/Penlight/pull/367) - feat: `permute.list_iter` to iterate over different sets of values [#360](https://github.com/lunarmodules/Penlight/pull/360) - feat: `permute.list_table` generate table with different sets of values [#360](https://github.com/lunarmodules/Penlight/pull/360) - feat: Lua 5.4 'warn' compatibility function [#366](https://github.com/lunarmodules/Penlight/pull/366) - feat: deprecation functionality `utils.raise_deprecation` [#361](https://github.com/lunarmodules/Penlight/pull/361) - feat: `utils.splitv` now takes same args as `split` [#373](https://github.com/lunarmodules/Penlight/pull/373) - fix: `dir.rmtree` failed to remove symlinks to directories [#365](https://github.com/lunarmodules/Penlight/pull/365) - fix: `pretty.write` could error out on failing metamethods (Lua 5.3+) [#368](https://github.com/lunarmodules/Penlight/pull/368) - fix: `app.parse` now correctly parses values containing '=' or ':' [#373](https://github.com/lunarmodules/Penlight/pull/373) - fix: `dir.makepath` failed to create top-level directories [#372](https://github.com/lunarmodules/Penlight/pull/372) - overhaul: `array2d` module was updated, got additional tests and several documentation updates [#377](https://github.com/lunarmodules/Penlight/pull/377) - feat: `aray2d` now accepts negative indices - feat: `array2d.row` added to align with `column` - fix: bad error message in `array2d.map` - fix: `array2d.flatten` now ensures to deliver a 'square' result if `nil` is encountered - feat: `array2d.transpose` added - feat: `array2d.swap_rows` and `array2d.swap_cols` now return the array - fix: `aray2d.range` correctly recognizes `R` column in spreadsheet format, was mistaken for `R1C1` format. - fix: `aray2d.range` correctly recognizes 2 char column in spreadsheet format - feat: `array2d.default_range` added (previously private) - feat: `array2d.set` if used with a function now passes `i,j` to the function in line with the `new` implementation. - fix: `array2d.iter` didn't properly iterate the indices [#376](https://github.com/lunarmodules/Penlight/issues/376) - feat: `array2d.columns` now returns a second value; the column index - feat: `array2d.rows` added to be in line with `columns` ## 1.9.2 (2020-09-27) - fix: dir.walk [#350](https://github.com/lunarmodules/Penlight/pull/350) ## 1.9.1 (2020-09-24) - released to superseed the 1.9.0 version which was retagged in git after some distro's already had picked it up. This version is identical to 1.8.1. ## 1.8.1 (2020-09-24) (replacing a briefly released but broken 1.9.0 version) ## Fixes - In `pl.class`, `_init` can now be inherited from grandparent (or older ancestor) classes. [#289](https://github.com/lunarmodules/Penlight/pull/289) - Fixes `dir`, `lexer`, and `permute` to no longer use coroutines. [#344](https://github.com/lunarmodules/Penlight/pull/344)
-rw-r--r--devel/lua-penlight/Makefile6
-rw-r--r--devel/lua-penlight/distinfo10
2 files changed, 8 insertions, 8 deletions
diff --git a/devel/lua-penlight/Makefile b/devel/lua-penlight/Makefile
index c209e9a78bb..e9f9233d139 100644
--- a/devel/lua-penlight/Makefile
+++ b/devel/lua-penlight/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.17 2020/11/23 20:06:46 nia Exp $
+# $NetBSD: Makefile,v 1.18 2021/05/13 10:19:09 nia Exp $
#
-DISTNAME= penlight-1.9.2
+DISTNAME= penlight-1.10.0
PKGNAME= ${LUA_PKGPREFIX}-${DISTNAME}
CATEGORIES= devel lua
-MASTER_SITES= ${MASTER_SITE_GITHUB:=stevedonovan/}
+MASTER_SITES= ${MASTER_SITE_GITHUB:=lunarmodules/}
GITHUB_TAG= ${PKGVERSION_NOREV}
GITHUB_PROJECT= Penlight
diff --git a/devel/lua-penlight/distinfo b/devel/lua-penlight/distinfo
index 4da3914b8ea..fe006aa6cae 100644
--- a/devel/lua-penlight/distinfo
+++ b/devel/lua-penlight/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2020/11/23 20:06:46 nia Exp $
+$NetBSD: distinfo,v 1.13 2021/05/13 10:19:09 nia Exp $
-SHA1 (lua-penlight/penlight-1.9.2.tar.gz) = 04d6e6636bc17aa069223652ff7c330f36858ce4
-RMD160 (lua-penlight/penlight-1.9.2.tar.gz) = 1d783a4c8a766e3b7e4d4fdc0ec1389f890248b8
-SHA512 (lua-penlight/penlight-1.9.2.tar.gz) = 8df26e74f73ccf6dc73546640e1537b63e40357072855f9409e96b2ef8251c25b4653456d1237d5142573618af242e885490aa9750dffb387e4670ed9f3cfa91
-Size (lua-penlight/penlight-1.9.2.tar.gz) = 396248 bytes
+SHA1 (lua-penlight/penlight-1.10.0.tar.gz) = 16c64b78bfc78da474aba6995bdae763b0e7548e
+RMD160 (lua-penlight/penlight-1.10.0.tar.gz) = b6d383165560478cc88dab8924a081c9524d0877
+SHA512 (lua-penlight/penlight-1.10.0.tar.gz) = 47128b09d1f7d41e8cac7ecc50338b7ebe9095b6768a43f961e27156aac7129e192909e771711e3d2fbd87d3ef475d5934874e0b7ad44f1e40ab4c1cee00736d
+Size (lua-penlight/penlight-1.10.0.tar.gz) = 413134 bytes