From 5d9ba36d790d14078cdbe85f16ff27ca4a2572bd3f8aea0ed3d42fd77ac57580 Mon Sep 17 00:00:00 2001 From: James Oakley Date: Sun, 7 Jan 2024 12:58:41 +0000 Subject: [PATCH] Accepting request 1137313 from home:bnavigator:branches:devel:languages:python - Update to 2.0.23 * Add support for Python 3.12 (Ralf Ertzinger) * plugins/php: ini_entries is read-only since PHP 8.3 (Remi Collet) * Silence glibc warnings against pthread robust mutex functions (Riccardo Magliocchetti) * Fixup jvm library path detection (Riccardo Magliocchetti) * Use sysconfig if distutils is not available (Steve Kowalik, Terence D. Honles, Riccardo Magliocchetti) OBS-URL: https://build.opensuse.org/request/show/1137313 OBS-URL: https://build.opensuse.org/package/show/server:http/uwsgi?expand=0&rev=122 --- 2.0.22.tar.gz | 3 --- uwsgi-2.0.23.tar.gz | 3 +++ uwsgi.changes | 13 +++++++++++++ uwsgi.spec | 6 +++--- 4 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 2.0.22.tar.gz create mode 100644 uwsgi-2.0.23.tar.gz diff --git a/2.0.22.tar.gz b/2.0.22.tar.gz deleted file mode 100644 index 2589fb4..0000000 --- a/2.0.22.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc6a35ab3b9606d24e98473c7117792a239e5d56b01301b15511651f684166c9 -size 809498 diff --git a/uwsgi-2.0.23.tar.gz b/uwsgi-2.0.23.tar.gz new file mode 100644 index 0000000..e6697f9 --- /dev/null +++ b/uwsgi-2.0.23.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f498466b7bb5818c694496fa7fc32bd6442f6057db94d95af9bfa050440aa4ef +size 810116 diff --git a/uwsgi.changes b/uwsgi.changes index 2e1f7fb..cc4cb10 100644 --- a/uwsgi.changes +++ b/uwsgi.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Jan 6 23:23:03 UTC 2024 - Ben Greiner + +- Update to 2.0.23 + * Add support for Python 3.12 (Ralf Ertzinger) + * plugins/php: ini_entries is read-only since PHP 8.3 (Remi + Collet) + * Silence glibc warnings against pthread robust mutex functions + (Riccardo Magliocchetti) + * Fixup jvm library path detection (Riccardo Magliocchetti) + * Use sysconfig if distutils is not available (Steve Kowalik, + Terence D. Honles, Riccardo Magliocchetti) + ------------------------------------------------------------------- Wed Oct 18 09:48:50 UTC 2023 - Dominique Leuenberger diff --git a/uwsgi.spec b/uwsgi.spec index 15c30bd..920409a 100644 --- a/uwsgi.spec +++ b/uwsgi.spec @@ -1,7 +1,7 @@ # # spec file for package uwsgi # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -29,13 +29,13 @@ %endif Name: uwsgi -Version: 2.0.22 +Version: 2.0.23 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://github.com/unbit/uwsgi/archive/refs/tags/%{version}.tar.gz +Source: https://github.com/unbit/uwsgi/archive/refs/tags/%{version}.tar.gz#/uwsgi-%{version}.tar.gz Source1: opensuse.ini.in Source2: uwsgi.service Source3: django.ini.example