From: wangmy@fujitsu.com
To: openembedded-devel@lists.openembedded.org
Cc: Wang Mingyu <wangmy@fujitsu.com>
Subject: [oe] [meta-python] [PATCH 19/30] python3-m2crypto: upgrade 0.44.0 -> 0.45.0
Date: Tue, 22 Apr 2025 16:49:10 +0800 [thread overview]
Message-ID: <1745311761-1912-19-git-send-email-wangmy@fujitsu.com> (raw)
In-Reply-To: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com>
From: Wang Mingyu <wangmy@fujitsu.com>
python3-m2crypto/0001-setup.py-Make-the-cmd-available.patch
refreshed for 0.45.0
Changelog:
===========
- chore: build Windows builds with Python 3.13 as well
- fix: remove support for Engine
- chore: mark actual license of the project BSD-2-Clause instead of wrong MIT
- ci(Debian): make M2Crypto buildable on Debian
- swig: Workaround for reading sys/select.h ending with wrong types.
- ci: bump required setuptools version because of change in naming strategy
- fix: add fix for build with older GCC
- fix: remove AnyStr and Any types
- chore: add .git-blame-ignore-revs
- chore: blacken everything
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../0001-setup.py-Make-the-cmd-available.patch | 9 +++------
...on3-m2crypto_0.44.0.bb => python3-m2crypto_0.45.0.bb} | 2 +-
2 files changed, 4 insertions(+), 7 deletions(-)
rename meta-python/recipes-devtools/python/{python3-m2crypto_0.44.0.bb => python3-m2crypto_0.45.0.bb} (94%)
diff --git a/meta-python/recipes-devtools/python/python3-m2crypto/0001-setup.py-Make-the-cmd-available.patch b/meta-python/recipes-devtools/python/python3-m2crypto/0001-setup.py-Make-the-cmd-available.patch
index 819ecabf6c..c4262985ba 100644
--- a/meta-python/recipes-devtools/python/python3-m2crypto/0001-setup.py-Make-the-cmd-available.patch
+++ b/meta-python/recipes-devtools/python/python3-m2crypto/0001-setup.py-Make-the-cmd-available.patch
@@ -1,4 +1,4 @@
-From b14664fdab286485c5cbc0fbe5b0ff13f062edd8 Mon Sep 17 00:00:00 2001
+From eaeb95ec64762a58dde7cf368fc17188382e7df6 Mon Sep 17 00:00:00 2001
From: Mingli Yu <mingli.yu@windriver.com>
Date: Fri, 28 Mar 2025 12:13:26 +0800
Subject: [PATCH] setup.py: Make the cmd available
@@ -23,10 +23,10 @@ Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
-index 7e295f3..cc414c9 100644
+index 9938e67..21e2346 100644
--- a/setup.py
+++ b/setup.py
-@@ -221,7 +221,7 @@ class _M2CryptoBuildExt(build_ext.build_ext):
+@@ -230,7 +230,7 @@ class _M2CryptoBuildExt(build_ext.build_ext):
with open(
"src/SWIG/x509_v_flag.h", "w", encoding="utf-8"
) as x509_v_h:
@@ -35,6 +35,3 @@ index 7e295f3..cc414c9 100644
cflags = os.environ.get("CFLAGS")
if cflags is not None:
cmd += cflags.split()
---
-2.34.1
-
diff --git a/meta-python/recipes-devtools/python/python3-m2crypto_0.44.0.bb b/meta-python/recipes-devtools/python/python3-m2crypto_0.45.0.bb
similarity index 94%
rename from meta-python/recipes-devtools/python/python3-m2crypto_0.44.0.bb
rename to meta-python/recipes-devtools/python/python3-m2crypto_0.45.0.bb
index 5201e704ea..77f1f7df89 100644
--- a/meta-python/recipes-devtools/python/python3-m2crypto_0.44.0.bb
+++ b/meta-python/recipes-devtools/python/python3-m2crypto_0.45.0.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "https://gitlab.com/m2crypto/m2crypto"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENCE;md5=b0e1f0b7d0ce8a62c18b1287b991800e"
-SRC_URI[sha256sum] = "384bb4cbd178ee0e74015311b7b1f9f2c377e3686e03fa070b3ec2f494671c0f"
+SRC_URI[sha256sum] = "ffc10d4d09901514f408dc74f60a4d7df21c44ebc9bf776c947bfdc7359421cf"
SRC_URI += " \
file://0001-setup.py-Make-the-cmd-available.patch \
--
2.43.0
next prev parent reply other threads:[~2025-04-22 8:49 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-22 8:48 [oe] [meta-oe] [PATCH 01/30] adw-gtk3: upgrade 5.8 -> 5.10 wangmy
2025-04-22 8:48 ` [oe] [meta-oe] [PATCH 02/30] ctags: upgrade 6.1.20250413.0 -> 6.1.20250420.0 wangmy
2025-04-22 8:48 ` [oe] [meta-oe] [PATCH 03/30] jsoncons: upgrade 1.3.1 -> 1.3.2 wangmy
2025-04-22 8:48 ` [oe] [meta-perl] [PATCH 04/30] libmime-types-perl: upgrade 2.27 -> 2.28 wangmy
2025-04-22 8:48 ` [oe] [meta-networking] [PATCH 05/30] libnftnl: upgrade 1.2.8 -> 1.2.9 wangmy
2025-04-22 8:48 ` [oe] [meta-gnome] [PATCH 06/30] libspelling: upgrade 0.4.7 -> 0.4.8 wangmy
2025-04-22 8:48 ` [oe] [meta-gnome] [PATCH 07/30] nautilus: upgrade 48.0 -> 48.1 wangmy
2025-04-22 8:48 ` [oe] [meta-networking] [PATCH 08/30] nbdkit: upgrade 1.40.5 -> 1.42.1 wangmy
2025-04-22 8:49 ` [oe] [meta-networking] [PATCH 09/30] nftables: upgrade 1.1.1 -> 1.1.2 wangmy
2025-04-22 8:49 ` [oe] [meta-python] [PATCH 10/30] python3-aiohttp: upgrade 3.11.16 -> 3.11.17 wangmy
2025-04-22 8:49 ` [oe] [meta-python] [PATCH 11/30] python3-aniso8601: upgrade 10.0.0 -> 10.0.1 wangmy
2025-04-22 8:49 ` [oe] [meta-python] [PATCH 12/30] python3-beautifulsoup4: upgrade 4.13.3 -> 4.13.4 wangmy
2025-04-22 8:49 ` [oe] [meta-python] [PATCH 13/30] python3-dill: upgrade 0.3.9 -> 0.4.0 wangmy
2025-04-22 8:49 ` [oe] [meta-oe] [PATCH 14/30] python3-drgn: upgrade 0.0.30 -> 0.0.31 wangmy
2025-04-22 8:49 ` [oe] [meta-python] [PATCH 15/30] python3-frozenlist: upgrade 1.5.0 -> 1.6.0 wangmy
2025-04-22 8:49 ` [oe] [meta-python] [PATCH 16/30] python3-google-auth: upgrade 2.37.0 -> 2.39.0 wangmy
2025-04-22 8:49 ` [oe] [meta-python] [PATCH 17/30] python3-greenlet: upgrade 3.1.1 -> 3.2.0 wangmy
2025-04-22 8:49 ` [oe] [meta-python] [PATCH 18/30] python3-inline-snapshot: upgrade 0.22.1 -> 0.22.3 wangmy
2025-04-22 8:49 ` wangmy [this message]
2025-04-22 8:49 ` [oe] [meta-python] [PATCH 20/30] python3-marshmallow: upgrade 3.26.1 -> 4.0.0 wangmy
2025-04-22 8:49 ` [oe] [meta-python] [PATCH 21/30] python3-mlcommons-loadgen: upgrade 5.0.14 -> 5.0.15 wangmy
2025-04-22 8:49 ` [oe] [meta-python] [PATCH 22/30] python3-moteus: upgrade 0.3.79 -> 0.3.81 wangmy
2025-04-22 8:49 ` [oe] [meta-python] [PATCH 23/30] python3-nanobind: upgrade 2.6.1 -> 2.7.0 wangmy
2025-04-22 8:49 ` [oe] [meta-python] [PATCH 24/30] python3-posix-ipc: upgrade 1.1.1 -> 1.2.0 wangmy
2025-04-22 20:28 ` Guðni Már Gilbert
2025-04-22 20:57 ` [oe] " Khem Raj
2025-04-22 21:36 ` Guðni Már Gilbert
2025-04-22 22:01 ` [oe] " Khem Raj
2025-04-26 8:35 ` Guðni Már Gilbert
2025-04-22 8:49 ` [oe] [meta-python] [PATCH 25/30] python3-pymodbus: upgrade 3.9.1 -> 3.9.2 wangmy
2025-04-22 8:49 ` [oe] [meta-python] [PATCH 26/30] python3-rsa: upgrade 4.9 -> 4.9.1 wangmy
2025-04-22 8:49 ` [oe] [meta-python] [PATCH 27/30] python3-webargs: upgrade 8.6.0 -> 8.7.0 wangmy
2025-04-22 8:49 ` [oe] [meta-python] [PATCH 28/30] python3-xmlschema: upgrade 4.0.0 -> 4.0.1 wangmy
2025-04-22 8:49 ` [oe] [meta-oe] [PATCH 29/30] smarty: update 5.4.3 -> 5.4.5 wangmy
2025-04-22 8:49 ` [oe] [meta-gnome] [PATCH 30/30] tinysparql: upgrade 3.9.1 -> 3.9.2 wangmy
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=1745311761-1912-19-git-send-email-wangmy@fujitsu.com \
--to=wangmy@fujitsu.com \
--cc=openembedded-devel@lists.openembedded.org \
/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.