diff --git a/lupa-1.8.tar.gz b/lupa-1.8.tar.gz deleted file mode 100644 index 537d6f4..0000000 --- a/lupa-1.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f55781c9ab8fab77aa438481067a72da0b04849e2790a4e80d3c9bc77d7f8e53 -size 1013207 diff --git a/lupa-1.9.tar.gz b/lupa-1.9.tar.gz new file mode 100644 index 0000000..4f77b72 --- /dev/null +++ b/lupa-1.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3e11d806ca02cf72e490ec1974f8b96a14a1091895c9dccebe0b8d52dd82e8e +size 1014812 diff --git a/python-lupa.changes b/python-lupa.changes index 70054fa..de59ef0 100644 --- a/python-lupa.changes +++ b/python-lupa.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Mar 5 13:50:57 UTC 2020 - pgajdos@suse.com + +- version update to 1.9 + * Build against Lua 5.3 if available. + * GH#129: Fix Lua module loading in Python 3.x. + * GH#126: Fix build on Linux systems that install Lua as "lua52" package. + ------------------------------------------------------------------- Tue Dec 10 20:52:28 CET 2019 - Matej Cepl diff --git a/python-lupa.spec b/python-lupa.spec index fef2c9a..7299431 100644 --- a/python-lupa.spec +++ b/python-lupa.spec @@ -1,7 +1,7 @@ # # spec file for package python-lupa # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-lupa -Version: 1.8 +Version: 1.9 Release: 0 Summary: Python wrapper around Lua and LuaJIT License: MIT