diff options
Diffstat (limited to 'python-lupa.spec')
-rw-r--r-- | python-lupa.spec | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/python-lupa.spec b/python-lupa.spec index 7f6d233..a07e22b 100644 --- a/python-lupa.spec +++ b/python-lupa.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-lupa -Version: 1.14.1 +Version: 2.0 Release: 1 Summary: Python wrapper around Lua and LuaJIT License: MIT style URL: https://github.com/scoder/lupa -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/14/c5/a281abc9c349a48c535be62da6e6b1b0fb5c75d5308d752fe5f843ed4f02/lupa-1.14.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/5a/c2/34a30377e96ed0e1042067604b9c9cbb14eb8833583e2668c724c6eafe49/lupa-2.0.tar.gz %description @@ -39,7 +39,7 @@ additional features such as proper coroutine support. For questions not answered here, please contact the `Lupa mailing list`_. %prep -%autosetup -n lupa-1.14.1 +%autosetup -n lupa-2.0 %build %py3_build @@ -79,5 +79,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.14.1-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0-1 - Package Spec generated |