2024-06-14 14:29:09 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2022-11-23 13:15:15 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Nov 23 10:43:32 UTC 2022 - Michal Suchanek <msuchanek@suse.com>
|
|
|
|
|
|
|
|
- Fix missing dependency on lua-macros (boo#1205612)
|
|
|
|
|
2022-08-22 11:05:40 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Aug 20 18:37:57 UTC 2022 - Gordon Leung <pirateclip@protonmail.com>
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
2021-09-12 15:22:21 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Apr 21 12:57:58 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
2021-02-18 17:45:49 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Feb 18 16:02:23 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
|
|
|
|
|
|
|
|
- Use %lua_provides macro for default lua versioning
|
|
|
|
|
2020-07-07 20:03:45 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 7 20:02:42 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Add lua54.patch adding compatiblity with Lua 5.4
|
2020-07-07 20:11:39 +00:00
|
|
|
(gh#Tieske/Penlight#320)
|
2020-07-07 20:03:45 +00:00
|
|
|
|
2020-07-06 19:07:53 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 6 19:07:38 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Add lua54 as new build target
|
|
|
|
|
2020-04-01 20:59:26 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 30 23:12:04 CET 2018 - mcepl@suse.com
|
|
|
|
|
|
|
|
- Initial packaging
|