diff --git a/lupa-1.10.tar.gz b/lupa-1.10.tar.gz new file mode 100644 index 0000000..ff23d70 --- /dev/null +++ b/lupa-1.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2511b27f381f6fdb66ef40dcc518215038197431b241935678dfc3d51178231 +size 1068113 diff --git a/lupa-1.9.tar.gz b/lupa-1.9.tar.gz deleted file mode 100644 index 4f77b72..0000000 --- a/lupa-1.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3e11d806ca02cf72e490ec1974f8b96a14a1091895c9dccebe0b8d52dd82e8e -size 1014812 diff --git a/python-lupa.changes b/python-lupa.changes index ffb56ee..1e566f4 100644 --- a/python-lupa.changes +++ b/python-lupa.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sun Dec 12 15:54:42 UTC 2021 - Ben Greiner + +- Update to 1.10 + * GH#147: Lua 5.4 is supported. (patch by Russel Davis) + * The runtime version of the Lua library as a tuple (e.g. (5,3)) + is provided via lupa.LUA_VERSION and LuaRuntime.lua_version. + * The Lua implementation name and version string is provided as + LuaRuntime.lua_implementation. + * setup.py accepts new command line arguments --lua-lib and + --lua-includes to specify the + * Use Lua 5.4.3 in binary wheels and as bundled Lua. + * Built with Cython 0.29.24 to support Python 3.9. +- Also successfully builds and tests on python310 +- Update to pkgconfig(lua5.4) + ------------------------------------------------------------------- Thu Jul 1 14:56:37 UTC 2021 - Andreas Schwab diff --git a/python-lupa.spec b/python-lupa.spec index 50d48b4..6cdcad6 100644 --- a/python-lupa.spec +++ b/python-lupa.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-lupa -Version: 1.9 +Version: 1.10 Release: 0 Summary: Python wrapper around Lua and LuaJIT License: MIT @@ -30,7 +30,7 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: pkgconfig BuildRequires: python-rpm-macros -BuildRequires: pkgconfig(lua5.1) +BuildRequires: pkgconfig(lua5.4) Recommends: luajit Suggests: lua %ifnarch riscv64