All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][scarthgap][PATCH 1/2] python3-posix-ipc: upgrade 1.1.1 -> 1.2.0
@ 2025-04-27  8:30 Guðni Már Gilbert
  2025-04-27  8:30 ` [meta-python][scarthgap][PATCH 2/2] python3-posix-ipc: switch to PEP-517 build backend Guðni Már Gilbert
  2025-04-27  8:34 ` [meta-python][scarthgap][PATCH 1/2] python3-posix-ipc: upgrade 1.1.1 -> 1.2.0 Guðni Már Gilbert
  0 siblings, 2 replies; 3+ messages in thread
From: Guðni Már Gilbert @ 2025-04-27  8:30 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu, Khem Raj, Guðni Már Gilbert

From: Wang Mingyu <wangmy@fujitsu.com>

0001-Use-default-cc-from-environment-variable.patch
removed since it's not available in 1.2.0

License-Update: Reorg and rename files; add pyproject.toml

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com>
---
 ...{python3-posix-ipc_1.1.1.bb => python3-posix-ipc_1.2.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-posix-ipc_1.1.1.bb => python3-posix-ipc_1.2.0.bb} (61%)

diff --git a/meta-python/recipes-devtools/python/python3-posix-ipc_1.1.1.bb b/meta-python/recipes-devtools/python/python3-posix-ipc_1.2.0.bb
similarity index 61%
rename from meta-python/recipes-devtools/python/python3-posix-ipc_1.1.1.bb
rename to meta-python/recipes-devtools/python/python3-posix-ipc_1.2.0.bb
index a71187399b..cf9e494b20 100644
--- a/meta-python/recipes-devtools/python/python3-posix-ipc_1.1.1.bb
+++ b/meta-python/recipes-devtools/python/python3-posix-ipc_1.2.0.bb
@@ -2,10 +2,10 @@ DESCRIPTION = "POSIX IPC primitives (semaphores, shared memory and message queue
 HOMEPAGE = "http://semanchuk.com/philip/posix_ipc/"
 SECTION = "devel/python"
 LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=513d94a7390d4d72f3475e2d45c739b5"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=1a4f3bd729df04bf68f66ef877e9c7c9"
 
 PYPI_PACKAGE = "posix_ipc"
 
-SRC_URI[sha256sum] = "e2456ba0cfb2ee5ba14121450e8d825b3c4a1461fca0761220aab66d4111cbb7"
+SRC_URI[sha256sum] = "b7444e2703c156b3cb9fcb568e85d716232f3e78f04529ebc881cfb2aedb3838"
 
 inherit setuptools3 pypi
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [meta-python][scarthgap][PATCH 2/2] python3-posix-ipc: switch to PEP-517 build backend
  2025-04-27  8:30 [meta-python][scarthgap][PATCH 1/2] python3-posix-ipc: upgrade 1.1.1 -> 1.2.0 Guðni Már Gilbert
@ 2025-04-27  8:30 ` Guðni Már Gilbert
  2025-04-27  8:34 ` [meta-python][scarthgap][PATCH 1/2] python3-posix-ipc: upgrade 1.1.1 -> 1.2.0 Guðni Már Gilbert
  1 sibling, 0 replies; 3+ messages in thread
From: Guðni Már Gilbert @ 2025-04-27  8:30 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj, Guðni Már Gilbert

From: Khem Raj <raj.khem@gmail.com>

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com>
---
 meta-python/recipes-devtools/python/python3-posix-ipc_1.2.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python3-posix-ipc_1.2.0.bb b/meta-python/recipes-devtools/python/python3-posix-ipc_1.2.0.bb
index cf9e494b20..e314bb8e3b 100644
--- a/meta-python/recipes-devtools/python/python3-posix-ipc_1.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-posix-ipc_1.2.0.bb
@@ -8,4 +8,4 @@ PYPI_PACKAGE = "posix_ipc"
 
 SRC_URI[sha256sum] = "b7444e2703c156b3cb9fcb568e85d716232f3e78f04529ebc881cfb2aedb3838"
 
-inherit setuptools3 pypi
+inherit pypi python_setuptools_build_meta
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [meta-python][scarthgap][PATCH 1/2] python3-posix-ipc: upgrade 1.1.1 -> 1.2.0
  2025-04-27  8:30 [meta-python][scarthgap][PATCH 1/2] python3-posix-ipc: upgrade 1.1.1 -> 1.2.0 Guðni Már Gilbert
  2025-04-27  8:30 ` [meta-python][scarthgap][PATCH 2/2] python3-posix-ipc: switch to PEP-517 build backend Guðni Már Gilbert
@ 2025-04-27  8:34 ` Guðni Már Gilbert
  1 sibling, 0 replies; 3+ messages in thread
From: Guðni Már Gilbert @ 2025-04-27  8:34 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 511 bytes --]

There are no new features added and only improvements made to the packaging. This update also brings in one bug fix: https://github.com/osvenskan/posix_ipc/pull/56/commits/9bd6e84e072bda943e9c784587f4d6dfb0cc2405 ( https://github.com/osvenskan/posix_ipc/pull/56/commits/9bd6e84e072bda943e9c784587f4d6dfb0cc2405 ) where previously the 'cc' command was expected to be present, which is not always true. Now the 'CC' environment variable is read instead which can be set to something other than 'cc', like 'gcc'.

[-- Attachment #2: Type: text/html, Size: 563 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-04-27  8:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-27  8:30 [meta-python][scarthgap][PATCH 1/2] python3-posix-ipc: upgrade 1.1.1 -> 1.2.0 Guðni Már Gilbert
2025-04-27  8:30 ` [meta-python][scarthgap][PATCH 2/2] python3-posix-ipc: switch to PEP-517 build backend Guðni Már Gilbert
2025-04-27  8:34 ` [meta-python][scarthgap][PATCH 1/2] python3-posix-ipc: upgrade 1.1.1 -> 1.2.0 Guðni Már Gilbert

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.