From 012ae3418dab0b4708016ea0e913a98a65305d6899841eed76ec09bd60264b92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 17 Jul 2020 07:21:45 +0000 Subject: [PATCH] Accepting request 821413 from home:gmbr3:Active - Changed bpo-31046_ensurepip_honours_prefix.patch to include fix from py3.8 OBS-URL: https://build.opensuse.org/request/show/821413 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python39?expand=0&rev=11 --- bpo-31046_ensurepip_honours_prefix.patch | 2 +- python39.changes | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/bpo-31046_ensurepip_honours_prefix.patch b/bpo-31046_ensurepip_honours_prefix.patch index db2ec11..466c424 100644 --- a/bpo-31046_ensurepip_honours_prefix.patch +++ b/bpo-31046_ensurepip_honours_prefix.patch @@ -127,7 +127,7 @@ Co-Authored-By: Xavier de Gaye + ensurepip.bootstrap(prefix="/foo/bar/") + self.run_pip.assert_called_once_with( + [ -+ "install", "--no-index", "--find-links", ++ "install", "--no-cache-dir", "--no-index", "--find-links", + unittest.mock.ANY, "--prefix", "/foo/bar/", + "setuptools", "pip", + ], diff --git a/python39.changes b/python39.changes index d48fee6..c9c68ae 100644 --- a/python39.changes +++ b/python39.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 17 07:07:19 UTC 2020 - Callum Farmer + +- Changed bpo-31046_ensurepip_honours_prefix.patch to include fix from py3.8 + ------------------------------------------------------------------- Thu Jul 16 21:45:50 UTC 2020 - Callum Farmer