diff --git a/lupa-1.10.tar.gz b/lupa-1.10.tar.gz deleted file mode 100644 index f0320404c565c94314163fefa9f75237f6d310ba..0000000000000000000000000000000000000000 Binary files a/lupa-1.10.tar.gz and /dev/null differ diff --git a/lupa-2.0.tar.gz b/lupa-2.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..bda08fe7a7f7c83334b53ef6989e8a8f360af7ca Binary files /dev/null and b/lupa-2.0.tar.gz differ diff --git a/python-lupa.spec b/python-lupa.spec index 971dcf71c45d113eea3bf9a622e30a7ec815985a..6aacead0c255edc70a41323943af518897ceb50c 100644 --- a/python-lupa.spec +++ b/python-lupa.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-lupa -Version: 1.10 +Version: 2.0 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-1.10.tar.gz +Source0: https://files.pythonhosted.org/packages/2e/f8/fc88e2aa9c0edf4522e78797186799ffd37a5ea9d67e372c3402fce39486/lupa-2.0.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-1.10 +%autosetup -n lupa-2.0 %build %py3_build @@ -74,5 +74,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Jul 5 2023 sunhui - 2.0-1 +- Update package to version 2.0 + * Fri Sep 03 2021 Python_Bot - 1.10-1 - Package Init