Commit Graph

15 Commits

Author SHA256 Message Date
Ana Guerrero
4141f17cb0 Accepting request 1233621 from devel:languages:lua
- Update to 2.8:
  - Fix handling of decoding errors when Lua is compiled with
    LUA_NOCVTN2S.
- Update to 2.7:
  - Enable working with newer versions of LPeg where the
    "version" field is no longer a function.
  - Fix error messages when an encoding error happens in an
    ordered dictionary.
- Update to 2.6:
  - The decode function is no longer automatically replaced by
    the version implemented using LPeg, but an LPeg-enabled
    copy of the module has to be requested explicitly with
    the function use_lpeg. This was changed to improve the
    predictability of the code and make audits more reliable.
  - The LPeg-version of the decode function now reports
    unterminated strings, arrays and objects with the position
    where they started rather than where parsing failed which was
    usually at the end of the input string. This was already the
    behavior of the pure-Lua-implementation.
  - Fixed a bug where entries in a dictionary were not put in the
    desired order when their value was the boolean false.

OBS-URL: https://build.opensuse.org/request/show/1233621
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-dkjson?expand=0&rev=6
2024-12-30 11:51:25 +00:00
e07cb36eea - Update to 2.8:
- Fix handling of decoding errors when Lua is compiled with
    LUA_NOCVTN2S.
- Update to 2.7:
  - Enable working with newer versions of LPeg where the
    "version" field is no longer a function.
  - Fix error messages when an encoding error happens in an
    ordered dictionary.
- Update to 2.6:
  - The decode function is no longer automatically replaced by
    the version implemented using LPeg, but an LPeg-enabled
    copy of the module has to be requested explicitly with
    the function use_lpeg. This was changed to improve the
    predictability of the code and make audits more reliable.
  - The LPeg-version of the decode function now reports
    unterminated strings, arrays and objects with the position
    where they started rather than where parsing failed which was
    usually at the end of the input string. This was already the
    behavior of the pure-Lua-implementation.
  - Fixed a bug where entries in a dictionary were not put in the
    desired order when their value was the boolean false.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-dkjson?expand=0&rev=13
2024-12-28 00:29:24 +00:00
Dominique Leuenberger
6e350b6f37 Accepting request 1037587 from devel:languages:lua
Forwarded request #1037526 from michals

- Fix missing dependency on lua-macros (boo#1205612)

OBS-URL: https://build.opensuse.org/request/show/1037587
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-dkjson?expand=0&rev=5
2022-11-24 11:23:42 +00:00
8a219a6d92 Accepting request 1037526 from Kernel:tools
- Fix missing dependency on lua-macros (boo#1205612)

OBS-URL: https://build.opensuse.org/request/show/1037526
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-dkjson?expand=0&rev=11
2022-11-23 13:12:56 +00:00
Dominique Leuenberger
558ee40c4a Accepting request 942812 from devel:languages:lua
- What was I thinking? Description and Summary had nothing to di
  with this package.

OBS-URL: https://build.opensuse.org/request/show/942812
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-dkjson?expand=0&rev=4
2021-12-28 11:26:17 +00:00
253e1986cb Refreshed tarball
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-dkjson?expand=0&rev=10
2021-12-27 16:41:04 +00:00
342f126299 Cleanup SPEC
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-dkjson?expand=0&rev=9
2021-12-27 08:43:15 +00:00
d4cf324ad3 - What was I thinking? Description and Summary had nothing to di
with this package.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-dkjson?expand=0&rev=8
2021-12-27 08:42:57 +00:00
Dominique Leuenberger
cdb5c61b91 Accepting request 873546 from devel:languages:lua
OBS-URL: https://build.opensuse.org/request/show/873546
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-dkjson?expand=0&rev=3
2021-02-18 19:43:05 +00:00
e5d35142f6 Accepting request 873466 from home:gmbr3:Lua
upd

OBS-URL: https://build.opensuse.org/request/show/873466
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-dkjson?expand=0&rev=6
2021-02-18 18:43:51 +00:00
Dominique Leuenberger
f999a45c2a Accepting request 819743 from devel:languages:lua
- Add lua54 as new build target

OBS-URL: https://build.opensuse.org/request/show/819743
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-dkjson?expand=0&rev=2
2020-07-15 12:55:04 +00:00
37f720af88 - Add lua54 as new build target
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-dkjson?expand=0&rev=4
2020-07-06 19:03:22 +00:00
Dominique Leuenberger
977d07966e Accepting request 790899 from devel:languages:lua
Initial effort to package the module.

OBS-URL: https://build.opensuse.org/request/show/790899
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-dkjson?expand=0&rev=1
2020-04-08 17:54:46 +00:00
3c770ac02d Actually download tarball directly from URL
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-dkjson?expand=0&rev=2
2020-04-01 22:56:50 +00:00
5b0aa1f2df - Initial packaging effort to package version 2.5
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-dkjson?expand=0&rev=1
2020-04-01 22:50:54 +00:00