public inbox for buildroot@busybox.net
 help / color / mirror / Atom feed
From: Bernd Kuhls <bernd@kuhls.net>
To: buildroot@buildroot.org
Cc: "Geoffrey Ragot" <geoffreyragot@gmail.com>,
	"Joseph Kogut" <joseph.kogut@gmail.com>,
	"Olivier Matz" <olivier.matz@6wind.com>,
	"Flávio Tapajós" <flavio.tapajos@newtesc.com.br>,
	"Marcin Niestroj" <m.niestroj@grinn-global.com>,
	"Guillaume William Brs" <guillaume.bressaix@gmail.com>,
	"Nasser Afshin" <afshin.nasser@gmail.com>,
	"Angelo Compagnucci" <angelo.compagnucci@gmail.com>,
	"Ludovic Desroches" <ludovic.desroches@microchip.com>,
	"Falco Hyfing" <hyfinglists@gmail.com>,
	"James Hilliard" <james.hilliard1@gmail.com>,
	"Mauro Condarelli" <mc5686@mclink.it>,
	"Michael Trimarchi" <michael@amarulasolutions.com>,
	"Fabrice Fontaine" <fontaine.fabrice@gmail.com>,
	"Marcus Hoffmann" <bubu@bubu1.eu>,
	"Raphaël Mélotte" <raphael.melotte@mind.be>
Subject: [Buildroot] [PATCH 05/36] package/python-posix-ipc: bump version to 1.3.0
Date: Mon, 13 Oct 2025 19:54:42 +0200	[thread overview]
Message-ID: <20251013175513.86276-5-bernd@kuhls.net> (raw)
In-Reply-To: <20251013175513.86276-1-bernd@kuhls.net>

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@kuhls.net>
---
 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
