* [meta-python][PATCH 01/30] python-dateutil: update to 2.5.1
2016-03-26 13:04 [meta-python][PATCH 00/30] Updates current python packages to theeir respective latest versions Derek Straka
@ 2016-03-26 13:04 ` Derek Straka
2016-03-26 13:04 ` [meta-python][PATCH 02/30] python-lxml: update to 3.6.0 Derek Straka
` (29 subsequent siblings)
30 siblings, 0 replies; 33+ messages in thread
From: Derek Straka @ 2016-03-26 13:04 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Derek Straka <derek@asterius.io>
---
meta-python/recipes-devtools/python/python-dateutil.inc | 4 ++--
.../python/{python-dateutil_2.4.2.bb => python-dateutil_2.5.1.bb} | 0
.../python/{python3-dateutil_2.4.2.bb => python3-dateutil_2.5.1.bb} | 0
3 files changed, 2 insertions(+), 2 deletions(-)
rename meta-python/recipes-devtools/python/{python-dateutil_2.4.2.bb => python-dateutil_2.5.1.bb} (100%)
rename meta-python/recipes-devtools/python/{python3-dateutil_2.4.2.bb => python3-dateutil_2.5.1.bb} (100%)
diff --git a/meta-python/recipes-devtools/python/python-dateutil.inc b/meta-python/recipes-devtools/python/python-dateutil.inc
index 9200afd..0a95d81 100644
--- a/meta-python/recipes-devtools/python/python-dateutil.inc
+++ b/meta-python/recipes-devtools/python/python-dateutil.inc
@@ -5,8 +5,8 @@ LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=51430b33c900f45f999c459ee29ca493"
PR = "r0"
-SRC_URI[md5sum] = "4ef68e1c485b09e9f034e10473e5add2"
-SRC_URI[sha256sum] = "3e95445c1db500a344079a47b171c45ef18f57d188dffdb0e4165c71bea8eb3d"
+SRC_URI[md5sum] = "2769f13c596427558136b34977a95269"
+SRC_URI[sha256sum] = "40d1bc468c7df50aff9e7a12c14687f9180efcff86900ee2963f9f2c13b5d7a9"
PYPI_PACKAGE = "python-dateutil"
inherit pypi
diff --git a/meta-python/recipes-devtools/python/python-dateutil_2.4.2.bb b/meta-python/recipes-devtools/python/python-dateutil_2.5.1.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-dateutil_2.4.2.bb
rename to meta-python/recipes-devtools/python/python-dateutil_2.5.1.bb
diff --git a/meta-python/recipes-devtools/python/python3-dateutil_2.4.2.bb b/meta-python/recipes-devtools/python/python3-dateutil_2.5.1.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-dateutil_2.4.2.bb
rename to meta-python/recipes-devtools/python/python3-dateutil_2.5.1.bb
--
1.9.1
^ permalink raw reply related [flat|nested] 33+ messages in thread* [meta-python][PATCH 02/30] python-lxml: update to 3.6.0
2016-03-26 13:04 [meta-python][PATCH 00/30] Updates current python packages to theeir respective latest versions Derek Straka
2016-03-26 13:04 ` [meta-python][PATCH 01/30] python-dateutil: update to 2.5.1 Derek Straka
@ 2016-03-26 13:04 ` Derek Straka
2016-03-26 13:04 ` [meta-python][PATCH 03/30] python-cython: update to 0.23.4 Derek Straka
` (28 subsequent siblings)
30 siblings, 0 replies; 33+ messages in thread
From: Derek Straka @ 2016-03-26 13:04 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Derek Straka <derek@asterius.io>
---
meta-python/recipes-devtools/python/python-lxml.inc | 4 ++--
.../python/{python-lxml_3.5.0.bb => python-lxml_3.6.0.bb} | 0
.../python/{python3-lxml_3.5.0.bb => python3-lxml_3.6.0.bb} | 0
3 files changed, 2 insertions(+), 2 deletions(-)
rename meta-python/recipes-devtools/python/{python-lxml_3.5.0.bb => python-lxml_3.6.0.bb} (100%)
rename meta-python/recipes-devtools/python/{python3-lxml_3.5.0.bb => python3-lxml_3.6.0.bb} (100%)
diff --git a/meta-python/recipes-devtools/python/python-lxml.inc b/meta-python/recipes-devtools/python/python-lxml.inc
index cb9986e..0473417 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=f9f1dc24f720c143c2240df41fe5073b \
DEPENDS += "libxml2 libxslt"
-SRC_URI[md5sum] = "9f0c5f1eb43ff44d5455dab4b4efbe73"
-SRC_URI[sha256sum] = "349f93e3a4b09cc59418854ab8013d027d246757c51744bf20069bc89016f578"
+SRC_URI[md5sum] = "5957cc384bd6e83934be35c057ec03b6"
+SRC_URI[sha256sum] = "9c74ca28a7f0c30dca8872281b3c47705e21217c8bc63912d95c9e2a7cac6bdf"
DISTUTILS_BUILD_ARGS += " \
--with-xslt-config='pkg-config libxslt' \
diff --git a/meta-python/recipes-devtools/python/python-lxml_3.5.0.bb b/meta-python/recipes-devtools/python/python-lxml_3.6.0.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-lxml_3.5.0.bb
rename to meta-python/recipes-devtools/python/python-lxml_3.6.0.bb
diff --git a/meta-python/recipes-devtools/python/python3-lxml_3.5.0.bb b/meta-python/recipes-devtools/python/python3-lxml_3.6.0.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-lxml_3.5.0.bb
rename to meta-python/recipes-devtools/python/python3-lxml_3.6.0.bb
--
1.9.1
^ permalink raw reply related [flat|nested] 33+ messages in thread* [meta-python][PATCH 03/30] python-cython: update to 0.23.4
2016-03-26 13:04 [meta-python][PATCH 00/30] Updates current python packages to theeir respective latest versions Derek Straka
2016-03-26 13:04 ` [meta-python][PATCH 01/30] python-dateutil: update to 2.5.1 Derek Straka
2016-03-26 13:04 ` [meta-python][PATCH 02/30] python-lxml: update to 3.6.0 Derek Straka
@ 2016-03-26 13:04 ` Derek Straka
2016-03-26 13:04 ` [meta-python][PATCH 04/30] python-certifi: update to 2016.2.28 Derek Straka
` (27 subsequent siblings)
30 siblings, 0 replies; 33+ messages in thread
From: Derek Straka @ 2016-03-26 13:04 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Derek Straka <derek@asterius.io>
---
meta-python/recipes-devtools/python/python-cython.inc | 4 ++--
.../python/{python-cython_0.23.1.bb => python-cython_0.23.4.bb} | 0
.../python/{python3-cython_0.23.1.bb => python3-cython_0.23.4.bb} | 0
3 files changed, 2 insertions(+), 2 deletions(-)
rename meta-python/recipes-devtools/python/{python-cython_0.23.1.bb => python-cython_0.23.4.bb} (100%)
rename meta-python/recipes-devtools/python/{python3-cython_0.23.1.bb => python3-cython_0.23.4.bb} (100%)
diff --git a/meta-python/recipes-devtools/python/python-cython.inc b/meta-python/recipes-devtools/python/python-cython.inc
index 6c8b084..a550538 100644
--- a/meta-python/recipes-devtools/python/python-cython.inc
+++ b/meta-python/recipes-devtools/python/python-cython.inc
@@ -10,8 +10,8 @@ BBCLASSEXTEND = "native"
SRC_URI = "http://www.cython.org/release/${SRCNAME}-${PV}.tar.gz"
S = "${WORKDIR}/${SRCNAME}-${PV}"
-SRC_URI[md5sum] = "db3c5b365e1c3f71c7cd90e96473a3ab"
-SRC_URI[sha256sum] = "bdfd12d6a2a2e34b9a1bbc1af5a772cabdeedc3851703d249a52dcda8378018a"
+SRC_URI[md5sum] = "157df1f69bcec6b56fd97e0f2e057f6e"
+SRC_URI[sha256sum] = "fec42fecee35d6cc02887f1eef4e4952c97402ed2800bfe41bbd9ed1a0730d8e"
RDEPENDS_${PN} += "\
${PYTHON_PN}-netserver \
diff --git a/meta-python/recipes-devtools/python/python-cython_0.23.1.bb b/meta-python/recipes-devtools/python/python-cython_0.23.4.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-cython_0.23.1.bb
rename to meta-python/recipes-devtools/python/python-cython_0.23.4.bb
diff --git a/meta-python/recipes-devtools/python/python3-cython_0.23.1.bb b/meta-python/recipes-devtools/python/python3-cython_0.23.4.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-cython_0.23.1.bb
rename to meta-python/recipes-devtools/python/python3-cython_0.23.4.bb
--
1.9.1
^ permalink raw reply related [flat|nested] 33+ messages in thread* [meta-python][PATCH 04/30] python-certifi: update to 2016.2.28
2016-03-26 13:04 [meta-python][PATCH 00/30] Updates current python packages to theeir respective latest versions Derek Straka
` (2 preceding siblings ...)
2016-03-26 13:04 ` [meta-python][PATCH 03/30] python-cython: update to 0.23.4 Derek Straka
@ 2016-03-26 13:04 ` Derek Straka
2016-03-26 13:04 ` [meta-python][PATCH 05/30] python-pymongo: update to 3.2.2 Derek Straka
` (26 subsequent siblings)
30 siblings, 0 replies; 33+ messages in thread
From: Derek Straka @ 2016-03-26 13:04 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Derek Straka <derek@asterius.io>
---
meta-python/recipes-devtools/python/python-certifi.inc | 4 ++--
.../{python-certifi_2015.11.20.1.bb => python-certifi_2016.2.28.bb} | 0
.../{python3-certifi_2015.11.20.1.bb => python3-certifi_2016.2.28.bb} | 0
3 files changed, 2 insertions(+), 2 deletions(-)
rename meta-python/recipes-devtools/python/{python-certifi_2015.11.20.1.bb => python-certifi_2016.2.28.bb} (100%)
rename meta-python/recipes-devtools/python/{python3-certifi_2015.11.20.1.bb => python3-certifi_2016.2.28.bb} (100%)
diff --git a/meta-python/recipes-devtools/python/python-certifi.inc b/meta-python/recipes-devtools/python/python-certifi.inc
index c9c3e2d..0fe8b15 100644
--- a/meta-python/recipes-devtools/python/python-certifi.inc
+++ b/meta-python/recipes-devtools/python/python-certifi.inc
@@ -7,5 +7,5 @@ HOMEPAGE = " http://certifi.io/"
LICENSE = "ISC"
LIC_FILES_CHKSUM = "file://LICENSE;md5=f77f61d14ee6feac4228d3ebd26cc1f1"
-SRC_URI[md5sum] = "e04b512009401603f1485380ac879cf5"
-SRC_URI[sha256sum] = "30b0a7354a1b32caa8b4705d3f5fb2dadefac7ba4bf8af8a2176869f93e38f16"
+SRC_URI[md5sum] = "5d672aa766e1f773c75cfeccd02d3650"
+SRC_URI[sha256sum] = "5e8eccf95924658c97b990b50552addb64f55e1e3dfe4880456ac1f287dc79d0"
diff --git a/meta-python/recipes-devtools/python/python-certifi_2015.11.20.1.bb b/meta-python/recipes-devtools/python/python-certifi_2016.2.28.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-certifi_2015.11.20.1.bb
rename to meta-python/recipes-devtools/python/python-certifi_2016.2.28.bb
diff --git a/meta-python/recipes-devtools/python/python3-certifi_2015.11.20.1.bb b/meta-python/recipes-devtools/python/python3-certifi_2016.2.28.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-certifi_2015.11.20.1.bb
rename to meta-python/recipes-devtools/python/python3-certifi_2016.2.28.bb
--
1.9.1
^ permalink raw reply related [flat|nested] 33+ messages in thread* [meta-python][PATCH 05/30] python-pymongo: update to 3.2.2
2016-03-26 13:04 [meta-python][PATCH 00/30] Updates current python packages to theeir respective latest versions Derek Straka
` (3 preceding siblings ...)
2016-03-26 13:04 ` [meta-python][PATCH 04/30] python-certifi: update to 2016.2.28 Derek Straka
@ 2016-03-26 13:04 ` Derek Straka
2016-03-26 13:04 ` [meta-python][PATCH 06/30] python-werkzeug: update to 0.11.5 Derek Straka
` (25 subsequent siblings)
30 siblings, 0 replies; 33+ messages in thread
From: Derek Straka @ 2016-03-26 13:04 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Derek Straka <derek@asterius.io>
---
meta-python/recipes-devtools/python/python-pymongo.inc | 4 ++--
.../python/{python-pymongo_3.2.bb => python-pymongo_3.2.2.bb} | 0
.../python/{python3-pymongo_3.2.bb => python3-pymongo_3.2.2.bb} | 0
3 files changed, 2 insertions(+), 2 deletions(-)
rename meta-python/recipes-devtools/python/{python-pymongo_3.2.bb => python-pymongo_3.2.2.bb} (100%)
rename meta-python/recipes-devtools/python/{python3-pymongo_3.2.bb => python3-pymongo_3.2.2.bb} (100%)
diff --git a/meta-python/recipes-devtools/python/python-pymongo.inc b/meta-python/recipes-devtools/python/python-pymongo.inc
index 5cdd5bd..e0f52dd 100644
--- a/meta-python/recipes-devtools/python/python-pymongo.inc
+++ b/meta-python/recipes-devtools/python/python-pymongo.inc
@@ -8,5 +8,5 @@ HOMEPAGE = "http://github.com/mongodb/mongo-python-driver"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=2a944942e1496af1886903d274dedb13"
-SRC_URI[md5sum] = "463b4d325d8fb4070c04f15391b457bf"
-SRC_URI[sha256sum] = "f50a5380b45a83c5ea1e673ff19363d3cfd5850f7620536e51341d26eb2ae979"
+SRC_URI[md5sum] = "70408f8115d7aa52fb6eef0e552834a6"
+SRC_URI[sha256sum] = "f2018165823b341d83d398165d1c625e5db5cc779e7c44c107034407808463b6"
diff --git a/meta-python/recipes-devtools/python/python-pymongo_3.2.bb b/meta-python/recipes-devtools/python/python-pymongo_3.2.2.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-pymongo_3.2.bb
rename to meta-python/recipes-devtools/python/python-pymongo_3.2.2.bb
diff --git a/meta-python/recipes-devtools/python/python3-pymongo_3.2.bb b/meta-python/recipes-devtools/python/python3-pymongo_3.2.2.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-pymongo_3.2.bb
rename to meta-python/recipes-devtools/python/python3-pymongo_3.2.2.bb
--
1.9.1
^ permalink raw reply related [flat|nested] 33+ messages in thread* [meta-python][PATCH 06/30] python-werkzeug: update to 0.11.5
2016-03-26 13:04 [meta-python][PATCH 00/30] Updates current python packages to theeir respective latest versions Derek Straka
` (4 preceding siblings ...)
2016-03-26 13:04 ` [meta-python][PATCH 05/30] python-pymongo: update to 3.2.2 Derek Straka
@ 2016-03-26 13:04 ` Derek Straka
2016-03-26 13:04 ` [meta-python][PATCH 07/30] python-whoosh: update to 2.7.3 Derek Straka
` (24 subsequent siblings)
30 siblings, 0 replies; 33+ messages in thread
From: Derek Straka @ 2016-03-26 13:04 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Derek Straka <derek@asterius.io>
---
meta-python/recipes-devtools/python/python-werkzeug.inc | 4 ++--
.../python/{python-werkzeug_0.11.3.bb => python-werkzeug_0.11.5.bb} | 0
.../python/{python3-werkzeug_0.11.3.bb => python3-werkzeug_0.11.5.bb} | 0
3 files changed, 2 insertions(+), 2 deletions(-)
rename meta-python/recipes-devtools/python/{python-werkzeug_0.11.3.bb => python-werkzeug_0.11.5.bb} (100%)
rename meta-python/recipes-devtools/python/{python3-werkzeug_0.11.3.bb => python3-werkzeug_0.11.5.bb} (100%)
diff --git a/meta-python/recipes-devtools/python/python-werkzeug.inc b/meta-python/recipes-devtools/python/python-werkzeug.inc
index 0693b47..7b54469 100644
--- a/meta-python/recipes-devtools/python/python-werkzeug.inc
+++ b/meta-python/recipes-devtools/python/python-werkzeug.inc
@@ -10,8 +10,8 @@ HOMEPAGE = "http://werkzeug.pocoo.org/"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://LICENSE;md5=a68f5361a2b2ca9fdf26b38aaecb6faa"
-SRC_URI[md5sum] = "9479bc7ea6a42c2d0d82929d3926df67"
-SRC_URI[sha256sum] = "eb5f700a9bfc96420b055635af9002d3662e43d80c3ffd31f224c25bc0d5f462"
+SRC_URI[md5sum] = "daf443a939459e12f14fd2e4658a26df"
+SRC_URI[sha256sum] = "afdb04f183eef3b20827eb4520dcb75c1cd1f0ba7a7de3f463ff7a462eee8164"
PYPI_PACKAGE = "Werkzeug"
diff --git a/meta-python/recipes-devtools/python/python-werkzeug_0.11.3.bb b/meta-python/recipes-devtools/python/python-werkzeug_0.11.5.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-werkzeug_0.11.3.bb
rename to meta-python/recipes-devtools/python/python-werkzeug_0.11.5.bb
diff --git a/meta-python/recipes-devtools/python/python3-werkzeug_0.11.3.bb b/meta-python/recipes-devtools/python/python3-werkzeug_0.11.5.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-werkzeug_0.11.3.bb
rename to meta-python/recipes-devtools/python/python3-werkzeug_0.11.5.bb
--
1.9.1
^ permalink raw reply related [flat|nested] 33+ messages in thread* [meta-python][PATCH 07/30] python-whoosh: update to 2.7.3
2016-03-26 13:04 [meta-python][PATCH 00/30] Updates current python packages to theeir respective latest versions Derek Straka
` (5 preceding siblings ...)
2016-03-26 13:04 ` [meta-python][PATCH 06/30] python-werkzeug: update to 0.11.5 Derek Straka
@ 2016-03-26 13:04 ` Derek Straka
2016-03-26 13:04 ` [meta-python][PATCH 08/30] python-cffi: update to 1.5.2 Derek Straka
` (23 subsequent siblings)
30 siblings, 0 replies; 33+ messages in thread
From: Derek Straka @ 2016-03-26 13:04 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Derek Straka <derek@asterius.io>
---
meta-python/recipes-devtools/python/python-whoosh.inc | 5 +++--
.../python/{python-whoosh_2.7.0.bb => python-whoosh_2.7.3.bb} | 0
.../python/{python3-whoosh_2.7.0.bb => python3-whoosh_2.7.3.bb} | 0
3 files changed, 3 insertions(+), 2 deletions(-)
rename meta-python/recipes-devtools/python/{python-whoosh_2.7.0.bb => python-whoosh_2.7.3.bb} (100%)
rename meta-python/recipes-devtools/python/{python3-whoosh_2.7.0.bb => python3-whoosh_2.7.3.bb} (100%)
diff --git a/meta-python/recipes-devtools/python/python-whoosh.inc b/meta-python/recipes-devtools/python/python-whoosh.inc
index 84868f9..b3cde75 100644
--- a/meta-python/recipes-devtools/python/python-whoosh.inc
+++ b/meta-python/recipes-devtools/python/python-whoosh.inc
@@ -7,7 +7,8 @@ Whoosh works can be extended or replaced to meet your needs exactly."
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=05303186defc6141143629961c7c8a60"
-SRC_URI[md5sum] = "9a0fc2df9335e1d2e81dd84a2c4c416f"
-SRC_URI[sha256sum] = "cdfc0e1c5173207ac7b312afe78d83fb552cfed30427bf7b3dba8b1d26cea8f7"
+SRC_URI[md5sum] = "891edeba96cec53604c0cd176284c4cf"
+SRC_URI[sha256sum] = "aa6db447522e208ae652c6ce063bb23cedec47f5ed630121b3debaa011fcb9c4"
PYPI_PACKAGE = "Whoosh"
+PYPI_PACKAGE_EXT = "zip"
diff --git a/meta-python/recipes-devtools/python/python-whoosh_2.7.0.bb b/meta-python/recipes-devtools/python/python-whoosh_2.7.3.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-whoosh_2.7.0.bb
rename to meta-python/recipes-devtools/python/python-whoosh_2.7.3.bb
diff --git a/meta-python/recipes-devtools/python/python3-whoosh_2.7.0.bb b/meta-python/recipes-devtools/python/python3-whoosh_2.7.3.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-whoosh_2.7.0.bb
rename to meta-python/recipes-devtools/python/python3-whoosh_2.7.3.bb
--
1.9.1
^ permalink raw reply related [flat|nested] 33+ messages in thread* [meta-python][PATCH 08/30] python-cffi: update to 1.5.2
2016-03-26 13:04 [meta-python][PATCH 00/30] Updates current python packages to theeir respective latest versions Derek Straka
` (6 preceding siblings ...)
2016-03-26 13:04 ` [meta-python][PATCH 07/30] python-whoosh: update to 2.7.3 Derek Straka
@ 2016-03-26 13:04 ` Derek Straka
2016-03-26 13:04 ` [meta-python][PATCH 09/30] python-cmd2: update to 0.6.8 Derek Straka
` (22 subsequent siblings)
30 siblings, 0 replies; 33+ messages in thread
From: Derek Straka @ 2016-03-26 13:04 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Derek Straka <derek@asterius.io>
---
.../python/{python-cffi_1.3.1.bb => python-cffi_1.5.2.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta-python/recipes-devtools/python/{python-cffi_1.3.1.bb => python-cffi_1.5.2.bb} (63%)
diff --git a/meta-python/recipes-devtools/python/python-cffi_1.3.1.bb b/meta-python/recipes-devtools/python/python-cffi_1.5.2.bb
similarity index 63%
rename from meta-python/recipes-devtools/python/python-cffi_1.3.1.bb
rename to meta-python/recipes-devtools/python/python-cffi_1.5.2.bb
index 867b292..8b25877 100644
--- a/meta-python/recipes-devtools/python/python-cffi_1.3.1.bb
+++ b/meta-python/recipes-devtools/python/python-cffi_1.5.2.bb
@@ -3,8 +3,8 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=5677e2fdbf7cdda61d6dd2b57df547bf"
DEPENDS = "libffi python-pycparser"
-SRC_URI[md5sum] = "deeba7c1fd32a66f1db587988d760c11"
-SRC_URI[sha256sum] = "d45dd39a770b4afb591c82555f6a8bbc1ac7eb019eda9b621eee1a0a72201220"
+SRC_URI[md5sum] = "fa766133f7299464c8bf857e0c966a82"
+SRC_URI[sha256sum] = "da9bde99872e46f7bb5cff40a9b1cc08406765efafb583c704de108b6cb821dd"
inherit pypi setuptools
--
1.9.1
^ permalink raw reply related [flat|nested] 33+ messages in thread* [meta-python][PATCH 09/30] python-cmd2: update to 0.6.8
2016-03-26 13:04 [meta-python][PATCH 00/30] Updates current python packages to theeir respective latest versions Derek Straka
` (7 preceding siblings ...)
2016-03-26 13:04 ` [meta-python][PATCH 08/30] python-cffi: update to 1.5.2 Derek Straka
@ 2016-03-26 13:04 ` Derek Straka
2016-03-26 13:04 ` [meta-python][PATCH 10/30] python-daemonize: update to 2.4.6 Derek Straka
` (21 subsequent siblings)
30 siblings, 0 replies; 33+ messages in thread
From: Derek Straka @ 2016-03-26 13:04 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Derek Straka <derek@asterius.io>
---
.../python/{python-cmd2_0.6.7.bb => python-cmd2_0.6.8.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta-python/recipes-devtools/python/{python-cmd2_0.6.7.bb => python-cmd2_0.6.8.bb} (66%)
diff --git a/meta-python/recipes-devtools/python/python-cmd2_0.6.7.bb b/meta-python/recipes-devtools/python/python-cmd2_0.6.8.bb
similarity index 66%
rename from meta-python/recipes-devtools/python/python-cmd2_0.6.7.bb
rename to meta-python/recipes-devtools/python/python-cmd2_0.6.8.bb
index 0ae5c43..f4962d6 100644
--- a/meta-python/recipes-devtools/python/python-cmd2_0.6.7.bb
+++ b/meta-python/recipes-devtools/python/python-cmd2_0.6.8.bb
@@ -3,8 +3,8 @@ HOMEPAGE = "http://packages.python.org/cmd2/"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://setup.py;beginline=21;endline=21;md5=a00047b7e92e0781452d0beba4e7b44e"
-SRC_URI[md5sum] = "842df29ff2f72d64d7f0d917039c0e51"
-SRC_URI[sha256sum] = "8e98c7a1cfd106183559240b269e7cd9fe97e8342b5c05295f591aab6fd2f4f0"
+SRC_URI[md5sum] = "c32c9a897e010c977b50c1ddc13f09fe"
+SRC_URI[sha256sum] = "ac780d8c31fc107bf6b4edcbcea711de4ff776d59d89bb167f8819d2d83764a8"
inherit pypi setuptools
--
1.9.1
^ permalink raw reply related [flat|nested] 33+ messages in thread* [meta-python][PATCH 10/30] python-daemonize: update to 2.4.6
2016-03-26 13:04 [meta-python][PATCH 00/30] Updates current python packages to theeir respective latest versions Derek Straka
` (8 preceding siblings ...)
2016-03-26 13:04 ` [meta-python][PATCH 09/30] python-cmd2: update to 0.6.8 Derek Straka
@ 2016-03-26 13:04 ` Derek Straka
2016-03-26 13:04 ` [meta-python][PATCH 11/30] python-evdev: update to 0.6.0 Derek Straka
` (20 subsequent siblings)
30 siblings, 0 replies; 33+ messages in thread
From: Derek Straka @ 2016-03-26 13:04 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Derek Straka <derek@asterius.io>
---
.../python/{python-daemonize_2.4.2.bb => python-daemonize_2.4.6.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta-python/recipes-devtools/python/{python-daemonize_2.4.2.bb => python-daemonize_2.4.6.bb} (72%)
diff --git a/meta-python/recipes-devtools/python/python-daemonize_2.4.2.bb b/meta-python/recipes-devtools/python/python-daemonize_2.4.6.bb
similarity index 72%
rename from meta-python/recipes-devtools/python/python-daemonize_2.4.2.bb
rename to meta-python/recipes-devtools/python/python-daemonize_2.4.6.bb
index 1d3ba09..b17b366 100644
--- a/meta-python/recipes-devtools/python/python-daemonize_2.4.2.bb
+++ b/meta-python/recipes-devtools/python/python-daemonize_2.4.6.bb
@@ -12,5 +12,5 @@ RDEPENDS_${PN} = "\
python-resource \
"
-SRC_URI[md5sum] = "bb5b341b94abc15d6788002cafaa9da4"
-SRC_URI[sha256sum] = "c21a94cd676d3fbb718af62e6f22209afc7000a9588169b6fb779d62b04e2378"
+SRC_URI[md5sum] = "17bc788a8524b104d4639a68623461e3"
+SRC_URI[sha256sum] = "8aa66bad9aa10c682302a4ea9675874191304adeb3239e0776f1ca3041d30619"
--
1.9.1
^ permalink raw reply related [flat|nested] 33+ messages in thread* [meta-python][PATCH 11/30] python-evdev: update to 0.6.0
2016-03-26 13:04 [meta-python][PATCH 00/30] Updates current python packages to theeir respective latest versions Derek Straka
` (9 preceding siblings ...)
2016-03-26 13:04 ` [meta-python][PATCH 10/30] python-daemonize: update to 2.4.6 Derek Straka
@ 2016-03-26 13:04 ` Derek Straka
2016-03-26 13:04 ` [meta-python][PATCH 12/30] python-html5lib: update to 0.9999999 Derek Straka
` (19 subsequent siblings)
30 siblings, 0 replies; 33+ messages in thread
From: Derek Straka @ 2016-03-26 13:04 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Derek Straka <derek@asterius.io>
---
.../python/{python-evdev_0.5.0.bb => python-evdev_0.6.0.bb} | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
rename meta-python/recipes-devtools/python/{python-evdev_0.5.0.bb => python-evdev_0.6.0.bb} (50%)
diff --git a/meta-python/recipes-devtools/python/python-evdev_0.5.0.bb b/meta-python/recipes-devtools/python/python-evdev_0.6.0.bb
similarity index 50%
rename from meta-python/recipes-devtools/python/python-evdev_0.5.0.bb
rename to meta-python/recipes-devtools/python/python-evdev_0.6.0.bb
index 2435b45..e555552 100644
--- a/meta-python/recipes-devtools/python/python-evdev_0.5.0.bb
+++ b/meta-python/recipes-devtools/python/python-evdev_0.6.0.bb
@@ -2,10 +2,11 @@ SUMMARY = "Python evdev lib"
HOMEPAGE = "https://github.com/gvalkov/python-evdev"
SECTION = "devel/python"
LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=2b500cb3c70f576a0a75125beda9491a"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=18debddbb3f52c661a129724a883a8e2"
SRC_URI = "https://github.com/gvalkov/python-evdev/archive/v${PV}.zip"
-SRC_URI[md5sum] = "30c11ee7bd4a943f8ae586d839b860f2"
-SRC_URI[sha256sum] = "ce6a757e28b56a12a9ad4e86420db4b11918b75ba1cd70f7444e904a7284b6fe"
+
+SRC_URI[md5sum] = "24e4ffa98e338b535eae44d91d609005"
+SRC_URI[sha256sum] = "61f6893d80da87a995e5781c74d22a39448b1b32004ffac2f31817017709be04"
inherit setuptools
--
1.9.1
^ permalink raw reply related [flat|nested] 33+ messages in thread* [meta-python][PATCH 12/30] python-html5lib: update to 0.9999999
2016-03-26 13:04 [meta-python][PATCH 00/30] Updates current python packages to theeir respective latest versions Derek Straka
` (10 preceding siblings ...)
2016-03-26 13:04 ` [meta-python][PATCH 11/30] python-evdev: update to 0.6.0 Derek Straka
@ 2016-03-26 13:04 ` Derek Straka
2016-03-26 13:04 ` [meta-python][PATCH 13/30] python-iso8601: update to 0.1.11 Derek Straka
` (18 subsequent siblings)
30 siblings, 0 replies; 33+ messages in thread
From: Derek Straka @ 2016-03-26 13:04 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Derek Straka <derek@asterius.io>
---
.../python/{python-html5lib_0.999.bb => python-html5lib_0.9999999.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta-python/recipes-devtools/python/{python-html5lib_0.999.bb => python-html5lib_0.9999999.bb} (55%)
diff --git a/meta-python/recipes-devtools/python/python-html5lib_0.999.bb b/meta-python/recipes-devtools/python/python-html5lib_0.9999999.bb
similarity index 55%
rename from meta-python/recipes-devtools/python/python-html5lib_0.999.bb
rename to meta-python/recipes-devtools/python/python-html5lib_0.9999999.bb
index 69777e4..bb92e59 100644
--- a/meta-python/recipes-devtools/python/python-html5lib_0.999.bb
+++ b/meta-python/recipes-devtools/python/python-html5lib_0.9999999.bb
@@ -2,7 +2,7 @@ SUMMARY = "HTML parser based on the WHATWG HTML specifcation"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=1ba5ada9e6fead1fdc32f43c9f10ba7c"
-SRC_URI[md5sum] = "acb8ba4d6db5637360a07859192eb7f8"
-SRC_URI[sha256sum] = "c3887f7e2875d7666107fa8bee761ff95b9391acdcc7cd1b5fd57a23b5fbc49e"
+SRC_URI[md5sum] = "ef43cb05e9e799f25d65d1135838a96f"
+SRC_URI[sha256sum] = "2612a191a8d5842bfa057e41ba50bbb9dcb722419d2408c78cff4758d0754868"
inherit pypi setuptools
--
1.9.1
^ permalink raw reply related [flat|nested] 33+ messages in thread* [meta-python][PATCH 13/30] python-iso8601: update to 0.1.11
2016-03-26 13:04 [meta-python][PATCH 00/30] Updates current python packages to theeir respective latest versions Derek Straka
` (11 preceding siblings ...)
2016-03-26 13:04 ` [meta-python][PATCH 12/30] python-html5lib: update to 0.9999999 Derek Straka
@ 2016-03-26 13:04 ` Derek Straka
2016-03-26 13:04 ` [meta-python][PATCH 14/30] python-jsonpatch: update to 1.13 Derek Straka
` (17 subsequent siblings)
30 siblings, 0 replies; 33+ messages in thread
From: Derek Straka @ 2016-03-26 13:04 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Derek Straka <derek@asterius.io>
---
meta-python/recipes-devtools/python/python-iso8601_0.1.10.bb | 8 --------
meta-python/recipes-devtools/python/python-iso8601_0.1.11.bb | 8 ++++++++
2 files changed, 8 insertions(+), 8 deletions(-)
delete mode 100644 meta-python/recipes-devtools/python/python-iso8601_0.1.10.bb
create mode 100644 meta-python/recipes-devtools/python/python-iso8601_0.1.11.bb
diff --git a/meta-python/recipes-devtools/python/python-iso8601_0.1.10.bb b/meta-python/recipes-devtools/python/python-iso8601_0.1.10.bb
deleted file mode 100644
index f7e30cf..0000000
--- a/meta-python/recipes-devtools/python/python-iso8601_0.1.10.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-SUMMARY = "Simple module to parse ISO 8601 dates"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=ffb8415711cf5d3b081b87c3d0aff737"
-
-SRC_URI[md5sum] = "23acb1029acfef9c32069c6c851c3a41"
-SRC_URI[sha256sum] = "e712ff3a18604833f5073e836aad795b21170b19bbef70947c441ed89d0ac0e1"
-
-inherit pypi setuptools
diff --git a/meta-python/recipes-devtools/python/python-iso8601_0.1.11.bb b/meta-python/recipes-devtools/python/python-iso8601_0.1.11.bb
new file mode 100644
index 0000000..484cf12
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-iso8601_0.1.11.bb
@@ -0,0 +1,8 @@
+SUMMARY = "Simple module to parse ISO 8601 dates"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=b05625f2336fa024e8d57e65c6595844"
+
+SRC_URI[md5sum] = "b06d11cd14a64096f907086044f0fe38"
+SRC_URI[sha256sum] = "e8fb52f78880ae063336c94eb5b87b181e6a0cc33a6c008511bac9a6e980ef30"
+
+inherit pypi setuptools
--
1.9.1
^ permalink raw reply related [flat|nested] 33+ messages in thread* [meta-python][PATCH 14/30] python-jsonpatch: update to 1.13
2016-03-26 13:04 [meta-python][PATCH 00/30] Updates current python packages to theeir respective latest versions Derek Straka
` (12 preceding siblings ...)
2016-03-26 13:04 ` [meta-python][PATCH 13/30] python-iso8601: update to 0.1.11 Derek Straka
@ 2016-03-26 13:04 ` Derek Straka
2016-03-26 13:04 ` [meta-python][PATCH 15/30] python-monotonic: update to 1.0 Derek Straka
` (16 subsequent siblings)
30 siblings, 0 replies; 33+ messages in thread
From: Derek Straka @ 2016-03-26 13:04 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Derek Straka <derek@asterius.io>
---
.../python/{python-jsonpatch_1.12.bb => python-jsonpatch_1.13.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta-python/recipes-devtools/python/{python-jsonpatch_1.12.bb => python-jsonpatch_1.13.bb} (67%)
diff --git a/meta-python/recipes-devtools/python/python-jsonpatch_1.12.bb b/meta-python/recipes-devtools/python/python-jsonpatch_1.13.bb
similarity index 67%
rename from meta-python/recipes-devtools/python/python-jsonpatch_1.12.bb
rename to meta-python/recipes-devtools/python/python-jsonpatch_1.13.bb
index bb5a5ff..085ba59 100644
--- a/meta-python/recipes-devtools/python/python-jsonpatch_1.12.bb
+++ b/meta-python/recipes-devtools/python/python-jsonpatch_1.13.bb
@@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=32b15c843b7a329130f4e266a281ebb3"
inherit pypi setuptools
-SRC_URI[md5sum] = "76ae3183db5f2a8f85dd7705e9b6f278"
-SRC_URI[sha256sum] = "2e1eb457f9c8dd5dae837ca93c0fe5bd2522c9d44b9b380fb1aab2ab4dec04b1"
+SRC_URI[md5sum] = "4d6650ced683f632e117bafe5d9f093b"
+SRC_URI[sha256sum] = "9470656a08002e309632b59772b206ce0564c9a77b44c25f05f49dd2cad248d5"
RDEPENDS_${PN} += "python-re python-json python-jsonpointer"
--
1.9.1
^ permalink raw reply related [flat|nested] 33+ messages in thread* [meta-python][PATCH 15/30] python-monotonic: update to 1.0
2016-03-26 13:04 [meta-python][PATCH 00/30] Updates current python packages to theeir respective latest versions Derek Straka
` (13 preceding siblings ...)
2016-03-26 13:04 ` [meta-python][PATCH 14/30] python-jsonpatch: update to 1.13 Derek Straka
@ 2016-03-26 13:04 ` Derek Straka
2016-03-26 13:04 ` [meta-python][PATCH 16/30] python-paste: update to 2.0.3 Derek Straka
` (15 subsequent siblings)
30 siblings, 0 replies; 33+ messages in thread
From: Derek Straka @ 2016-03-26 13:04 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Derek Straka <derek@asterius.io>
---
.../python/{python-monotonic_0.6.bb => python-monotonic_1.0.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta-python/recipes-devtools/python/{python-monotonic_0.6.bb => python-monotonic_1.0.bb} (64%)
diff --git a/meta-python/recipes-devtools/python/python-monotonic_0.6.bb b/meta-python/recipes-devtools/python/python-monotonic_1.0.bb
similarity index 64%
rename from meta-python/recipes-devtools/python/python-monotonic_0.6.bb
rename to meta-python/recipes-devtools/python/python-monotonic_1.0.bb
index 40207bf..5d237b5 100644
--- a/meta-python/recipes-devtools/python/python-monotonic_0.6.bb
+++ b/meta-python/recipes-devtools/python/python-monotonic_1.0.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] = "2f77ba5a56051b0442b1c74fd05dafb5"
-SRC_URI[sha256sum] = "2bc780a16024427cb4bfbfff77ed328484cf6937a787cc50055b83b13b653e74"
+SRC_URI[md5sum] = "a692bff2c5e07dde22ad2128d818d15c"
+SRC_URI[sha256sum] = "47d7d045b3f2a08bffe683d761ef7f9131a2598db1cec7532a06720656cf719d"
inherit pypi setuptools
--
1.9.1
^ permalink raw reply related [flat|nested] 33+ messages in thread* [meta-python][PATCH 16/30] python-paste: update to 2.0.3
2016-03-26 13:04 [meta-python][PATCH 00/30] Updates current python packages to theeir respective latest versions Derek Straka
` (14 preceding siblings ...)
2016-03-26 13:04 ` [meta-python][PATCH 15/30] python-monotonic: update to 1.0 Derek Straka
@ 2016-03-26 13:04 ` Derek Straka
2016-03-26 13:04 ` [meta-python][PATCH 17/30] python-pep8: update to 1.7.0 Derek Straka
` (14 subsequent siblings)
30 siblings, 0 replies; 33+ messages in thread
From: Derek Straka @ 2016-03-26 13:04 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Derek Straka <derek@asterius.io>
---
.../python/{python-paste_2.0.2.bb => python-paste_2.0.3.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta-python/recipes-devtools/python/{python-paste_2.0.2.bb => python-paste_2.0.3.bb} (68%)
diff --git a/meta-python/recipes-devtools/python/python-paste_2.0.2.bb b/meta-python/recipes-devtools/python/python-paste_2.0.3.bb
similarity index 68%
rename from meta-python/recipes-devtools/python/python-paste_2.0.2.bb
rename to meta-python/recipes-devtools/python/python-paste_2.0.3.bb
index 4edd038..6b4019f 100644
--- a/meta-python/recipes-devtools/python/python-paste_2.0.2.bb
+++ b/meta-python/recipes-devtools/python/python-paste_2.0.3.bb
@@ -5,8 +5,8 @@ RDEPENDS_${PN} = "python-six"
LIC_FILES_CHKSUM = "file://docs/license.txt;md5=1798f29d55080c60365e6283cb49779c"
-SRC_URI[md5sum] = "4bfc8a7eaf858f6309d2ac0f40fc951c"
-SRC_URI[sha256sum] = "adac3ac893a2dac6b8ffd49901377dd6819e05be3436b374d698641071daba99"
+SRC_URI[md5sum] = "1231e14eae62fa7ed76e9130b04bc61e"
+SRC_URI[sha256sum] = "2346a347824c32641bf020c17967b49ae74d3310ec1bc9b958d4b84e2d985218"
PYPI_PACKAGE = "Paste"
inherit pypi setuptools
--
1.9.1
^ permalink raw reply related [flat|nested] 33+ messages in thread* [meta-python][PATCH 17/30] python-pep8: update to 1.7.0
2016-03-26 13:04 [meta-python][PATCH 00/30] Updates current python packages to theeir respective latest versions Derek Straka
` (15 preceding siblings ...)
2016-03-26 13:04 ` [meta-python][PATCH 16/30] python-paste: update to 2.0.3 Derek Straka
@ 2016-03-26 13:04 ` Derek Straka
2016-03-26 13:04 ` [meta-python][PATCH 18/30] python-pip: update to 8.1.1 Derek Straka
` (13 subsequent siblings)
30 siblings, 0 replies; 33+ messages in thread
From: Derek Straka @ 2016-03-26 13:04 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Derek Straka <derek@asterius.io>
---
.../python/{python-pep8_1.4.6.bb => python-pep8_1.7.0.bb} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
rename meta-python/recipes-devtools/python/{python-pep8_1.4.6.bb => python-pep8_1.7.0.bb} (50%)
diff --git a/meta-python/recipes-devtools/python/python-pep8_1.4.6.bb b/meta-python/recipes-devtools/python/python-pep8_1.7.0.bb
similarity index 50%
rename from meta-python/recipes-devtools/python/python-pep8_1.4.6.bb
rename to meta-python/recipes-devtools/python/python-pep8_1.7.0.bb
index e3a421e..262b862 100644
--- a/meta-python/recipes-devtools/python/python-pep8_1.4.6.bb
+++ b/meta-python/recipes-devtools/python/python-pep8_1.7.0.bb
@@ -1,10 +1,10 @@
SUMMARY = "Python style guide checker"
HOMEPAGE = "https://github.com/dreamhost/cliff"
LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://README.rst;md5=b0d37793ab91ca25ad5c200e9ea22331"
+LIC_FILES_CHKSUM = "file://README.rst;md5=d8ebbbe831259ce010179d2f310b0f3e"
-SRC_URI[md5sum] = "a03bb494859e87b42601b61b1b043a0c"
-SRC_URI[sha256sum] = "603a46e5c358ce20ac4807a0eeafac7505d1125a4c1bd8378757ada06f61bed8"
+SRC_URI[md5sum] = "2b03109b0618afe3b04b3e63b334ac9d"
+SRC_URI[sha256sum] = "a113d5f5ad7a7abacef9df5ec3f2af23a20a28005921577b15dd584d099d5900"
inherit pypi setuptools
--
1.9.1
^ permalink raw reply related [flat|nested] 33+ messages in thread* [meta-python][PATCH 18/30] python-pip: update to 8.1.1
2016-03-26 13:04 [meta-python][PATCH 00/30] Updates current python packages to theeir respective latest versions Derek Straka
` (16 preceding siblings ...)
2016-03-26 13:04 ` [meta-python][PATCH 17/30] python-pep8: update to 1.7.0 Derek Straka
@ 2016-03-26 13:04 ` Derek Straka
2016-03-26 13:04 ` [meta-python][PATCH 19/30] python-psutil: update to 4.1.0 Derek Straka
` (12 subsequent siblings)
30 siblings, 0 replies; 33+ messages in thread
From: Derek Straka @ 2016-03-26 13:04 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Derek Straka <derek@asterius.io>
---
.../python/{python-pip_7.1.2.bb => python-pip_8.1.1.bb} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
rename meta-python/recipes-devtools/python/{python-pip_7.1.2.bb => python-pip_8.1.1.bb} (55%)
diff --git a/meta-python/recipes-devtools/python/python-pip_7.1.2.bb b/meta-python/recipes-devtools/python/python-pip_8.1.1.bb
similarity index 55%
rename from meta-python/recipes-devtools/python/python-pip_7.1.2.bb
rename to meta-python/recipes-devtools/python/python-pip_8.1.1.bb
index 33e5ee2..c0c263b 100644
--- a/meta-python/recipes-devtools/python/python-pip_7.1.2.bb
+++ b/meta-python/recipes-devtools/python/python-pip_8.1.1.bb
@@ -1,9 +1,9 @@
SUMMARY = "PIP is a tool for installing and managing Python packages"
LICENSE = "MIT & LGPL-2.1"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=45665b53032c02b35e29ddab8e61fa91"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=25fba45109565f87de20bae85bc39452"
-SRC_URI[md5sum] = "3823d2343d9f3aaab21cf9c917710196"
-SRC_URI[sha256sum] = "ca047986f0528cfa975a14fb9f7f106271d4e0c3fe1ddced6c1db2e7ae57a477"
+SRC_URI[md5sum] = "6b86f11841e89c8241d689956ba99ed7"
+SRC_URI[sha256sum] = "3e78d3066aaeb633d185a57afdccf700aa2e660436b4af618bcb6ff0fa511798"
inherit pypi setuptools
--
1.9.1
^ permalink raw reply related [flat|nested] 33+ messages in thread* [meta-python][PATCH 19/30] python-psutil: update to 4.1.0
2016-03-26 13:04 [meta-python][PATCH 00/30] Updates current python packages to theeir respective latest versions Derek Straka
` (17 preceding siblings ...)
2016-03-26 13:04 ` [meta-python][PATCH 18/30] python-pip: update to 8.1.1 Derek Straka
@ 2016-03-26 13:04 ` Derek Straka
2016-03-26 13:04 ` [meta-python][PATCH 20/30] python-py: update to 1.4.31 Derek Straka
` (11 subsequent siblings)
30 siblings, 0 replies; 33+ messages in thread
From: Derek Straka @ 2016-03-26 13:04 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Derek Straka <derek@asterius.io>
---
.../python/{python-psutil_2.2.1.bb => python-psutil_4.1.0.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta-python/recipes-devtools/python/{python-psutil_2.2.1.bb => python-psutil_4.1.0.bb} (63%)
diff --git a/meta-python/recipes-devtools/python/python-psutil_2.2.1.bb b/meta-python/recipes-devtools/python/python-psutil_4.1.0.bb
similarity index 63%
rename from meta-python/recipes-devtools/python/python-psutil_2.2.1.bb
rename to meta-python/recipes-devtools/python/python-psutil_4.1.0.bb
index 1d643eb..6a210ee 100644
--- a/meta-python/recipes-devtools/python/python-psutil_2.2.1.bb
+++ b/meta-python/recipes-devtools/python/python-psutil_4.1.0.bb
@@ -2,8 +2,8 @@ SUMMARY = "A cross-platform process and system utilities module for Python"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://LICENSE;md5=0f02e99f7f3c9a7fe8ecfc5d44c2be62"
-SRC_URI[md5sum] = "1a2b58cd9e3a53528bb6148f0c4d5244"
-SRC_URI[sha256sum] = "a0e9b96f1946975064724e242ac159f3260db24ffa591c3da0a355361a3a337f"
+SRC_URI[md5sum] = "017e1023484ebf436d3514ebeaf2e7e9"
+SRC_URI[sha256sum] = "c6abebec9c8833baaf1c51dd1b0259246d1d50b9b50e9a4aa66f33b1e98b8d17"
RDEPENDS_${PN} += " \
python-subprocess \
--
1.9.1
^ permalink raw reply related [flat|nested] 33+ messages in thread* [meta-python][PATCH 20/30] python-py: update to 1.4.31
2016-03-26 13:04 [meta-python][PATCH 00/30] Updates current python packages to theeir respective latest versions Derek Straka
` (18 preceding siblings ...)
2016-03-26 13:04 ` [meta-python][PATCH 19/30] python-psutil: update to 4.1.0 Derek Straka
@ 2016-03-26 13:04 ` Derek Straka
2016-03-26 13:04 ` [meta-python][PATCH 21/30] python-pycparser: update to 2.14 Derek Straka
` (10 subsequent siblings)
30 siblings, 0 replies; 33+ messages in thread
From: Derek Straka @ 2016-03-26 13:04 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Derek Straka <derek@asterius.io>
---
.../python/{python-py_1.4.26.bb => python-py_1.4.31.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta-python/recipes-devtools/python/{python-py_1.4.26.bb => python-py_1.4.31.bb} (58%)
diff --git a/meta-python/recipes-devtools/python/python-py_1.4.26.bb b/meta-python/recipes-devtools/python/python-py_1.4.31.bb
similarity index 58%
rename from meta-python/recipes-devtools/python/python-py_1.4.26.bb
rename to meta-python/recipes-devtools/python/python-py_1.4.31.bb
index bb20a41..592bc04 100644
--- a/meta-python/recipes-devtools/python/python-py_1.4.26.bb
+++ b/meta-python/recipes-devtools/python/python-py_1.4.31.bb
@@ -2,7 +2,7 @@ SUMMARY = "Library with cross-python path, ini-parsing, io, code, log facilities
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=a6bb0320b04a0a503f12f69fea479de9"
-SRC_URI[md5sum] = "30c3fd92a53f1a5ed6f3591c1fe75c0e"
-SRC_URI[sha256sum] = "28dd0b90d29b386afb552efc4e355c889f4639ce93658a7872a2150ece28bb89"
+SRC_URI[md5sum] = "5d2c63c56dc3f2115ec35c066ecd582b"
+SRC_URI[sha256sum] = "a6501963c725fc2554dabfece8ae9a8fb5e149c0ac0a42fd2b02c5c1c57fc114"
inherit pypi setuptools
--
1.9.1
^ permalink raw reply related [flat|nested] 33+ messages in thread* [meta-python][PATCH 21/30] python-pycparser: update to 2.14
2016-03-26 13:04 [meta-python][PATCH 00/30] Updates current python packages to theeir respective latest versions Derek Straka
` (19 preceding siblings ...)
2016-03-26 13:04 ` [meta-python][PATCH 20/30] python-py: update to 1.4.31 Derek Straka
@ 2016-03-26 13:04 ` Derek Straka
2016-03-26 13:04 ` [meta-python][PATCH 22/30] python-pyflakes: update to 1.1.0 Derek Straka
` (9 subsequent siblings)
30 siblings, 0 replies; 33+ messages in thread
From: Derek Straka @ 2016-03-26 13:04 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Derek Straka <derek@asterius.io>
---
meta-python/recipes-devtools/python/python-pycparser_2.10.bb | 10 ----------
meta-python/recipes-devtools/python/python-pycparser_2.14.bb | 10 ++++++++++
2 files changed, 10 insertions(+), 10 deletions(-)
delete mode 100644 meta-python/recipes-devtools/python/python-pycparser_2.10.bb
create mode 100644 meta-python/recipes-devtools/python/python-pycparser_2.14.bb
diff --git a/meta-python/recipes-devtools/python/python-pycparser_2.10.bb b/meta-python/recipes-devtools/python/python-pycparser_2.10.bb
deleted file mode 100644
index 3ff2412..0000000
--- a/meta-python/recipes-devtools/python/python-pycparser_2.10.bb
+++ /dev/null
@@ -1,10 +0,0 @@
-SUMMARY = "Parser of the C language, written in pure Python"
-LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=d29d3ce07825100c58ca57eea171ab65"
-
-SRC_URI[md5sum] = "d87aed98c8a9f386aa56d365fe4d515f"
-SRC_URI[sha256sum] = "957d98b661c0b64b580ab6f94b125e09b6714154ee51de40bca16d3f0076b86c"
-
-inherit pypi setuptools
-
-BBCLASSEXTEND = "native"
diff --git a/meta-python/recipes-devtools/python/python-pycparser_2.14.bb b/meta-python/recipes-devtools/python/python-pycparser_2.14.bb
new file mode 100644
index 0000000..18006ca
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-pycparser_2.14.bb
@@ -0,0 +1,10 @@
+SUMMARY = "Parser of the C language, written in pure Python"
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=8fb364772b1441821d391591f340c35a"
+
+SRC_URI[md5sum] = "a2bc8d28c923b4fe2b2c3b4b51a4f935"
+SRC_URI[sha256sum] = "7959b4a74abdc27b312fed1c21e6caf9309ce0b29ea86b591fd2e99ecdf27f73"
+
+inherit pypi setuptools
+
+BBCLASSEXTEND = "native"
--
1.9.1
^ permalink raw reply related [flat|nested] 33+ messages in thread* [meta-python][PATCH 22/30] python-pyflakes: update to 1.1.0
2016-03-26 13:04 [meta-python][PATCH 00/30] Updates current python packages to theeir respective latest versions Derek Straka
` (20 preceding siblings ...)
2016-03-26 13:04 ` [meta-python][PATCH 21/30] python-pycparser: update to 2.14 Derek Straka
@ 2016-03-26 13:04 ` Derek Straka
2016-03-26 13:04 ` [meta-python][PATCH 23/30] python-pymisp: update to 2.3 Derek Straka
` (8 subsequent siblings)
30 siblings, 0 replies; 33+ messages in thread
From: Derek Straka @ 2016-03-26 13:04 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Derek Straka <derek@asterius.io>
---
.../python/{python-pyflakes_1.0.0.bb => python-pyflakes_1.1.0.bb} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
rename meta-python/recipes-devtools/python/{python-pyflakes_1.0.0.bb => python-pyflakes_1.1.0.bb} (51%)
diff --git a/meta-python/recipes-devtools/python/python-pyflakes_1.0.0.bb b/meta-python/recipes-devtools/python/python-pyflakes_1.1.0.bb
similarity index 51%
rename from meta-python/recipes-devtools/python/python-pyflakes_1.0.0.bb
rename to meta-python/recipes-devtools/python/python-pyflakes_1.1.0.bb
index c319af8..ae7d471 100644
--- a/meta-python/recipes-devtools/python/python-pyflakes_1.0.0.bb
+++ b/meta-python/recipes-devtools/python/python-pyflakes_1.1.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=0f2ba771f63ad51756f4fb10e827220e"
+LIC_FILES_CHKSUM = "file://README.rst;md5=fe719d45f4c604c6e2c86872b6e9485f"
-SRC_URI[md5sum] = "914621d4c9546248419b435dd358eb6a"
-SRC_URI[sha256sum] = "f39e33a4c03beead8774f005bd3ecf0c3f2f264fa0201de965fce0aff1d34263"
+SRC_URI[md5sum] = "e0bf854cd5abd4527e149692925b82eb"
+SRC_URI[sha256sum] = "e5f959931987e2be178781554b485d52342ec9f1b43f891d2dad07a691c7a89a"
inherit pypi setuptools
--
1.9.1
^ permalink raw reply related [flat|nested] 33+ messages in thread* [meta-python][PATCH 23/30] python-pymisp: update to 2.3
2016-03-26 13:04 [meta-python][PATCH 00/30] Updates current python packages to theeir respective latest versions Derek Straka
` (21 preceding siblings ...)
2016-03-26 13:04 ` [meta-python][PATCH 22/30] python-pyflakes: update to 1.1.0 Derek Straka
@ 2016-03-26 13:04 ` Derek Straka
2016-03-26 13:04 ` [meta-python][PATCH 24/30] python-pyparsing: update to 2.1.1 Derek Straka
` (7 subsequent siblings)
30 siblings, 0 replies; 33+ messages in thread
From: Derek Straka @ 2016-03-26 13:04 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Derek Straka <derek@asterius.io>
---
meta-python/recipes-devtools/python/python-pymisp.inc | 10 +++-------
.../python/{python-pymisp_2.2.bb => python-pymisp_2.3.bb} | 2 +-
.../python/{python3-pymisp_2.2.bb => python3-pymisp_2.3.bb} | 2 +-
3 files changed, 5 insertions(+), 9 deletions(-)
rename meta-python/recipes-devtools/python/{python-pymisp_2.2.bb => python-pymisp_2.3.bb} (52%)
rename meta-python/recipes-devtools/python/{python3-pymisp_2.2.bb => python3-pymisp_2.3.bb} (50%)
diff --git a/meta-python/recipes-devtools/python/python-pymisp.inc b/meta-python/recipes-devtools/python/python-pymisp.inc
index ca543f0..9cd0844 100644
--- a/meta-python/recipes-devtools/python/python-pymisp.inc
+++ b/meta-python/recipes-devtools/python/python-pymisp.inc
@@ -1,14 +1,10 @@
DESCRIPTION = "Python API for MISP"
HOMEPAGE = "https://github.com/MISP/PyMISP"
-SECTION = "devel/python"
LICENSE = "BSD-2-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=a3639cf5780f71b125d3e9d1dc127c20"
-SRCREV = "a7fc1ceb20d455ccfa2ba7af229048330e22b173"
+LIC_FILES_CHKSUM = "file://PKG-INFO;md5=c0a3e801b740ef31d1f5ddfe76bca538"
PR = "r0"
-SRC_URI = "git://github.com/MISP/PyMISP.git;branch=master"
-
-SRCNAME = "pymisp"
-S = "${WORKDIR}/git"
+SRC_URI[md5sum] = "398408388902c108e3b378152b6c1d24"
+SRC_URI[sha256sum] = "d70e74c528f040f5ff8137337f1758aeb63a5966b58b297f2171f53cb9df033e"
RDEPENDS_${PN} += " ${PYTHON_PN}-requests"
diff --git a/meta-python/recipes-devtools/python/python-pymisp_2.2.bb b/meta-python/recipes-devtools/python/python-pymisp_2.3.bb
similarity index 52%
rename from meta-python/recipes-devtools/python/python-pymisp_2.2.bb
rename to meta-python/recipes-devtools/python/python-pymisp_2.3.bb
index a0b655f..1b1fbe9 100644
--- a/meta-python/recipes-devtools/python/python-pymisp_2.2.bb
+++ b/meta-python/recipes-devtools/python/python-pymisp_2.3.bb
@@ -1,2 +1,2 @@
-inherit setuptools
+inherit pypi setuptools
require python-pymisp.inc
diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.2.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.3.bb
similarity index 50%
rename from meta-python/recipes-devtools/python/python3-pymisp_2.2.bb
rename to meta-python/recipes-devtools/python/python3-pymisp_2.3.bb
index e41acd6..4523d9e 100644
--- a/meta-python/recipes-devtools/python/python3-pymisp_2.2.bb
+++ b/meta-python/recipes-devtools/python/python3-pymisp_2.3.bb
@@ -1,2 +1,2 @@
-inherit setuptools3
+inherit pypi setuptools3
require python-pymisp.inc
--
1.9.1
^ permalink raw reply related [flat|nested] 33+ messages in thread* [meta-python][PATCH 24/30] python-pyparsing: update to 2.1.1
2016-03-26 13:04 [meta-python][PATCH 00/30] Updates current python packages to theeir respective latest versions Derek Straka
` (22 preceding siblings ...)
2016-03-26 13:04 ` [meta-python][PATCH 23/30] python-pymisp: update to 2.3 Derek Straka
@ 2016-03-26 13:04 ` Derek Straka
2016-04-03 15:46 ` Martin Jansa
2016-03-26 13:04 ` [meta-python][PATCH 25/30] python-pytest: update to 2.9.1 Derek Straka
` (6 subsequent siblings)
30 siblings, 1 reply; 33+ messages in thread
From: Derek Straka @ 2016-03-26 13:04 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Derek Straka <derek@asterius.io>
---
.../python/{python-pyparsing_2.0.3.bb => python-pyparsing_2.1.1.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta-python/recipes-devtools/python/{python-pyparsing_2.0.3.bb => python-pyparsing_2.1.1.bb} (60%)
diff --git a/meta-python/recipes-devtools/python/python-pyparsing_2.0.3.bb b/meta-python/recipes-devtools/python/python-pyparsing_2.1.1.bb
similarity index 60%
rename from meta-python/recipes-devtools/python/python-pyparsing_2.0.3.bb
rename to meta-python/recipes-devtools/python/python-pyparsing_2.1.1.bb
index 18a3077..9862907 100644
--- a/meta-python/recipes-devtools/python/python-pyparsing_2.0.3.bb
+++ b/meta-python/recipes-devtools/python/python-pyparsing_2.1.1.bb
@@ -3,8 +3,8 @@ HOMEPAGE = "http://pyparsing.wikispaces.com/"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=fb46329938e6bc829b256e37d5c1e31a"
-SRC_URI[md5sum] = "0a5ec41bb650aed802751a311b5d820d"
-SRC_URI[sha256sum] = "43d7710fdaa194a3bccf3127d06dec8e2de99a7efe6c47f01d4b748a1d04b192"
+SRC_URI[md5sum] = "2a1d3a63ddc2ec9a3da961d1b7f258b2"
+SRC_URI[sha256sum] = "4bd04badfda39b1e2fd0d77cb78b488c881d88c31734791a0ae902979ae10575"
PYPI_PACKAGE_EXT = "zip"
inherit pypi distutils
--
1.9.1
^ permalink raw reply related [flat|nested] 33+ messages in thread* Re: [meta-python][PATCH 24/30] python-pyparsing: update to 2.1.1
2016-03-26 13:04 ` [meta-python][PATCH 24/30] python-pyparsing: update to 2.1.1 Derek Straka
@ 2016-04-03 15:46 ` Martin Jansa
0 siblings, 0 replies; 33+ messages in thread
From: Martin Jansa @ 2016-04-03 15:46 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1872 bytes --]
On Sat, Mar 26, 2016 at 09:04:44AM -0400, Derek Straka wrote:
> Signed-off-by: Derek Straka <derek@asterius.io>
> ---
> .../python/{python-pyparsing_2.0.3.bb => python-pyparsing_2.1.1.bb} | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
> rename meta-python/recipes-devtools/python/{python-pyparsing_2.0.3.bb => python-pyparsing_2.1.1.bb} (60%)
>
> diff --git a/meta-python/recipes-devtools/python/python-pyparsing_2.0.3.bb b/meta-python/recipes-devtools/python/python-pyparsing_2.1.1.bb
> similarity index 60%
> rename from meta-python/recipes-devtools/python/python-pyparsing_2.0.3.bb
> rename to meta-python/recipes-devtools/python/python-pyparsing_2.1.1.bb
> index 18a3077..9862907 100644
> --- a/meta-python/recipes-devtools/python/python-pyparsing_2.0.3.bb
> +++ b/meta-python/recipes-devtools/python/python-pyparsing_2.1.1.bb
> @@ -3,8 +3,8 @@ HOMEPAGE = "http://pyparsing.wikispaces.com/"
> LICENSE = "MIT"
> LIC_FILES_CHKSUM = "file://LICENSE;md5=fb46329938e6bc829b256e37d5c1e31a"
>
> -SRC_URI[md5sum] = "0a5ec41bb650aed802751a311b5d820d"
> -SRC_URI[sha256sum] = "43d7710fdaa194a3bccf3127d06dec8e2de99a7efe6c47f01d4b748a1d04b192"
> +SRC_URI[md5sum] = "2a1d3a63ddc2ec9a3da961d1b7f258b2"
> +SRC_URI[sha256sum] = "4bd04badfda39b1e2fd0d77cb78b488c881d88c31734791a0ae902979ae10575"
>
> PYPI_PACKAGE_EXT = "zip"
> inherit pypi distutils
Fails here:
http://logs.nslu2-linux.org/buildlogs/oe/world/log.dependencies.20160402_132854.log/3_min/failed/python-pyparsing.log
http://errors.yoctoproject.org:80/Errors/Build/14632/
> --
> 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] 33+ messages in thread
* [meta-python][PATCH 25/30] python-pytest: update to 2.9.1
2016-03-26 13:04 [meta-python][PATCH 00/30] Updates current python packages to theeir respective latest versions Derek Straka
` (23 preceding siblings ...)
2016-03-26 13:04 ` [meta-python][PATCH 24/30] python-pyparsing: update to 2.1.1 Derek Straka
@ 2016-03-26 13:04 ` Derek Straka
2016-03-26 13:04 ` [meta-python][PATCH 26/30] python-pytz: update to 2016.3 Derek Straka
` (5 subsequent siblings)
30 siblings, 0 replies; 33+ messages in thread
From: Derek Straka @ 2016-03-26 13:04 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Derek Straka <derek@asterius.io>
---
meta-python/recipes-devtools/python/python-pytest_2.7.0.bb | 10 ----------
meta-python/recipes-devtools/python/python-pytest_2.9.1.bb | 10 ++++++++++
2 files changed, 10 insertions(+), 10 deletions(-)
delete mode 100644 meta-python/recipes-devtools/python/python-pytest_2.7.0.bb
create mode 100644 meta-python/recipes-devtools/python/python-pytest_2.9.1.bb
diff --git a/meta-python/recipes-devtools/python/python-pytest_2.7.0.bb b/meta-python/recipes-devtools/python/python-pytest_2.7.0.bb
deleted file mode 100644
index 91b58af..0000000
--- a/meta-python/recipes-devtools/python/python-pytest_2.7.0.bb
+++ /dev/null
@@ -1,10 +0,0 @@
-SUMMARY = "Simple powerful teting with Python"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=a6bb0320b04a0a503f12f69fea479de9"
-
-SRC_URI[md5sum] = "14cde91b1106c937c48497728ea37dc6"
-SRC_URI[sha256sum] = "91dc842785417208d57e5e8dc8bb40f57316c45da24a50c53b49cb8d045519d6"
-
-RDEPENDS_${PN} = "python-py"
-
-inherit pypi setuptools
diff --git a/meta-python/recipes-devtools/python/python-pytest_2.9.1.bb b/meta-python/recipes-devtools/python/python-pytest_2.9.1.bb
new file mode 100644
index 0000000..ca53dc4
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-pytest_2.9.1.bb
@@ -0,0 +1,10 @@
+SUMMARY = "Simple powerful teting with Python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=d8a5609608d9a5a180705b0fa298ae01"
+
+SRC_URI[md5sum] = "05165740ea50928e4e971378630163ec"
+SRC_URI[sha256sum] = "0d48d27a127644fbe7c8158157e08b35f8255045d4476df694b91eb3a8147e65"
+
+RDEPENDS_${PN} = "python-py"
+
+inherit pypi setuptools
--
1.9.1
^ permalink raw reply related [flat|nested] 33+ messages in thread* [meta-python][PATCH 26/30] python-pytz: update to 2016.3
2016-03-26 13:04 [meta-python][PATCH 00/30] Updates current python packages to theeir respective latest versions Derek Straka
` (24 preceding siblings ...)
2016-03-26 13:04 ` [meta-python][PATCH 25/30] python-pytest: update to 2.9.1 Derek Straka
@ 2016-03-26 13:04 ` Derek Straka
2016-03-26 13:04 ` [meta-python][PATCH 27/30] python-pyudev: update to 0.19.0 Derek Straka
` (4 subsequent siblings)
30 siblings, 0 replies; 33+ messages in thread
From: Derek Straka @ 2016-03-26 13:04 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Derek Straka <derek@asterius.io>
---
.../python/{python-pytz_2015.4.bb => python-pytz_2016.3.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta-python/recipes-devtools/python/{python-pytz_2015.4.bb => python-pytz_2016.3.bb} (67%)
diff --git a/meta-python/recipes-devtools/python/python-pytz_2015.4.bb b/meta-python/recipes-devtools/python/python-pytz_2016.3.bb
similarity index 67%
rename from meta-python/recipes-devtools/python/python-pytz_2015.4.bb
rename to meta-python/recipes-devtools/python/python-pytz_2016.3.bb
index dedd864..da4e2d6 100644
--- a/meta-python/recipes-devtools/python/python-pytz_2015.4.bb
+++ b/meta-python/recipes-devtools/python/python-pytz_2016.3.bb
@@ -10,5 +10,5 @@ RDEPENDS_${PN} = "\
python-datetime \
"
-SRC_URI[md5sum] = "417a47b1c432d90333e42084a605d3d8"
-SRC_URI[sha256sum] = "c4ee70cb407f9284517ac368f121cf0796a7134b961e53d9daf1aaae8f44fb90"
+SRC_URI[md5sum] = "abae92c3301b27bd8a9f56b14f52cb29"
+SRC_URI[sha256sum] = "3449da19051655d4c0bb5c37191331748bcad15804d81676a88451ef299370a8"
--
1.9.1
^ permalink raw reply related [flat|nested] 33+ messages in thread* [meta-python][PATCH 27/30] python-pyudev: update to 0.19.0
2016-03-26 13:04 [meta-python][PATCH 00/30] Updates current python packages to theeir respective latest versions Derek Straka
` (25 preceding siblings ...)
2016-03-26 13:04 ` [meta-python][PATCH 26/30] python-pytz: update to 2016.3 Derek Straka
@ 2016-03-26 13:04 ` Derek Straka
2016-03-26 13:04 ` [meta-python][PATCH 28/30] python-pyyaml: update to 3.11 Derek Straka
` (3 subsequent siblings)
30 siblings, 0 replies; 33+ messages in thread
From: Derek Straka @ 2016-03-26 13:04 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Derek Straka <derek@asterius.io>
---
.../python/{python-pyudev_0.16.1.bb => python-pyudev_0.19.0.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta-python/recipes-devtools/python/{python-pyudev_0.16.1.bb => python-pyudev_0.19.0.bb} (73%)
diff --git a/meta-python/recipes-devtools/python/python-pyudev_0.16.1.bb b/meta-python/recipes-devtools/python/python-pyudev_0.19.0.bb
similarity index 73%
rename from meta-python/recipes-devtools/python/python-pyudev_0.16.1.bb
rename to meta-python/recipes-devtools/python/python-pyudev_0.19.0.bb
index 1ec9944..aa26dc7 100644
--- a/meta-python/recipes-devtools/python/python-pyudev_0.16.1.bb
+++ b/meta-python/recipes-devtools/python/python-pyudev_0.19.0.bb
@@ -2,8 +2,8 @@ SUMMARY = "A libudev binding"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343"
-SRC_URI[md5sum] = "4034de584b6d9efcbfc590a047c63285"
-SRC_URI[sha256sum] = "765d1c14bd9bd031f64e2612225621984cb2bbb8cbc0c03538bcc4c735ff1c95"
+SRC_URI[md5sum] = "1151e9d05baf6ce7b43e7574dc0ef154"
+SRC_URI[sha256sum] = "5abcbd03e4965110d1fedcbdd5532974cb4638ceef34337aa2d5758eceb54ad3"
inherit pypi setuptools
--
1.9.1
^ permalink raw reply related [flat|nested] 33+ messages in thread* [meta-python][PATCH 28/30] python-pyyaml: update to 3.11
2016-03-26 13:04 [meta-python][PATCH 00/30] Updates current python packages to theeir respective latest versions Derek Straka
` (26 preceding siblings ...)
2016-03-26 13:04 ` [meta-python][PATCH 27/30] python-pyudev: update to 0.19.0 Derek Straka
@ 2016-03-26 13:04 ` Derek Straka
2016-03-26 13:04 ` [meta-python][PATCH 29/30] python-sparts: update to version 0.7.3 Derek Straka
` (2 subsequent siblings)
30 siblings, 0 replies; 33+ messages in thread
From: Derek Straka @ 2016-03-26 13:04 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Derek Straka <derek@asterius.io>
---
.../python/{python-pyyaml_3.10.bb => python-pyyaml_3.11.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta-python/recipes-devtools/python/{python-pyyaml_3.10.bb => python-pyyaml_3.11.bb} (78%)
diff --git a/meta-python/recipes-devtools/python/python-pyyaml_3.10.bb b/meta-python/recipes-devtools/python/python-pyyaml_3.11.bb
similarity index 78%
rename from meta-python/recipes-devtools/python/python-pyyaml_3.10.bb
rename to meta-python/recipes-devtools/python/python-pyyaml_3.11.bb
index 7f20e8b..a017e0e 100644
--- a/meta-python/recipes-devtools/python/python-pyyaml_3.10.bb
+++ b/meta-python/recipes-devtools/python/python-pyyaml_3.11.bb
@@ -9,8 +9,8 @@ SRC_URI = "http://pyyaml.org/download/pyyaml/PyYAML-${PV}.tar.gz \
file://setup.py \
"
-SRC_URI[md5sum] = "74c94a383886519e9e7b3dd1ee540247"
-SRC_URI[sha256sum] = "e713da45c96ca53a3a8b48140d4120374db622df16ab71759c9ceb5b8d46fe7c"
+SRC_URI[md5sum] = "f50e08ef0fe55178479d3a618efe21db"
+SRC_URI[sha256sum] = "c36c938a872e5ff494938b33b14aaa156cb439ec67548fcab3535bb78b0846e8"
S = "${WORKDIR}/PyYAML-${PV}"
--
1.9.1
^ permalink raw reply related [flat|nested] 33+ messages in thread* [meta-python][PATCH 29/30] python-sparts: update to version 0.7.3
2016-03-26 13:04 [meta-python][PATCH 00/30] Updates current python packages to theeir respective latest versions Derek Straka
` (27 preceding siblings ...)
2016-03-26 13:04 ` [meta-python][PATCH 28/30] python-pyyaml: update to 3.11 Derek Straka
@ 2016-03-26 13:04 ` Derek Straka
2016-03-26 13:04 ` [meta-python][PATCH 30/30] python-urllib3: update to 1.14 Derek Straka
2016-03-26 17:24 ` [meta-python][PATCH 00/30] Updates current python packages to theeir respective latest versions Tim Orling
30 siblings, 0 replies; 33+ messages in thread
From: Derek Straka @ 2016-03-26 13:04 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Derek Straka <derek@asterius.io>
---
.../python/{python-sparts_0.7.2.bb => python-sparts_0.7.3.bb} | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
rename meta-python/recipes-devtools/python/{python-sparts_0.7.2.bb => python-sparts_0.7.3.bb} (76%)
diff --git a/meta-python/recipes-devtools/python/python-sparts_0.7.2.bb b/meta-python/recipes-devtools/python/python-sparts_0.7.3.bb
similarity index 76%
rename from meta-python/recipes-devtools/python/python-sparts_0.7.2.bb
rename to meta-python/recipes-devtools/python/python-sparts_0.7.3.bb
index e9a9e64..a125311 100644
--- a/meta-python/recipes-devtools/python/python-sparts_0.7.2.bb
+++ b/meta-python/recipes-devtools/python/python-sparts_0.7.3.bb
@@ -1,14 +1,11 @@
SUMMARY = "Library for rapid service prototyping with minimal boilerplate"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=0c1554636a564da3baf037ac652fc831"
-SRCNAME = "sparts"
-SRC_URI = "git://github.com/facebook/sparts.git"
-SRCREV = "128cf9c2f82b00cb2d8648033970870c73641f02"
+SRC_URI[md5sum] = "6aa8815652c6f5e5e8e5b2ac1813dd87"
+SRC_URI[sha256sum] = "b25707c349079a7c888155e7fdfd8394df2da9aca9c8eee4e205528cb16b7662"
-S = "${WORKDIR}/git"
-
-inherit setuptools
+inherit pypi setuptools
RDEPENDS_${PN} = "\
python-subprocess \
--
1.9.1
^ permalink raw reply related [flat|nested] 33+ messages in thread* [meta-python][PATCH 30/30] python-urllib3: update to 1.14
2016-03-26 13:04 [meta-python][PATCH 00/30] Updates current python packages to theeir respective latest versions Derek Straka
` (28 preceding siblings ...)
2016-03-26 13:04 ` [meta-python][PATCH 29/30] python-sparts: update to version 0.7.3 Derek Straka
@ 2016-03-26 13:04 ` Derek Straka
2016-03-26 17:24 ` [meta-python][PATCH 00/30] Updates current python packages to theeir respective latest versions Tim Orling
30 siblings, 0 replies; 33+ messages in thread
From: Derek Straka @ 2016-03-26 13:04 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Derek Straka <derek@asterius.io>
---
.../{python-urllib3_1.10.1.bb => python-urllib3_1.14.bb} | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
rename meta-python/recipes-devtools/python/{python-urllib3_1.10.1.bb => python-urllib3_1.14.bb} (51%)
diff --git a/meta-python/recipes-devtools/python/python-urllib3_1.10.1.bb b/meta-python/recipes-devtools/python/python-urllib3_1.14.bb
similarity index 51%
rename from meta-python/recipes-devtools/python/python-urllib3_1.10.1.bb
rename to meta-python/recipes-devtools/python/python-urllib3_1.14.bb
index 89f7428..4e30991 100644
--- a/meta-python/recipes-devtools/python/python-urllib3_1.10.1.bb
+++ b/meta-python/recipes-devtools/python/python-urllib3_1.14.bb
@@ -1,15 +1,11 @@
SUMMARY = "Python HTTP library with thread-safe connection pooling, file post support, sanity friendly, and more"
HOMEPAGE = "https://github.com/shazow/urllib3"
-SECTION = "devel/python"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3be3707c5f24a69709682265e29566fe"
-SRC_URI = "https://github.com/shazow/urllib3/archive/${PV}.zip"
-SRC_URI[md5sum] = "73935fe42b6ef51d078edbbca7c1bd55"
-SRC_URI[sha256sum] = "5fadd55b46bf826e46a482bb3d53662a8a88d8f9ea8656e351b659b8ad9bfc0f"
+SRC_URI[md5sum] = "5e1407428ac33b521c71a7ac273b3847"
+SRC_URI[sha256sum] = "dd4fb13a4ce50b18338c7e4d665b21fd38632c5d4b1d9f1a1379276bd3c08d37"
-S = "${WORKDIR}/urllib3-${PV}"
-
-inherit setuptools
+inherit pypi setuptools
RDEPENDS_${PN} += "python-netclient"
--
1.9.1
^ permalink raw reply related [flat|nested] 33+ messages in thread* Re: [meta-python][PATCH 00/30] Updates current python packages to theeir respective latest versions
2016-03-26 13:04 [meta-python][PATCH 00/30] Updates current python packages to theeir respective latest versions Derek Straka
` (29 preceding siblings ...)
2016-03-26 13:04 ` [meta-python][PATCH 30/30] python-urllib3: update to 1.14 Derek Straka
@ 2016-03-26 17:24 ` Tim Orling
30 siblings, 0 replies; 33+ messages in thread
From: Tim Orling @ 2016-03-26 17:24 UTC (permalink / raw)
To: openembedded-devel@lists.openembedded.org
Wow. Thank you.
This has been on my backburnner list of things to do for ages.
--Tim
On Sat, Mar 26, 2016 at 6:04 AM, Derek Straka <derek@asterius.io> wrote:
> The set of patches brings most of the packages in meta-python up to the
> current released version.
>
> The following changes since commit
> bf8f27af3954ab68e39712516ab515de90b4db27:
>
> gstreamer: fix argument parsing when using Bison 3 (2016-03-25 11:36:42
> +0100)
>
> are available in the git repository at:
>
> git://github.com/derekstraka/meta-openembedded more-python-update
> https://github.com/derekstraka/meta-openembedded/tree/more-python-update
>
> Derek Straka (30):
> python-dateutil: update to 2.5.1
> python-lxml: update to 3.6.0
> python-cython: update to 0.23.4
> python-certifi: update to 2016.2.28
> python-pymongo: update to 3.2.2
> python-werkzeug: update to 0.11.5
> python-whoosh: update to 2.7.3
> python-cffi: update to 1.5.2
> python-cmd2: update to 0.6.8
> python-daemonize: update to 2.4.6
> python-evdev: update to 0.6.0
> python-html5lib: update to 0.9999999
> python-iso8601: update to 0.1.11
> python-jsonpatch: update to 1.13
> python-monotonic: update to 1.0
> python-paste: update to 2.0.3
> python-pep8: update to 1.7.0
> python-pip: update to 8.1.1
> python-psutil: update to 4.1.0
> python-py: update to 1.4.31
> python-pycparser: update to 2.14
> python-pyflakes: update to 1.1.0
> python-pymisp: update to 2.3
> python-pyparsing: update to 2.1.1
> python-pytest: update to 2.9.1
> python-pytz: update to 2016.3
> python-pyudev: update to 0.19.0
> python-pyyaml: update to 3.11
> python-sparts: update to version 0.7.3
> python-urllib3: update to 1.14
>
> meta-python/recipes-devtools/python/python-certifi.inc | 4 ++--
> ...hon-certifi_2015.11.20.1.bb => python-certifi_2016.2.28.bb} | 0
> .../python/{python-cffi_1.3.1.bb => python-cffi_1.5.2.bb} | 4 ++--
> .../python/{python-cmd2_0.6.7.bb => python-cmd2_0.6.8.bb} | 4 ++--
> meta-python/recipes-devtools/python/python-cython.inc | 4 ++--
> .../{python-cython_0.23.1.bb => python-cython_0.23.4.bb} | 0
> .../{python-daemonize_2.4.2.bb => python-daemonize_2.4.6.bb} | 4 ++--
> meta-python/recipes-devtools/python/python-dateutil.inc | 4 ++--
> .../{python-dateutil_2.4.2.bb => python-dateutil_2.5.1.bb} | 0
> .../python/{python-evdev_0.5.0.bb => python-evdev_0.6.0.bb} | 7
> ++++---
> .../{python-html5lib_0.999.bb => python-html5lib_0.9999999.bb} | 4 ++--
> meta-python/recipes-devtools/python/python-iso8601_0.1.10.bb | 8
> --------
> meta-python/recipes-devtools/python/python-iso8601_0.1.11.bb | 8
> ++++++++
> .../{python-jsonpatch_1.12.bb => python-jsonpatch_1.13.bb} | 4 ++--
> meta-python/recipes-devtools/python/python-lxml.inc | 4 ++--
> .../python/{python-lxml_3.5.0.bb => python-lxml_3.6.0.bb} | 0
> .../{python-monotonic_0.6.bb => python-monotonic_1.0.bb} | 4 ++--
> .../python/{python-paste_2.0.2.bb => python-paste_2.0.3.bb} | 4 ++--
> .../python/{python-pep8_1.4.6.bb => python-pep8_1.7.0.bb} | 6
> +++---
> .../python/{python-pip_7.1.2.bb => python-pip_8.1.1.bb} | 6
> +++---
> .../python/{python-psutil_2.2.1.bb => python-psutil_4.1.0.bb} | 4 ++--
> .../python/{python-py_1.4.26.bb => python-py_1.4.31.bb} | 4 ++--
> meta-python/recipes-devtools/python/python-pycparser_2.10.bb | 10
> ----------
> meta-python/recipes-devtools/python/python-pycparser_2.14.bb | 10
> ++++++++++
> .../{python-pyflakes_1.0.0.bb => python-pyflakes_1.1.0.bb} | 6
> +++---
> meta-python/recipes-devtools/python/python-pymisp.inc | 10
> +++-------
> .../python/{python3-pymisp_2.2.bb => python-pymisp_2.3.bb} | 2 +-
> meta-python/recipes-devtools/python/python-pymongo.inc | 4 ++--
> .../python/{python-pymongo_3.2.bb => python-pymongo_3.2.2.bb} | 0
> .../{python-pyparsing_2.0.3.bb => python-pyparsing_2.1.1.bb} | 4 ++--
> meta-python/recipes-devtools/python/python-pytest_2.7.0.bb | 10
> ----------
> meta-python/recipes-devtools/python/python-pytest_2.9.1.bb | 10
> ++++++++++
> .../python/{python-pytz_2015.4.bb => python-pytz_2016.3.bb} | 4 ++--
> .../{python-pyudev_0.16.1.bb => python-pyudev_0.19.0.bb} | 4 ++--
> .../python/{python-pyyaml_3.10.bb => python-pyyaml_3.11.bb} | 4 ++--
> .../python/{python-sparts_0.7.2.bb => python-sparts_0.7.3.bb} | 9
> +++------
> .../{python-urllib3_1.10.1.bb => python-urllib3_1.14.bb} | 10
> +++-------
> meta-python/recipes-devtools/python/python-werkzeug.inc | 4 ++--
> .../{python-werkzeug_0.11.3.bb => python-werkzeug_0.11.5.bb} | 0
> meta-python/recipes-devtools/python/python-whoosh.inc | 5 +++--
> .../python/{python-whoosh_2.7.0.bb => python-whoosh_2.7.3.bb} | 0
> ...n3-certifi_2015.11.20.1.bb => python3-certifi_2016.2.28.bb} | 0
> .../{python3-cython_0.23.1.bb => python3-cython_0.23.4.bb} | 0
> .../{python3-dateutil_2.4.2.bb => python3-dateutil_2.5.1.bb} | 0
> .../python/{python3-lxml_3.5.0.bb => python3-lxml_3.6.0.bb} | 0
> .../python/{python-pymisp_2.2.bb => python3-pymisp_2.3.bb} | 2 +-
> .../{python3-pymongo_3.2.bb => python3-pymongo_3.2.2.bb} | 0
> .../{python3-werkzeug_0.11.3.bb => python3-werkzeug_0.11.5.bb} | 0
> .../{python3-whoosh_2.7.0.bb => python3-whoosh_2.7.3.bb} | 0
> 49 files changed, 93 insertions(+), 102 deletions(-)
> rename meta-python/recipes-devtools/python/{
> python-certifi_2015.11.20.1.bb => python-certifi_2016.2.28.bb} (100%)
> rename meta-python/recipes-devtools/python/{python-cffi_1.3.1.bb =>
> python-cffi_1.5.2.bb} (63%)
> rename meta-python/recipes-devtools/python/{python-cmd2_0.6.7.bb =>
> python-cmd2_0.6.8.bb} (66%)
> rename meta-python/recipes-devtools/python/{python-cython_0.23.1.bb =>
> python-cython_0.23.4.bb} (100%)
> rename meta-python/recipes-devtools/python/{python-daemonize_2.4.2.bb =>
> python-daemonize_2.4.6.bb} (72%)
> rename meta-python/recipes-devtools/python/{python-dateutil_2.4.2.bb =>
> python-dateutil_2.5.1.bb} (100%)
> rename meta-python/recipes-devtools/python/{python-evdev_0.5.0.bb =>
> python-evdev_0.6.0.bb} (50%)
> rename meta-python/recipes-devtools/python/{python-html5lib_0.999.bb =>
> python-html5lib_0.9999999.bb} (55%)
> delete mode 100644 meta-python/recipes-devtools/python/
> python-iso8601_0.1.10.bb
> create mode 100644 meta-python/recipes-devtools/python/
> python-iso8601_0.1.11.bb
> rename meta-python/recipes-devtools/python/{python-jsonpatch_1.12.bb =>
> python-jsonpatch_1.13.bb} (67%)
> rename meta-python/recipes-devtools/python/{python-lxml_3.5.0.bb =>
> python-lxml_3.6.0.bb} (100%)
> rename meta-python/recipes-devtools/python/{python-monotonic_0.6.bb =>
> python-monotonic_1.0.bb} (64%)
> rename meta-python/recipes-devtools/python/{python-paste_2.0.2.bb =>
> python-paste_2.0.3.bb} (68%)
> rename meta-python/recipes-devtools/python/{python-pep8_1.4.6.bb =>
> python-pep8_1.7.0.bb} (50%)
> rename meta-python/recipes-devtools/python/{python-pip_7.1.2.bb =>
> python-pip_8.1.1.bb} (55%)
> rename meta-python/recipes-devtools/python/{python-psutil_2.2.1.bb =>
> python-psutil_4.1.0.bb} (63%)
> rename meta-python/recipes-devtools/python/{python-py_1.4.26.bb =>
> python-py_1.4.31.bb} (58%)
> delete mode 100644 meta-python/recipes-devtools/python/
> python-pycparser_2.10.bb
> create mode 100644 meta-python/recipes-devtools/python/
> python-pycparser_2.14.bb
> rename meta-python/recipes-devtools/python/{python-pyflakes_1.0.0.bb =>
> python-pyflakes_1.1.0.bb} (51%)
> rename meta-python/recipes-devtools/python/{python3-pymisp_2.2.bb =>
> python-pymisp_2.3.bb} (52%)
> rename meta-python/recipes-devtools/python/{python-pymongo_3.2.bb =>
> python-pymongo_3.2.2.bb} (100%)
> rename meta-python/recipes-devtools/python/{python-pyparsing_2.0.3.bb =>
> python-pyparsing_2.1.1.bb} (60%)
> delete mode 100644 meta-python/recipes-devtools/python/
> python-pytest_2.7.0.bb
> create mode 100644 meta-python/recipes-devtools/python/
> python-pytest_2.9.1.bb
> rename meta-python/recipes-devtools/python/{python-pytz_2015.4.bb =>
> python-pytz_2016.3.bb} (67%)
> rename meta-python/recipes-devtools/python/{python-pyudev_0.16.1.bb =>
> python-pyudev_0.19.0.bb} (73%)
> rename meta-python/recipes-devtools/python/{python-pyyaml_3.10.bb =>
> python-pyyaml_3.11.bb} (78%)
> rename meta-python/recipes-devtools/python/{python-sparts_0.7.2.bb =>
> python-sparts_0.7.3.bb} (76%)
> rename meta-python/recipes-devtools/python/{python-urllib3_1.10.1.bb =>
> python-urllib3_1.14.bb} (51%)
> rename meta-python/recipes-devtools/python/{python-werkzeug_0.11.3.bb =>
> python-werkzeug_0.11.5.bb} (100%)
> rename meta-python/recipes-devtools/python/{python-whoosh_2.7.0.bb =>
> python-whoosh_2.7.3.bb} (100%)
> rename meta-python/recipes-devtools/python/{
> python3-certifi_2015.11.20.1.bb => python3-certifi_2016.2.28.bb} (100%)
> rename meta-python/recipes-devtools/python/{python3-cython_0.23.1.bb =>
> python3-cython_0.23.4.bb} (100%)
> rename meta-python/recipes-devtools/python/{python3-dateutil_2.4.2.bb =>
> python3-dateutil_2.5.1.bb} (100%)
> rename meta-python/recipes-devtools/python/{python3-lxml_3.5.0.bb =>
> python3-lxml_3.6.0.bb} (100%)
> rename meta-python/recipes-devtools/python/{python-pymisp_2.2.bb =>
> python3-pymisp_2.3.bb} (50%)
> rename meta-python/recipes-devtools/python/{python3-pymongo_3.2.bb =>
> python3-pymongo_3.2.2.bb} (100%)
> rename meta-python/recipes-devtools/python/{python3-werkzeug_0.11.3.bb
> => python3-werkzeug_0.11.5.bb} (100%)
> rename meta-python/recipes-devtools/python/{python3-whoosh_2.7.0.bb =>
> python3-whoosh_2.7.3.bb} (100%)
>
> --
> 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] 33+ messages in thread