From: James Hilliard <james.hilliard1@gmail.com>
To: buildroot@buildroot.org
Cc: James Hilliard <james.hilliard1@gmail.com>,
Asaf Kahlon <asafka7@gmail.com>
Subject: [Buildroot] [PATCH 1/1] package/python-aiohttp-remotes: bump to version 1.3.0
Date: Tue, 5 Nov 2024 11:26:47 -0700 [thread overview]
Message-ID: <20241105182647.1428325-1-james.hilliard1@gmail.com> (raw)
Drop no longer required patch which is now upstream.
Add new python-typing-extensions runtime dependency.
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
.checkpackageignore | 1 -
...Fix-flit_core-build-requires-backend.patch | 32 -------------------
package/python-aiohttp-remotes/Config.in | 1 +
.../python-aiohttp-remotes.hash | 4 +--
.../python-aiohttp-remotes.mk | 4 +--
5 files changed, 5 insertions(+), 37 deletions(-)
delete mode 100644 package/python-aiohttp-remotes/0001-Fix-flit_core-build-requires-backend.patch
diff --git a/.checkpackageignore b/.checkpackageignore
index eceea28f0c..6c58046058 100644
--- a/.checkpackageignore
+++ b/.checkpackageignore
@@ -1050,7 +1050,6 @@ package/pulseaudio/0001-shm.c-use-_Static_assert-instead-of-static_assert-fo.pat
package/pulseaudio/S50pulseaudio lib_sysv.ConsecutiveEmptyLines lib_sysv.EmptyLastLine lib_sysv.Indent lib_sysv.Variables
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-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
package/python-pyqt5/0001-configure-skip-qtdetail.patch lib_patch.Upstream
diff --git a/package/python-aiohttp-remotes/0001-Fix-flit_core-build-requires-backend.patch b/package/python-aiohttp-remotes/0001-Fix-flit_core-build-requires-backend.patch
deleted file mode 100644
index cf940eaf87..0000000000
--- a/package/python-aiohttp-remotes/0001-Fix-flit_core-build-requires-backend.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From 3d39ee9a03a1c96b8e798dc6acf98165da31da1f Mon Sep 17 00:00:00 2001
-From: James Hilliard <james.hilliard1@gmail.com>
-Date: Fri, 11 Mar 2022 12:59:53 -0700
-Subject: [PATCH] Fix flit_core build requires/backend.
-
-Only flit_core should be required by pyproject.toml, the regular flit
-package is the pep517 frontend which is not what should be set for the
-build system.
-
-Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
-[Upstream status:
-https://github.com/aio-libs/aiohttp-remotes/pull/355]
----
- pyproject.toml | 4 ++--
- 1 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/pyproject.toml b/pyproject.toml
-index 214d64d..8c6b882 100644
---- a/pyproject.toml
-+++ b/pyproject.toml
-@@ -1,6 +1,6 @@
- [build-system]
--requires=["flit"]
--build-backend="flit.buildapi"
-+requires=["flit_core"]
-+build-backend="flit_core.buildapi"
-
- [tool.flit.metadata]
- module="aiohttp_remotes"
---
-2.38.1
-
diff --git a/package/python-aiohttp-remotes/Config.in b/package/python-aiohttp-remotes/Config.in
index 7208e373ad..a5dc89fc9b 100644
--- a/package/python-aiohttp-remotes/Config.in
+++ b/package/python-aiohttp-remotes/Config.in
@@ -1,6 +1,7 @@
config BR2_PACKAGE_PYTHON_AIOHTTP_REMOTES
bool "python-aiohttp-remotes"
select BR2_PACKAGE_PYTHON_AIOHTTP # runtime
+ select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # runtime
help
Control remote side information.
diff --git a/package/python-aiohttp-remotes/python-aiohttp-remotes.hash b/package/python-aiohttp-remotes/python-aiohttp-remotes.hash
index 51c5cf08b4..11d2b10c7c 100644
--- a/package/python-aiohttp-remotes/python-aiohttp-remotes.hash
+++ b/package/python-aiohttp-remotes/python-aiohttp-remotes.hash
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/aiohttp-remotes/json
-md5 c46a71df656e7f1e111684ced68a85d0 aiohttp_remotes-1.2.0.tar.gz
-sha256 f95c3a6be5e2de746a85ce9af49ec548da6db8378d7e81bb171ec77b13562a6c aiohttp_remotes-1.2.0.tar.gz
+md5 7f47c08e21ceb4fd7b9d5072130240d7 aiohttp_remotes-1.3.0.tar.gz
+sha256 4f8b95b02ed9126cf8f5f5a8f5e55c1b2d10fc5e7e7d421c172f9c7cd0719092 aiohttp_remotes-1.3.0.tar.gz
# Locally computed sha256 checksums
sha256 4e7d0edf250abe2a28027788b8c55a53d1b5c9ff961b8a00643c76aed637ba13 LICENSE
diff --git a/package/python-aiohttp-remotes/python-aiohttp-remotes.mk b/package/python-aiohttp-remotes/python-aiohttp-remotes.mk
index e0ec789f41..0c3de29e4f 100644
--- a/package/python-aiohttp-remotes/python-aiohttp-remotes.mk
+++ b/package/python-aiohttp-remotes/python-aiohttp-remotes.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_AIOHTTP_REMOTES_VERSION = 1.2.0
+PYTHON_AIOHTTP_REMOTES_VERSION = 1.3.0
PYTHON_AIOHTTP_REMOTES_SOURCE = aiohttp_remotes-$(PYTHON_AIOHTTP_REMOTES_VERSION).tar.gz
-PYTHON_AIOHTTP_REMOTES_SITE = https://files.pythonhosted.org/packages/54/05/7c4be6171cc78a13171a4f89e5d308c4a636bdd8ee36101367e99e410ed8
+PYTHON_AIOHTTP_REMOTES_SITE = https://files.pythonhosted.org/packages/7e/bd/b59c3f8858c3b333b067e2432db95400f1423d7ee6eadfbf4e99a3a30fa3
PYTHON_AIOHTTP_REMOTES_SETUP_TYPE = flit
PYTHON_AIOHTTP_REMOTES_LICENSE = MIT
PYTHON_AIOHTTP_REMOTES_LICENSE_FILES = LICENSE
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next reply other threads:[~2024-11-05 18:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-05 18:26 James Hilliard [this message]
2024-11-07 8:02 ` [Buildroot] [PATCH 1/1] package/python-aiohttp-remotes: bump to version 1.3.0 Thomas Petazzoni 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=20241105182647.1428325-1-james.hilliard1@gmail.com \
--to=james.hilliard1@gmail.com \
--cc=asafka7@gmail.com \
--cc=buildroot@buildroot.org \
/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 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.