All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/python-automat: bump to version 24.8.1
@ 2024-09-14 21:51 James Hilliard
  2024-09-14 21:54 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: James Hilliard @ 2024-09-14 21:51 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard, Asaf Kahlon

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>
---
 ...1-Remove-uneeded-dependency-to-wheel.patch | 28 -------------------
 package/python-automat/Config.in              |  2 --
 package/python-automat/python-automat.hash    |  4 +--
 package/python-automat/python-automat.mk      |  6 ++--
 4 files changed, 5 insertions(+), 35 deletions(-)
 delete mode 100644 package/python-automat/0001-Remove-uneeded-dependency-to-wheel.patch

diff --git a/package/python-automat/0001-Remove-uneeded-dependency-to-wheel.patch b/package/python-automat/0001-Remove-uneeded-dependency-to-wheel.patch
deleted file mode 100644
index 2be7ec6cda..0000000000
--- a/package/python-automat/0001-Remove-uneeded-dependency-to-wheel.patch
+++ /dev/null
@@ -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
-
diff --git a/package/python-automat/Config.in b/package/python-automat/Config.in
index ee02d22b5b..7d3186f1ca 100644
--- a/package/python-automat/Config.in
+++ b/package/python-automat/Config.in
@@ -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.
diff --git a/package/python-automat/python-automat.hash b/package/python-automat/python-automat.hash
index cfb16ac664..4edc9f3f09 100644
--- a/package/python-automat/python-automat.hash
+++ b/package/python-automat/python-automat.hash
@@ -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
diff --git a/package/python-automat/python-automat.mk b/package/python-automat/python-automat.mk
index 101197b15b..85bc890fc5 100644
--- a/package/python-automat/python-automat.mk
+++ b/package/python-automat/python-automat.mk
@@ -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
-- 
2.34.1

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

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

* Re: [Buildroot] [PATCH 1/1] package/python-automat: bump to version 24.8.1
  2024-09-14 21:51 [Buildroot] [PATCH 1/1] package/python-automat: bump to version 24.8.1 James Hilliard
@ 2024-09-14 21:54 ` Thomas Petazzoni via buildroot
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-09-14 21:54 UTC (permalink / raw)
  To: James Hilliard; +Cc: Asaf Kahlon, buildroot

On Sat, 14 Sep 2024 15:51:54 -0600
James Hilliard <james.hilliard1@gmail.com> wrote:

> 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>
> ---
>  ...1-Remove-uneeded-dependency-to-wheel.patch | 28 -------------------
>  package/python-automat/Config.in              |  2 --
>  package/python-automat/python-automat.hash    |  4 +--
>  package/python-automat/python-automat.mk      |  6 ++--
>  4 files changed, 5 insertions(+), 35 deletions(-)
>  delete mode 100644 package/python-automat/0001-Remove-uneeded-dependency-to-wheel.patch

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2024-09-14 21:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-14 21:51 [Buildroot] [PATCH 1/1] package/python-automat: bump to version 24.8.1 James Hilliard
2024-09-14 21:54 ` Thomas Petazzoni via buildroot

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.