package/python-automat: bump to version 24.8.1

Drop no longer required patch.

Drop no longer required python-six and python-attrs runtime
dependencies.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
James Hilliard
2024-09-14 15:51:54 -06:00
committed by Thomas Petazzoni
parent 358acad2af
commit 264d3add74
5 changed files with 5 additions and 36 deletions

View File

@@ -1066,7 +1066,6 @@ package/pulseaudio/S50pulseaudio lib_sysv.ConsecutiveEmptyLines lib_sysv.EmptyLa
package/pulseview/0001-Replace-obsolete-deprecated-Qt-methods.patch lib_patch.Upstream
package/pulseview/0002-Fix-broken-build-due-to-C-template-behind-C-linkage.patch lib_patch.Upstream
package/python-aiohttp-remotes/0001-Fix-flit_core-build-requires-backend.patch lib_patch.Upstream
package/python-automat/0001-Remove-uneeded-dependency-to-wheel.patch lib_patch.Upstream
package/python-daphne/0001-remove-pytest-runner-requirement.patch lib_patch.Upstream
package/python-pybind/0001-pybind11-commands.py-support-STAGING_DIR.patch lib_patch.Upstream
package/python-pylibftdi/0001-do-not-use-find-library.patch lib_patch.Upstream

View File

@@ -1,28 +0,0 @@
From d04d51d62a23370869ad466fa95b7d4ec2e0fa6e Mon Sep 17 00:00:00 2001
From: Julien Olivain <ju.o@free.fr>
Date: Mon, 14 Nov 2022 22:30:33 +0100
Subject: [PATCH] Remove uneeded dependency to "wheel"
Attempting to build Automat in Buildroot fails while trying
to check for this undeeded dependency.
Signed-off-by: Julien Olivain <ju.o@free.fr>
---
setup.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/setup.py b/setup.py
index c2f9816..afa8012 100644
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,6 @@ setup(
packages=find_packages(exclude=[]),
package_dir={'automat': 'automat'},
setup_requires=[
- 'wheel',
'setuptools-scm',
],
install_requires=[
--
2.38.1

View File

@@ -1,7 +1,5 @@
config BR2_PACKAGE_PYTHON_AUTOMAT
bool "python-automat"
select BR2_PACKAGE_PYTHON_ATTRS # runtime
select BR2_PACKAGE_PYTHON_SIX # runtime
help
Self-service finite-state machines for the programmer on the
go.

View File

@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/automat/json
md5 b8064994239aabb172748f984489ce75 Automat-22.10.0.tar.gz
sha256 e56beb84edad19dcc11d30e8d9b895f75deeb5ef5e96b84a467066b3b84bb04e Automat-22.10.0.tar.gz
md5 c023f8848366053a76f99cffba3ea34e automat-24.8.1.tar.gz
sha256 b34227cf63f6325b8ad2399ede780675083e439b20c323d376373d8ee6306d88 automat-24.8.1.tar.gz
# Locally computed sha256 checksums
sha256 b2201301678d0a937d938543827ca1360712eb34e23de8ee3f3bfffbd4c0e376 LICENSE

View File

@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_AUTOMAT_VERSION = 22.10.0
PYTHON_AUTOMAT_SOURCE = Automat-$(PYTHON_AUTOMAT_VERSION).tar.gz
PYTHON_AUTOMAT_SITE = https://files.pythonhosted.org/packages/7a/7b/9c3d26d8a0416eefbc0428f168241b32657ca260fb7ef507596ff5c2f6c4
PYTHON_AUTOMAT_VERSION = 24.8.1
PYTHON_AUTOMAT_SOURCE = automat-$(PYTHON_AUTOMAT_VERSION).tar.gz
PYTHON_AUTOMAT_SITE = https://files.pythonhosted.org/packages/8d/2d/ede4ad7fc34ab4482389fa3369d304f2fa22e50770af706678f6a332fa82
PYTHON_AUTOMAT_SETUP_TYPE = setuptools
PYTHON_AUTOMAT_LICENSE = MIT
PYTHON_AUTOMAT_LICENSE_FILES = LICENSE