mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 12:00:48 -09:00
package/python-posix-ipc: bump version to 1.3.0
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:5ddd9299565ddd929956Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
b03567854b
commit
2859c51f34
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user