[Buildroot] [git commit] package/python-posix-ipc: bump version to 1.3.0
Julien Olivain
ju.o at free.fr
Tue Oct 14 21:58:06 UTC 2025
commit: https://git.buildroot.net/buildroot/commit/?id=2859c51f34282cea2ac953dac2444b2f7b7a86d1
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Release notes:
https://github.com/osvenskan/posix_ipc/blob/rel1.3.0/history.md
Updated project URL due to note at
http://semanchuk.com/philip/posix_ipc/
Updated license hash due to upstream commits:
https://github.com/osvenskan/posix_ipc/commit/5ddd92995681595acbc530b7fbd4b7ff36279a16
https://github.com/osvenskan/posix_ipc/commit/5ddd92995681595acbc530b7fbd4b7ff36279a16
Signed-off-by: Bernd Kuhls <bernd at kuhls.net>
Signed-off-by: Julien Olivain <ju.o at free.fr>
---
package/python-posix-ipc/Config.in | 2 +-
package/python-posix-ipc/python-posix-ipc.hash | 6 +++---
package/python-posix-ipc/python-posix-ipc.mk | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/package/python-posix-ipc/Config.in b/package/python-posix-ipc/Config.in
index 2c62678679..59200de66c 100644
--- a/package/python-posix-ipc/Config.in
+++ b/package/python-posix-ipc/Config.in
@@ -7,7 +7,7 @@ config BR2_PACKAGE_PYTHON_POSIX_IPC
on systems that support the POSIX Realtime Extensions
a.k.a. POSIX 1003.1b-1993.
- http://semanchuk.com/philip/posix_ipc/
+ https://github.com/osvenskan/posix_ipc/
comment "python-posix-ipc needs a toolchain w/ threads"
depends on !BR2_TOOLCHAIN_HAS_THREADS
diff --git a/package/python-posix-ipc/python-posix-ipc.hash b/package/python-posix-ipc/python-posix-ipc.hash
index 427e4c7b55..1f1d98bcb4 100644
--- a/package/python-posix-ipc/python-posix-ipc.hash
+++ b/package/python-posix-ipc/python-posix-ipc.hash
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/posix-ipc/json
-md5 523a31c4dbd56e0d4fd677f33e126e5d posix_ipc-1.1.1.tar.gz
-sha256 e2456ba0cfb2ee5ba14121450e8d825b3c4a1461fca0761220aab66d4111cbb7 posix_ipc-1.1.1.tar.gz
+md5 2488e63c881311f2bb697a0344ba9070 posix_ipc-1.3.0.tar.gz
+sha256 6e559ac5bb5f6f233c396103f4868e383bbd8f4e54d20876910896f47d353448 posix_ipc-1.3.0.tar.gz
# Locally computed sha256 checksums
-sha256 2b58f0bf31a8cbd7e56bfef030e9f7f02758ce8a810d073ccf41753bdc2a0747 LICENSE
+sha256 3f65e6e3d932adabcc6176dad775c6e538711483ef8de45a3ec47a12525f56b3 LICENSE
diff --git a/package/python-posix-ipc/python-posix-ipc.mk b/package/python-posix-ipc/python-posix-ipc.mk
index bdd2f1d4af..48d6588310 100644
--- a/package/python-posix-ipc/python-posix-ipc.mk
+++ b/package/python-posix-ipc/python-posix-ipc.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_POSIX_IPC_VERSION = 1.1.1
+PYTHON_POSIX_IPC_VERSION = 1.3.0
PYTHON_POSIX_IPC_SOURCE = posix_ipc-$(PYTHON_POSIX_IPC_VERSION).tar.gz
-PYTHON_POSIX_IPC_SITE = https://files.pythonhosted.org/packages/07/7f/b954f224a226960a4aa98b6c5fa3d4f3fafb20bb8461446e41b563aee863
+PYTHON_POSIX_IPC_SITE = https://files.pythonhosted.org/packages/2b/a1/16d4b5a7dfc3dbb5965debe0415b6dc4866d4c94a1229f5b12cde7b78de8
PYTHON_POSIX_IPC_LICENSE = BSD-3-Clause
PYTHON_POSIX_IPC_LICENSE_FILES = LICENSE
PYTHON_POSIX_IPC_SETUP_TYPE = setuptools
More information about the buildroot
mailing list