diff --git a/lupa-2.0.tar.gz b/lupa-2.2.tar.gz similarity index 44% rename from lupa-2.0.tar.gz rename to lupa-2.2.tar.gz index bda08fe7a7f7c83334b53ef6989e8a8f360af7ca..09e14aae309fd13a4e5e923c1f7a54a10369327f 100644 Binary files a/lupa-2.0.tar.gz and b/lupa-2.2.tar.gz differ diff --git a/python-lupa.spec b/python-lupa.spec index 6aacead0c255edc70a41323943af518897ceb50c..4043f28b25be1fd8d6c65186eb5a7f90bcf44e80 100644 --- a/python-lupa.spec +++ b/python-lupa.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-lupa -Version: 2.0 +Version: 2.2 Release: 1 Summary: Python wrapper around Lua and LuaJIT License: MIT URL: https://github.com/scoder/lupa -Source0: https://files.pythonhosted.org/packages/2e/f8/fc88e2aa9c0edf4522e78797186799ffd37a5ea9d67e372c3402fce39486/lupa-2.0.tar.gz +Source0: https://files.pythonhosted.org/packages/b6/13/3a0d2c231ae39bced22f14ded420915be1b88f030bfd2388900d89a74a4b/lupa-2.2.tar.gz %description @@ -20,6 +20,7 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-cffi BuildRequires: gcc +BuildRequires: python3-Cython %description -n python3-lupa Lupa integrates the runtimes of Lua_ or LuaJIT2_ into CPython. It is a partial rewrite of LunaticPython_ in Cython_ with some @@ -34,7 +35,7 @@ It is a partial rewrite of LunaticPython_ in Cython_ with some additional features such as proper coroutine support. %prep -%autosetup -n lupa-2.0 +%autosetup -n lupa-2.2 %build %py3_build @@ -74,6 +75,12 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Oct 28 2024 dongqi - 2.2-1 +- Update package to version 2.2 +- Built with Cython 3.0.10 +- The bundled LuaJIT versions were updated to the latest git branches. +- Add BuildRequires python3-Cython + * Wed Jul 5 2023 sunhui - 2.0-1 - Update package to version 2.0