Accepting request 1056693 from home:dirkmueller:Factory

- update to 2.0.21:
  * Python 3.10 support
  * Python 3.11 support
  * add tests for worker deadlocks
  * fix memory corruption in uwsgi_cache
  * Fix segfault from GEVENT_SWITCH
  * Support php 8.1
  * Use parenthesis in print() statement 
- switch to pkgconfig(zlib) so that alternative providers can be
  used

OBS-URL: https://build.opensuse.org/request/show/1056693
OBS-URL: https://build.opensuse.org/package/show/server:http/uwsgi?expand=0&rev=114
This commit is contained in:
2023-01-07 18:41:26 +00:00
committed by Git OBS Bridge
parent 6e7928265a
commit 217d8618ea
6 changed files with 51 additions and 39 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package uwsgi
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -28,13 +28,13 @@
%endif
Name: uwsgi
Version: 2.0.20
Version: 2.0.21
Release: 0
Summary: Application Container Server for Networked/Clustered Web Applications
License: Apache-2.0 AND GPL-2.0-only WITH GCC-exception-2.0
Group: Productivity/Networking/Web/Servers
URL: https://uwsgi-docs.readthedocs.io/en/latest/
Source: https://projects.unbit.it/downloads/uwsgi-%{version}.tar.gz
Source: https://github.com/unbit/uwsgi/archive/refs/tags/%{version}.tar.gz
Source1: opensuse.ini.in
Source2: uwsgi.service
Source3: django.ini.example