-- 
2.47.3

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  parent reply	other threads:[~2025-10-13 17:56 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-13 17:54 [Buildroot] [PATCH 01/36] package/python-parso: bump version to 0.8.5 Bernd Kuhls
2025-10-13 17:54 ` [Buildroot] [PATCH 02/36] package/python-pathvalidate: bump version to 3.3.1 Bernd Kuhls
2025-10-13 17:54 ` [Buildroot] [PATCH 03/36] package/python-pbr: bump version to 7.0.1 Bernd Kuhls
2025-10-13 17:54 ` [Buildroot] [PATCH 04/36] package/python-pdm-backend: bump version to 2.4.5 Bernd Kuhls
2025-10-13 17:54 ` Bernd Kuhls [this message]
2025-10-13 17:54 ` [Buildroot] [PATCH 06/36] package/python-prompt-toolkit: bump version to 3.0.52 Bernd Kuhls
2025-10-13 17:54 ` [Buildroot] [PATCH 07/36] package/python-proto-plus: bump version to 1.26.1 Bernd Kuhls
2025-10-13 17:54 ` [Buildroot] [PATCH 08/36] package/python-psutil: bump version to 7.1.0 Bernd Kuhls
2025-10-13 17:54 ` [Buildroot] [PATCH 09/36] package/python-pyasn1: bump version to 0.6.1 Bernd Kuhls
2026-03-20 15:54   ` Thomas Perale via buildroot
2025-10-13 17:54 ` [Buildroot] [PATCH 10/36] package/python-pycares: bump version to 4.11.0 Bernd Kuhls
2025-10-13 17:54 ` [Buildroot] [PATCH 11/36] package/python-pycrate: bump version to 0.7.11 Bernd Kuhls
2025-10-13 17:54 ` [Buildroot] [PATCH 12/36] package/python-pydal: bump version to 20250922.1 Bernd Kuhls
2025-10-13 17:54 ` [Buildroot] [PATCH 13/36] package/python-pyelftools: bump version to 0.32 Bernd Kuhls
2025-10-13 17:54 ` [Buildroot] [PATCH 14/36] package/python-pyftpdlib: bump version to 2.1.0 Bernd Kuhls
2025-10-13 17:54 ` [Buildroot] [PATCH 15/36] package/python-pyicu: bump version to 2.15.3 Bernd Kuhls
2025-10-13 17:54 ` [Buildroot] [PATCH 16/36] package/python-pymodbus: bump version to 3.11.3 Bernd Kuhls
2025-10-13 17:54 ` [Buildroot] [PATCH 17/36] package/python-pynacl: bump version to 1.6.0 Bernd Kuhls
2025-10-13 17:54 ` [Buildroot] [PATCH 18/36] package/python-pyopenssl: bump version to 25.3.0 Bernd Kuhls
2025-10-13 17:54 ` [Buildroot] [PATCH 19/36] package/python-pytest: bump version to 8.4.2 Bernd Kuhls
2025-10-13 17:54 ` [Buildroot] [PATCH 20/36] package/python-pythran: bump version to 0.18.0 Bernd Kuhls
2025-10-13 17:54 ` [Buildroot] [PATCH 21/36] package/python-pyudev: bump version to 0.24.4 Bernd Kuhls
2025-10-14 21:54   ` Julien Olivain via buildroot
2025-10-13 17:54 ` [Buildroot] [PATCH 22/36] package/python-pyyaml: bump version to 6.0.3 Bernd Kuhls
2025-10-13 17:55 ` [Buildroot] [PATCH 23/36] package/python-requests: bump version to 2.32.5 Bernd Kuhls
2025-10-13 17:55 ` [Buildroot] [PATCH 24/36] package/python-ruamel-yaml-clib: bump version to 0.2.14 Bernd Kuhls
2025-10-13 17:55 ` [Buildroot] [PATCH 25/36] package/python-ruamel-yaml: bump version to 0.18.15 Bernd Kuhls
2025-10-13 17:55 ` [Buildroot] [PATCH 26/36] package/python-s3transfer: bump version to 0.14.0 Bernd Kuhls
2025-10-13 17:55 ` [Buildroot] [PATCH 27/36] package/python-sentry-sdk: bump version to 2.41.0 Bernd Kuhls
2025-10-13 17:55 ` [Buildroot] [PATCH 28/36] package/python-setproctitle: bump version to 1.3.7 Bernd Kuhls
2025-10-13 17:55 ` [Buildroot] [PATCH 29/36] package/python-simplejson: bump version to 3.20.2 Bernd Kuhls
2025-10-13 17:55 ` [Buildroot] [PATCH 30/36] package/python-simplesqlite: bump version to 1.5.4 Bernd Kuhls
2025-10-13 17:55 ` [Buildroot] [PATCH 31/36] package/python-spidev: bump version to 3.8 Bernd Kuhls
2025-10-13 17:55 ` [Buildroot] [PATCH 32/36] package/python-sqlalchemy: bump version to 2.0.44 Bernd Kuhls
2025-10-13 17:55 ` [Buildroot] [PATCH 33/36] package/python-sqliteschema: bump version to 2.0.1 Bernd Kuhls
2025-10-13 17:55 ` [Buildroot] [PATCH 34/36] package/python-sympy: bump version to 1.14.0 Bernd Kuhls
2025-10-13 17:55 ` [Buildroot] [PATCH 35/36] package/python-telnetlib3: bump version to 2.0.8 Bernd Kuhls
2025-10-13 17:55 ` [Buildroot] [PATCH 36/36] package/python-tornado: bump version to 6.5.2 Bernd Kuhls
     [not found] ` <20251013175513.86276-17-bernd__3196.32096668414$1760378335$gmane$org@kuhls.net>
2025-10-14 21:13   ` [Buildroot] [PATCH 17/36] package/python-pynacl: bump version to 1.6.0 Bernd Kuhls
2025-10-16 20:03     ` Julien Olivain via buildroot
2025-10-14 22:00 ` [Buildroot] [PATCH 01/36] package/python-parso: bump version to 0.8.5 Julien Olivain via buildroot

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=20251013175513.86276-5-bernd@kuhls.net \
    --to=bernd@kuhls.net \
    --cc=afshin.nasser@gmail.com \
    --cc=angelo.compagnucci@gmail.com \
    --cc=bubu@bubu1.eu \
    --cc=buildroot@buildroot.org \
    --cc=flavio.tapajos@newtesc.com.br \
    --cc=fontaine.fabrice@gmail.com \
    --cc=geoffreyragot@gmail.com \
    --cc=guillaume.bressaix@gmail.com \
    --cc=hyfinglists@gmail.com \
    --cc=james.hilliard1@gmail.com \
    --cc=joseph.kogut@gmail.com \
    --cc=ludovic.desroches@microchip.com \
    --cc=m.niestroj@grinn-global.com \
    --cc=mc5686@mclink.it \
    --cc=michael@amarulasolutions.com \
    --cc=olivier.matz@6wind.com \
    --cc=raphael.melotte@mind.be \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox