forked from pool/uwsgi
Accepting request 935797 from home:stroeder:network
- update 2.0.20: * Switch default python for build to python3 (Riccardo Magliocchetti) * Add support for PHP 8 (Riccardo Magliocchetti) * Drop support for PHP < 7 as it is EOL since end of 2018 (Riccardo Magliocchetti) * Fix segfaults when using –wsgi-env-behavior=holy (Antonio Cuni) * Replace uwsgi.h system includes in core and proto dirs for Bazel (Serge Bazanski) * gevent: fix compilation with clang11 (László Károlyi) * Fix Python 3.9 deprecations warnings (Riccardo Magliocchetti) * Add trove classifier for Python 3.9 (Adrian) * Fix message in Log SIGINT/SIGTERM triggered kill_them_all (Delena Malan) * Support 7 in weekedays as an alias for sunday to match crontab behaviour (Riccardo Magliocchetti) * Document http-timeout default of 60 seconds (Etienne H) * Add option to override python sys.executable using py-executable config * Allow specifying an iteration to uwsgi::add_rb_timer (Luciano Rocha) * Allow to compile with Python versions with minor version with 2+ digits (Cyrille Pontvieux) * Take into account new naming for LIBPL since python 3.6 (ilrico) * Added missing HTTP status codes messages (James Brown) * Official support for Python 3.10 OBS-URL: https://build.opensuse.org/request/show/935797 OBS-URL: https://build.opensuse.org/package/show/server:http/uwsgi?expand=0&rev=104
This commit is contained in:
parent
e356e4e38c
commit
b86cc08904
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:56be307f3bfcf6cc074f4354de6403778d7ec3e44addac896e26ffb3c4d9a608
|
||||
size 811149
|
3
uwsgi-2.0.20.tar.gz
Normal file
3
uwsgi-2.0.20.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:88ab9867d8973d8ae84719cf233b7dafc54326fcaec89683c3f9f77c002cdff9
|
||||
size 804906
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 5 14:20:26 UTC 2021 - Michael Ströder <michael@stroeder.com>
|
||||
|
||||
- update 2.0.20:
|
||||
* Switch default python for build to python3 (Riccardo Magliocchetti)
|
||||
* Add support for PHP 8 (Riccardo Magliocchetti)
|
||||
* Drop support for PHP < 7 as it is EOL since end of 2018 (Riccardo Magliocchetti)
|
||||
* Fix segfaults when using –wsgi-env-behavior=holy (Antonio Cuni)
|
||||
* Replace uwsgi.h system includes in core and proto dirs for Bazel (Serge Bazanski)
|
||||
* gevent: fix compilation with clang11 (László Károlyi)
|
||||
* Fix Python 3.9 deprecations warnings (Riccardo Magliocchetti)
|
||||
* Add trove classifier for Python 3.9 (Adrian)
|
||||
* Fix message in Log SIGINT/SIGTERM triggered kill_them_all (Delena Malan)
|
||||
* Support 7 in weekedays as an alias for sunday to match crontab behaviour (Riccardo Magliocchetti)
|
||||
* Document http-timeout default of 60 seconds (Etienne H)
|
||||
* Add option to override python sys.executable using py-executable config
|
||||
* Allow specifying an iteration to uwsgi::add_rb_timer (Luciano Rocha)
|
||||
* Allow to compile with Python versions with minor version with 2+ digits (Cyrille Pontvieux)
|
||||
* Take into account new naming for LIBPL since python 3.6 (ilrico)
|
||||
* Added missing HTTP status codes messages (James Brown)
|
||||
* Official support for Python 3.10
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 7 07:25:48 UTC 2021 - pgajdos@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: uwsgi
|
||||
Version: 2.0.19.1
|
||||
Version: 2.0.20
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user