From c91752763d28dcf00a03ab5eb7b250fe0186e70afc08f0c6ba86e7f16d2df776 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 5 Mar 2020 14:02:24 +0000 Subject: [PATCH] Accepting request 781868 from home:pgajdos:python - 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. OBS-URL: https://build.opensuse.org/request/show/781868 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lupa?expand=0&rev=7 --- lupa-1.8.tar.gz | 3 --- lupa-1.9.tar.gz | 3 +++ python-lupa.changes | 8 ++++++++ python-lupa.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 lupa-1.8.tar.gz create mode 100644 lupa-1.9.tar.gz 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