* [Buildroot] [PATCH] package/python-dbus-next: bump to version 2.7.0
@ 2023-09-16 5:00 Marcin Niestroj
2023-09-16 13:09 ` Yann E. MORIN
0 siblings, 1 reply; 2+ messages in thread
From: Marcin Niestroj @ 2023-09-16 5:00 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard, 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 dce258c0f9..83382bfb29 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 1fc61ba29ed79162c651be4bae4a9dee dbus_fast-1.86.0.tar.gz
-sha256 ca376a360f1bc2c3d59e9edfb5e4de5be389cca37e8c92f4539176ddf755341e dbus_fast-1.86.0.tar.gz
+md5 810a5b08cc14e269207efa9cb651e86b dbus_fast-2.7.0.tar.gz
+sha256 9110c689fea4869647ebad3cd80317554c9f77e3825eed2e36f4cb9aec749761 dbus_fast-2.7.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 1456d5600d..737406c9ab 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.86.0
+PYTHON_DBUS_FAST_VERSION = 2.7.0
PYTHON_DBUS_FAST_SOURCE = dbus_fast-$(PYTHON_DBUS_FAST_VERSION).tar.gz
-PYTHON_DBUS_FAST_SITE = https://files.pythonhosted.org/packages/08/9d/ad27f451198724d6e5b4f0435a13f2b2f839716bbcdede2ccf6d99743ec5
+PYTHON_DBUS_FAST_SITE = https://files.pythonhosted.org/packages/e5/ba/beeaf36821f0164a208e8cbe9adbdc75ce0a6eafdebd4011912a806a4275
PYTHON_DBUS_FAST_SETUP_TYPE = setuptools
PYTHON_DBUS_FAST_LICENSE = MIT
PYTHON_DBUS_FAST_LICENSE_FILES = LICENSE
--
2.42.0
_______________________________________________
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] package/python-dbus-next: bump to version 2.7.0
2023-09-16 5:00 [Buildroot] [PATCH] package/python-dbus-next: bump to version 2.7.0 Marcin Niestroj
@ 2023-09-16 13:09 ` Yann E. MORIN
0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2023-09-16 13:09 UTC (permalink / raw)
To: Marcin Niestroj; +Cc: James Hilliard, Asaf Kahlon, buildroot
Marcin, All,
On 2023-09-16 07:00 +0200, Marcin Niestroj spake thusly:
> 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 dce258c0f9..83382bfb29 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 1fc61ba29ed79162c651be4bae4a9dee dbus_fast-1.86.0.tar.gz
> -sha256 ca376a360f1bc2c3d59e9edfb5e4de5be389cca37e8c92f4539176ddf755341e dbus_fast-1.86.0.tar.gz
> +md5 810a5b08cc14e269207efa9cb651e86b dbus_fast-2.7.0.tar.gz
> +sha256 9110c689fea4869647ebad3cd80317554c9f77e3825eed2e36f4cb9aec749761 dbus_fast-2.7.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 1456d5600d..737406c9ab 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.86.0
> +PYTHON_DBUS_FAST_VERSION = 2.7.0
Commit title references python-dbus-next, but this is s/-next/-fast/
Applied to master, thanks.
Regards,
Yann E. MORIN.
> PYTHON_DBUS_FAST_SOURCE = dbus_fast-$(PYTHON_DBUS_FAST_VERSION).tar.gz
> -PYTHON_DBUS_FAST_SITE = https://files.pythonhosted.org/packages/08/9d/ad27f451198724d6e5b4f0435a13f2b2f839716bbcdede2ccf6d99743ec5
> +PYTHON_DBUS_FAST_SITE = https://files.pythonhosted.org/packages/e5/ba/beeaf36821f0164a208e8cbe9adbdc75ce0a6eafdebd4011912a806a4275
> PYTHON_DBUS_FAST_SETUP_TYPE = setuptools
> PYTHON_DBUS_FAST_LICENSE = MIT
> PYTHON_DBUS_FAST_LICENSE_FILES = LICENSE
> --
> 2.42.0
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
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:[~2023-09-16 13:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-16 5:00 [Buildroot] [PATCH] package/python-dbus-next: bump to version 2.7.0 Marcin Niestroj
2023-09-16 13:09 ` Yann E. MORIN
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox