SHA256
1
0
forked from pool/uwsgi

Accepting request 923649 from home:pgajdos

- greenlet and gevent plugins require uwsgi-python3 instead of
  uwsgi-python

OBS-URL: https://build.opensuse.org/request/show/923649
OBS-URL: https://build.opensuse.org/package/show/server:http/uwsgi?expand=0&rev=103
This commit is contained in:
James Oakley 2021-10-07 11:54:24 +00:00 committed by Git OBS Bridge
parent 0a2d49f97a
commit e356e4e38c
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Oct 7 07:25:48 UTC 2021 - pgajdos@suse.com
- greenlet and gevent plugins require uwsgi-python3 instead of
uwsgi-python
-------------------------------------------------------------------
Thu Sep 30 08:52:52 UTC 2021 - pgajdos@suse.com

View File

@ -201,7 +201,7 @@ applications (vassals) via ZeroMQ.
Summary: Gevent Plugin for uWSGI
Group: Productivity/Networking/Web/Servers
Requires: %{name} = %{version}
Requires: %{name}-python = %{version}
Requires: %{name}-python3 = %{version}
%description gevent
uWSGI is a self-healing application container server coded in pure C.
@ -227,7 +227,7 @@ filesystem
Summary: Greenlet Plugin for uWSGI
Group: Productivity/Networking/Web/Servers
Requires: %{name} = %{version}
Requires: %{name}-python = %{version}
Requires: %{name}-python3 = %{version}
%description greenlet
uWSGI is a self-healing application container server coded in pure C.