diff --git a/lupa-2.0.tar.gz b/lupa-2.1.tar.gz similarity index 44% rename from lupa-2.0.tar.gz rename to lupa-2.1.tar.gz index bda08fe7a7f7c83334b53ef6989e8a8f360af7ca..b9edaa915eb688b5dc1dfe95e5ec3d80f16b7d01 100644 Binary files a/lupa-2.0.tar.gz and b/lupa-2.1.tar.gz differ diff --git a/python-lupa.spec b/python-lupa.spec index 6aacead0c255edc70a41323943af518897ceb50c..10ea9a39d879ace23c0a59df6746c2f920578ddc 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.1 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/fe/78/1483589b3e7114e0e63cde35a42781a73e1b976702009766e9b0e38667eb/lupa-2.1.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.1 %build %py3_build @@ -74,6 +74,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon May 06 2024 zhaojingyu - 2.1-1 +- Update package to version 2.1 +- The table_from() method gained a new keyword argument recursive=False + * Wed Jul 5 2023 sunhui - 2.0-1 - Update package to version 2.0