All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/python-pip: bump to version 19.2.3
@ 2019-09-06 18:18 aduskett at gmail.com
  2019-09-06 19:40 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: aduskett at gmail.com @ 2019-09-06 18:18 UTC (permalink / raw)
  To: buildroot

From: Adam Duskett <Aduskett@gmail.com>

Also:
  Select PYTHON_SSL or PYTHON3_SSL as pip connects to https://pypi.org
  making SSL mandatory for runtime.
Signed-off-by: Adam Duskett <Aduskett@gmail.com>
---
 package/python-pip/Config.in       | 1 +
 package/python-pip/python-pip.hash | 4 ++--
 package/python-pip/python-pip.mk   | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/package/python-pip/Config.in b/package/python-pip/Config.in
index ac741da872..805dc01545 100644
--- a/package/python-pip/Config.in
+++ b/package/python-pip/Config.in
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_PYTHON_PIP
 	bool "python-pip"
 	select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
+	select BR2_PACKAGE_PYTHON3_SSL
 	help
 	  The PyPA recommended tool for installing Python packages.
 
diff --git a/package/python-pip/python-pip.hash b/package/python-pip/python-pip.hash
index eee423a206..48666c358d 100644
--- a/package/python-pip/python-pip.hash
+++ b/package/python-pip/python-pip.hash
@@ -1,5 +1,5 @@
 # md5, sha256 from https://pypi.org/pypi/pip/json
-md5	22e3726252b492ce24312c2b43d0127f  pip-19.1.tar.gz
-sha256	d9137cb543d8a4d73140a3282f6d777b2e786bb6abb8add3ac5b6539c82cd624  pip-19.1.tar.gz
+md5	f417444c66a0db1a82c8d9d2283a2f95  pip-19.2.3.tar.gz
+sha256	e7a31f147974362e6c82d84b91c7f2bdf57e4d3163d3d454e6c3e71944d67135  pip-19.2.3.tar.gz
 # Locally computed sha256 checksums
 sha256 5ba21fbb0964f936ad7d15362d1ed6d4931cc8c8f9ff2d4d91190e109be74431  LICENSE.txt
diff --git a/package/python-pip/python-pip.mk b/package/python-pip/python-pip.mk
index 20486fbd71..b1d4aa7bfd 100644
--- a/package/python-pip/python-pip.mk
+++ b/package/python-pip/python-pip.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_PIP_VERSION = 19.1
+PYTHON_PIP_VERSION = 19.2.3
 PYTHON_PIP_SOURCE = pip-$(PYTHON_PIP_VERSION).tar.gz
-PYTHON_PIP_SITE = https://files.pythonhosted.org/packages/51/5f/802a04274843f634469ef299fcd273de4438386deb7b8681dd059f0ee3b7
+PYTHON_PIP_SITE = https://files.pythonhosted.org/packages/00/9e/4c83a0950d8bdec0b4ca72afd2f9cea92d08eb7c1a768363f2ea458d08b4
 PYTHON_PIP_SETUP_TYPE = setuptools
 PYTHON_PIP_LICENSE = MIT
 PYTHON_PIP_LICENSE_FILES = LICENSE.txt
-- 
2.21.0

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

* [Buildroot] [PATCH 1/1] package/python-pip: bump to version 19.2.3
  2019-09-06 18:18 [Buildroot] [PATCH 1/1] package/python-pip: bump to version 19.2.3 aduskett at gmail.com
@ 2019-09-06 19:40 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2019-09-06 19:40 UTC (permalink / raw)
  To: buildroot

On Fri,  6 Sep 2019 11:18:44 -0700
aduskett at gmail.com wrote:

> From: Adam Duskett <Aduskett@gmail.com>
> 
> Also:
>   Select PYTHON_SSL or PYTHON3_SSL as pip connects to https://pypi.org
>   making SSL mandatory for runtime.

Missing empty line before SoB line. But more importantly here you say
that you select PYTHON_SSL or PYTHON3_SSL, but...

> Signed-off-by: Adam Duskett <Aduskett@gmail.com>
> ---
>  package/python-pip/Config.in       | 1 +
>  package/python-pip/python-pip.hash | 4 ++--
>  package/python-pip/python-pip.mk   | 4 ++--
>  3 files changed, 5 insertions(+), 4 deletions(-)
> 
> diff --git a/package/python-pip/Config.in b/package/python-pip/Config.in
> index ac741da872..805dc01545 100644
> --- a/package/python-pip/Config.in
> +++ b/package/python-pip/Config.in
> @@ -1,6 +1,7 @@
>  config BR2_PACKAGE_PYTHON_PIP
>  	bool "python-pip"
>  	select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
> +	select BR2_PACKAGE_PYTHON3_SSL

... you always select PYTHON3_SSL.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2019-09-06 19:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-06 18:18 [Buildroot] [PATCH 1/1] package/python-pip: bump to version 19.2.3 aduskett at gmail.com
2019-09-06 19:40 ` Thomas Petazzoni

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.