SHA256
10
0
forked from pool/lua-penlight

Accepting request 1180762 from home:Pi-Cla:branches:devel:languages:lua

- Update to version 0.14.0:
  * fix(path): make `path.expanduser` more sturdy
  * feat(func): extend `compose` to support N functions
  * fix(utils) `nil` values in `utils.choose(cond, val1, val2)`
  * fix(template) using `%` as an escape character caused the
    expression to not be recognized
  * enhance(template): Preserve line numbers

OBS-URL: https://build.opensuse.org/request/show/1180762
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-penlight?expand=0&rev=19
This commit is contained in:
2024-06-14 14:29:09 +00:00
committed by Git OBS Bridge
parent 5cc0cbb422
commit a3f3f1b01f
4 changed files with 16 additions and 5 deletions

BIN
Penlight-1.13.1.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
Penlight-1.14.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Jun 13 16:05:42 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
- Update to version 0.14.0:
* fix(path): make `path.expanduser` more sturdy
* feat(func): extend `compose` to support N functions
* fix(utils) `nil` values in `utils.choose(cond, val1, val2)`
* fix(template) using `%` as an escape character caused the
expression to not be recognized
* enhance(template): Preserve line numbers
-------------------------------------------------------------------
Wed Nov 23 10:43:32 UTC 2022 - Michal Suchanek <msuchanek@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package lua-penlight
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2012 Togan Muftuoglu toganm@opensuse.org
#
# All modifications and additions to the file contributed by third parties
@@ -23,7 +23,7 @@
%ifluadefault
%define with_main 1
%endif
Version: 1.13.1
Version: 1.14.0
Release: 0
Summary: Generally useful modules inspired by the Python standard libraries
License: MIT