diff --git a/gunicorn-20.0.4.tar.gz b/gunicorn-20.0.4.tar.gz deleted file mode 100644 index 27f669cb4e31966c04fb1d790e30710da22231db..0000000000000000000000000000000000000000 Binary files a/gunicorn-20.0.4.tar.gz and /dev/null differ diff --git a/gunicorn-20.1.0.tar.gz b/gunicorn-20.1.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..b5da493b1f1db91a11e2aa321b13e6fee247cfeb Binary files /dev/null and b/gunicorn-20.1.0.tar.gz differ diff --git a/python-gunicorn.spec b/python-gunicorn.spec index 2ea226e6eece74bfe16017d578da7a5f49266542..cd4dfe16e10140de0740b341094115b17123ca79 100644 --- a/python-gunicorn.spec +++ b/python-gunicorn.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-gunicorn -Version: 20.0.4 +Version: 20.1.0 Release: 1 Summary: WSGI HTTP Server for UNIX License: MIT URL: https://pypi.org/project/gunicorn -Source0: https://files.pythonhosted.org/packages/33/b8/f5fd32e1f46fcfefd7cb5c84dee1cf657ab3540ee92b8a09fc40e4887bf0/gunicorn-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/28/5b/0d1f0296485a6af03366604142ea8f19f0833894db3512a40ed07b2a56dd/gunicorn-%{version}.tar.gz BuildArch: noarch %description @@ -74,5 +74,8 @@ mv %{buildroot}/doclist.lst . %{_pkgdocdir} %changelog +* Wed Oct 26 2022 Ge Wang - 20.1.0-1 +- Upgrade to version 20.1.0 + * Fri Dec 18 2020 Python_Bot - Package Spec generated