From b86cc08904e8164e62b74fba0d53e0848f5b7c81ffe7650edef9ab86127ec918 Mon Sep 17 00:00:00 2001 From: James Oakley Date: Mon, 6 Dec 2021 10:31:37 +0000 Subject: [PATCH] Accepting request 935797 from home:stroeder:network MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- uwsgi-2.0.19.1.tar.gz | 3 --- uwsgi-2.0.20.tar.gz | 3 +++ uwsgi.changes | 22 ++++++++++++++++++++++ uwsgi.spec | 2 +- 4 files changed, 26 insertions(+), 4 deletions(-) delete mode 100644 uwsgi-2.0.19.1.tar.gz create mode 100644 uwsgi-2.0.20.tar.gz diff --git a/uwsgi-2.0.19.1.tar.gz b/uwsgi-2.0.19.1.tar.gz deleted file mode 100644 index 0f5dda5..0000000 --- a/uwsgi-2.0.19.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:56be307f3bfcf6cc074f4354de6403778d7ec3e44addac896e26ffb3c4d9a608 -size 811149 diff --git a/uwsgi-2.0.20.tar.gz b/uwsgi-2.0.20.tar.gz new file mode 100644 index 0000000..780476d --- /dev/null +++ b/uwsgi-2.0.20.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88ab9867d8973d8ae84719cf233b7dafc54326fcaec89683c3f9f77c002cdff9 +size 804906 diff --git a/uwsgi.changes b/uwsgi.changes index 6d05447..a963b6a 100644 --- a/uwsgi.changes +++ b/uwsgi.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Sun Dec 5 14:20:26 UTC 2021 - Michael Ströder + +- 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 diff --git a/uwsgi.spec b/uwsgi.spec index 071ebea..6ad0c0e 100644 --- a/uwsgi.spec +++ b/uwsgi.spec @@ -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