All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 01/20] python(3)-hyperlink: upgrade 17.3.1 -> 18.0.0
@ 2018-06-26  6:00 Qi.Chen
  2018-06-26  6:00 ` [meta-python][PATCH 02/20] python(3)-protobuf: upgrade 3.5.2 -> 3.6.0 Qi.Chen
                   ` (18 more replies)
  0 siblings, 19 replies; 20+ messages in thread
From: Qi.Chen @ 2018-06-26  6:00 UTC (permalink / raw)
  To: openembedded-devel

From: Chen Qi <Qi.Chen@windriver.com>

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 meta-python/recipes-devtools/python/python-hyperlink.inc              | 4 ++--
 .../python/{python-hyperlink_17.3.1.bb => python-hyperlink_18.0.0.bb} | 0
 .../{python3-hyperlink_17.3.1.bb => python3-hyperlink_18.0.0.bb}      | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-hyperlink_17.3.1.bb => python-hyperlink_18.0.0.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-hyperlink_17.3.1.bb => python3-hyperlink_18.0.0.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-hyperlink.inc b/meta-python/recipes-devtools/python/python-hyperlink.inc
index 2b5b0a0ff..78e3ee830 100644
--- a/meta-python/recipes-devtools/python/python-hyperlink.inc
+++ b/meta-python/recipes-devtools/python/python-hyperlink.inc
@@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/python-hyper/hyperlink"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3893d4ed05dcc823f8ed685a9ea19bcb"
 
-SRC_URI[md5sum] = "eaccb9845b559817e838846669cbc68a"
-SRC_URI[sha256sum] = "bc4ffdbde9bdad204d507bd8f554f16bba82dd356f6130cb16f41422909c33bc"
+SRC_URI[sha256sum] = "f01b4ff744f14bc5d0a22a6b9f1525ab7d6312cb0ff967f59414bbac52f0a306"
+SRC_URI[md5sum] = "f41a96779b324d824864696a94b24823"
 
 inherit pypi
 
diff --git a/meta-python/recipes-devtools/python/python-hyperlink_17.3.1.bb b/meta-python/recipes-devtools/python/python-hyperlink_18.0.0.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-hyperlink_17.3.1.bb
rename to meta-python/recipes-devtools/python/python-hyperlink_18.0.0.bb
diff --git a/meta-python/recipes-devtools/python/python3-hyperlink_17.3.1.bb b/meta-python/recipes-devtools/python/python3-hyperlink_18.0.0.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-hyperlink_17.3.1.bb
rename to meta-python/recipes-devtools/python/python3-hyperlink_18.0.0.bb
-- 
2.11.0



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

* [meta-python][PATCH 02/20] python(3)-protobuf: upgrade 3.5.2 -> 3.6.0
  2018-06-26  6:00 [meta-python][PATCH 01/20] python(3)-hyperlink: upgrade 17.3.1 -> 18.0.0 Qi.Chen
@ 2018-06-26  6:00 ` Qi.Chen
  2018-06-26  6:00 ` [meta-python][PATCH 03/20] python-dbus: upgrade 1.2.6 -> 1.2.8 Qi.Chen
                   ` (17 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Qi.Chen @ 2018-06-26  6:00 UTC (permalink / raw)
  To: openembedded-devel

From: Chen Qi <Qi.Chen@windriver.com>

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 meta-python/recipes-devtools/python/python-protobuf.inc               | 4 ++--
 .../python/{python-protobuf_3.5.2.bb => python-protobuf_3.6.0.bb}     | 1 +
 .../python/{python3-protobuf_3.5.2.bb => python3-protobuf_3.6.0.bb}   | 0
 3 files changed, 3 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-protobuf_3.5.2.bb => python-protobuf_3.6.0.bb} (97%)
 rename meta-python/recipes-devtools/python/{python3-protobuf_3.5.2.bb => python3-protobuf_3.6.0.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-protobuf.inc b/meta-python/recipes-devtools/python/python-protobuf.inc
index 5802fea88..6a0568ae6 100644
--- a/meta-python/recipes-devtools/python/python-protobuf.inc
+++ b/meta-python/recipes-devtools/python/python-protobuf.inc
@@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec
 
 inherit pypi
 
-SRC_URI[md5sum] = "393a53483224cb338df5c643646c0300"
-SRC_URI[sha256sum] = "09879a295fd7234e523b62066223b128c5a8a88f682e3aff62fb115e4a0d8be0"
+SRC_URI[md5sum] = "074abcceee0d795ba34ad6430f71d0e8"
+SRC_URI[sha256sum] = "a37836aa47d1b81c2db1a6b7a5e79926062b5d76bd962115a0e615551be2b48d"
 
 UPSTREAM_CHECK_REGEX = "protobuf/(?P<pver>\d+(\.\d+)+)/"
 
diff --git a/meta-python/recipes-devtools/python/python-protobuf_3.5.2.bb b/meta-python/recipes-devtools/python/python-protobuf_3.6.0.bb
similarity index 97%
rename from meta-python/recipes-devtools/python/python-protobuf_3.5.2.bb
rename to meta-python/recipes-devtools/python/python-protobuf_3.6.0.bb
index f04fc489f..dc0823fd2 100644
--- a/meta-python/recipes-devtools/python/python-protobuf_3.5.2.bb
+++ b/meta-python/recipes-devtools/python/python-protobuf_3.6.0.bb
@@ -1,2 +1,3 @@
 inherit setuptools
 require python-protobuf.inc
+
diff --git a/meta-python/recipes-devtools/python/python3-protobuf_3.5.2.bb b/meta-python/recipes-devtools/python/python3-protobuf_3.6.0.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-protobuf_3.5.2.bb
rename to meta-python/recipes-devtools/python/python3-protobuf_3.6.0.bb
-- 
2.11.0



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

* [meta-python][PATCH 03/20] python-dbus: upgrade 1.2.6 -> 1.2.8
  2018-06-26  6:00 [meta-python][PATCH 01/20] python(3)-hyperlink: upgrade 17.3.1 -> 18.0.0 Qi.Chen
  2018-06-26  6:00 ` [meta-python][PATCH 02/20] python(3)-protobuf: upgrade 3.5.2 -> 3.6.0 Qi.Chen
