buildroot.busybox.net archive mirror
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/python-dbus-fast: drop python-async-timeout dependency
@ 2023-06-22  5:36 Marcin Niestroj
  2023-06-22  5:36 ` [Buildroot] [PATCH 2/2] package/python-dbus-fast: bump to version 1.86.0 Marcin Niestroj
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Marcin Niestroj @ 2023-06-22  5:36 UTC (permalink / raw)
  To: buildroot; +Cc: Marcin Niestroj, Asaf Kahlon

async-timeout dependency was dropped upstream for Python 3.11 (see [1]).

[1] https://github.com/Bluetooth-Devices/dbus-fast/commit/1b5c9e1cb94d19925776d91196cf1b657264c494

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
---
 package/python-dbus-fast/Config.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/python-dbus-fast/Config.in b/package/python-dbus-fast/Config.in
index c9562fecfa..b7168106d7 100644
--- a/package/python-dbus-fast/Config.in
+++ b/package/python-dbus-fast/Config.in
@@ -2,7 +2,6 @@ config BR2_PACKAGE_PYTHON_DBUS_FAST
 	bool "python-dbus-fast"
 	select BR2_PACKAGE_HOST_PYTHON_CYTHON
 	select BR2_PACKAGE_PYTHON3_PYEXPAT # runtime
-	select BR2_PACKAGE_PYTHON_ASYNC_TIMEOUT # runtime
 	help
 	  A faster version of dbus-next, a DBus library for Python with
 	  asyncio support.
-- 
2.40.1

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

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

* [Buildroot] [PATCH 2/2] package/python-dbus-fast: bump to version 1.86.0
  2023-06-22  5:36 [Buildroot] [PATCH 1/2] package/python-dbus-fast: drop python-async-timeout dependency Marcin Niestroj
@ 2023-06-22  5:36 ` Marcin Niestroj
  2023-06-25 19:22 ` [Buildroot] [PATCH 1/2] package/python-dbus-fast: drop python-async-timeout dependency Arnout Vandecappelle via buildroot
  2023-07-16  6:01 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Marcin Niestroj @ 2023-06-22  5:36 UTC (permalink / raw)
  To: buildroot; +Cc: Marcin Niestroj, Asaf Kahlon

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
---
 package/python-dbus-fast/python-dbus-fast.hash | 4 ++--
 package/python-dbus-fast/python-dbus-fast.mk   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/python-dbus-fast/python-dbus-fast.hash b/package/python-dbus-fast/python-dbus-fast.hash
index e9a3992f8e..dce258c0f9 100644
--- a/package/python-dbus-fast/python-dbus-fast.hash
+++ b/package/python-dbus-fast/python-dbus-fast.hash
@@ -1,5 +1,5 @@
 # md5, sha256 from https://pypi.org/pypi/dbus-fast/json
-md5  21e3675168e3dbe807c6c8a29267241f  dbus_fast-1.84.0.tar.gz
-sha256  d64f1b68c1c81268e846471caeb9264a9306a6c6ad356c30d5cdf7d1ecc251a1  dbus_fast-1.84.0.tar.gz
+md5  1fc61ba29ed79162c651be4bae4a9dee  dbus_fast-1.86.0.tar.gz
+sha256  ca376a360f1bc2c3d59e9edfb5e4de5be389cca37e8c92f4539176ddf755341e  dbus_fast-1.86.0.tar.gz
 # Locally computed sha256 checksums
 sha256  c37e9c75110e01d1f0c5360dc7d7776a30ac5f70d2440db214423e4b7a77a6af  LICENSE
diff --git a/package/python-dbus-fast/python-dbus-fast.mk b/package/python-dbus-fast/python-dbus-fast.mk
index 9dd88f613f..1456d5600d 100644
--- a/package/python-dbus-fast/python-dbus-fast.mk
+++ b/package/python-dbus-fast/python-dbus-fast.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_DBUS_FAST_VERSION = 1.84.0
+PYTHON_DBUS_FAST_VERSION = 1.86.0
 PYTHON_DBUS_FAST_SOURCE = dbus_fast-$(PYTHON_DBUS_FAST_VERSION).tar.gz
-PYTHON_DBUS_FAST_SITE = https://files.pythonhosted.org/packages/81/67/a83522d6692a72911c3586e2fcd2363ce22d1522a7e17e1012f255a6083b
+PYTHON_DBUS_FAST_SITE = https://files.pythonhosted.org/packages/08/9d/ad27f451198724d6e5b4f0435a13f2b2f839716bbcdede2ccf6d99743ec5
 PYTHON_DBUS_FAST_SETUP_TYPE = setuptools
 PYTHON_DBUS_FAST_LICENSE = MIT
 PYTHON_DBUS_FAST_LICENSE_FILES = LICENSE
-- 
2.40.1

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

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

* Re: [Buildroot] [PATCH 1/2] package/python-dbus-fast: drop python-async-timeout dependency
  2023-06-22  5:36 [Buildroot] [PATCH 1/2] package/python-dbus-fast: drop python-async-timeout dependency Marcin Niestroj
  2023-06-22  5:36 ` [Buildroot] [PATCH 2/2] package/python-dbus-fast: bump to version 1.86.0 Marcin Niestroj
