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