@ 2018-06-26  6:00 ` Qi.Chen
  2018-06-26  6:00 ` [meta-python][PATCH 04/20] python(3)-pytest-runner: upgrade 3.0 -> 4.2 Qi.Chen
                   ` (16 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Qi.Chen @ 2018-06-26  6:00 UTC (permalink / raw)
  To: openembedded-devel

From: Chen Qi <Qi.Chen@windriver.com>

1. Remove obsolete PACKAGECONFIG.
2. Explicitly disable building documenation.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 .../python/{python-dbus_1.2.6.bb => python-dbus_1.2.8.bb}      | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
 rename meta-python/recipes-devtools/python/{python-dbus_1.2.6.bb => python-dbus_1.2.8.bb} (72%)

diff --git a/meta-python/recipes-devtools/python/python-dbus_1.2.6.bb b/meta-python/recipes-devtools/python/python-dbus_1.2.8.bb
similarity index 72%
rename from meta-python/recipes-devtools/python/python-dbus_1.2.6.bb
rename to meta-python/recipes-devtools/python/python-dbus_1.2.8.bb
index 0f18ccc88..b3f724054 100644
--- a/meta-python/recipes-devtools/python/python-dbus_1.2.6.bb
+++ b/meta-python/recipes-devtools/python/python-dbus_1.2.8.bb
@@ -9,15 +9,15 @@ DEPENDS = "expat dbus dbus-glib virtual/libintl python-pyrex-native"
 SRC_URI = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PV}.tar.gz \
 "
 
-SRC_URI[md5sum] = "1ce1ddf2582060f8f971652ea54cc17e"
-SRC_URI[sha256sum] = "32f29c17172cdb9cb61c68b1f1a71dfe7351506fc830869029c47449bd04faeb"
+SRC_URI[md5sum] = "7379db774c10904f27e7e2743d90fb43"
+SRC_URI[sha256sum] = "abf12bbb765e300bf8e2a1b2f32f85949eab06998dbda127952c31cb63957b6f"
 S = "${WORKDIR}/dbus-python-${PV}"
 
 inherit distutils-base autotools pkgconfig
 
-PACKAGECONFIG ?= ""
-PACKAGECONFIG[docs] = "--enable-html-docs,--disable-html-docs,python3-docutils-native"
-PACKAGECONFIG[api-docs] = "--enable-api-docs,--disable-api-docs,python3-docutils-native python3-epydoc-native"
+# documentation needs python-sphinx, which is not in oe-core or meta-python for now
+# change to use PACKAGECONFIG when python-sphinx is added to oe-core or meta-python
+EXTRA_OECONF += "--disable-documentation"
 
 export STAGING_LIBDIR
 export STAGING_INCDIR
-- 
2.11.0



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

* [meta-python][PATCH 04/20] python(3)-pytest-runner: upgrade 3.0 -> 4.2
  2018-06-26  6:00 [meta-python][PATCH 01/20] python(3)-hyperlink: upgrade 17.3.1 -> 18.0.0 Qi.Chen
  2018-06-26  6:00 ` [meta-python][PATCH 02/20] python(3)-protobuf: upgrade 3.5.2 -> 3.6.0 Qi.Chen
  2018-06-26  6:00 ` [meta-python][PATCH 03/20] python-dbus: upgrade 1.2.6 -> 1.2.8 Qi.Chen
@ 2018-06-26  6:00 ` Qi.Chen
  2018-06-26  6:00 ` [meta-python][PATCH 05/20] python3-ordered-set: upgrade 2.0.2 -> 3.0.0 Qi.Chen
                   ` (15 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Qi.Chen @ 2018-06-26  6:00 UTC (permalink / raw)
  To: openembedded-devel

From: Chen Qi <Qi.Chen@windriver.com>

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 meta-python/recipes-devtools/python/python-pytest-runner.inc          | 4 ++--
 .../{python-pytest-runner_3.0.bb => python-pytest-runner_4.2.bb}      | 0
 .../{python3-pytest-runner_3.0.bb => python3-pytest-runner_4.2.bb}    | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-pytest-runner_3.0.bb => python-pytest-runner_4.2.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-pytest-runner_3.0.bb => python3-pytest-runner_4.2.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-pytest-runner.inc b/meta-python/recipes-devtools/python/python-pytest-runner.inc
index 7546743fb..3b057b0ca 100644
--- a/meta-python/recipes-devtools/python/python-pytest-runner.inc
+++ b/meta-python/recipes-devtools/python/python-pytest-runner.inc
@@ -2,8 +2,8 @@ SUMMARY = "Invoke py.test as distutils command with dependency resolution"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a33f38bbf47d48c70fe0d40e5f77498e"
 
-SRC_URI[md5sum] = "8f8363a52bbabc4cedd5e239beb2ba11"
-SRC_URI[sha256sum] = "0f7c3a3cf5aead13f54baaa01ceb49e5ae92aba5d3ff1928e81e189c40bc6703"
+SRC_URI[md5sum] = "4b696b0f35767f0694f183d0a1855300"
+SRC_URI[sha256sum] = "d23f117be39919f00dd91bffeb4f15e031ec797501b717a245e377aee0f577be"
 
 inherit pypi
 
diff --git a/meta-python/recipes-devtools/python/python-pytest-runner_3.0.bb b/meta-python/recipes-devtools/python/python-pytest-runner_4.2.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-pytest-runner_3.0.bb
rename to meta-python/recipes-devtools/python/python-pytest-runner_4.2.bb
diff --git a/meta-python/recipes-devtools/python/python3-pytest-runner_3.0.bb b/meta-python/recipes-devtools/python/python3-pytest-runner_4.2.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-pytest-runner_3.0.bb
rename to meta-python/recipes-devtools/python/python3-pytest-runner_4.2.bb
-- 
2.11.0



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

* [meta-python][PATCH 05/20] python3-ordered-set: upgrade 2.0.2 -> 3.0.0
  2018-06-26  6:00 [meta-python][PATCH 01/20] python(3)-hyperlink: upgrade 17.3.1 -> 18.0.0 Qi.Chen
                   ` (2 preceding siblings ...)
  2018-06-26  6:00 ` [meta-python][PATCH 04/20] python(3)-pytest-runner: upgrade 3.0 -> 4.2 Qi.Chen
@ 2018-06-26  6:00 ` Qi.Chen
  2018-06-26  6:00 ` [meta-python][PATCH 06/20] python-pip: upgrade 9.0.3 -> 10.0.1 Qi.Chen
                   ` (14 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Qi.Chen @ 2018-06-26  6:00 UTC (permalink / raw)
  To: openembedded-devel

From: Chen Qi <Qi.Chen@windriver.com>

The license checksum changes but the license remains the same.
The change is just about year, 2013 -> 2018.

Add python3-pytest-runner to DEPENDS to solve the following error.
  | distutils.errors.DistutilsError: Could not find suitable distribution \
    for Requirement.parse('pytest-runner')

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 .../recipes-devtools/python/python3-ordered-set_2.0.2.bb      | 10 ----------
 .../recipes-devtools/python/python3-ordered-set_3.0.0.bb      | 11 +++++++++++
 2 files changed, 11 insertions(+), 10 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-ordered-set_2.0.2.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-ordered-set_3.0.0.bb

diff --git a/meta-python/recipes-devtools/python/python3-ordered-set_2.0.2.bb b/meta-python/recipes-devtools/python/python3-ordered-set_2.0.2.bb
deleted file mode 100644
index be6d4e169..000000000
--- a/meta-python/recipes-devtools/python/python3-ordered-set_2.0.2.bb
+++ /dev/null
@@ -1,10 +0,0 @@
-SUMMARY = "A MutableSet that remembers its order, so that every entry has an index."
-HOMEPAGE = "http://github.com/LuminosoInsight/ordered-set"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://MIT-LICENSE;md5=0feb0c85b722f488b87844fb5f81d2dc"
-
-SRC_URI[md5sum] = "7b8d73dc64fd3c783ecb48e050bfcc0d"
-SRC_URI[sha256sum] = "942cad5d7d5b0760d5cbe93dfb385ac2ed402ca1d48c9f4e102d7d5cce3a90eb"
-
-inherit pypi setuptools3
-
diff --git a/meta-python/recipes-devtools/python/python3-ordered-set_3.0.0.bb b/meta-python/recipes-devtools/python/python3-ordered-set_3.0.0.bb
new file mode 100644
index 000000000..b731c28d2
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-ordered-set_3.0.0.bb
@@ -0,0 +1,11 @@
+SUMMARY = "A MutableSet that remembers its order, so that every entry has an index."
+HOMEPAGE = "http://github.com/LuminosoInsight/ordered-set"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://MIT-LICENSE;md5=2b36be0d99854aa2ae292a800a7c1d4e"
+
+SRC_URI[md5sum] = "c8f5b99b717618803b914dd9cfe5ef43"
+SRC_URI[sha256sum] = "a34399fe6aa78358aaa00129d67c65b4aa099adfc023731b1d756c85776a89bb"
+
+inherit pypi setuptools3
+
+DEPENDS += "python3-pytest-runner-native"
-- 
2.11.0



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

* [meta-python][PATCH 06/20] python-pip: upgrade 9.0.3 -> 10.0.1
  2018-06-26  6:00 [meta-python][PATCH 01/20] python(3)-hyperlink: upgrade 17.3.1 -> 18.0.0 Qi.Chen
                   ` (3 preceding siblings ...)
  2018-06-26  6:00 ` [meta-python][PATCH 05/20] python3-ordered-set: upgrade 2.0.2 -> 3.0.0 Qi.Chen
@ 2018-06-26  6:00 ` Qi.Chen
  2018-06-26  6:00 ` [meta-python][PATCH 07/20] python(3)-twisted: upgrade 17.9.0 -> 18.4.0 Qi.Chen
                   ` (13 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Qi.Chen @ 2018-06-26  6:00 UTC (permalink / raw)
  To: openembedded-devel

From: Chen Qi <Qi.Chen@windriver.com>

The license checksum changes but the license remains the same.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 .../python/{python-pip_9.0.3.bb => python-pip_10.0.1.bb}            | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python-pip_9.0.3.bb => python-pip_10.0.1.bb} (62%)

diff --git a/meta-python/recipes-devtools/python/python-pip_9.0.3.bb b/meta-python/recipes-devtools/python/python-pip_10.0.1.bb
similarity index 62%
rename from meta-python/recipes-devtools/python/python-pip_9.0.3.bb
rename to meta-python/recipes-devtools/python/python-pip_10.0.1.bb
index e3fc6ba65..5aaf818d0 100644
--- a/meta-python/recipes-devtools/python/python-pip_9.0.3.bb
+++ b/meta-python/recipes-devtools/python/python-pip_10.0.1.bb
@@ -1,10 +1,10 @@
 SUMMARY = "PIP is a tool for installing and managing Python packages"
 HOMEPAGE = "https://pip.pypa.io/"
 LICENSE = "MIT & LGPL-2.1"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=25fba45109565f87de20bae85bc39452"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3f8d33acaac5c5dac8c613904bd56a6f"
 
-SRC_URI[md5sum] = "b15b33f9aad61f88d0f8c866d16c55d8"
-SRC_URI[sha256sum] = "7bf48f9a693be1d58f49f7af7e0ae9fe29fd671cde8a55e6edca3581c4ef5796"
+SRC_URI[md5sum] = "83a177756e2c801d0b3a6f7b0d4f3f7e"
+SRC_URI[sha256sum] = "f2bd08e0cd1b06e10218feaf6fef299f473ba706582eb3bd9d52203fdbd7ee68"
 
 inherit pypi setuptools
 
-- 
2.11.0



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

* [meta-python][PATCH 07/20] python(3)-twisted: upgrade 17.9.0 -> 18.4.0
  2018-06-26  6:00 [meta-python][PATCH 01/20] python(3)-hyperlink: upgrade 17.3.1 -> 18.0.0 Qi.Chen
                   ` (4 preceding siblings ...)
  2018-06-26  6:00 ` [meta-python][PATCH 06/20] python-pip: upgrade 9.0.3 -> 10.0.1 Qi.Chen
@ 2018-06-26  6:00 ` Qi.Chen
  2018-06-26  6:00 ` [meta-python][PATCH 08/20] python-ipaddress: upgrade 1.0.19 -> 1.0.22 Qi.Chen
                   ` (12 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Qi.Chen @ 2018-06-26  6:00 UTC (permalink / raw)
  To: openembedded-devel

From: Chen Qi <Qi.Chen@windriver.com>

The license checksum changes but the license remains the same.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 meta-python/recipes-devtools/python/python-twisted.inc              | 6 +++---
 .../python/{python-twisted_17.9.0.bb => python-twisted_18.4.0.bb}   | 0
 .../python/{python3-twisted_17.9.0.bb => python3-twisted_18.4.0.bb} | 0
 3 files changed, 3 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python-twisted_17.9.0.bb => python-twisted_18.4.0.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-twisted_17.9.0.bb => python3-twisted_18.4.0.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-twisted.inc b/meta-python/recipes-devtools/python/python-twisted.inc
index 6480ad54f..260909bdd 100644
--- a/meta-python/recipes-devtools/python/python-twisted.inc
+++ b/meta-python/recipes-devtools/python/python-twisted.inc
@@ -5,10 +5,10 @@ HOMEPAGE = "http://www.twistedmatrix.com"
 
 #twisted/topfiles/NEWS:655: - Relicensed: Now under the MIT license, rather than LGPL.
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=8a9c2fbfcba7d70504e3ba545e1820ed"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=04e7730aecedc79d805625a91bc06145"
 
-SRC_URI[md5sum] = "6dbedb918f0c7288a4c670f59393ecf8"
-SRC_URI[sha256sum] = "0da1a7e35d5fcae37bc9c7978970b5feb3bc82822155b8654ec63925c05af75c"
+SRC_URI[sha256sum] = "a4cc164a781859c74de47f17f0e85f4bce8a3321a9d0892c015c8f80c4158ad9"
+SRC_URI[md5sum] = "da8142ad4e9971a75fe751ac96a33b95"
 
 PYPI_PACKAGE = "Twisted"
 PYPI_PACKAGE_EXT = "tar.bz2"
diff --git a/meta-python/recipes-devtools/python/python-twisted_17.9.0.bb b/meta-python/recipes-devtools/python/python-twisted_18.4.0.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-twisted_17.9.0.bb
rename to meta-python/recipes-devtools/python/python-twisted_18.4.0.bb
diff --git a/meta-python/recipes-devtools/python/python3-twisted_17.9.0.bb b/meta-python/recipes-devtools/python/python3-twisted_18.4.0.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-twisted_17.9.0.bb
rename to meta-python/recipes-devtools/python/python3-twisted_18.4.0.bb
-- 
2.11.0



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

* [meta-python][PATCH 08/20] python-ipaddress: upgrade 1.0.19 -> 1.0.22
  2018-06-26  6:00 [meta-python][PATCH 01/20] python(3)-hyperlink: upgrade 17.3.1 -> 18.0.0 Qi.Chen
                   ` (5 preceding siblings ...)
  2018-06-26  6:00 ` [meta-python][PATCH 07/20] python(3)-twisted: upgrade 17.9.0 -> 18.4.0 Qi.Chen
@ 2018-06-26  6:00 ` Qi.Chen
  2018-06-26  6:00 ` [meta-python][PATCH 09/20] python(3)-certifi: upgrade 2018.1.18 -> 2018.4.16 Qi.Chen
                   ` (11 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Qi.Chen @ 2018-06-26  6:00 UTC (permalink / raw)
  To: openembedded-devel

From: Chen Qi <Qi.Chen@windriver.com>

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 .../python/{python-ipaddress_1.0.19.bb => python-ipaddress_1.0.22.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-ipaddress_1.0.19.bb => python-ipaddress_1.0.22.bb} (67%)

diff --git a/meta-python/recipes-devtools/python/python-ipaddress_1.0.19.bb b/meta-python/recipes-devtools/python/python-ipaddress_1.0.22.bb
similarity index 67%
rename from meta-python/recipes-devtools/python/python-ipaddress_1.0.19.bb
rename to meta-python/recipes-devtools/python/python-ipaddress_1.0.22.bb
index 9c50b4670..66de8b637 100644
--- a/meta-python/recipes-devtools/python/python-ipaddress_1.0.19.bb
+++ b/meta-python/recipes-devtools/python/python-ipaddress_1.0.22.bb
@@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=7f538584cc3407bf76042def7168548a"
 
 DEPENDS += "python-pip"
 
-SRC_URI[md5sum] = "d0687efaf93a32476d81e90ba0609c57"
-SRC_URI[sha256sum] = "200d8686011d470b5e4de207d803445deee427455cd0cb7c982b68cf82524f81"
+SRC_URI[md5sum] = "74c1ce3109f30eaa1ab3dd342e7b76d4"
+SRC_URI[sha256sum] = "b146c751ea45cad6188dd6cf2d9b757f6f4f8d6ffb96a023e6f2e26eea02a72c"
 
 inherit pypi setuptools
 
-- 
2.11.0



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

* [meta-python][PATCH 09/20] python(3)-certifi: upgrade 2018.1.18 -> 2018.4.16
  2018-06-26  6:00 [meta-python][PATCH 01/20] python(3)-hyperlink: upgrade 17.3.1 -> 18.0.0 Qi.Chen
                   ` (6 preceding siblings ...)
  2018-06-26  6:00 ` [meta-python][PATCH 08/20] python-ipaddress: upgrade 1.0.19 -> 1.0.22 Qi.Chen
@ 2018-06-26  6:00 ` Qi.Chen
  2018-06-26  6:00 ` [meta-python][PATCH 10/20] python(3)-pyopenssl: upgrade 17.5.0 -> 18.0.0 Qi.Chen
                   ` (10 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Qi.Chen @ 2018-06-26  6:00 UTC (permalink / raw)
  To: openembedded-devel

From: Chen Qi <Qi.Chen@windriver.com>

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 meta-python/recipes-devtools/python/python-certifi.inc                | 4 ++--
 .../{python-certifi_2018.1.18.bb => python-certifi_2018.4.16.bb}      | 0
 .../{python3-certifi_2018.1.18.bb => python3-certifi_2018.4.16.bb}    | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-certifi_2018.1.18.bb => python-certifi_2018.4.16.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-certifi_2018.1.18.bb => python3-certifi_2018.4.16.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-certifi.inc b/meta-python/recipes-devtools/python/python-certifi.inc
index 26df5c115..a930ff99f 100644
--- a/meta-python/recipes-devtools/python/python-certifi.inc
+++ b/meta-python/recipes-devtools/python/python-certifi.inc
@@ -7,7 +7,7 @@ HOMEPAGE = " http://certifi.io/"
 LICENSE = "ISC"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=f77f61d14ee6feac4228d3ebd26cc1f1"
 
-SRC_URI[md5sum] = "068fd5c3c690ae47504b3e0bf4e56c4c"
-SRC_URI[sha256sum] = "edbc3f203427eef571f79a7692bb160a2b0f7ccaa31953e99bd17e307cf63f7d"
+SRC_URI[sha256sum] = "13e698f54293db9f89122b0581843a782ad0934a4fe0172d2a980ba77fc61bb7"
+SRC_URI[md5sum] = "f5d81d0048e84285611412b0dea0630a"
 
 BBCLASSEXTEND = "native nativesdk"
diff --git a/meta-python/recipes-devtools/python/python-certifi_2018.1.18.bb b/meta-python/recipes-devtools/python/python-certifi_2018.4.16.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-certifi_2018.1.18.bb
rename to meta-python/recipes-devtools/python/python-certifi_2018.4.16.bb
diff --git a/meta-python/recipes-devtools/python/python3-certifi_2018.1.18.bb b/meta-python/recipes-devtools/python/python3-certifi_2018.4.16.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-certifi_2018.1.18.bb
rename to meta-python/recipes-devtools/python/python3-certifi_2018.4.16.bb
-- 
2.11.0



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

* [meta-python][PATCH 10/20] python(3)-pyopenssl: upgrade 17.5.0 -> 18.0.0
  2018-06-26  6:00 [meta-python][PATCH 01/20] python(3)-hyperlink: upgrade 17.3.1 -> 18.0.0 Qi.Chen
                   ` (7 preceding siblings ...)
  2018-06-26  6:00 ` [meta-python][PATCH 09/20] python(3)-certifi: upgrade 2018.1.18 -> 2018.4.16 Qi.Chen
@ 2018-06-26  6:00 ` Qi.Chen
  2018-06-26  6:00 ` [meta-python][PATCH 11/20] python(3)-urllib3: upgrade 1.22 -> 1.23 Qi.Chen
                   ` (9 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Qi.Chen @ 2018-06-26  6:00 UTC (permalink / raw)
  To: openembedded-devel

From: Chen Qi <Qi.Chen@windriver.com>

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 meta-python/recipes-devtools/python/python-pyopenssl.inc              | 4 ++--
 .../python/{python-pyopenssl_17.5.0.bb => python-pyopenssl_18.0.0.bb} | 0
 .../{python3-pyopenssl_17.5.0.bb => python3-pyopenssl_18.0.0.bb}      | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-pyopenssl_17.5.0.bb => python-pyopenssl_18.0.0.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-pyopenssl_17.5.0.bb => python3-pyopenssl_18.0.0.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-pyopenssl.inc b/meta-python/recipes-devtools/python/python-pyopenssl.inc
index 7722e8ecd..516e7958a 100644
--- a/meta-python/recipes-devtools/python/python-pyopenssl.inc
+++ b/meta-python/recipes-devtools/python/python-pyopenssl.inc
@@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
 DEPENDS += "openssl ${PYTHON_PN}-cryptography"
 
-SRC_URI[md5sum] = "d9c5134db8bf3183573b7840954cac94"
-SRC_URI[sha256sum] = "2c10cfba46a52c0b0950118981d61e72c1e5b1aac451ca1bc77de1a679456773"
+SRC_URI[md5sum] = "c92e9c85b520b7e153fef0f7f3c5dda7"
+SRC_URI[sha256sum] = "6488f1423b00f73b7ad5167885312bb0ce410d3312eb212393795b53c8caa580"
 
 PYPI_PACKAGE = "pyOpenSSL"
 
diff --git a/meta-python/recipes-devtools/python/python-pyopenssl_17.5.0.bb b/meta-python/recipes-devtools/python/python-pyopenssl_18.0.0.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-pyopenssl_17.5.0.bb
rename to meta-python/recipes-devtools/python/python-pyopenssl_18.0.0.bb
diff --git a/meta-python/recipes-devtools/python/python3-pyopenssl_17.5.0.bb b/meta-python/recipes-devtools/python/python3-pyopenssl_18.0.0.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-pyopenssl_17.5.0.bb
rename to meta-python/recipes-devtools/python/python3-pyopenssl_18.0.0.bb
-- 
2.11.0



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

* [meta-python][PATCH 11/20] python(3)-urllib3: upgrade 1.22 -> 1.23
  2018-06-26  6:00 [meta-python][PATCH 01/20] python(3)-hyperlink: upgrade 17.3.1 -> 18.0.0 Qi.Chen
                   ` (8 preceding siblings ...)
  2018-06-26  6:00 ` [meta-python][PATCH 10/20] python(3)-pyopenssl: upgrade 17.5.0 -> 18.0.0 Qi.Chen
@ 2018-06-26  6:00 ` Qi.Chen
  2018-06-26  6:00 ` [meta-python][PATCH 12/20] python(3)-ndg-httpsclient: upgrade 0.4.4 -> 0.5.0 Qi.Chen
                   ` (8 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Qi.Chen @ 2018-06-26  6:00 UTC (permalink / raw)
  To: openembedded-devel

From: Chen Qi <Qi.Chen@windriver.com>

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 meta-python/recipes-devtools/python/python-urllib3.inc                | 4 ++--
 .../python/{python-urllib3_1.22.bb => python-urllib3_1.23.bb}         | 0
 .../python/{python3-urllib3_1.22.bb => python3-urllib3_1.23.bb}       | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-urllib3_1.22.bb => python-urllib3_1.23.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-urllib3_1.22.bb => python3-urllib3_1.23.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-urllib3.inc b/meta-python/recipes-devtools/python/python-urllib3.inc
index cf79926a6..288ed8b98 100644
--- a/meta-python/recipes-devtools/python/python-urllib3.inc
+++ b/meta-python/recipes-devtools/python/python-urllib3.inc
@@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/shazow/urllib3"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ea114851ad9a8c311aac8728a681a067"
 
-SRC_URI[md5sum] = "0da7bed3fe94bf7dc59ae37885cc72f7"
-SRC_URI[sha256sum] = "cc44da8e1145637334317feebd728bd869a35285b93cbb4cca2577da7e62db4f"
+SRC_URI[md5sum] = "1ad43e4b5ab7a0794c89dc057e1d7179"
+SRC_URI[sha256sum] = "a68ac5e15e76e7e5dd2b8f94007233e01effe3e50e8daddf69acfd81cb686baf"
 
 RDEPENDS_${PN} += "\
     ${PYTHON_PN}-certifi \
diff --git a/meta-python/recipes-devtools/python/python-urllib3_1.22.bb b/meta-python/recipes-devtools/python/python-urllib3_1.23.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-urllib3_1.22.bb
rename to meta-python/recipes-devtools/python/python-urllib3_1.23.bb
diff --git a/meta-python/recipes-devtools/python/python3-urllib3_1.22.bb b/meta-python/recipes-devtools/python/python3-urllib3_1.23.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-urllib3_1.22.bb
rename to meta-python/recipes-devtools/python/python3-urllib3_1.23.bb
-- 
2.11.0



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

* [meta-python][PATCH 12/20] python(3)-ndg-httpsclient: upgrade 0.4.4 -> 0.5.0
  2018-06-26  6:00 [meta-python][PATCH 01/20] python(3)-hyperlink: upgrade 17.3.1 -> 18.0.0 Qi.Chen
                   ` (9 preceding siblings ...)
  2018-06-26  6:00 ` [meta-python][PATCH 11/20] python(3)-urllib3: upgrade 1.22 -> 1.23 Qi.Chen
@ 2018-06-26  6:00 ` Qi.Chen
  2018-06-26  6:00 ` [meta-python][PATCH 13/20] python(3)-pyasn1: upgrade 0.4.2 -> 0.4.3 Qi.Chen
                   ` (7 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Qi.Chen @ 2018-06-26  6:00 UTC (permalink / raw)
  To: openembedded-devel

From: Chen Qi <Qi.Chen@windriver.com>

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 meta-python/recipes-devtools/python/python-ndg-httpsclient.inc        | 4 ++--
 ...ython-ndg-httpsclient_0.4.4.bb => python-ndg-httpsclient_0.5.0.bb} | 0
 ...hon3-ndg-httpsclient_0.4.4.bb => python3-ndg-httpsclient_0.5.0.bb} | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-ndg-httpsclient_0.4.4.bb => python-ndg-httpsclient_0.5.0.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-ndg-httpsclient_0.4.4.bb => python3-ndg-httpsclient_0.5.0.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-ndg-httpsclient.inc b/meta-python/recipes-devtools/python/python-ndg-httpsclient.inc
index d74302398..4e07e4e95 100644
--- a/meta-python/recipes-devtools/python/python-ndg-httpsclient.inc
+++ b/meta-python/recipes-devtools/python/python-ndg-httpsclient.inc
@@ -3,8 +3,8 @@ HOMEPAGE = "http://python-requests.org"
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://MANIFEST.in;md5=ce22c0cd986d2de3f7073cd6b5523ae0"
 
-SRC_URI[md5sum] = "a0d349cf9530e331697a6e5ab1f40de6"
-SRC_URI[sha256sum] = "fba4d4798dcac2965874f24afb6631b4326baa4bd02505744d34f690c354856a"
+SRC_URI[md5sum] = "1c28be0449268359e795b3b5687feeb7"
+SRC_URI[sha256sum] = "c009f5430790936b3a97eaf9f968516664d97e146ab2bda991f0caadb7cc088b"
 
 PYPI_PACKAGE = "ndg_httpsclient"
 
diff --git a/meta-python/recipes-devtools/python/python-ndg-httpsclient_0.4.4.bb b/meta-python/recipes-devtools/python/python-ndg-httpsclient_0.5.0.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-ndg-httpsclient_0.4.4.bb
rename to meta-python/recipes-devtools/python/python-ndg-httpsclient_0.5.0.bb
diff --git a/meta-python/recipes-devtools/python/python3-ndg-httpsclient_0.4.4.bb b/meta-python/recipes-devtools/python/python3-ndg-httpsclient_0.5.0.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-ndg-httpsclient_0.4.4.bb
rename to meta-python/recipes-devtools/python/python3-ndg-httpsclient_0.5.0.bb
-- 
2.11.0



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

* [meta-python][PATCH 13/20] python(3)-pyasn1: upgrade 0.4.2 -> 0.4.3
  2018-06-26  6:00 [meta-python][PATCH 01/20] python(3)-hyperlink: upgrade 17.3.1 -> 18.0.0 Qi.Chen
                   ` (10 preceding siblings ...)
  2018-06-26  6:00 ` [meta-python][PATCH 12/20] python(3)-ndg-httpsclient: upgrade 0.4.4 -> 0.5.0 Qi.Chen
@ 2018-06-26  6:00 ` Qi.Chen
  2018-06-26  6:00 ` [meta-python][PATCH 14/20] python(3)-lxml: upgrade 4.2.1 -> 4.2.2 Qi.Chen
                   ` (6 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Qi.Chen @ 2018-06-26  6:00 UTC (permalink / raw)
  To: openembedded-devel

From: Chen Qi <Qi.Chen@windriver.com>

The license checksum changes but the license remains the same.
The change is only about year, 2017 -> 2018.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 meta-python/recipes-devtools/python/python-pyasn1.inc              | 7 ++++---
 .../python/{python-pyasn1_0.4.2.bb => python-pyasn1_0.4.3.bb}      | 0
 .../python/{python3-pyasn1_0.4.2.bb => python3-pyasn1_0.4.3.bb}    | 0
 3 files changed, 4 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python-pyasn1_0.4.2.bb => python-pyasn1_0.4.3.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-pyasn1_0.4.2.bb => python3-pyasn1_0.4.3.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-pyasn1.inc b/meta-python/recipes-devtools/python/python-pyasn1.inc
index f3c32e08a..614b6d4ed 100644
--- a/meta-python/recipes-devtools/python/python-pyasn1.inc
+++ b/meta-python/recipes-devtools/python/python-pyasn1.inc
@@ -1,10 +1,11 @@
 SUMMARY = "Python library implementing ASN.1 types."
 HOMEPAGE = "http://pyasn1.sourceforge.net/"
 LICENSE = "BSD-2-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=280606d9c18f200e03e0c247ac61475a"
+LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=815ac3f9ca693006349094b358ab3155"
 
-SRC_URI[md5sum] = "cb5883ddc6a9f405600429f37cf0759c"
-SRC_URI[sha256sum] = "d258b0a71994f7770599835249cece1caef3c70def868c4915e6e5ca49b67d15"
+
+SRC_URI[sha256sum] = "fb81622d8f3509f0026b0683fe90fea27be7284d3826a5f2edf97f69151ab0fc"
+SRC_URI[md5sum] = "311fff5b2a1303a8cdc334c8867a06f4"
 
 RDEPENDS_${PN}_class-target += " \
     ${PYTHON_PN}-codecs \
diff --git a/meta-python/recipes-devtools/python/python-pyasn1_0.4.2.bb b/meta-python/recipes-devtools/python/python-pyasn1_0.4.3.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-pyasn1_0.4.2.bb
rename to meta-python/recipes-devtools/python/python-pyasn1_0.4.3.bb
diff --git a/meta-python/recipes-devtools/python/python3-pyasn1_0.4.2.bb b/meta-python/recipes-devtools/python/python3-pyasn1_0.4.3.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-pyasn1_0.4.2.bb
rename to meta-python/recipes-devtools/python/python3-pyasn1_0.4.3.bb
-- 
2.11.0



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

* [meta-python][PATCH 14/20] python(3)-lxml: upgrade 4.2.1 -> 4.2.2
  2018-06-26  6:00 [meta-python][PATCH 01/20] python(3)-hyperlink: upgrade 17.3.1 -> 18.0.0 Qi.Chen
                   ` (11 preceding siblings ...)
  2018-06-26  6:00 ` [meta-python][PATCH 13/20] python(3)-pyasn1: upgrade 0.4.2 -> 0.4.3 Qi.Chen
@ 2018-06-26  6:00 ` Qi.Chen
  2018-06-26  6:00 ` [meta-python][PATCH 15/20] python(3)-automat: upgrade 0.6.0 -> 0.7.0 Qi.Chen
                   ` (5 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Qi.Chen @ 2018-06-26  6:00 UTC (permalink / raw)
  To: openembedded-devel

From: Chen Qi <Qi.Chen@windriver.com>

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 meta-python/recipes-devtools/python/python-lxml.inc                   | 4 ++--
 .../python/{python-lxml_4.2.1.bb => python-lxml_4.2.2.bb}             | 0
 .../python/{python3-lxml_4.2.1.bb => python3-lxml_4.2.2.bb}           | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-lxml_4.2.1.bb => python-lxml_4.2.2.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-lxml_4.2.1.bb => python3-lxml_4.2.2.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-lxml.inc b/meta-python/recipes-devtools/python/python-lxml.inc
index 3f3a1e27c..51a98f6bb 100644
--- a/meta-python/recipes-devtools/python/python-lxml.inc
+++ b/meta-python/recipes-devtools/python/python-lxml.inc
@@ -18,8 +18,8 @@ LIC_FILES_CHKSUM = "file://LICENSES.txt;md5=e4c045ebad958ead4b48008f70838403 \
 
 DEPENDS += "libxml2 libxslt"
 
-SRC_URI[md5sum] = "c266d9062e23b08f66426979a2b36f51"
-SRC_URI[sha256sum] = "e2629cdbcad82b83922a3488937632a4983ecc0fed3e5cfbf430d069382eeb9b"
+SRC_URI[md5sum] = "0aa7db9dd54ed5b0c5611cef0ba490c5"
+SRC_URI[sha256sum] = "82f278cd24da1b8a98df89de38946d67381a00e39adef768fd302dc8f4e1c383"
 
 DISTUTILS_BUILD_ARGS += " \
                      --with-xslt-config='pkg-config libxslt' \
diff --git a/meta-python/recipes-devtools/python/python-lxml_4.2.1.bb b/meta-python/recipes-devtools/python/python-lxml_4.2.2.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-lxml_4.2.1.bb
rename to meta-python/recipes-devtools/python/python-lxml_4.2.2.bb
diff --git a/meta-python/recipes-devtools/python/python3-lxml_4.2.1.bb b/meta-python/recipes-devtools/python/python3-lxml_4.2.2.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-lxml_4.2.1.bb
rename to meta-python/recipes-devtools/python/python3-lxml_4.2.2.bb
-- 
2.11.0



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

* [meta-python][PATCH 15/20] python(3)-automat: upgrade 0.6.0 -> 0.7.0
  2018-06-26  6:00 [meta-python][PATCH 01/20] python(3)-hyperlink: upgrade 17.3.1 -> 18.0.0 Qi.Chen
                   ` (12 preceding siblings ...)
  2018-06-26  6:00 ` [meta-python][PATCH 14/20] python(3)-lxml: upgrade 4.2.1 -> 4.2.2 Qi.Chen
@ 2018-06-26  6:00 ` Qi.Chen
  2018-06-26  6:00 ` [meta-python][PATCH 16/20] python3-requests-file: upgrade 1.4.2 -> 1.4.3 Qi.Chen
                   ` (4 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Qi.Chen @ 2018-06-26  6:00 UTC (permalink / raw)
  To: openembedded-devel

From: Chen Qi <Qi.Chen@windriver.com>

Patch is rebased against latest codes.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 meta-python/recipes-devtools/python/python-automat.inc      |  4 ++--
 .../0001-setup.py-remove-the-dependency-on-m2r.patch        | 13 +++++++------
 .../{python-automat_0.6.0.bb => python-automat_0.7.0.bb}    |  0
 .../{python3-automat_0.6.0.bb => python3-automat_0.7.0.bb}  |  0
 4 files changed, 9 insertions(+), 8 deletions(-)
 rename meta-python/recipes-devtools/python/{python-automat_0.6.0.bb => python-automat_0.7.0.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-automat_0.6.0.bb => python3-automat_0.7.0.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-automat.inc b/meta-python/recipes-devtools/python/python-automat.inc
index 43b9ce9e3..f6cbb35c0 100644
--- a/meta-python/recipes-devtools/python/python-automat.inc
+++ b/meta-python/recipes-devtools/python/python-automat.inc
@@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4ad213bcca81688e94593e5f60c87477"
 
 FILESEXTRAPATHS_prepend := "${THISDIR}/python-automat:"
 
-SRC_URI[md5sum] = "ad7bba58d262d8956d732330cb5ef53d"
-SRC_URI[sha256sum] = "3c1fd04ecf08ac87b4dd3feae409542e9bf7827257097b2b6ed5692f69d6f6a8"
+SRC_URI[md5sum] = "b72d5b7a83c2b1bd6e9ec3614a69f9ea"
+SRC_URI[sha256sum] = "cbd78b83fa2d81fe2a4d23d258e1661dd7493c9a50ee2f1a5b2cac61c1793b0e"
 
 PYPI_PACKAGE = "Automat"
 
diff --git a/meta-python/recipes-devtools/python/python-automat/0001-setup.py-remove-the-dependency-on-m2r.patch b/meta-python/recipes-devtools/python/python-automat/0001-setup.py-remove-the-dependency-on-m2r.patch
index d6def98c9..c29b659bc 100644
--- a/meta-python/recipes-devtools/python/python-automat/0001-setup.py-remove-the-dependency-on-m2r.patch
+++ b/meta-python/recipes-devtools/python/python-automat/0001-setup.py-remove-the-dependency-on-m2r.patch
@@ -1,4 +1,4 @@
-From d5ebe479fc8fe11c5c75e7f35484849320349222 Mon Sep 17 00:00:00 2001
+From 33b70266930c9093712173c4e0c419815b55e313 Mon Sep 17 00:00:00 2001
 From: Derek Straka <derek@asterius.io>
 Date: Fri, 22 Dec 2017 09:07:00 -0500
 Subject: [PATCH] setup.py: remove the dependency on m2r
@@ -11,14 +11,15 @@ value in this case
 Upstream-Status: Inappropriate (OE specific)
 
 Signed-off-by: Derek Straka <derek@asterius.io>
+
 ---
  setup.py | 10 ----------
  1 file changed, 10 deletions(-)
 
-Index: Automat-0.6.0/setup.py
-===================================================================
---- Automat-0.6.0.orig/setup.py
-+++ Automat-0.6.0/setup.py
+diff --git a/setup.py b/setup.py
+index d360c64..7b4180a 100644
+--- a/setup.py
++++ b/setup.py
 @@ -4,14 +4,6 @@ Setup file for automat
  
  from setuptools import setup, find_packages
@@ -46,4 +47,4 @@ Index: Automat-0.6.0/setup.py
 -        'm2r',
      ],
      install_requires=[
-         "attrs",
+         "attrs>=16.1.0",
diff --git a/meta-python/recipes-devtools/python/python-automat_0.6.0.bb b/meta-python/recipes-devtools/python/python-automat_0.7.0.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-automat_0.6.0.bb
rename to meta-python/recipes-devtools/python/python-automat_0.7.0.bb
diff --git a/meta-python/recipes-devtools/python/python3-automat_0.6.0.bb b/meta-python/recipes-devtools/python/python3-automat_0.7.0.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-automat_0.6.0.bb
rename to meta-python/recipes-devtools/python/python3-automat_0.7.0.bb
-- 
2.11.0



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

* [meta-python][PATCH 16/20] python3-requests-file: upgrade 1.4.2 -> 1.4.3
  2018-06-26  6:00 [meta-python][PATCH 01/20] python(3)-hyperlink: upgrade 17.3.1 -> 18.0.0 Qi.Chen
                   ` (13 preceding siblings ...)
  2018-06-26  6:00 ` [meta-python][PATCH 15/20] python(3)-automat: upgrade 0.6.0 -> 0.7.0 Qi.Chen
@ 2018-06-26  6:00 ` Qi.Chen
  2018-06-26  6:01 ` [meta-python][PATCH 17/20] python3-prctl: upgrade 1.6.1 -> 1.7 Qi.Chen
                   ` (3 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Qi.Chen @ 2018-06-26  6:00 UTC (permalink / raw)
  To: openembedded-devel

From: Chen Qi <Qi.Chen@windriver.com>

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 ...{python3-requests-file_1.4.2.bb => python3-requests-file_1.4.3.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-requests-file_1.4.2.bb => python3-requests-file_1.4.3.bb} (65%)

diff --git a/meta-python/recipes-devtools/python/python3-requests-file_1.4.2.bb b/meta-python/recipes-devtools/python/python3-requests-file_1.4.3.bb
similarity index 65%
rename from meta-python/recipes-devtools/python/python3-requests-file_1.4.2.bb
rename to meta-python/recipes-devtools/python/python3-requests-file_1.4.3.bb
index 8652876a4..0407779da 100644
--- a/meta-python/recipes-devtools/python/python3-requests-file_1.4.2.bb
+++ b/meta-python/recipes-devtools/python/python3-requests-file_1.4.3.bb
@@ -3,8 +3,8 @@ HOMEPAGE = "http://github.com/dashea/requests-file"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=9cc728d6087e43796227b0a31422de6b"
 
-SRC_URI[md5sum] = "a907efb75faf0ccbb1857432bf9d8c0f"
-SRC_URI[sha256sum] = "f518e7cfe048e053fd1019dfb891b4c55b871c56c5a31693d733240c80b8f191"
+SRC_URI[md5sum] = "470711c9b7e0de1057f7b72a58b7ab51"
+SRC_URI[sha256sum] = "8f04aa6201bacda0567e7ac7f677f1499b0fc76b22140c54bc06edf1ba92e2fa"
 
 inherit pypi setuptools3
 
-- 
2.11.0



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

* [meta-python][PATCH 17/20] python3-prctl: upgrade 1.6.1 -> 1.7
  2018-06-26  6:00 [meta-python][PATCH 01/20] python(3)-hyperlink: upgrade 17.3.1 -> 18.0.0 Qi.Chen
                   ` (14 preceding siblings ...)
  2018-06-26  6:00 ` [meta-python][PATCH 16/20] python3-requests-file: upgrade 1.4.2 -> 1.4.3 Qi.Chen
@ 2018-06-26  6:01 ` Qi.Chen
  2018-06-26  6:01 ` [meta-python][PATCH 18/20] python(3)-attrs: upgrade 17.4.0 -> 18.1.0 Qi.Chen
                   ` (2 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Qi.Chen @ 2018-06-26  6:01 UTC (permalink / raw)
  To: openembedded-devel

From: Chen Qi <Qi.Chen@windriver.com>

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 .../python/{python3-prctl_1.6.1.bb => python3-prctl_1.7.bb}         | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-prctl_1.6.1.bb => python3-prctl_1.7.bb} (79%)

diff --git a/meta-python/recipes-devtools/python/python3-prctl_1.6.1.bb b/meta-python/recipes-devtools/python/python3-prctl_1.7.bb
similarity index 79%
rename from meta-python/recipes-devtools/python/python3-prctl_1.6.1.bb
rename to meta-python/recipes-devtools/python/python3-prctl_1.7.bb
index 5de83ce48..54620a066 100644
--- a/meta-python/recipes-devtools/python/python3-prctl_1.6.1.bb
+++ b/meta-python/recipes-devtools/python/python3-prctl_1.7.bb
@@ -5,13 +5,13 @@ limitations in C and linux. This module provides a nice non-messy python(ic) \
 interface."
 SECTION = "devel/python"
 LICENSE = "GPLv3"
-LIC_FILES_CHKSUM = "file://COPYING;md5=5eb2f4bcd60326f83e5deb542372d52f"
+LIC_FILES_CHKSUM = "file://COPYING;md5=23ff9f50449d4bd0e513df16e4d9755f"
 
 S = "${WORKDIR}/git"
 B = "${S}"
 
-SRCREV = "1107d0be7bec4b28c85c62c454882d16844c930a"
-PV = "1.6.1+git${SRCPV}"
+SRCREV = "57cd0a7cad76e8f8792eea22ee5b5d17bae0a90f"
+PV = "1.7+git${SRCPV}"
 
 SRC_URI = "git://github.com/seveas/python-prctl;branch=master \
            file://0001-support-cross-complication.patch \
-- 
2.11.0



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

* [meta-python][PATCH 18/20] python(3)-attrs: upgrade 17.4.0 -> 18.1.0
  2018-06-26  6:00 [meta-python][PATCH 01/20] python(3)-hyperlink: upgrade 17.3.1 -> 18.0.0 Qi.Chen
                   ` (15 preceding siblings ...)
  2018-06-26  6:01 ` [meta-python][PATCH 17/20] python3-prctl: upgrade 1.6.1 -> 1.7 Qi.Chen
@ 2018-06-26  6:01 ` Qi.Chen
  2018-06-26  6:01 ` [meta-python][PATCH 19/20] python(3)-requests: upgrade 2.18.4 -> 2.19.1 Qi.Chen
  2018-06-26  6:01 ` [meta-python][PATCH 20/20] python(3)-idna: upgrade 2.6 -> 2.7 Qi.Chen
  18 siblings, 0 replies; 20+ messages in thread
From: Qi.Chen @ 2018-06-26  6:01 UTC (permalink / raw)
  To: openembedded-devel

From: Chen Qi <Qi.Chen@windriver.com>

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 meta-python/recipes-devtools/python/python-attrs.inc                  | 4 ++--
 .../python/{python-attrs_17.4.0.bb => python-attrs_18.1.0.bb}         | 0
 .../python/{python3-attrs_17.4.0.bb => python3-attrs_18.1.0.bb}       | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-attrs_17.4.0.bb => python-attrs_18.1.0.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-attrs_17.4.0.bb => python3-attrs_18.1.0.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-attrs.inc b/meta-python/recipes-devtools/python/python-attrs.inc
index c29f058fa..fa73ea54d 100644
--- a/meta-python/recipes-devtools/python/python-attrs.inc
+++ b/meta-python/recipes-devtools/python/python-attrs.inc
@@ -3,8 +3,8 @@ HOMEPAGE = "http://www.attrs.org/"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=d4ab25949a73fe7d4fdee93bcbdbf8ff"
 
-SRC_URI[md5sum] = "d7a89063b2e0fd36bd82389c4d82821d"
-SRC_URI[sha256sum] = "1c7960ccfd6a005cd9f7ba884e6316b5e430a3f1a6c37c5f87d8b43f83b54ec9"
+SRC_URI[sha256sum] = "e0d0eb91441a3b53dab4d9b743eafc1ac44476296a2053b6ca3af0b139faf87b"
+SRC_URI[md5sum] = "3f3f3e0750dab74cfa1dc8b0fd7a5f86"
 
 inherit pypi
 
diff --git a/meta-python/recipes-devtools/python/python-attrs_17.4.0.bb b/meta-python/recipes-devtools/python/python-attrs_18.1.0.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-attrs_17.4.0.bb
rename to meta-python/recipes-devtools/python/python-attrs_18.1.0.bb
diff --git a/meta-python/recipes-devtools/python/python3-attrs_17.4.0.bb b/meta-python/recipes-devtools/python/python3-attrs_18.1.0.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-attrs_17.4.0.bb
rename to meta-python/recipes-devtools/python/python3-attrs_18.1.0.bb
-- 
2.11.0



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

* [meta-python][PATCH 19/20] python(3)-requests: upgrade 2.18.4 -> 2.19.1
  2018-06-26  6:00 [meta-python][PATCH 01/20] python(3)-hyperlink: upgrade 17.3.1 -> 18.0.0 Qi.Chen
                   ` (16 preceding siblings ...)
  2018-06-26  6:01 ` [meta-python][PATCH 18/20] python(3)-attrs: upgrade 17.4.0 -> 18.1.0 Qi.Chen
@ 2018-06-26  6:01 ` Qi.Chen
  2018-06-26  6:01 ` [meta-python][PATCH 20/20] python(3)-idna: upgrade 2.6 -> 2.7 Qi.Chen
  18 siblings, 0 replies; 20+ messages in thread
From: Qi.Chen @ 2018-06-26  6:01 UTC (permalink / raw)
  To: openembedded-devel

From: Chen Qi <Qi.Chen@windriver.com>

The license checksum changes but the license remains the same.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 meta-python/recipes-devtools/python/python-requests.inc             | 6 +++---
 .../python/{python-requests_2.18.4.bb => python-requests_2.19.1.bb} | 0
 .../{python3-requests_2.18.4.bb => python3-requests_2.19.1.bb}      | 0
 3 files changed, 3 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python-requests_2.18.4.bb => python-requests_2.19.1.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-requests_2.18.4.bb => python3-requests_2.19.1.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-requests.inc b/meta-python/recipes-devtools/python/python-requests.inc
index 5d6dca5d3..efc652d94 100644
--- a/meta-python/recipes-devtools/python/python-requests.inc
+++ b/meta-python/recipes-devtools/python/python-requests.inc
@@ -1,10 +1,10 @@
 DESCRIPTION = "Python HTTP for Humans."
 HOMEPAGE = "http://python-requests.org"
 LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=979d6a23b143e13ea0e5e3aa81248820"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=bfbeafb85a2cee261510d65d5ec19156"
 
-SRC_URI[md5sum] = "081412b2ef79bdc48229891af13f4d82"
-SRC_URI[sha256sum] = "9c443e7324ba5b85070c4a818ade28bfabedf16ea10206da1132edaa6dda237e"
+SRC_URI[md5sum] = "6c1a31afec9d614e2e71a91ee6ca2878"
+SRC_URI[sha256sum] = "ec22d826a36ed72a7358ff3fe56cbd4ba69dd7a6718ffd450ff0e9df7a47ce6a"
 
 inherit pypi
 
diff --git a/meta-python/recipes-devtools/python/python-requests_2.18.4.bb b/meta-python/recipes-devtools/python/python-requests_2.19.1.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-requests_2.18.4.bb
rename to meta-python/recipes-devtools/python/python-requests_2.19.1.bb
diff --git a/meta-python/recipes-devtools/python/python3-requests_2.18.4.bb b/meta-python/recipes-devtools/python/python3-requests_2.19.1.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-requests_2.18.4.bb
rename to meta-python/recipes-devtools/python/python3-requests_2.19.1.bb
-- 
2.11.0



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

* [meta-python][PATCH 20/20] python(3)-idna: upgrade 2.6 -> 2.7
  2018-06-26  6:00 [meta-python][PATCH 01/20] python(3)-hyperlink: upgrade 17.3.1 -> 18.0.0 Qi.Chen
                   ` (17 preceding siblings ...)
  2018-06-26  6:01 ` [meta-python][PATCH 19/20] python(3)-requests: upgrade 2.18.4 -> 2.19.1 Qi.Chen
@ 2018-06-26  6:01 ` Qi.Chen
  18 siblings, 0 replies; 20+ messages in thread
From: Qi.Chen @ 2018-06-26  6:01 UTC (permalink / raw)
  To: openembedded-devel

From: Chen Qi <Qi.Chen@windriver.com>

The license checksum changes but the license remains the same.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 meta-python/recipes-devtools/python/python-idna.inc                 | 6 +++---
 .../python/{python-idna_2.6.bb => python-idna_2.7.bb}               | 0
 .../python/{python3-idna_2.6.bb => python3-idna_2.7.bb}             | 0
 3 files changed, 3 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python-idna_2.6.bb => python-idna_2.7.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-idna_2.6.bb => python3-idna_2.7.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-idna.inc b/meta-python/recipes-devtools/python/python-idna.inc
index b1d0d1895..d6d8d92ba 100644
--- a/meta-python/recipes-devtools/python/python-idna.inc
+++ b/meta-python/recipes-devtools/python/python-idna.inc
@@ -1,10 +1,10 @@
 SUMMARY = "Internationalised Domain Names in Applications"
 HOMEPAGE = "https://github.com/kjd/idna"
 LICENSE = "BSD-3-Clause & Python-2.0 & Unicode"
-LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=c9ba5acd829579492fd5eb306c7a0565"
+LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=782775b32f96098512e283fb5d4546cd"
 
-SRC_URI[md5sum] = "c706e2790b016bd0ed4edd2d4ba4d147"
-SRC_URI[sha256sum] = "2c6a5de3089009e3da7c5dde64a141dbc8551d5b7f6cf4ed7c2568d0cc520a8f"
+SRC_URI[md5sum] = "0e5bb69018ddef1b9d95f681182be82c"
+SRC_URI[sha256sum] = "684a38a6f903c1d71d6d5fac066b58d7768af4de2b832e426ec79c30daa94a16"
 
 RDEPENDS_${PN}_class-target = "\
     ${PYTHON_PN}-codecs \
diff --git a/meta-python/recipes-devtools/python/python-idna_2.6.bb b/meta-python/recipes-devtools/python/python-idna_2.7.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-idna_2.6.bb
rename to meta-python/recipes-devtools/python/python-idna_2.7.bb
diff --git a/meta-python/recipes-devtools/python/python3-idna_2.6.bb b/meta-python/recipes-devtools/python/python3-idna_2.7.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-idna_2.6.bb
rename to meta-python/recipes-devtools/python/python3-idna_2.7.bb
-- 
2.11.0



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

end of thread, other threads:[~2018-06-26  6:01 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-26  6:00 [meta-python][PATCH 01/20] python(3)-hyperlink: upgrade 17.3.1 -> 18.0.0 Qi.Chen
2018-06-26  6:00 ` [meta-python][PATCH 02/20] python(3)-protobuf: upgrade 3.5.2 -> 3.6.0 Qi.Chen
2018-06-26  6:00 ` [meta-python][PATCH 03/20] python-dbus: upgrade 1.2.6 -> 1.2.8 Qi.Chen
2018-06-26  6:00 ` [meta-python][PATCH 04/20] python(3)-pytest-runner: upgrade 3.0 -> 4.2 Qi.Chen
2018-06-26  6:00 ` [meta-python][PATCH 05/20] python3-ordered-set: upgrade 2.0.2 -> 3.0.0 Qi.Chen
2018-06-26  6:00 ` [meta-python][PATCH 06/20] python-pip: upgrade 9.0.3 -> 10.0.1 Qi.Chen
2018-06-26  6:00 ` [meta-python][PATCH 07/20] python(3)-twisted: upgrade 17.9.0 -> 18.4.0 Qi.Chen
2018-06-26  6:00 ` [meta-python][PATCH 08/20] python-ipaddress: upgrade 1.0.19 -> 1.0.22 Qi.Chen
2018-06-26  6:00 ` [meta-python][PATCH 09/20] python(3)-certifi: upgrade 2018.1.18 -> 2018.4.16 Qi.Chen
2018-06-26  6:00 ` [meta-python][PATCH 10/20] python(3)-pyopenssl: upgrade 17.5.0 -> 18.0.0 Qi.Chen
2018-06-26  6:00 ` [meta-python][PATCH 11/20] python(3)-urllib3: upgrade 1.22 -> 1.23 Qi.Chen
2018-06-26  6:00 ` [meta-python][PATCH 12/20] python(3)-ndg-httpsclient: upgrade 0.4.4 -> 0.5.0 Qi.Chen
2018-06-26  6:00 ` [meta-python][PATCH 13/20] python(3)-pyasn1: upgrade 0.4.2 -> 0.4.3 Qi.Chen
2018-06-26  6:00 ` [meta-python][PATCH 14/20] python(3)-lxml: upgrade 4.2.1 -> 4.2.2 Qi.Chen
2018-06-26  6:00 ` [meta-python][PATCH 15/20] python(3)-automat: upgrade 0.6.0 -> 0.7.0 Qi.Chen
2018-06-26  6:00 ` [meta-python][PATCH 16/20] python3-requests-file: upgrade 1.4.2 -> 1.4.3 Qi.Chen
2018-06-26  6:01 ` [meta-python][PATCH 17/20] python3-prctl: upgrade 1.6.1 -> 1.7 Qi.Chen
2018-06-26  6:01 ` [meta-python][PATCH 18/20] python(3)-attrs: upgrade 17.4.0 -> 18.1.0 Qi.Chen
2018-06-26  6:01 ` [meta-python][PATCH 19/20] python(3)-requests: upgrade 2.18.4 -> 2.19.1 Qi.Chen
2018-06-26  6:01 ` [meta-python][PATCH 20/20] python(3)-idna: upgrade 2.6 -> 2.7 Qi.Chen

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.