@ 2023-06-25 19:22 ` Arnout Vandecappelle via buildroot
  2023-07-16  6:01 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2023-06-25 19:22 UTC (permalink / raw)
  To: Marcin Niestroj, buildroot; +Cc: Asaf Kahlon



On 22/06/2023 07:36, Marcin Niestroj wrote:
> async-timeout dependency was dropped upstream for Python 3.11 (see [1]).
> 
> [1] https://github.com/Bluetooth-Devices/dbus-fast/commit/1b5c9e1cb94d19925776d91196cf1b657264c494
> 
> Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>

  Applied both to master, thanks.

  Regards,
  Arnout

> ---
>   package/python-dbus-fast/Config.in | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/package/python-dbus-fast/Config.in b/package/python-dbus-fast/Config.in
> index c9562fecfa..b7168106d7 100644
> --- a/package/python-dbus-fast/Config.in
> +++ b/package/python-dbus-fast/Config.in
> @@ -2,7 +2,6 @@ config BR2_PACKAGE_PYTHON_DBUS_FAST
>   	bool "python-dbus-fast"
>   	select BR2_PACKAGE_HOST_PYTHON_CYTHON
>   	select BR2_PACKAGE_PYTHON3_PYEXPAT # runtime
> -	select BR2_PACKAGE_PYTHON_ASYNC_TIMEOUT # runtime
>   	help
>   	  A faster version of dbus-next, a DBus library for Python with
>   	  asyncio support.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/2] package/python-dbus-fast: drop python-async-timeout dependency
  2023-06-22  5:36 [Buildroot] [PATCH 1/2] package/python-dbus-fast: drop python-async-timeout dependency Marcin Niestroj
  2023-06-22  5:36 ` [Buildroot] [PATCH 2/2] package/python-dbus-fast: bump to version 1.86.0 Marcin Niestroj
  2023-06-25 19:22 ` [Buildroot] [PATCH 1/2] package/python-dbus-fast: drop python-async-timeout dependency Arnout Vandecappelle via buildroot
@ 2023-07-16  6:01 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2023-07-16  6:01 UTC (permalink / raw)
  To: Marcin Niestroj; +Cc: Asaf Kahlon, buildroot

>>>>> "Marcin" == Marcin Niestroj <m.niestroj@grinn-global.com> writes:

 > async-timeout dependency was dropped upstream for Python 3.11 (see [1]).
 > [1] https://github.com/Bluetooth-Devices/dbus-fast/commit/1b5c9e1cb94d19925776d91196cf1b657264c494

 > Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>

Committed to 2023.02.x and 2023.05.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2023-07-16  6:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-22  5:36 [Buildroot] [PATCH 1/2] package/python-dbus-fast: drop python-async-timeout dependency Marcin Niestroj
2023-06-22  5:36 ` [Buildroot] [PATCH 2/2] package/python-dbus-fast: bump to version 1.86.0 Marcin Niestroj
2023-06-25 19:22 ` [Buildroot] [PATCH 1/2] package/python-dbus-fast: drop python-async-timeout dependency Arnout Vandecappelle via buildroot
2023-07-16  6:01 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).