* [Buildroot] [PATCH 1/1] package/python-editables: bump to version 0.5
@ 2023-11-05 5:06 James Hilliard
2023-11-07 21:37 ` Yann E. MORIN
0 siblings, 1 reply; 2+ messages in thread
From: James Hilliard @ 2023-11-05 5:06 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard, Asaf Kahlon
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
package/python-editables/python-editables.hash | 4 ++--
package/python-editables/python-editables.mk | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/python-editables/python-editables.hash b/package/python-editables/python-editables.hash
index 3c28c44cc3..a34c7ad20e 100644
--- a/package/python-editables/python-editables.hash
+++ b/package/python-editables/python-editables.hash
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/editables/json
-md5 e91709fbb0ef586cb7b785042068ab67 editables-0.3.tar.gz
-sha256 167524e377358ed1f1374e61c268f0d7a4bf7dbd046c656f7b410cde16161b1a editables-0.3.tar.gz
+md5 520de8c3a9dc5dfb2b365d104541c9de editables-0.5.tar.gz
+sha256 309627d9b5c4adc0e668d8c6fa7bac1ba7c8c5d415c2d27f60f081f8e80d1de2 editables-0.5.tar.gz
# Locally computed sha256 checksums
sha256 c73e08a04e1557fdb49525fb7a579f73bcab84a254910b9350ee56daf143932d LICENSE.txt
diff --git a/package/python-editables/python-editables.mk b/package/python-editables/python-editables.mk
index db67e7a16d..e60d50f9d6 100644
--- a/package/python-editables/python-editables.mk
+++ b/package/python-editables/python-editables.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_EDITABLES_VERSION = 0.3
+PYTHON_EDITABLES_VERSION = 0.5
PYTHON_EDITABLES_SOURCE = editables-$(PYTHON_EDITABLES_VERSION).tar.gz
-PYTHON_EDITABLES_SITE = https://files.pythonhosted.org/packages/01/b0/a2a87db4b6cb8e7d57004b6836faa634e0747e3e39ded126cdbe5a33ba36
+PYTHON_EDITABLES_SITE = https://files.pythonhosted.org/packages/37/4a/986d35164e2033ddfb44515168a281a7986e260d344cf369c3f52d4c3275
PYTHON_EDITABLES_LICENSE = MIT
PYTHON_EDITABLES_LICENSE_FILES = LICENSE.txt
PYTHON_EDITABLES_SETUP_TYPE = setuptools
--
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-editables: bump to version 0.5
2023-11-05 5:06 [Buildroot] [PATCH 1/1] package/python-editables: bump to version 0.5 James Hilliard
@ 2023-11-07 21:37 ` Yann E. MORIN
0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2023-11-07 21:37 UTC (permalink / raw)
To: James Hilliard; +Cc: Asaf Kahlon, buildroot
James, All,
On 2023-11-04 23:06 -0600, James Hilliard spake thusly:
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/python-editables/python-editables.hash | 4 ++--
> package/python-editables/python-editables.mk | 4 ++--
> 2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/package/python-editables/python-editables.hash b/package/python-editables/python-editables.hash
> index 3c28c44cc3..a34c7ad20e 100644
> --- a/package/python-editables/python-editables.hash
> +++ b/package/python-editables/python-editables.hash
> @@ -1,5 +1,5 @@
> # md5, sha256 from https://pypi.org/pypi/editables/json
> -md5 e91709fbb0ef586cb7b785042068ab67 editables-0.3.tar.gz
> -sha256 167524e377358ed1f1374e61c268f0d7a4bf7dbd046c656f7b410cde16161b1a editables-0.3.tar.gz
> +md5 520de8c3a9dc5dfb2b365d104541c9de editables-0.5.tar.gz
> +sha256 309627d9b5c4adc0e668d8c6fa7bac1ba7c8c5d415c2d27f60f081f8e80d1de2 editables-0.5.tar.gz
> # Locally computed sha256 checksums
> sha256 c73e08a04e1557fdb49525fb7a579f73bcab84a254910b9350ee56daf143932d LICENSE.txt
> diff --git a/package/python-editables/python-editables.mk b/package/python-editables/python-editables.mk
> index db67e7a16d..e60d50f9d6 100644
> --- a/package/python-editables/python-editables.mk
> +++ b/package/python-editables/python-editables.mk
> @@ -4,9 +4,9 @@
> #
> ################################################################################
>
> -PYTHON_EDITABLES_VERSION = 0.3
> +PYTHON_EDITABLES_VERSION = 0.5
> PYTHON_EDITABLES_SOURCE = editables-$(PYTHON_EDITABLES_VERSION).tar.gz
> -PYTHON_EDITABLES_SITE = https://files.pythonhosted.org/packages/01/b0/a2a87db4b6cb8e7d57004b6836faa634e0747e3e39ded126cdbe5a33ba36
> +PYTHON_EDITABLES_SITE = https://files.pythonhosted.org/packages/37/4a/986d35164e2033ddfb44515168a281a7986e260d344cf369c3f52d4c3275
> PYTHON_EDITABLES_LICENSE = MIT
> PYTHON_EDITABLES_LICENSE_FILES = LICENSE.txt
> PYTHON_EDITABLES_SETUP_TYPE = setuptools
> --
> 2.34.1
>
> _______________________________________________
> 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-11-07 21:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-05 5:06 [Buildroot] [PATCH 1/1] package/python-editables: bump to version 0.5 James Hilliard
2023-11-07 21:37 ` Yann E. MORIN
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.