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-lupa-1.14.tar.gz b/lupa-lupa-1.14.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..3207e2eda27e7a016522eafa64c8a943770f7add Binary files /dev/null and b/lupa-lupa-1.14.tar.gz differ diff --git a/python-lupa.spec b/python-lupa.spec index 971dcf71c45d113eea3bf9a622e30a7ec815985a..2eba63f44079ec49cf3bc66fa351f0dcdedcfe36 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: 1.14 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://github.com/scoder/lupa/archive/refs/tags/lupa-1.14.tar.gz#/lupa-lupa-%{version}.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-lupa-%{version} %build %py3_build @@ -74,5 +74,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Nov 15 2022 jiangxinyu - 1.14-1 +- Upgrade package to version 1.14 + * Fri Sep 03 2021 Python_Bot - 1.10-1 - Package Init