From: Alexander Kanavin <alex.kanavin@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Alexander Kanavin <alex@linutronix.de>
Subject: [PATCH 08/49] python3-pip: update 22.0.4 -> 22.1
Date: Wed, 18 May 2022 12:58:02 +0200 [thread overview]
Message-ID: <20220518105843.3299331-8-alex@linutronix.de> (raw)
In-Reply-To: <20220518105843.3299331-1-alex@linutronix.de>
progress removed from vendored libraries:
https://github.com/pypa/pip/commit/2c8e78cb9caa169870744c315724680162b6f36c
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
.../python/{python3-pip_22.0.4.bb => python3-pip_22.1.bb} | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
rename meta/recipes-devtools/python/{python3-pip_22.0.4.bb => python3-pip_22.1.bb} (92%)
diff --git a/meta/recipes-devtools/python/python3-pip_22.0.4.bb b/meta/recipes-devtools/python/python3-pip_22.1.bb
similarity index 92%
rename from meta/recipes-devtools/python/python3-pip_22.0.4.bb
rename to meta/recipes-devtools/python/python3-pip_22.1.bb
index 899b04d2c2..1aef9bca33 100644
--- a/meta/recipes-devtools/python/python3-pip_22.0.4.bb
+++ b/meta/recipes-devtools/python/python3-pip_22.1.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "\
file://src/pip/_vendor/chardet/LICENSE;md5=a6f89e2100d9b6cdffcea4f398e37343 \
file://src/pip/_vendor/colorama/LICENSE.txt;md5=b4936429a56a652b84c5c01280dcaa26 \
file://src/pip/_vendor/distlib/LICENSE.txt;md5=f6a11430d5cd6e2cd3832ee94f22ddfc \
- file://src/pip/_vendor/distro.LICENSE;md5=d2794c0df5b907fdace235a619d80314 \
+ file://src/pip/_vendor/distro/LICENSE;md5=d2794c0df5b907fdace235a619d80314 \
file://src/pip/_vendor/html5lib/LICENSE;md5=1ba5ada9e6fead1fdc32f43c9f10ba7c \
file://src/pip/_vendor/idna/LICENSE.md;md5=239668a7c6066d9e0c5382e9c8c6c0e1 \
file://src/pip/_vendor/msgpack/COPYING;md5=cd9523181d9d4fbf7ffca52eaa2a5751 \
@@ -18,7 +18,6 @@ LIC_FILES_CHKSUM = "\
file://src/pip/_vendor/pep517/LICENSE;md5=aad69c93f605003e3342b174d9b0708c \
file://src/pip/_vendor/pkg_resources/LICENSE;md5=9a33897f1bca1160d7aad3835152e158 \
file://src/pip/_vendor/platformdirs/LICENSE.txt;md5=282c970bb844954c8535dd6e9733db7f \
- file://src/pip/_vendor/progress/LICENSE;md5=00ab78a4113b09aacf63d762a7bb9644 \
file://src/pip/_vendor/pygments/LICENSE;md5=98419e351433ac106a24e3ad435930bc \
file://src/pip/_vendor/pyparsing/LICENSE;md5=657a566233888513e1f07ba13e2f47f1 \
file://src/pip/_vendor/requests/LICENSE;md5=34400b68072d710fecd0a2940a0d1658 \
@@ -38,7 +37,7 @@ SRC_URI += "file://0001-change-shebang-to-python3.patch"
SRC_URI += "file://no_shebang_mangling.patch"
SRC_URI += "file://reproducible.patch"
-SRC_URI[sha256sum] = "b3a9de2c6ef801e9247d1527a4b16f92f2cc141cd1489f3fffaf6a9e96729764"
+SRC_URI[sha256sum] = "2debf847016cfe643fa1512e2d781d3ca9e5c878ba0652583842d50cc2bcc605"
do_install:append() {
rm -f ${D}/${bindir}/pip
--
2.30.2
next prev parent reply other threads:[~2022-05-18 10:59 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-18 10:57 [PATCH 01/49] sato: work around missing icons in adwaita 42.0 Alexander Kanavin
2022-05-18 10:57 ` [PATCH 02/49] adwaita-icon-theme: upgrade 41.0 -> 42.0 Alexander Kanavin
2022-05-18 10:57 ` [PATCH 03/49] python3-setuptools: upgrade 59.5.0 -> 62.3.1 Alexander Kanavin
2022-05-18 10:57 ` [PATCH 04/49] go: upgrade 1.18.1 -> 1.18.2 Alexander Kanavin
2022-05-18 10:57 ` [PATCH 05/49] iptables: upgrade 1.8.7 -> 1.8.8 Alexander Kanavin
2022-05-18 10:58 ` [PATCH 06/49] gnu-config: update to latest version Alexander Kanavin
2022-05-18 10:58 ` [PATCH 07/49] u-boot: upgrade 2022.01 -> 2022.04 Alexander Kanavin
2022-05-18 10:58 ` Alexander Kanavin [this message]
2022-05-18 10:58 ` [PATCH 09/49] libxcb: update 1.14 -> 1.15 Alexander Kanavin
2022-05-18 10:58 ` [PATCH 10/49] xcb-proto: upgrade 1.14.1 " Alexander Kanavin
2022-05-18 10:58 ` [PATCH 11/49] systemtap: update 4.6 -> 4.7 Alexander Kanavin
2022-05-18 10:58 ` [PATCH 12/49] vulkan-samples: update to latest revision Alexander Kanavin
2022-05-18 10:58 ` [PATCH 13/49] curl: upgrade 7.83.0 -> 7.83.1 Alexander Kanavin
2022-05-18 10:58 ` [PATCH 14/49] diffoscope: upgrade 211 -> 212 Alexander Kanavin
2022-05-18 10:58 ` [PATCH 15/49] git: upgrade 2.36.0 -> 2.36.1 Alexander Kanavin
2022-05-18 10:58 ` [PATCH 16/49] gnutls: upgrade 3.7.4 -> 3.7.5 Alexander Kanavin
2022-05-18 10:58 ` [PATCH 17/49] gst-devtools: upgrade 1.20.1 -> 1.20.2 Alexander Kanavin
2022-05-18 10:58 ` [PATCH 18/49] gstreamer1.0-libav: " Alexander Kanavin
2022-05-18 10:58 ` [PATCH 19/49] gstreamer1.0-omx: " Alexander Kanavin
2022-05-18 10:58 ` [PATCH 20/49] gstreamer1.0-plugins-bad: " Alexander Kanavin
2022-05-18 10:58 ` [PATCH 21/49] gstreamer1.0-plugins-base: " Alexander Kanavin
2022-05-18 10:58 ` [PATCH 22/49] gstreamer1.0-plugins-good: " Alexander Kanavin
2022-05-18 10:58 ` [PATCH 23/49] gstreamer1.0-plugins-ugly: " Alexander Kanavin
2022-05-18 10:58 ` [PATCH 24/49] gstreamer1.0-python: " Alexander Kanavin
2022-05-18 10:58 ` [PATCH 25/49] gstreamer1.0-rtsp-server: " Alexander Kanavin
2022-05-18 10:58 ` [PATCH 26/49] gstreamer1.0: " Alexander Kanavin
2022-05-18 10:58 ` [PATCH 27/49] gstreamer1.0-vaapi: " Alexander Kanavin
2022-05-18 10:58 ` [PATCH 28/49] libcgroup: upgrade 2.0.1 -> 2.0.2 Alexander Kanavin
2022-05-18 10:58 ` [PATCH 29/49] libnotify: upgrade 0.7.11 -> 0.7.12 Alexander Kanavin
2022-05-18 10:58 ` [PATCH 30/49] librepo: upgrade 1.14.2 -> 1.14.3 Alexander Kanavin
2022-05-18 15:09 ` [OE-core] " Luca Ceresoli
2022-05-18 16:49 ` Alexander Kanavin
2022-05-18 10:58 ` [PATCH 31/49] librsvg: upgrade 2.54.1 -> 2.54.3 Alexander Kanavin
2022-05-18 10:58 ` [PATCH 32/49] mesa: upgrade 22.0.2 -> 22.0.3 Alexander Kanavin
2022-05-18 10:58 ` [PATCH 33/49] mobile-broadband-provider-info: upgrade 20220315 -> 20220511 Alexander Kanavin
2022-05-18 10:58 ` [PATCH 34/49] piglit: upgrade to latest revision Alexander Kanavin
2022-05-18 10:58 ` [PATCH 35/49] psmisc: upgrade 23.4 -> 23.5 Alexander Kanavin
2022-05-18 10:58 ` [PATCH 36/49] python3-bcrypt: upgrade 3.2.0 -> 3.2.2 Alexander Kanavin
2022-05-18 10:58 ` [PATCH 37/49] python3-cryptography: upgrade 37.0.1 -> 37.0.2 Alexander Kanavin
2022-05-18 10:58 ` [PATCH 38/49] python3-cryptography-vectors: " Alexander Kanavin
2022-05-18 10:58 ` [PATCH 39/49] python3-hypothesis: upgrade 6.46.0 -> 6.46.4 Alexander Kanavin
2022-05-18 10:58 ` [PATCH 40/49] python3-jsonschema: upgrade 4.4.0 -> 4.5.1 Alexander Kanavin
2022-05-18 10:58 ` [PATCH 41/49] python3-markdown: upgrade 3.3.6 -> 3.3.7 Alexander Kanavin
2022-05-18 10:58 ` [PATCH 42/49] python3-more-itertools: upgrade 8.12.0 -> 8.13.0 Alexander Kanavin
2022-05-18 10:58 ` [PATCH 43/49] python3-pbr: upgrade 5.8.1 -> 5.9.0 Alexander Kanavin
2022-05-18 10:58 ` [PATCH 44/49] python3-pyparsing: upgrade 3.0.8 -> 3.0.9 Alexander Kanavin
2022-05-18 10:58 ` [PATCH 45/49] repo: upgrade 2.24.1 -> 2.25 Alexander Kanavin
2022-05-18 10:58 ` [PATCH 46/49] sqlite3: upgrade 3.38.3 -> 3.38.5 Alexander Kanavin
2022-05-18 10:58 ` [PATCH 47/49] stress-ng: upgrade 0.14.00 -> 0.14.01 Alexander Kanavin
2022-05-18 10:58 ` [PATCH 48/49] python3-setuptools-rust: update 1.1.2 -> 1.3.0 Alexander Kanavin
2022-05-18 10:58 ` [PATCH 49/49] python3: use built-in distutils for ptest, rather than setuptools' 'fork' Alexander Kanavin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220518105843.3299331-8-alex@linutronix.de \
--to=alex.kanavin@gmail.com \
--cc=alex@linutronix.de \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox