* [PATCH 1/5] python3-gitdb: upgrade 2.0.4 -> 2.0.5
@ 2019-02-20 11:31 Richard Purdie
2019-02-20 11:31 ` [PATCH 2/5] python3-pbr: upgrade 5.1.1 -> 5.1.2 Richard Purdie
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Richard Purdie @ 2019-02-20 11:31 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
meta/recipes-devtools/python/python-gitdb.inc | 4 ++--
.../python/{python3-gitdb_2.0.4.bb => python3-gitdb_2.0.5.bb} | 0
2 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-devtools/python/{python3-gitdb_2.0.4.bb => python3-gitdb_2.0.5.bb} (100%)
diff --git a/meta/recipes-devtools/python/python-gitdb.inc b/meta/recipes-devtools/python/python-gitdb.inc
index aeaf55e610b..633752fd1b0 100644
--- a/meta/recipes-devtools/python/python-gitdb.inc
+++ b/meta/recipes-devtools/python/python-gitdb.inc
@@ -8,8 +8,8 @@ inherit pypi
PYPI_PACKAGE = "gitdb2"
-SRC_URI[md5sum] = "6e21f5795a204f7afecb0a72fff66932"
-SRC_URI[sha256sum] = "bb4c85b8a58531c51373c89f92163b92f30f81369605a67cd52d1fc21246c044"
+SRC_URI[md5sum] = "94e59e5fb00960541f6e137b1456ab0a"
+SRC_URI[sha256sum] = "83361131a1836661a155172932a13c08bda2db3674e4caa32368aa6eb02f38c2"
DEPENDS = "${PYTHON_PN}-async ${PYTHON_PN}-setuptools-native ${PYTHON_PN}-smmap"
diff --git a/meta/recipes-devtools/python/python3-gitdb_2.0.4.bb b/meta/recipes-devtools/python/python3-gitdb_2.0.5.bb
similarity index 100%
rename from meta/recipes-devtools/python/python3-gitdb_2.0.4.bb
rename to meta/recipes-devtools/python/python3-gitdb_2.0.5.bb
--
2.20.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 2/5] python3-pbr: upgrade 5.1.1 -> 5.1.2
2019-02-20 11:31 [PATCH 1/5] python3-gitdb: upgrade 2.0.4 -> 2.0.5 Richard Purdie
@ 2019-02-20 11:31 ` Richard Purdie
2019-02-20 11:31 ` [PATCH 3/5] python3-pip: upgrade 18.0 -> 19.0.2 Richard Purdie
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Richard Purdie @ 2019-02-20 11:31 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
meta/recipes-devtools/python/python3-pbr_5.1.1.bb | 5 -----
meta/recipes-devtools/python/python3-pbr_5.1.2.bb | 5 +++++
2 files changed, 5 insertions(+), 5 deletions(-)
delete mode 100644 meta/recipes-devtools/python/python3-pbr_5.1.1.bb
create mode 100644 meta/recipes-devtools/python/python3-pbr_5.1.2.bb
diff --git a/meta/recipes-devtools/python/python3-pbr_5.1.1.bb b/meta/recipes-devtools/python/python3-pbr_5.1.1.bb
deleted file mode 100644
index 95d3d2bd4f3..00000000000
--- a/meta/recipes-devtools/python/python3-pbr_5.1.1.bb
+++ /dev/null
@@ -1,5 +0,0 @@
-inherit setuptools3
-require python-pbr.inc
-SRC_URI[md5sum] = "dbc94417a8ff0432d6244501a7f1bd49"
-SRC_URI[sha256sum] = "f59d71442f9ece3dffc17bc36575768e1ee9967756e6b6535f0ee1f0054c3d68"
-
diff --git a/meta/recipes-devtools/python/python3-pbr_5.1.2.bb b/meta/recipes-devtools/python/python3-pbr_5.1.2.bb
new file mode 100644
index 00000000000..7ba1d035352
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-pbr_5.1.2.bb
@@ -0,0 +1,5 @@
+inherit setuptools3
+require python-pbr.inc
+SRC_URI[md5sum] = "bea55678345bd77b4ff5b2ebb729fd6d"
+SRC_URI[sha256sum] = "d717573351cfe09f49df61906cd272abaa759b3e91744396b804965ff7bff38b"
+
--
2.20.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 3/5] python3-pip: upgrade 18.0 -> 19.0.2
2019-02-20 11:31 [PATCH 1/5] python3-gitdb: upgrade 2.0.4 -> 2.0.5 Richard Purdie
2019-02-20 11:31 ` [PATCH 2/5] python3-pbr: upgrade 5.1.1 -> 5.1.2 Richard Purdie
@ 2019-02-20 11:31 ` Richard Purdie
2019-02-20 11:31 ` [PATCH 4/5] python3-setuptools: upgrade 40.0.0 -> 40.8.0 Richard Purdie
2019-02-20 11:31 ` [PATCH 5/5] python3-six: upgrade 1.11.0 -> 1.12.0 Richard Purdie
3 siblings, 0 replies; 5+ messages in thread
From: Richard Purdie @ 2019-02-20 11:31 UTC (permalink / raw)
To: openembedded-core
The license checksum changed due to copyright year changes.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
.../python/{python3-pip_18.0.bb => python3-pip_19.0.2.bb} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-devtools/python/{python3-pip_18.0.bb => python3-pip_19.0.2.bb} (71%)
diff --git a/meta/recipes-devtools/python/python3-pip_18.0.bb b/meta/recipes-devtools/python/python3-pip_19.0.2.bb
similarity index 71%
rename from meta/recipes-devtools/python/python3-pip_18.0.bb
rename to meta/recipes-devtools/python/python3-pip_19.0.2.bb
index 3fcdb8014ac..d81a60caa2b 100644
--- a/meta/recipes-devtools/python/python3-pip_18.0.bb
+++ b/meta/recipes-devtools/python/python3-pip_19.0.2.bb
@@ -2,12 +2,12 @@ SUMMARY = "The PyPA recommended tool for installing Python packages"
HOMEPAGE = "https://pypi.python.org/pypi/pip"
SECTION = "devel/python"
LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=593c6cd9d639307226978cbcae61ad4b"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8ba06d529c955048e5ddd7c45459eb2e"
DEPENDS += "python3 python3-setuptools-native"
-SRC_URI[md5sum] = "52f75ceb21e96c258f289859a2996b60"
-SRC_URI[sha256sum] = "a0e11645ee37c90b40c46d607070c4fd583e2cd46231b1c06e389c5e814eed76"
+SRC_URI[md5sum] = "526fd9ec1e6ea956b3571ebfb42cf83c"
+SRC_URI[sha256sum] = "f851133f8b58283fa50d8c78675eb88d4ff4cde29b6c41205cd938b06338e0e5"
inherit pypi distutils3
--
2.20.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 4/5] python3-setuptools: upgrade 40.0.0 -> 40.8.0
2019-02-20 11:31 [PATCH 1/5] python3-gitdb: upgrade 2.0.4 -> 2.0.5 Richard Purdie
2019-02-20 11:31 ` [PATCH 2/5] python3-pbr: upgrade 5.1.1 -> 5.1.2 Richard Purdie
2019-02-20 11:31 ` [PATCH 3/5] python3-pip: upgrade 18.0 -> 19.0.2 Richard Purdie
@ 2019-02-20 11:31 ` Richard Purdie
2019-02-20 11:31 ` [PATCH 5/5] python3-six: upgrade 1.11.0 -> 1.12.0 Richard Purdie
3 siblings, 0 replies; 5+ messages in thread
From: Richard Purdie @ 2019-02-20 11:31 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
...nditionally-do-not-fetch-code-by-easy_install.patch | 10 ++++------
meta/recipes-devtools/python/python-setuptools.inc | 4 ++--
...etuptools_40.0.0.bb => python-setuptools_40.8.0.bb} | 0
...tuptools_40.0.0.bb => python3-setuptools_40.8.0.bb} | 0
4 files changed, 6 insertions(+), 8 deletions(-)
rename meta/recipes-devtools/python/{python-setuptools_40.0.0.bb => python-setuptools_40.8.0.bb} (100%)
rename meta/recipes-devtools/python/{python3-setuptools_40.0.0.bb => python3-setuptools_40.8.0.bb} (100%)
diff --git a/meta/recipes-devtools/python/files/0001-conditionally-do-not-fetch-code-by-easy_install.patch b/meta/recipes-devtools/python/files/0001-conditionally-do-not-fetch-code-by-easy_install.patch
index 4b179218804..169d1b155bd 100644
--- a/meta/recipes-devtools/python/files/0001-conditionally-do-not-fetch-code-by-easy_install.patch
+++ b/meta/recipes-devtools/python/files/0001-conditionally-do-not-fetch-code-by-easy_install.patch
@@ -1,4 +1,4 @@
-From 019422d19c6401fa8f45b1311ecd31bb087c809d Mon Sep 17 00:00:00 2001
+From 5bba4f57f048016aa92ce5909e9e372db619554e Mon Sep 17 00:00:00 2001
From: Hongxu Jia <hongxu.jia@windriver.com>
Date: Tue, 17 Jul 2018 10:13:38 +0800
Subject: [PATCH] conditionally do not fetch code by easy_install
@@ -9,15 +9,16 @@ internet by easy_install.
Upstream-Status: Inappropriate [oe specific]
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
+
---
setuptools/command/easy_install.py | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py
-index 85ee40f..7eb9d2a 100755
+index 05508ce..945e118 100755
--- a/setuptools/command/easy_install.py
+++ b/setuptools/command/easy_install.py
-@@ -637,6 +637,11 @@ class easy_install(Command):
+@@ -640,6 +640,11 @@ class easy_install(Command):
os.path.exists(tmpdir) and rmtree(rmtree_safe(tmpdir))
def easy_install(self, spec, deps=False):
@@ -29,6 +30,3 @@ index 85ee40f..7eb9d2a 100755
if not self.editable:
self.install_site_py()
---
-2.7.4
-
diff --git a/meta/recipes-devtools/python/python-setuptools.inc b/meta/recipes-devtools/python/python-setuptools.inc
index 315ba313965..9092d7ad03a 100644
--- a/meta/recipes-devtools/python/python-setuptools.inc
+++ b/meta/recipes-devtools/python/python-setuptools.inc
@@ -10,8 +10,8 @@ inherit pypi
SRC_URI_append_class-native = " file://0001-conditionally-do-not-fetch-code-by-easy_install.patch"
-SRC_URI[md5sum] = "260630ae1a64bafa39dcc53404d63829"
-SRC_URI[sha256sum] = "012adb8e25fbfd64c652e99e7bab58799a3aaf05d39ab38561f69190a909015f"
+SRC_URI[md5sum] = "712697a5bc975cf479d487cd68206c20"
+SRC_URI[sha256sum] = "6e4eec90337e849ade7103723b9a99631c1f0d19990d6e8412dc42f5ae8b304d"
DEPENDS += "${PYTHON_PN}"
diff --git a/meta/recipes-devtools/python/python-setuptools_40.0.0.bb b/meta/recipes-devtools/python/python-setuptools_40.8.0.bb
similarity index 100%
rename from meta/recipes-devtools/python/python-setuptools_40.0.0.bb
rename to meta/recipes-devtools/python/python-setuptools_40.8.0.bb
diff --git a/meta/recipes-devtools/python/python3-setuptools_40.0.0.bb b/meta/recipes-devtools/python/python3-setuptools_40.8.0.bb
similarity index 100%
rename from meta/recipes-devtools/python/python3-setuptools_40.0.0.bb
rename to meta/recipes-devtools/python/python3-setuptools_40.8.0.bb
--
2.20.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 5/5] python3-six: upgrade 1.11.0 -> 1.12.0
2019-02-20 11:31 [PATCH 1/5] python3-gitdb: upgrade 2.0.4 -> 2.0.5 Richard Purdie
` (2 preceding siblings ...)
2019-02-20 11:31 ` [PATCH 4/5] python3-setuptools: upgrade 40.0.0 -> 40.8.0 Richard Purdie
@ 2019-02-20 11:31 ` Richard Purdie
3 siblings, 0 replies; 5+ messages in thread
From: Richard Purdie @ 2019-02-20 11:31 UTC (permalink / raw)
To: openembedded-core
The license checksum changed due to a change in copyright years only.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
meta/recipes-devtools/python/python-six.inc | 6 +++---
.../python/{python3-six_1.11.0.bb => python3-six_1.12.0.bb} | 0
2 files changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-devtools/python/{python3-six_1.11.0.bb => python3-six_1.12.0.bb} (100%)
diff --git a/meta/recipes-devtools/python/python-six.inc b/meta/recipes-devtools/python/python-six.inc
index c77498457d5..c706dcaf25d 100644
--- a/meta/recipes-devtools/python/python-six.inc
+++ b/meta/recipes-devtools/python/python-six.inc
@@ -2,10 +2,10 @@ SUMMARY = "Python 2 and 3 compatibility library"
HOMEPAGE = "https://pypi.python.org/pypi/six/"
SECTION = "devel/python"
LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=35cec5bf04dd0820d0a18533ea7c774a"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=83e0f622bd5ac7d575dbd83d094d69b5"
-SRC_URI[md5sum] = "d12789f9baf7e9fb2524c0c64f1773f8"
-SRC_URI[sha256sum] = "70e8a77beed4562e7f14fe23a786b54f6296e34344c23bc42f07b15018ff98e9"
+SRC_URI[md5sum] = "9ae5d1feed8c0215f4ae4adcd9207fcb"
+SRC_URI[sha256sum] = "d16a0141ec1a18405cd4ce8b4613101da75da0e9a7aec5bdd4fa804d0e0eba73"
inherit pypi
diff --git a/meta/recipes-devtools/python/python3-six_1.11.0.bb b/meta/recipes-devtools/python/python3-six_1.12.0.bb
similarity index 100%
rename from meta/recipes-devtools/python/python3-six_1.11.0.bb
rename to meta/recipes-devtools/python/python3-six_1.12.0.bb
--
2.20.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2019-02-20 11:31 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-20 11:31 [PATCH 1/5] python3-gitdb: upgrade 2.0.4 -> 2.0.5 Richard Purdie
2019-02-20 11:31 ` [PATCH 2/5] python3-pbr: upgrade 5.1.1 -> 5.1.2 Richard Purdie
2019-02-20 11:31 ` [PATCH 3/5] python3-pip: upgrade 18.0 -> 19.0.2 Richard Purdie
2019-02-20 11:31 ` [PATCH 4/5] python3-setuptools: upgrade 40.0.0 -> 40.8.0 Richard Purdie
2019-02-20 11:31 ` [PATCH 5/5] python3-six: upgrade 1.11.0 -> 1.12.0 Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox