[packages/uwsgi] - up to 2.0.28

baggins baggins at pld-linux.org
Sun Mar 23 02:07:29 CET 2025


commit ad7b90b9b44e65a87f09c29fc6ed289a705504a8
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Mar 23 01:13:41 2025 +0100

    - up to 2.0.28

 shared_python.patch | 6 +++---
 uwsgi.spec          | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/uwsgi.spec b/uwsgi.spec
index d722712..aac8780 100644
--- a/uwsgi.spec
+++ b/uwsgi.spec
@@ -24,13 +24,13 @@
 Summary:	Fast WSGI server
 Summary(pl.UTF-8):	Szybki serwer WSGI
 Name:		uwsgi
-Version:	2.0.21
-Release:	3
+Version:	2.0.28
+Release:	1
 License:	GPL v2
 Group:		Networking/Daemons
 # Source0:	http://projects.unbit.it/downloads/%{name}-%{version}.tar.gz
 Source0:        https://pypi.debian.net/uwsgi/%{name}-%{version}.tar.gz
-# Source0-md5:	ebf1760c403ee8cdf4f22225f4eb4628
+# Source0-md5:	273493b81ec100f625230e1c4e0e9d7c
 Source1:	%{name}.init
 Source2:	emperor.ini
 Source3:	%{name}.tmpfiles
diff --git a/shared_python.patch b/shared_python.patch
index 5959888..21b857c 100644
--- a/shared_python.patch
+++ b/shared_python.patch
@@ -5,8 +5,8 @@ diff -dur uwsgi-2.0.12.orig/plugins/python/uwsgiplugin.py uwsgi-2.0.12/plugins/p
  if not 'UWSGI_PYTHON_NOLIB' in os.environ:
      LIBS = sysconfig.get_config_var('LIBS').split() + sysconfig.get_config_var('SYSLIBS').split()
      # check if it is a non-shared build (but please, add --enable-shared to your python's ./configure script)
--    if not sysconfig.get_config_var('Py_ENABLE_SHARED'):
-+    if 0:
+-    use_static_lib = not sysconfig.get_config_var('Py_ENABLE_SHARED')
++    use_static_lib = False
+     if use_static_lib:
          libdir = sysconfig.get_config_var('LIBPL')
          # libdir does not exists, try to get it from the venv
-         version = get_python_version()
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/uwsgi.git/commitdiff/ad7b90b9b44e65a87f09c29fc6ed289a705504a8



More information about the pld-cvs-commit mailing list