------------------------------------------------------------------- Thu Jun 13 16:05:42 UTC 2024 - Gordon Leung - 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 - Fix missing dependency on lua-macros (boo#1205612) ------------------------------------------------------------------- Sat Aug 20 18:37:57 UTC 2022 - Gordon Leung - Update to version 1.13.1: * fix tests on Lua 5.4.3 * fix(stringx) strip using wrong index if # > 200 * fix(path) currentdir does not accept parameters * etc. https://github.com/lunarmodules/Penlight/compare/1.10.0...1.13.1 - Removed lua5_4_3.patch: upstream ------------------------------------------------------------------- Wed Apr 21 12:57:58 UTC 2021 - Callum Farmer - Update to version 1.10.0: * Fix Lua 5.4 issues * Fix Lua 5.1 compat issues * Fixed a lot of bugs - Removed lua54.patch: upstream - Added lua5_4_3.patch: fix tests fail on Lua 5.4.3 ------------------------------------------------------------------- Thu Feb 18 16:02:23 UTC 2021 - Callum Farmer - Use %lua_provides macro for default lua versioning ------------------------------------------------------------------- Tue Jul 7 20:02:42 UTC 2020 - Matej Cepl - Add lua54.patch adding compatiblity with Lua 5.4 (gh#Tieske/Penlight#320) ------------------------------------------------------------------- Mon Jul 6 19:07:38 UTC 2020 - Matej Cepl - Add lua54 as new build target ------------------------------------------------------------------- Fri Nov 30 23:12:04 CET 2018 - mcepl@suse.com - Initial packaging