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..2c2810e66293e87851cb0eba0974ac1101eaccbb 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 @@ -34,7 +34,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 +74,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Jul 30 2024 liudy - 2.2-1 +- Update version to 2.2 +- Built with Cython 3.0.10 +- The bundled LuaJIT versions were updated to the latest git branches. + * Wed Jul 5 2023 sunhui - 2.0-1 - Update package to version 2.0