forked from pool/python-lupa
Accepting request 940098 from home:bnavigator:python-rpm-macros
- 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) OBS-URL: https://build.opensuse.org/request/show/940098 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lupa?expand=0&rev=16
This commit is contained in:
parent
a14f881499
commit
e92fdbda50
3
lupa-1.10.tar.gz
Normal file
3
lupa-1.10.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e2511b27f381f6fdb66ef40dcc518215038197431b241935678dfc3d51178231
|
||||
size 1068113
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a3e11d806ca02cf72e490ec1974f8b96a14a1091895c9dccebe0b8d52dd82e8e
|
||||
size 1014812
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 12 15:54:42 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- 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 <schwab@suse.de>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user