From: Bruce Ashfield <bruce.ashfield@gmail.com>
To: vanusuri@mvista.com
Cc: meta-virtualization@lists.yoctoproject.org,
Anand Je Sypureddy <anandje@mvista.com>
Subject: Re: [meta-virtualization][m-c-s][master][PATCH] mod-wsgi: upgrade 4.9.0 -> 5.0.2
Date: Tue, 10 Dec 2024 03:46:26 +0000 [thread overview]
Message-ID: <Z1e5ksnP2SEmrlE1@gmail.com> (raw)
In-Reply-To: <20241203073612.1333327-1-vanusuri@mvista.com>
merged.
Bruce
In message: [meta-virtualization][m-c-s][master][PATCH] mod-wsgi: upgrade 4.9.0 -> 5.0.2
on 03/12/2024 Vijay Anusuri via lists.yoctoproject.org wrote:
> From: Vijay Anusuri <vanusuri@mvista.com>
>
> mod-wsgi version 4.9.0 doesn't build against python 3.13
> update it to 5.0.2 which does build.
>
> Refreshed configure.ac-allow-PYTHON-values-to-be-passed-via-en.patch for 5.0.2 version.
>
> Signed-off-by: Anand Je Sypureddy <anandje@mvista.com>
> Signed-off-by: Vijay Anusuri <vanusuri@mvista.com>
> ---
> ...ow-PYTHON-values-to-be-passed-via-en.patch | 22 ++++++++++---------
> .../recipes-support/mod-wsgi/mod-wsgi_git.bb | 4 ++--
> 2 files changed, 14 insertions(+), 12 deletions(-)
>
> diff --git a/meta-openstack/recipes-support/mod-wsgi/files/configure.ac-allow-PYTHON-values-to-be-passed-via-en.patch b/meta-openstack/recipes-support/mod-wsgi/files/configure.ac-allow-PYTHON-values-to-be-passed-via-en.patch
> index 79aedffd..6718a4a2 100644
> --- a/meta-openstack/recipes-support/mod-wsgi/files/configure.ac-allow-PYTHON-values-to-be-passed-via-en.patch
> +++ b/meta-openstack/recipes-support/mod-wsgi/files/configure.ac-allow-PYTHON-values-to-be-passed-via-en.patch
> @@ -9,14 +9,14 @@ issues.
>
> Updated for 4.9.0: Jeremy Puhlman
>
> +Upstream-Status: Pending
> Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
> -----
> - configure.ac | 41 +++++++++++++++++++++++++++++++++++++++++
> - 1 file changed, 41 insertions(+)
> -
> +---
> + configure.ac | 40 ++++++++++++++++++++++++++++++++++++++++
> + 1 file changed, 40 insertions(+)
>
> diff --git a/configure.ac b/configure.ac
> -index 37a0f86..9b77c7f 100644
> +index f994dd7..8774010 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -106,26 +106,38 @@ fi
> @@ -58,7 +58,7 @@ index 37a0f86..9b77c7f 100644
>
> if test "${ENABLE_EMBEDDED}" != "yes"; then
> CPPFLAGS3="-DMOD_WSGI_DISABLE_EMBEDDED"
> -@@ -137,22 +149,42 @@ CPPFLAGS="${CPPFLAGS} ${CPPFLAGS1} ${CPPFLAGS2} ${CPPFLAGS3}"
> +@@ -137,21 +149,41 @@ CPPFLAGS="${CPPFLAGS} ${CPPFLAGS1} ${CPPFLAGS2} ${CPPFLAGS3}"
>
> AC_SUBST(CPPFLAGS)
>
> @@ -71,9 +71,8 @@ index 37a0f86..9b77c7f 100644
> +fi
> +if test -z "${PYTHON_CFGDIR}"; then
> PYTHONCFGDIR=`${PYTHON} -c 'from sys import stdout; \
> - import distutils.sysconfig; \
> - stdout.write(distutils.sysconfig.get_python_lib(plat_specific=1, \
> - standard_lib=1) +"/config")'`
> + import sysconfig; \
> + stdout.write(sysconfig.get_path("platstdlib") +"/config")'`
> +else
> +PYTHONCFGDIR="${PYTHON_CFGDIR}"
> +fi
> @@ -101,7 +100,7 @@ index 37a0f86..9b77c7f 100644
>
> if test "${PYTHON_LDVERSION}" != "${PYTHON_VERSION}"; then
> PYTHONCFGDIR="${PYTHONCFGDIR}-${PYTHON_LDVERSION}"
> -@@ -180,12 +212,20 @@ if test "${PYTHONFRAMEWORKDIR}" = "no-framework" -o \
> +@@ -179,12 +211,20 @@ if test "${PYTHONFRAMEWORKDIR}" = "no-framework" -o \
> LDLIBS1="-lpython${PYTHON_VERSION}"
> fi
>
> @@ -122,3 +121,6 @@ index 37a0f86..9b77c7f 100644
> else
> LDFLAGS1="-Wl,-F${PYTHONFRAMEWORKPREFIX} -framework ${PYTHONFRAMEWORK}"
>
> +--
> +2.25.1
> +
> diff --git a/meta-openstack/recipes-support/mod-wsgi/mod-wsgi_git.bb b/meta-openstack/recipes-support/mod-wsgi/mod-wsgi_git.bb
> index b0daf54d..f22a2426 100644
> --- a/meta-openstack/recipes-support/mod-wsgi/mod-wsgi_git.bb
> +++ b/meta-openstack/recipes-support/mod-wsgi/mod-wsgi_git.bb
> @@ -9,8 +9,8 @@ HOMEPAGE = "https://github.com/GrahamDumpleton/mod_wsgi"
> LICENSE = "Apache-2.0"
> LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
>
> -SRCREV = "df9faf954a1ab6208f45ba6fde90f0b41f605483"
> -PV = "4.9.0+git${SRCPV}"
> +SRCREV = "1b645ebd7d87f7a27d23690c19e97dbf8dafe6b4"
> +PV = "5.0.2+git${SRCPV}"
>
> S = "${WORKDIR}/git"
>
> --
> 2.25.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#9033): https://lists.yoctoproject.org/g/meta-virtualization/message/9033
> Mute This Topic: https://lists.yoctoproject.org/mt/109896469/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
prev parent reply other threads:[~2024-12-10 3:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-03 7:36 [meta-virtualization][m-c-s][master][PATCH] mod-wsgi: upgrade 4.9.0 -> 5.0.2 vanusuri
2024-12-10 3:46 ` Bruce Ashfield [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Z1e5ksnP2SEmrlE1@gmail.com \
--to=bruce.ashfield@gmail.com \
--cc=anandje@mvista.com \
--cc=meta-virtualization@lists.yoctoproject.org \
--cc=vanusuri@mvista.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.