* [Buildroot] [PATCH 1/1] package/python-jedi: bump to version 0.19.1
@ 2023-11-05 8:13 James Hilliard
2023-11-06 22:23 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: James Hilliard @ 2023-11-05 8:13 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard, Fabrice Fontaine, Asaf Kahlon
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
package/python-jedi/python-jedi.hash | 4 ++--
package/python-jedi/python-jedi.mk | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/python-jedi/python-jedi.hash b/package/python-jedi/python-jedi.hash
index dee8810e89..99034d20bb 100644
--- a/package/python-jedi/python-jedi.hash
+++ b/package/python-jedi/python-jedi.hash
@@ -1,6 +1,6 @@
# md5, sha256 from https://pypi.org/pypi/jedi/json
-md5 47e89a2b8bedcfeb1527fac37b9ba1b3 jedi-0.18.2.tar.gz
-sha256 bae794c30d07f6d910d32a7048af09b5a39ed740918da923c6b780790ebac612 jedi-0.18.2.tar.gz
+md5 0951191b506b660bfdb90c3dcd5b3254 jedi-0.19.1.tar.gz
+sha256 cf0496f3651bc65d7174ac1b7d043eff454892c708a87d1b683e57b569927ffd jedi-0.19.1.tar.gz
# Locally computed sha256 checksums
sha256 78e60cd0b8f28694f30195482c33d76908d846b0d15278deb7332aa22ba8e412 LICENSE.txt
sha256 235e993965d399a25e7d493d25c8622f78718510884b9c051f1f1866b6f34e9d jedi/third_party/django-stubs/LICENSE.txt
diff --git a/package/python-jedi/python-jedi.mk b/package/python-jedi/python-jedi.mk
index 40de61f0e8..5d54642a07 100644
--- a/package/python-jedi/python-jedi.mk
+++ b/package/python-jedi/python-jedi.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_JEDI_VERSION = 0.18.2
+PYTHON_JEDI_VERSION = 0.19.1
PYTHON_JEDI_SOURCE = jedi-$(PYTHON_JEDI_VERSION).tar.gz
-PYTHON_JEDI_SITE = https://files.pythonhosted.org/packages/15/02/afd43c5066de05f6b3188f3aa74136a3289e6c30e7a45f351546cab0928c
+PYTHON_JEDI_SITE = https://files.pythonhosted.org/packages/d6/99/99b493cec4bf43176b678de30f81ed003fd6a647a301b9c927280c600f0a
PYTHON_JEDI_SETUP_TYPE = setuptools
PYTHON_JEDI_LICENSE = MIT, Apache-2.0 (typeshed)
PYTHON_JEDI_LICENSE_FILES = LICENSE.txt jedi/third_party/django-stubs/LICENSE.txt jedi/third_party/typeshed/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-jedi: bump to version 0.19.1
2023-11-05 8:13 [Buildroot] [PATCH 1/1] package/python-jedi: bump to version 0.19.1 James Hilliard
@ 2023-11-06 22:23 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-11-06 22:23 UTC (permalink / raw)
To: James Hilliard; +Cc: Fabrice Fontaine, Asaf Kahlon, buildroot
On Sun, 5 Nov 2023 01:13:13 -0700
James Hilliard <james.hilliard1@gmail.com> wrote:
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> ---
> package/python-jedi/python-jedi.hash | 4 ++--
> package/python-jedi/python-jedi.mk | 4 ++--
> 2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/package/python-jedi/python-jedi.hash b/package/python-jedi/python-jedi.hash
> index dee8810e89..99034d20bb 100644
> --- a/package/python-jedi/python-jedi.hash
> +++ b/package/python-jedi/python-jedi.hash
> @@ -1,6 +1,6 @@
> # md5, sha256 from https://pypi.org/pypi/jedi/json
> -md5 47e89a2b8bedcfeb1527fac37b9ba1b3 jedi-0.18.2.tar.gz
> -sha256 bae794c30d07f6d910d32a7048af09b5a39ed740918da923c6b780790ebac612 jedi-0.18.2.tar.gz
> +md5 0951191b506b660bfdb90c3dcd5b3254 jedi-0.19.1.tar.gz
> +sha256 cf0496f3651bc65d7174ac1b7d043eff454892c708a87d1b683e57b569927ffd jedi-0.19.1.tar.gz
> # Locally computed sha256 checksums
> sha256 78e60cd0b8f28694f30195482c33d76908d846b0d15278deb7332aa22ba8e412 LICENSE.txt
> sha256 235e993965d399a25e7d493d25c8622f78718510884b9c051f1f1866b6f34e9d jedi/third_party/django-stubs/LICENSE.txt
> diff --git a/package/python-jedi/python-jedi.mk b/package/python-jedi/python-jedi.mk
> index 40de61f0e8..5d54642a07 100644
> --- a/package/python-jedi/python-jedi.mk
> +++ b/package/python-jedi/python-jedi.mk
> @@ -4,9 +4,9 @@
> #
> ################################################################################
>
> -PYTHON_JEDI_VERSION = 0.18.2
> +PYTHON_JEDI_VERSION = 0.19.1
> PYTHON_JEDI_SOURCE = jedi-$(PYTHON_JEDI_VERSION).tar.gz
> -PYTHON_JEDI_SITE = https://files.pythonhosted.org/packages/15/02/afd43c5066de05f6b3188f3aa74136a3289e6c30e7a45f351546cab0928c
> +PYTHON_JEDI_SITE = https://files.pythonhosted.org/packages/d6/99/99b493cec4bf43176b678de30f81ed003fd6a647a301b9c927280c600f0a
> PYTHON_JEDI_SETUP_TYPE = setuptools
> PYTHON_JEDI_LICENSE = MIT, Apache-2.0 (typeshed)
> PYTHON_JEDI_LICENSE_FILES = LICENSE.txt jedi/third_party/django-stubs/LICENSE.txt jedi/third_party/typeshed/LICENSE
--
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
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:[~2023-11-06 22:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-05 8:13 [Buildroot] [PATCH 1/1] package/python-jedi: bump to version 0.19.1 James Hilliard
2023-11-06 22:23 ` Thomas Petazzoni via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox