All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 01/11] python-ujson: update to 0.35
@ 2016-02-22 13:34 Derek Straka
  2016-02-22 13:34 ` [meta-python][PATCH 02/11] python-flufl-enum: update to 4.1 Derek Straka
                   ` (9 more replies)
  0 siblings, 10 replies; 18+ messages in thread
From: Derek Straka @ 2016-02-22 13:34 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Derek Straka

Signed-off-by: Derek Straka <derek@asterius.io>
---
 .../python/{python-ujson_1.33.bb => python-ujson_1.35.bb}          | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
 rename meta-python/recipes-devtools/python/{python-ujson_1.33.bb => python-ujson_1.35.bb} (54%)

diff --git a/meta-python/recipes-devtools/python/python-ujson_1.33.bb b/meta-python/recipes-devtools/python/python-ujson_1.35.bb
similarity index 54%
rename from meta-python/recipes-devtools/python/python-ujson_1.33.bb
rename to meta-python/recipes-devtools/python/python-ujson_1.35.bb
index dbe432a..29207f3 100644
--- a/meta-python/recipes-devtools/python/python-ujson_1.33.bb
+++ b/meta-python/recipes-devtools/python/python-ujson_1.35.bb
@@ -2,13 +2,12 @@ SUMMARY  = "Ultra fast JSON encoder and decoder for Python"
 DESCRIPTION = "UltraJSON is an ultra fast JSON encoder and decoder written in pure C with bindings for Python 2.5+ and 3."
 
 LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://PKG-INFO;md5=5b206f6ba5e41c60df8cdcddf79a3d82"
+LIC_FILES_CHKSUM = "file://PKG-INFO;startline=8;endline=9;md5=4f369b3c3c290b4aede8796a4065e5ab"
 
-SRC_URI[md5sum] = "8148a2493fff78940feab1e11dc0a893"
-SRC_URI[sha256sum] = "68cf825f227c82e1ac61e423cfcad923ff734c27b5bdd7174495d162c42c602b"
+SRC_URI[md5sum] = "42f77b0cce686dfa4da2e68480b1dd24"
+SRC_URI[sha256sum] = "f66073e5506e91d204ab0c614a148d5aa938bdbf104751be66f8ad7a222f5f86"
 
 PYPI_PACKAGE = "ujson"
-PYPI_PACKAGE_EXT = "zip"
 inherit pypi setuptools
 
 RDEPENDS_${PN} += "python-numbers"
-- 
1.9.1



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

* [meta-python][PATCH 02/11] python-flufl-enum: update to 4.1
  2016-02-22 13:34 [meta-python][PATCH 01/11] python-ujson: update to 0.35 Derek Straka
@ 2016-02-22 13:34 ` Derek Straka
  2016-02-22 19:22   ` Khem Raj
  2016-02-22 13:34 ` [meta-python][PATCH 03/11] python-enum34: update to 1.1.2 Derek Straka
                   ` (8 subsequent siblings)
  9 siblings, 1 reply; 18+ messages in thread
From: Derek Straka @ 2016-02-22 13:34 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Derek Straka

Signed-off-by: Derek Straka <derek@asterius.io>
---
 .../python/{python-flufl-enum_4.0.1.bb => python-flufl-enum_4.1.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python-flufl-enum_4.0.1.bb => python-flufl-enum_4.1.bb} (74%)

diff --git a/meta-python/recipes-devtools/python/python-flufl-enum_4.0.1.bb b/meta-python/recipes-devtools/python/python-flufl-enum_4.1.bb
similarity index 74%
rename from meta-python/recipes-devtools/python/python-flufl-enum_4.0.1.bb
rename to meta-python/recipes-devtools/python/python-flufl-enum_4.1.bb
index fe25fd7..ef10848 100644
--- a/meta-python/recipes-devtools/python/python-flufl-enum_4.0.1.bb
+++ b/meta-python/recipes-devtools/python/python-flufl-enum_4.1.bb
@@ -4,10 +4,10 @@ specific, concise semantics in an easy to read and write syntax. flufl.enum has
 features needed to make enumerations useful, but without a lot of extra baggage to weigh them down. "
 
 LICENSE = "LGPLv3"
-LIC_FILES_CHKSUM = "file://PKG-INFO;md5=1fa25baed15d3be23c902636379438e8"
+LIC_FILES_CHKSUM = "file://PKG-INFO;startline=8;endline=9;md5=250adb4c74c359b7049abcd9d6b115e7"
 
-SRC_URI[md5sum] = "b3ad23761a78232bc78499ced7cb85d9"
-SRC_URI[sha256sum] = "4af7e7cf2dcc7517251570c7ef9ad194e30ee4b6f860eba500c03954ae95f9d8"
+SRC_URI[md5sum] = "461779384c07ed2b5f554a5d51a000c4"
+SRC_URI[sha256sum] = "94da1413ba085473652f81565847913ea1543d1739972ecbd6afe57d7b1b68b4"
 
 PYPI_PACKAGE = "flufl.enum"
 inherit pypi setuptools
-- 
1.9.1



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

* [meta-python][PATCH 03/11] python-enum34: update to 1.1.2
  2016-02-22 13:34 [meta-python][PATCH 01/11] python-ujson: update to 0.35 Derek Straka
  2016-02-22 13:34 ` [meta-python][PATCH 02/11] python-flufl-enum: update to 4.1 Derek Straka
@ 2016-02-22 13:34 ` Derek Straka
  2016-02-22 13:34 ` [meta-python][PATCH 04/11] python-feedparser: update to 5.2.1 Derek Straka
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 18+ messages in thread
From: Derek Straka @ 2016-02-22 13:34 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Derek Straka

Signed-off-by: Derek Straka <derek@asterius.io>
---
 .../python/{python-enum34_1.0.4.bb => python-enum34_1.1.2.bb}         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-enum34_1.0.4.bb => python-enum34_1.1.2.bb} (55%)

diff --git a/meta-python/recipes-devtools/python/python-enum34_1.0.4.bb b/meta-python/recipes-devtools/python/python-enum34_1.1.2.bb
similarity index 55%
rename from meta-python/recipes-devtools/python/python-enum34_1.0.4.bb
rename to meta-python/recipes-devtools/python/python-enum34_1.1.2.bb
index 3227c10..5083bda 100644
--- a/meta-python/recipes-devtools/python/python-enum34_1.0.4.bb
+++ b/meta-python/recipes-devtools/python/python-enum34_1.1.2.bb
@@ -2,7 +2,7 @@ SUMMARY = "backport of Python 3.4's enum package"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://enum/LICENSE;md5=0a97a53a514564c20efd7b2e8976c87e"
 
-SRC_URI[md5sum] = "ac80f432ac9373e7d162834b264034b6"
-SRC_URI[sha256sum] = "d3c19f26a6a34629c18c775f59dfc5dd595764c722b57a2da56ebfb69b94e447"
+SRC_URI[md5sum] = "025bb71b3f9d2fad15d0ee53e48dc873"
+SRC_URI[sha256sum] = "2475d7fcddf5951e92ff546972758802de5260bf409319a9f1934e6bbc8b1dc7"
 
 inherit pypi setuptools
-- 
1.9.1



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

* [meta-python][PATCH 04/11] python-feedparser: update to 5.2.1
  2016-02-22 13:34 [meta-python][PATCH 01/11] python-ujson: update to 0.35 Derek Straka
  2016-02-22 13:34 ` [meta-python][PATCH 02/11] python-flufl-enum: update to 4.1 Derek Straka
  2016-02-22 13:34 ` [meta-python][PATCH 03/11] python-enum34: update to 1.1.2 Derek Straka
@ 2016-02-22 13:34 ` Derek Straka
  2016-02-22 13:34 ` [meta-python][PATCH 05/11] python-prettytable: fix fetch issues in divergent pypi url pattern Derek Straka
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 18+ messages in thread
From: Derek Straka @ 2016-02-22 13:34 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Derek Straka

Signed-off-by: Derek Straka <derek@asterius.io>
---
 .../recipes-devtools/python/python-feedparser_5.1.3.bb     | 14 --------------
 .../recipes-devtools/python/python-feedparser_5.2.1.bb     |  9 +++++++++
 2 files changed, 9 insertions(+), 14 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python-feedparser_5.1.3.bb
 create mode 100644 meta-python/recipes-devtools/python/python-feedparser_5.2.1.bb

diff --git a/meta-python/recipes-devtools/python/python-feedparser_5.1.3.bb b/meta-python/recipes-devtools/python/python-feedparser_5.1.3.bb
deleted file mode 100644
index 92d5568..0000000
--- a/meta-python/recipes-devtools/python/python-feedparser_5.1.3.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-SUMMARY = "Python Atom and RSS feed parser"
-HOMEPAGE = "http://code.google.com/p/feedparser"
-SECTION = "devel/python"
-LICENSE = "BSD-2-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=f5fbe7f8b71b4019eca5ac5f900fd8ad"
-
-SRC_URI = "http://feedparser.googlecode.com/files/feedparser-${PV}.tar.bz2"
-SRC_URI[md5sum] = "6fb6372a1dc2f56d4d79d740b8f49f25"
-SRC_URI[sha256sum] = "7f6507d400d07edfd1ea8205da36808009b0c539f5b8a6e0ab54337b955e6dc3"
-
-S = "${WORKDIR}/feedparser-${PV}"
-
-inherit setuptools
-
diff --git a/meta-python/recipes-devtools/python/python-feedparser_5.2.1.bb b/meta-python/recipes-devtools/python/python-feedparser_5.2.1.bb
new file mode 100644
index 0000000..3ac18b0
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-feedparser_5.2.1.bb
@@ -0,0 +1,9 @@
+SUMMARY = "Python Atom and RSS feed parser"
+LICENSE = "BSD-2-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=c21a7713ef6dc1b99644061c397e7c2a"
+
+SRC_URI[md5sum] = "d552f7a2a55e8e33b2a3fe1082505b42"
+SRC_URI[sha256sum] = "bd030652c2d08532c034c27fcd7c85868e7fa3cb2b17f230a44a6bbc92519bf9"
+
+inherit pypi setuptools
+
-- 
1.9.1



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

* [meta-python][PATCH 05/11] python-prettytable: fix fetch issues in divergent pypi url pattern
  2016-02-22 13:34 [meta-python][PATCH 01/11] python-ujson: update to 0.35 Derek Straka
                   ` (2 preceding siblings ...)
  2016-02-22 13:34 ` [meta-python][PATCH 04/11] python-feedparser: update to 5.2.1 Derek Straka
@ 2016-02-22 13:34 ` Derek Straka
  2016-02-22 13:35 ` [meta-python][PATCH 06/11] python-mccabe: update to 0.4.0 Derek Straka
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 18+ messages in thread
From: Derek Straka @ 2016-02-22 13:34 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Derek Straka

Signed-off-by: Derek Straka <derek@asterius.io>
---
 meta-python/recipes-devtools/python/python-prettytable_0.7.2.bb | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python-prettytable_0.7.2.bb b/meta-python/recipes-devtools/python/python-prettytable_0.7.2.bb
index 14edb03..c8f7b5f 100644
--- a/meta-python/recipes-devtools/python/python-prettytable_0.7.2.bb
+++ b/meta-python/recipes-devtools/python/python-prettytable_0.7.2.bb
@@ -6,8 +6,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3e73500ffa52de5071cff65990055282"
 SRC_URI[md5sum] = "0c1361104caff8b09f220748f9d69899"
 SRC_URI[sha256sum] = "a53da3b43d7a5c229b5e3ca2892ef982c46b7923b51e98f0db49956531211c4f"
 
-PYPI_PACKAGE_EXT = "zip"
-inherit pypi setuptools
+SRCNAME = "prettytable"
+
+SRC_URI = "https://pypi.python.org/packages/source/P/PrettyTable/${SRCNAME}-${PV}.zip"
+
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit setuptools
 
 do_install_append() {
     perm_files=`find "${D}${PYTHON_SITEPACKAGES_DIR}/" -name "top_level.txt"`
-- 
1.9.1



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

* [meta-python][PATCH 06/11] python-mccabe: update to 0.4.0
  2016-02-22 13:34 [meta-python][PATCH 01/11] python-ujson: update to 0.35 Derek Straka
                   ` (3 preceding siblings ...)
  2016-02-22 13:34 ` [meta-python][PATCH 05/11] python-prettytable: fix fetch issues in divergent pypi url pattern Derek Straka
@ 2016-02-22 13:35 ` Derek Straka
  2016-02-22 13:35 ` [meta-python][PATCH 07/11] python-pyflakes: update to 1.0.0 Derek Straka
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 18+ messages in thread
From: Derek Straka @ 2016-02-22 13:35 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Derek Straka

Signed-off-by: Derek Straka <derek@asterius.io>
---
 .../python/{python-mccabe_0.2.1.bb => python-mccabe_0.4.0.bb}       | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python-mccabe_0.2.1.bb => python-mccabe_0.4.0.bb} (51%)

diff --git a/meta-python/recipes-devtools/python/python-mccabe_0.2.1.bb b/meta-python/recipes-devtools/python/python-mccabe_0.4.0.bb
similarity index 51%
rename from meta-python/recipes-devtools/python/python-mccabe_0.2.1.bb
rename to meta-python/recipes-devtools/python/python-mccabe_0.4.0.bb
index 4541994..0958f75 100644
--- a/meta-python/recipes-devtools/python/python-mccabe_0.2.1.bb
+++ b/meta-python/recipes-devtools/python/python-mccabe_0.4.0.bb
@@ -1,10 +1,10 @@
 SUMMARY = "McCabe checker, plugin for flake8"
 HOMEPAGE = "https://github.com/dreamhost/cliff"
 LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://README.rst;md5=aa0383f6aee4f5c20084a97cd13164c4"
+LIC_FILES_CHKSUM = "file://README.rst;md5=f8b50fba1711ecac6bcdb6324f85a66d"
 
-SRC_URI[md5sum] = "5a3f3fa6a4bad126c88aaaa7dab682f5"
-SRC_URI[sha256sum] = "5a2a170e47de5593a6abfae1e9542bd2c3924ac62bbe4e6ed96c953c0352243a"
+SRC_URI[md5sum] = "8c425db05f310adcd4bb174b991f26f5"
+SRC_URI[sha256sum] = "9a2b12ebd876e77c72e41ebf401cc2e7c5b566649d50105ca49822688642207b"
 
 inherit pypi setuptools
 
-- 
1.9.1



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

* [meta-python][PATCH 07/11] python-pyflakes: update to 1.0.0
  2016-02-22 13:34 [meta-python][PATCH 01/11] python-ujson: update to 0.35 Derek Straka
                   ` (4 preceding siblings ...)
  2016-02-22 13:35 ` [meta-python][PATCH 06/11] python-mccabe: update to 0.4.0 Derek Straka
@ 2016-02-22 13:35 ` Derek Straka
  2016-02-22 13:35 ` [meta-python][PATCH 08/11] python-mock: update to 1.3.0 Derek Straka
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 18+ messages in thread
From: Derek Straka @ 2016-02-22 13:35 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Derek Straka

Signed-off-by: Derek Straka <derek@asterius.io>
---
 .../python/{python-pyflakes_0.7.3.bb => python-pyflakes_1.0.0.bb}   | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python-pyflakes_0.7.3.bb => python-pyflakes_1.0.0.bb} (51%)

diff --git a/meta-python/recipes-devtools/python/python-pyflakes_0.7.3.bb b/meta-python/recipes-devtools/python/python-pyflakes_1.0.0.bb
similarity index 51%
rename from meta-python/recipes-devtools/python/python-pyflakes_0.7.3.bb
rename to meta-python/recipes-devtools/python/python-pyflakes_1.0.0.bb
index d4d19cc..c319af8 100644
--- a/meta-python/recipes-devtools/python/python-pyflakes_0.7.3.bb
+++ b/meta-python/recipes-devtools/python/python-pyflakes_1.0.0.bb
@@ -1,10 +1,10 @@
 SUMMARY = "passive checker of Python programs"
 HOMEPAGE = "https://github.com/dreamhost/cliff"
 LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://README.rst;md5=1815018ebbbfc8659a9df33681a0936e"
+LIC_FILES_CHKSUM = "file://README.rst;md5=0f2ba771f63ad51756f4fb10e827220e"
 
-SRC_URI[md5sum] = "ec94ac11cb110e6e72cca23c104b66b1"
-SRC_URI[sha256sum] = "dbd2c940a1030a4f811afc1a04017a44011c0cb54f8f384b66aa624097d9b5e3"
+SRC_URI[md5sum] = "914621d4c9546248419b435dd358eb6a"
+SRC_URI[sha256sum] = "f39e33a4c03beead8774f005bd3ecf0c3f2f264fa0201de965fce0aff1d34263"
 
 inherit pypi setuptools
 
-- 
1.9.1



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

* [meta-python][PATCH 08/11] python-mock: update to 1.3.0
  2016-02-22 13:34 [meta-python][PATCH 01/11] python-ujson: update to 0.35 Derek Straka
                   ` (5 preceding siblings ...)
  2016-02-22 13:35 ` [meta-python][PATCH 07/11] python-pyflakes: update to 1.0.0 Derek Straka
@ 2016-02-22 13:35 ` Derek Straka
  2016-02-24 13:04   ` Martin Jansa
  2016-02-22 13:35 ` [meta-python][PATCH 09/11] python-monotonic: update to 0.6 Derek Straka
                   ` (2 subsequent siblings)
  9 siblings, 1 reply; 18+ messages in thread
From: Derek Straka @ 2016-02-22 13:35 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Derek Straka

Signed-off-by: Derek Straka <derek@asterius.io>
---
 .../python/{python-mock_1.0.1.bb => python-mock_1.3.0.bb}           | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python-mock_1.0.1.bb => python-mock_1.3.0.bb} (54%)

diff --git a/meta-python/recipes-devtools/python/python-mock_1.0.1.bb b/meta-python/recipes-devtools/python/python-mock_1.3.0.bb
similarity index 54%
rename from meta-python/recipes-devtools/python/python-mock_1.0.1.bb
rename to meta-python/recipes-devtools/python/python-mock_1.3.0.bb
index d336f61..8a7894c 100644
--- a/meta-python/recipes-devtools/python/python-mock_1.0.1.bb
+++ b/meta-python/recipes-devtools/python/python-mock_1.3.0.bb
@@ -1,9 +1,9 @@
 SUMMARY = "A Python Mocking and Patching Library for Testing"
 LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=80e5ba73891255687dff3bee2b4cbb16"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=de9dfbf780446b18aab11f00baaf5b7e"
 
-SRC_URI[md5sum] = "c3971991738caa55ec7c356bbc154ee2"
-SRC_URI[sha256sum] = "b839dd2d9c117c701430c149956918a423a9863b48b09c90e30a6013e7d2f44f"
+SRC_URI[md5sum] = "73ee8a4afb3ff4da1b4afa287f39fdeb"
+SRC_URI[sha256sum] = "1e247dbecc6ce057299eb7ee019ad68314bb93152e81d9a6110d35f4d5eca0f6"
 
 inherit pypi setuptools
 
-- 
1.9.1



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

* [meta-python][PATCH 09/11] python-monotonic: update to 0.6
  2016-02-22 13:34 [meta-python][PATCH 01/11] python-ujson: update to 0.35 Derek Straka
                   ` (6 preceding siblings ...)
  2016-02-22 13:35 ` [meta-python][PATCH 08/11] python-mock: update to 1.3.0 Derek Straka
@ 2016-02-22 13:35 ` Derek Straka
  2016-02-22 13:35 ` [meta-python][PATCH 10/11] python-msgpack: update to 0.4.7 Derek Straka
  2016-02-22 13:35 ` [meta-python][PATCH 11/11] python-pyserial: update to 3.0.1 Derek Straka
  9 siblings, 0 replies; 18+ messages in thread
From: Derek Straka @ 2016-02-22 13:35 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Derek Straka

Signed-off-by: Derek Straka <derek@asterius.io>
---
 .../python/{python-monotonic_0.4.bb => python-monotonic_0.6.bb}       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-monotonic_0.4.bb => python-monotonic_0.6.bb} (64%)

diff --git a/meta-python/recipes-devtools/python/python-monotonic_0.4.bb b/meta-python/recipes-devtools/python/python-monotonic_0.6.bb
similarity index 64%
rename from meta-python/recipes-devtools/python/python-monotonic_0.4.bb
rename to meta-python/recipes-devtools/python/python-monotonic_0.6.bb
index 875dee2..40207bf 100644
--- a/meta-python/recipes-devtools/python/python-monotonic_0.4.bb
+++ b/meta-python/recipes-devtools/python/python-monotonic_0.6.bb
@@ -2,8 +2,8 @@ SUMMARY = "An implementation of time.monotonic() for Python 2.0 through 3.2"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"
 
-SRC_URI[md5sum] = "1919cc3aff2a1b907fe24c1f801343ef"
-SRC_URI[sha256sum] = "852f656adbf623ee859def6ca2f5498f4cae3256f8320d5c50570ee8a0592ab6"
+SRC_URI[md5sum] = "2f77ba5a56051b0442b1c74fd05dafb5"
+SRC_URI[sha256sum] = "2bc780a16024427cb4bfbfff77ed328484cf6937a787cc50055b83b13b653e74"
 
 inherit pypi setuptools
 
-- 
1.9.1



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

* [meta-python][PATCH 10/11] python-msgpack: update to 0.4.7
  2016-02-22 13:34 [meta-python][PATCH 01/11] python-ujson: update to 0.35 Derek Straka
                   ` (7 preceding siblings ...)
  2016-02-22 13:35 ` [meta-python][PATCH 09/11] python-monotonic: update to 0.6 Derek Straka
@ 2016-02-22 13:35 ` Derek Straka
  2016-02-22 13:35 ` [meta-python][PATCH 11/11] python-pyserial: update to 3.0.1 Derek Straka
  9 siblings, 0 replies; 18+ messages in thread
From: Derek Straka @ 2016-02-22 13:35 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Derek Straka

Signed-off-by: Derek Straka <derek@asterius.io>
---
 .../python/{python-msgpack_0.4.5.bb => python-msgpack_0.4.7.bb}       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-msgpack_0.4.5.bb => python-msgpack_0.4.7.bb} (59%)

diff --git a/meta-python/recipes-devtools/python/python-msgpack_0.4.5.bb b/meta-python/recipes-devtools/python/python-msgpack_0.4.7.bb
similarity index 59%
rename from meta-python/recipes-devtools/python/python-msgpack_0.4.5.bb
rename to meta-python/recipes-devtools/python/python-msgpack_0.4.7.bb
index 55a2ff1..3b7853e 100644
--- a/meta-python/recipes-devtools/python/python-msgpack_0.4.5.bb
+++ b/meta-python/recipes-devtools/python/python-msgpack_0.4.7.bb
@@ -4,8 +4,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=cd9523181d9d4fbf7ffca52eaa2a5751"
 
 PR = "r0"
 
-SRC_URI[md5sum] = "3b82bc542d5599896695512e7c32f42d"
-SRC_URI[sha256sum] = "a07cd6615a6bf38cfa2f010b121c7e77b74a3e7b971ef3e475c3d33308014cbb"
+SRC_URI[md5sum] = "eb2aad1081534ef3a9f32a0ecd350b9b"
+SRC_URI[sha256sum] = "5e001229a54180a02dcdd59db23c9978351af55b1290c27bc549e381f43acd6b"
 
 PYPI_PACKAGE = "msgpack-python"
 inherit pypi setuptools
-- 
1.9.1



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

* [meta-python][PATCH 11/11] python-pyserial: update to 3.0.1
  2016-02-22 13:34 [meta-python][PATCH 01/11] python-ujson: update to 0.35 Derek Straka
                   ` (8 preceding siblings ...)
  2016-02-22 13:35 ` [meta-python][PATCH 10/11] python-msgpack: update to 0.4.7 Derek Straka
@ 2016-02-22 13:35 ` Derek Straka
  9 siblings, 0 replies; 18+ messages in thread
From: Derek Straka @ 2016-02-22 13:35 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Derek Straka

Signed-off-by: Derek Straka <derek@asterius.io>
---
 meta-python/recipes-devtools/python/python-pyserial.inc   | 15 ++++++---------
 .../{python-pyserial_2.7.bb => python-pyserial_3.0.1.bb}  |  0
 ...{python3-pyserial_2.7.bb => python3-pyserial_3.0.1.bb} |  0
 3 files changed, 6 insertions(+), 9 deletions(-)
 rename meta-python/recipes-devtools/python/{python-pyserial_2.7.bb => python-pyserial_3.0.1.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-pyserial_2.7.bb => python3-pyserial_3.0.1.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-pyserial.inc b/meta-python/recipes-devtools/python/python-pyserial.inc
index 0fd6747..08eef74 100644
--- a/meta-python/recipes-devtools/python/python-pyserial.inc
+++ b/meta-python/recipes-devtools/python/python-pyserial.inc
@@ -1,11 +1,6 @@
 SUMMARY = "Serial Port Support for Python"
-SECTION = "devel/python"
-LICENSE = "PSF"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c557c64905dac5b725980b9505bf8d7b"
-SRCNAME = "pyserial"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
-S = "${WORKDIR}/${SRCNAME}-${PV}"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=0051a0dc811ee3fdb17a2fd0be44f3ad"
 
 # FIXME might stop packaging serialwin32 and serialjava files
 
@@ -15,5 +10,7 @@ RDEPENDS_${PN} = "\
     ${PYTHON_PN}-stringold \
 "
 
-SRC_URI[md5sum] = "794506184df83ef2290de0d18803dd11"
-SRC_URI[sha256sum] = "3542ec0838793e61d6224e27ff05e8ce4ba5a5c5cc4ec5c6a3e8d49247985477"
+SRC_URI[md5sum] = "c8521e49f8852196aac39431e0901703"
+SRC_URI[sha256sum] = "969cb6405d1d87f8960cf9c10f597ae58f85da2fb9769dba96f4aeeaade54656"
+
+inherit pypi
diff --git a/meta-python/recipes-devtools/python/python-pyserial_2.7.bb b/meta-python/recipes-devtools/python/python-pyserial_3.0.1.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-pyserial_2.7.bb
rename to meta-python/recipes-devtools/python/python-pyserial_3.0.1.bb
diff --git a/meta-python/recipes-devtools/python/python3-pyserial_2.7.bb b/meta-python/recipes-devtools/python/python3-pyserial_3.0.1.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-pyserial_2.7.bb
rename to meta-python/recipes-devtools/python/python3-pyserial_3.0.1.bb
-- 
1.9.1



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

* Re: [meta-python][PATCH 02/11] python-flufl-enum: update to 4.1
  2016-02-22 13:34 ` [meta-python][PATCH 02/11] python-flufl-enum: update to 4.1 Derek Straka
@ 2016-02-22 19:22   ` Khem Raj
  2016-02-23 15:47     ` Derek Straka
  0 siblings, 1 reply; 18+ messages in thread
From: Khem Raj @ 2016-02-22 19:22 UTC (permalink / raw)
  To: openembeded-devel; +Cc: Derek Straka

On Mon, Feb 22, 2016 at 5:34 AM, Derek Straka <derek@asterius.io> wrote:
> Signed-off-by: Derek Straka <derek@asterius.io>
> ---
>  .../python/{python-flufl-enum_4.0.1.bb => python-flufl-enum_4.1.bb} | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>  rename meta-python/recipes-devtools/python/{python-flufl-enum_4.0.1.bb => python-flufl-enum_4.1.bb} (74%)
>
> diff --git a/meta-python/recipes-devtools/python/python-flufl-enum_4.0.1.bb b/meta-python/recipes-devtools/python/python-flufl-enum_4.1.bb
> similarity index 74%
> rename from meta-python/recipes-devtools/python/python-flufl-enum_4.0.1.bb
> rename to meta-python/recipes-devtools/python/python-flufl-enum_4.1.bb
> index fe25fd7..ef10848 100644
> --- a/meta-python/recipes-devtools/python/python-flufl-enum_4.0.1.bb
> +++ b/meta-python/recipes-devtools/python/python-flufl-enum_4.1.bb
> @@ -4,10 +4,10 @@ specific, concise semantics in an easy to read and write syntax. flufl.enum has
>  features needed to make enumerations useful, but without a lot of extra baggage to weigh them down. "
>
>  LICENSE = "LGPLv3"
> -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=1fa25baed15d3be23c902636379438e8"
> +LIC_FILES_CHKSUM = "file://PKG-INFO;startline=8;endline=9;md5=250adb4c74c359b7049abcd9d6b115e7"
>

you need to explain what changes with this

> -SRC_URI[md5sum] = "b3ad23761a78232bc78499ced7cb85d9"
> -SRC_URI[sha256sum] = "4af7e7cf2dcc7517251570c7ef9ad194e30ee4b6f860eba500c03954ae95f9d8"
> +SRC_URI[md5sum] = "461779384c07ed2b5f554a5d51a000c4"
> +SRC_URI[sha256sum] = "94da1413ba085473652f81565847913ea1543d1739972ecbd6afe57d7b1b68b4"
>
>  PYPI_PACKAGE = "flufl.enum"
>  inherit pypi setuptools
> --
> 1.9.1
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

* Re: [meta-python][PATCH 02/11] python-flufl-enum: update to 4.1
  2016-02-22 19:22   ` Khem Raj
@ 2016-02-23 15:47     ` Derek Straka
  0 siblings, 0 replies; 18+ messages in thread
From: Derek Straka @ 2016-02-23 15:47 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembeded-devel

The license that applies to the package remains the same.  The issue is the
PKG-INFO file is updated with each rev (it contains release notes), so the
checksum would need to be updated each time we update the package.  The
license info for the package is contained on line 8.  I can just modify the
checksum each time and manually verify the license is unchanged if that is
preferred.

On Mon, Feb 22, 2016 at 2:22 PM, Khem Raj <raj.khem@gmail.com> wrote:

> On Mon, Feb 22, 2016 at 5:34 AM, Derek Straka <derek@asterius.io> wrote:
> > Signed-off-by: Derek Straka <derek@asterius.io>
> > ---
> >  .../python/{python-flufl-enum_4.0.1.bb => python-flufl-enum_4.1.bb} |
> 6 +++---
> >  1 file changed, 3 insertions(+), 3 deletions(-)
> >  rename meta-python/recipes-devtools/python/{python-flufl-enum_4.0.1.bb
> => python-flufl-enum_4.1.bb} (74%)
> >
> > diff --git a/meta-python/recipes-devtools/python/
> python-flufl-enum_4.0.1.bb b/meta-python/recipes-devtools/python/
> python-flufl-enum_4.1.bb
> > similarity index 74%
> > rename from meta-python/recipes-devtools/python/
> python-flufl-enum_4.0.1.bb
> > rename to meta-python/recipes-devtools/python/python-flufl-enum_4.1.bb
> > index fe25fd7..ef10848 100644
> > --- a/meta-python/recipes-devtools/python/python-flufl-enum_4.0.1.bb
> > +++ b/meta-python/recipes-devtools/python/python-flufl-enum_4.1.bb
> > @@ -4,10 +4,10 @@ specific, concise semantics in an easy to read and
> write syntax. flufl.enum has
> >  features needed to make enumerations useful, but without a lot of extra
> baggage to weigh them down. "
> >
> >  LICENSE = "LGPLv3"
> > -LIC_FILES_CHKSUM =
> "file://PKG-INFO;md5=1fa25baed15d3be23c902636379438e8"
> > +LIC_FILES_CHKSUM =
> "file://PKG-INFO;startline=8;endline=9;md5=250adb4c74c359b7049abcd9d6b115e7"
> >
>
> you need to explain what changes with this
>
> > -SRC_URI[md5sum] = "b3ad23761a78232bc78499ced7cb85d9"
> > -SRC_URI[sha256sum] =
> "4af7e7cf2dcc7517251570c7ef9ad194e30ee4b6f860eba500c03954ae95f9d8"
> > +SRC_URI[md5sum] = "461779384c07ed2b5f554a5d51a000c4"
> > +SRC_URI[sha256sum] =
> "94da1413ba085473652f81565847913ea1543d1739972ecbd6afe57d7b1b68b4"
> >
> >  PYPI_PACKAGE = "flufl.enum"
> >  inherit pypi setuptools
> > --
> > 1.9.1
> >
> > --
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>


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

* Re: [meta-python][PATCH 08/11] python-mock: update to 1.3.0
  2016-02-22 13:35 ` [meta-python][PATCH 08/11] python-mock: update to 1.3.0 Derek Straka
@ 2016-02-24 13:04   ` Martin Jansa
  2016-02-24 16:20       ` python-setuptools fetch issues Was: [oe] " Martin Jansa
  0 siblings, 1 reply; 18+ messages in thread
From: Martin Jansa @ 2016-02-24 13:04 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Derek Straka

[-- Attachment #1: Type: text/plain, Size: 3457 bytes --]

On Mon, Feb 22, 2016 at 08:35:02AM -0500, Derek Straka wrote:
> Signed-off-by: Derek Straka <derek@asterius.io>

Do we need to use https for pypi? All these new versions are failing
with:

WARNING: python-mock-1.3.0-r0 do_fetch: Failed to fetch URL https://pypi.python.org/packages/source/m/mock/mock-1.3.0.tar.gz, attempting MIRRORS if available
ERROR: python-mock-1.3.0-r0 do_fetch: Fetcher failure: Fetch command failed with exit code 4, output:
OpenSSL: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
Unable to establish SSL connection.

ERROR: python-mock-1.3.0-r0 do_fetch: Function failed: Fetcher failure for URL: 'https://pypi.python.org/packages/source/m/mock/mock-1.3.0.tar.gz'. Unable to fetch URL from any source.
ERROR: Logfile of failure stored in: /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/python-mock/1.3.0-r0/temp/log.do_fetch.22652
NOTE: recipe python-mock-1.3.0-r0: task do_fetch: Failed

  /home/jenkins/oe/world/shr-core/meta-openembedded/meta-python/recipes-devtools/python/python-mock_1.3.0.bb, do_fetch
  /home/jenkins/oe/world/shr-core/meta-openembedded/meta-python/recipes-devtools/python/python-tornado-redis_2.4.18.bb, do_fetch
  /home/jenkins/oe/world/shr-core/meta-openembedded/meta-python/recipes-devtools/python/python-ujson_1.35.bb, do_fetch
  /home/jenkins/oe/world/shr-core/meta-openembedded/meta-python/recipes-devtools/python/python-monotonic_0.6.bb, do_fetch
  /home/jenkins/oe/world/shr-core/meta-openembedded/meta-python/recipes-devtools/python/python-msgpack_0.4.7.bb, do_fetch
  /home/jenkins/oe/world/shr-core/meta-openembedded/meta-python/recipes-devtools/python/python-flufl-enum_4.1.bb, do_fetch
  /home/jenkins/oe/world/shr-core/meta-openembedded/meta-python/recipes-devtools/python/python-feedparser_5.2.1.bb, do_fetch

> ---
>  .../python/{python-mock_1.0.1.bb => python-mock_1.3.0.bb}           | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>  rename meta-python/recipes-devtools/python/{python-mock_1.0.1.bb => python-mock_1.3.0.bb} (54%)
> 
> diff --git a/meta-python/recipes-devtools/python/python-mock_1.0.1.bb b/meta-python/recipes-devtools/python/python-mock_1.3.0.bb
> similarity index 54%
> rename from meta-python/recipes-devtools/python/python-mock_1.0.1.bb
> rename to meta-python/recipes-devtools/python/python-mock_1.3.0.bb
> index d336f61..8a7894c 100644
> --- a/meta-python/recipes-devtools/python/python-mock_1.0.1.bb
> +++ b/meta-python/recipes-devtools/python/python-mock_1.3.0.bb
> @@ -1,9 +1,9 @@
>  SUMMARY = "A Python Mocking and Patching Library for Testing"
>  LICENSE = "Apache-2.0"
> -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=80e5ba73891255687dff3bee2b4cbb16"
> +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=de9dfbf780446b18aab11f00baaf5b7e"
>  
> -SRC_URI[md5sum] = "c3971991738caa55ec7c356bbc154ee2"
> -SRC_URI[sha256sum] = "b839dd2d9c117c701430c149956918a423a9863b48b09c90e30a6013e7d2f44f"
> +SRC_URI[md5sum] = "73ee8a4afb3ff4da1b4afa287f39fdeb"
> +SRC_URI[sha256sum] = "1e247dbecc6ce057299eb7ee019ad68314bb93152e81d9a6110d35f4d5eca0f6"
>  
>  inherit pypi setuptools
>  
> -- 
> 1.9.1
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

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

* python-setuptools fetch issues Was: [meta-python][PATCH 08/11] python-mock: update to 1.3.0
  2016-02-24 13:04   ` Martin Jansa
@ 2016-02-24 16:20       ` Martin Jansa
  0 siblings, 0 replies; 18+ messages in thread
From: Martin Jansa @ 2016-02-24 16:20 UTC (permalink / raw)
  To: openembedded-devel, openembedded-core; +Cc: Derek Straka

[-- Attachment #1: Type: text/plain, Size: 3242 bytes --]

On Wed, Feb 24, 2016 at 02:04:13PM +0100, Martin Jansa wrote:
> On Mon, Feb 22, 2016 at 08:35:02AM -0500, Derek Straka wrote:
> > Signed-off-by: Derek Straka <derek@asterius.io>

After fixing the download issue, I can see another error, which has the same
root cause (various fetch failures from my jenkins slave when SSLv2 is used).

But more important question is why are setuptools trying to fetch pbr from
outside network and how will we prevent it.

Bitbake builds should be able to create an image just from pre-populated
downloads directory (also when BB_NO_NETWORK is set), this breaks that
principle.

NOTE: recipe python-mock-1.3.0-r0: task do_compile: Started
NOTE: recipe python-mock-1.3.0-r0: task do_populate_lic: Succeeded
ERROR: python-mock-1.3.0-r0 do_compile: python setup.py build execution failed.
ERROR: python-mock-1.3.0-r0 do_compile: Function failed: do_compile (log file is located at /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/python-mock/1.3.0-r0/temp/log.do_compile.12826)
ERROR: Logfile of failure stored in: /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/python-mock/1.3.0-r0/temp/log.do_compile.12826  
NOTE: recipe python-mock-1.3.0-r0: task do_compile: Failed
ERROR: Task 6 (/home/jenkins/oe/world/shr-core/meta-openembedded/meta-python/recipes-devtools/python/python-mock_1.3.0.bb, do_compile) failed with exit code '1'
NOTE: Tasks Summary: Attempted 853 tasks of which 847 didn't need to be rerun and 1 failed.


DEBUG: Executing shell function do_compile
Download error on https://pypi.python.org/simple/pbr/: [SSL: UNKNOWN_PROTOCOL] unknown protocol (_ssl.c:590) -- Some packages may not be found!
Couldn't find index page for 'pbr' (maybe misspelled?)
Download error on https://pypi.python.org/simple/: [SSL: UNKNOWN_PROTOCOL] unknown protocol (_ssl.c:590) -- Some packages may not be found!
No local packages or download links found for pbr>=1.3
Traceback (most recent call last):
  File "setup.py", line 18, in <module>
    pbr=True)
  File "/home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/x86_64-linux/usr/lib/python2.7/distutils/core.py", line 111, in setup
    _setup_distribution = dist = klass(attrs)
  File "build/bdist.linux-x86_64/egg/setuptools/dist.py", line 269, in __init__
  File "build/bdist.linux-x86_64/egg/setuptools/dist.py", line 313, in fetch_build_eggs
  File "build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line 827, in resolve
  File "build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line 1072, in best_match
  File "build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line 1084, in obtain
  File "build/bdist.linux-x86_64/egg/setuptools/dist.py", line 380, in fetch_build_egg
  File "build/bdist.linux-x86_64/egg/setuptools/command/easy_install.py", line 634, in easy_install
distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr>=1.3')
WARNING: exit code 1 from a shell command.
ERROR: python setup.py build execution failed.
ERROR: Function failed: do_compile (log file is located at /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/python-mock/1.3.0-r0/temp/log.do_compile.12826)



[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

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

* python-setuptools fetch issues Was: [oe] [meta-python][PATCH 08/11] python-mock: update to 1.3.0
@ 2016-02-24 16:20       ` Martin Jansa
  0 siblings, 0 replies; 18+ messages in thread
From: Martin Jansa @ 2016-02-24 16:20 UTC (permalink / raw)
  To: openembedded-devel, openembedded-core; +Cc: Derek Straka

[-- Attachment #1: Type: text/plain, Size: 3242 bytes --]

On Wed, Feb 24, 2016 at 02:04:13PM +0100, Martin Jansa wrote:
> On Mon, Feb 22, 2016 at 08:35:02AM -0500, Derek Straka wrote:
> > Signed-off-by: Derek Straka <derek@asterius.io>

After fixing the download issue, I can see another error, which has the same
root cause (various fetch failures from my jenkins slave when SSLv2 is used).

But more important question is why are setuptools trying to fetch pbr from
outside network and how will we prevent it.

Bitbake builds should be able to create an image just from pre-populated
downloads directory (also when BB_NO_NETWORK is set), this breaks that
principle.

NOTE: recipe python-mock-1.3.0-r0: task do_compile: Started
NOTE: recipe python-mock-1.3.0-r0: task do_populate_lic: Succeeded
ERROR: python-mock-1.3.0-r0 do_compile: python setup.py build execution failed.
ERROR: python-mock-1.3.0-r0 do_compile: Function failed: do_compile (log file is located at /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/python-mock/1.3.0-r0/temp/log.do_compile.12826)
ERROR: Logfile of failure stored in: /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/python-mock/1.3.0-r0/temp/log.do_compile.12826  
NOTE: recipe python-mock-1.3.0-r0: task do_compile: Failed
ERROR: Task 6 (/home/jenkins/oe/world/shr-core/meta-openembedded/meta-python/recipes-devtools/python/python-mock_1.3.0.bb, do_compile) failed with exit code '1'
NOTE: Tasks Summary: Attempted 853 tasks of which 847 didn't need to be rerun and 1 failed.


DEBUG: Executing shell function do_compile
Download error on https://pypi.python.org/simple/pbr/: [SSL: UNKNOWN_PROTOCOL] unknown protocol (_ssl.c:590) -- Some packages may not be found!
Couldn't find index page for 'pbr' (maybe misspelled?)
Download error on https://pypi.python.org/simple/: [SSL: UNKNOWN_PROTOCOL] unknown protocol (_ssl.c:590) -- Some packages may not be found!
No local packages or download links found for pbr>=1.3
Traceback (most recent call last):
  File "setup.py", line 18, in <module>
    pbr=True)
  File "/home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/x86_64-linux/usr/lib/python2.7/distutils/core.py", line 111, in setup
    _setup_distribution = dist = klass(attrs)
  File "build/bdist.linux-x86_64/egg/setuptools/dist.py", line 269, in __init__
  File "build/bdist.linux-x86_64/egg/setuptools/dist.py", line 313, in fetch_build_eggs
  File "build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line 827, in resolve
  File "build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line 1072, in best_match
  File "build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line 1084, in obtain
  File "build/bdist.linux-x86_64/egg/setuptools/dist.py", line 380, in fetch_build_egg
  File "build/bdist.linux-x86_64/egg/setuptools/command/easy_install.py", line 634, in easy_install
distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr>=1.3')
WARNING: exit code 1 from a shell command.
ERROR: python setup.py build execution failed.
ERROR: Function failed: do_compile (log file is located at /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/python-mock/1.3.0-r0/temp/log.do_compile.12826)



[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

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

* Re: [OE-core] python-setuptools fetch issues Was: [meta-python][PATCH 08/11] python-mock: update to 1.3.0
  2016-02-24 16:20       ` python-setuptools fetch issues Was: [oe] " Martin Jansa
@ 2016-02-25  2:19         ` Burton, Ross
  -1 siblings, 0 replies; 18+ messages in thread
From: Burton, Ross @ 2016-02-25  2:19 UTC (permalink / raw)
  To: Martin Jansa; +Cc: Derek Straka, OpenEmbedded Devel List, OE-core

On 24 February 2016 at 16:20, Martin Jansa <martin.jansa@gmail.com> wrote:

> distutils.errors.DistutilsError: Could not find suitable distribution for
> Requirement.parse('pbr>=1.3')
>

Missing DEPENDS?

Ross


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

* Re: python-setuptools fetch issues Was: [oe] [meta-python][PATCH 08/11] python-mock: update to 1.3.0
@ 2016-02-25  2:19         ` Burton, Ross
  0 siblings, 0 replies; 18+ messages in thread
From: Burton, Ross @ 2016-02-25  2:19 UTC (permalink / raw)
  To: Martin Jansa; +Cc: Derek Straka, OpenEmbedded Devel List, OE-core

[-- Attachment #1: Type: text/plain, Size: 219 bytes --]

On 24 February 2016 at 16:20, Martin Jansa <martin.jansa@gmail.com> wrote:

> distutils.errors.DistutilsError: Could not find suitable distribution for
> Requirement.parse('pbr>=1.3')
>

Missing DEPENDS?

Ross

[-- Attachment #2: Type: text/html, Size: 636 bytes --]

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

end of thread, other threads:[~2016-02-25  2:19 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-22 13:34 [meta-python][PATCH 01/11] python-ujson: update to 0.35 Derek Straka
2016-02-22 13:34 ` [meta-python][PATCH 02/11] python-flufl-enum: update to 4.1 Derek Straka
2016-02-22 19:22   ` Khem Raj
2016-02-23 15:47     ` Derek Straka
2016-02-22 13:34 ` [meta-python][PATCH 03/11] python-enum34: update to 1.1.2 Derek Straka
2016-02-22 13:34 ` [meta-python][PATCH 04/11] python-feedparser: update to 5.2.1 Derek Straka
2016-02-22 13:34 ` [meta-python][PATCH 05/11] python-prettytable: fix fetch issues in divergent pypi url pattern Derek Straka
2016-02-22 13:35 ` [meta-python][PATCH 06/11] python-mccabe: update to 0.4.0 Derek Straka
2016-02-22 13:35 ` [meta-python][PATCH 07/11] python-pyflakes: update to 1.0.0 Derek Straka
2016-02-22 13:35 ` [meta-python][PATCH 08/11] python-mock: update to 1.3.0 Derek Straka
2016-02-24 13:04   ` Martin Jansa
2016-02-24 16:20     ` python-setuptools fetch issues Was: " Martin Jansa
2016-02-24 16:20       ` python-setuptools fetch issues Was: [oe] " Martin Jansa
2016-02-25  2:19       ` [OE-core] python-setuptools fetch issues Was: " Burton, Ross
2016-02-25  2:19         ` python-setuptools fetch issues Was: [oe] " Burton, Ross
2016-02-22 13:35 ` [meta-python][PATCH 09/11] python-monotonic: update to 0.6 Derek Straka
2016-02-22 13:35 ` [meta-python][PATCH 10/11] python-msgpack: update to 0.4.7 Derek Straka
2016-02-22 13:35 ` [meta-python][PATCH 11/11] python-pyserial: update to 3.0.1 Derek Straka

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.