diff --git a/python-uwsgi.spec b/python-uwsgi.spec index 406d179..edd0538 100644 --- a/python-uwsgi.spec +++ b/python-uwsgi.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-uWSGI -Version: 2.0.20 -Release: 2 +Version: 2.0.21 +Release: 1 Summary: The uWSGI server License: GPL2 URL: https://uwsgi-docs.readthedocs.io/en/latest/ -Source0: https://projects.unbit.it/downloads/uwsgi-2.0.20.tar.gz +Source0: https://files.pythonhosted.org/packages/b3/8e/b4fb9f793745afd6afcc0d2443d5626132e5d3540de98f28a8b8f5c753f9/uwsgi-2.0.21.tar.gz %description The uWSGI server @@ -72,6 +72,9 @@ chrpath -d %{buildroot}/%{_bindir}/uwsgi %{_pkgdocdir} %changelog +* Wed Apr 19 2023 xu_ping <707078654@qq.com> - 2.0.21-1 +- Upgrade package to 2.0.21 + * Fri Aug 26 2022 yaoxin - 2.0.20-2 - Remove rpath diff --git a/uwsgi-2.0.20.tar.gz b/uwsgi-2.0.20.tar.gz deleted file mode 100644 index d0d1914..0000000 Binary files a/uwsgi-2.0.20.tar.gz and /dev/null differ diff --git a/uwsgi-2.0.21.tar.gz b/uwsgi-2.0.21.tar.gz new file mode 100644 index 0000000..e592979 Binary files /dev/null and b/uwsgi-2.0.21.tar.gz differ