Accepting request 1137351 from server:http
OBS-URL: https://build.opensuse.org/request/show/1137351 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/uwsgi?expand=0&rev=52
This commit is contained in:
commit
16c535e0f1
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dc6a35ab3b9606d24e98473c7117792a239e5d56b01301b15511651f684166c9
|
|
||||||
size 809498
|
|
3
uwsgi-2.0.23.tar.gz
Normal file
3
uwsgi-2.0.23.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f498466b7bb5818c694496fa7fc32bd6442f6057db94d95af9bfa050440aa4ef
|
||||||
|
size 810116
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 6 23:23:03 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- 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 <dimstar@opensuse.org>
|
Wed Oct 18 09:48:50 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package uwsgi
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -29,13 +29,13 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: uwsgi
|
Name: uwsgi
|
||||||
Version: 2.0.22
|
Version: 2.0.23
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Application Container Server for Networked/Clustered Web Applications
|
Summary: Application Container Server for Networked/Clustered Web Applications
|
||||||
License: Apache-2.0 AND GPL-2.0-only WITH GCC-exception-2.0
|
License: Apache-2.0 AND GPL-2.0-only WITH GCC-exception-2.0
|
||||||
Group: Productivity/Networking/Web/Servers
|
Group: Productivity/Networking/Web/Servers
|
||||||
URL: https://uwsgi-docs.readthedocs.io/en/latest/
|
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
|
Source1: opensuse.ini.in
|
||||||
Source2: uwsgi.service
|
Source2: uwsgi.service
|
||||||
Source3: django.ini.example
|
Source3: django.ini.example
|
||||||
|
Loading…
Reference in New Issue
Block a user