All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/9] eudev: upgrade to 3.2
       [not found] <cover.1465365165.git.alejandro.hernandez@linux.intel.com>
@ 2016-06-08  5:56 ` Alejandro Hernandez
  2016-06-08  5:56 ` [PATCH 2/9] python-setuptools: Upgrade to 22.0.5 Alejandro Hernandez
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 13+ messages in thread
From: Alejandro Hernandez @ 2016-06-08  5:56 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
---
 meta/recipes-core/udev/{eudev_3.1.5.bb => eudev_3.2.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-core/udev/{eudev_3.1.5.bb => eudev_3.2.bb} (96%)

diff --git a/meta/recipes-core/udev/eudev_3.1.5.bb b/meta/recipes-core/udev/eudev_3.2.bb
similarity index 96%
rename from meta/recipes-core/udev/eudev_3.1.5.bb
rename to meta/recipes-core/udev/eudev_3.2.bb
index 60f4a85..6270617 100644
--- a/meta/recipes-core/udev/eudev_3.1.5.bb
+++ b/meta/recipes-core/udev/eudev_3.2.bb
@@ -20,8 +20,8 @@ SRC_URI = "https://github.com/gentoo/${BPN}/archive/v${PV}.tar.gz \
 "
 UPSTREAM_CHECK_URI = "https://github.com/gentoo/eudev/releases"
 
-SRC_URI[md5sum] = "e130f892d8744e292cb855db79935f68"
-SRC_URI[sha256sum] = "ce9d5fa91e3a42c7eb95512ca0fa2a631e89833053066bb6cdf42046b2a88553"
+SRC_URI[md5sum] = "9eb477cc8718db272b5d24dff1126b04"
+SRC_URI[sha256sum] = "37829d37f4beb7e358ca33abc1ad0907d87f917ce157777aeaeebeacae24efdc"
 
 inherit autotools update-rc.d qemu
 
-- 
2.6.6



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

* [PATCH 2/9] python-setuptools: Upgrade to 22.0.5
       [not found] <cover.1465365165.git.alejandro.hernandez@linux.intel.com>
  2016-06-08  5:56 ` [PATCH 1/9] eudev: upgrade to 3.2 Alejandro Hernandez
@ 2016-06-08  5:56 ` Alejandro Hernandez
  2016-06-08  5:56 ` [PATCH 3/9] python-git: Upgrade from 1.0.2 to 2.0.5 Alejandro Hernandez
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 13+ messages in thread
From: Alejandro Hernandez @ 2016-06-08  5:56 UTC (permalink / raw)
  To: openembedded-core

Source location changed on pypi, this must be changed on all other recipes as well,
License also changed to MIT

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
---
 meta/recipes-devtools/python/python-setuptools.inc             | 10 +++++-----
 .../{python-setuptools_19.4.bb => python-setuptools_22.0.5.bb} |  0
 ...python3-setuptools_19.4.bb => python3-setuptools_22.0.5.bb} |  0
 3 files changed, 5 insertions(+), 5 deletions(-)
 rename meta/recipes-devtools/python/{python-setuptools_19.4.bb => python-setuptools_22.0.5.bb} (100%)
 rename meta/recipes-devtools/python/{python3-setuptools_19.4.bb => python3-setuptools_22.0.5.bb} (100%)

diff --git a/meta/recipes-devtools/python/python-setuptools.inc b/meta/recipes-devtools/python/python-setuptools.inc
index 0917e88..53a514b 100644
--- a/meta/recipes-devtools/python/python-setuptools.inc
+++ b/meta/recipes-devtools/python/python-setuptools.inc
@@ -1,16 +1,16 @@
 SUMMARY = "Download, build, install, upgrade, and uninstall Python packages"
 HOMEPAGE = "https://pypi.python.org/pypi/setuptools"
 SECTION = "devel/python"
-LICENSE = "PSF | ZPL-2.0"
+LICENSE = "MIT"
 
-LIC_FILES_CHKSUM = "file://setup.py;beginline=78;endline=78;md5=8a314270dd7a8dbca741775415f1716e"
+LIC_FILES_CHKSUM = "file://setup.py;beginline=134;endline=134;md5=3e8df024d6c1442d18e84acf8fbbc475"
 
 SRCNAME = "setuptools"
 
-SRC_URI = "http://pypi.python.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
+SRC_URI = "https://files.pythonhosted.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "c5a7d90c1e0acf8c4ec5c2bf31bc25b5"
-SRC_URI[sha256sum] = "214bf29933f47cf25e6faa569f710731728a07a19cae91ea64f826051f68a8cf"
+SRC_URI[md5sum] = "869f3029dcc66a64ba39875e2a2f044a"
+SRC_URI[sha256sum] = "19aad19471052d5daefe96f2c1fa2e88dcdb17488bf8708d7e6356881ea833cb"
 
 UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/setuptools"
 
diff --git a/meta/recipes-devtools/python/python-setuptools_19.4.bb b/meta/recipes-devtools/python/python-setuptools_22.0.5.bb
similarity index 100%
rename from meta/recipes-devtools/python/python-setuptools_19.4.bb
rename to meta/recipes-devtools/python/python-setuptools_22.0.5.bb
diff --git a/meta/recipes-devtools/python/python3-setuptools_19.4.bb b/meta/recipes-devtools/python/python3-setuptools_22.0.5.bb
similarity index 100%
rename from meta/recipes-devtools/python/python3-setuptools_19.4.bb
rename to meta/recipes-devtools/python/python3-setuptools_22.0.5.bb
-- 
2.6.6



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

* [PATCH 3/9] python-git: Upgrade from 1.0.2 to 2.0.5
       [not found] <cover.1465365165.git.alejandro.hernandez@linux.intel.com>
  2016-06-08  5:56 ` [PATCH 1/9] eudev: upgrade to 3.2 Alejandro Hernandez
  2016-06-08  5:56 ` [PATCH 2/9] python-setuptools: Upgrade to 22.0.5 Alejandro Hernandez
@ 2016-06-08  5:56 ` Alejandro Hernandez
  2016-06-10 16:16   ` Burton, Ross
  2016-06-08  5:56 ` [PATCH 4/9] python-mako: Upgrade python-mako and python3-mako to 1.0.4 Alejandro Hernandez
                   ` (5 subsequent siblings)
  8 siblings, 1 reply; 13+ messages in thread
From: Alejandro Hernandez @ 2016-06-08  5:56 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
---
 meta/recipes-devtools/python/python-git.inc                         | 6 +++---
 .../python/{python-git_1.0.2.bb => python-git_2.0.5.bb}             | 0
 2 files changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-devtools/python/{python-git_1.0.2.bb => python-git_2.0.5.bb} (100%)

diff --git a/meta/recipes-devtools/python/python-git.inc b/meta/recipes-devtools/python/python-git.inc
index 72632b7..eba0082 100644
--- a/meta/recipes-devtools/python/python-git.inc
+++ b/meta/recipes-devtools/python/python-git.inc
@@ -8,10 +8,10 @@ SECTION = "devel/python"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=8b8d26c37c1d5a04f9b0186edbebc183"
 
-SRC_URI = "http://pypi.python.org/packages/source/G/GitPython/GitPython-${PV}.tar.gz"
+SRC_URI = "https://files.pythonhosted.org/packages/source/G/GitPython/GitPython-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "d92d96a8da0fc77cf141d3e16084e094"
-SRC_URI[sha256sum] = "85de72556781480a38897a77de5b458ae3838b0fd589593679a1b5f34d181d84"
+SRC_URI[md5sum] = "f4f60f269fb5f6a332c653a5bc015239"
+SRC_URI[sha256sum] = "20f3c90fb8a11edc52d363364fb0a116a410c7b7bdee24a433712b5413d1028e"
 
 UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/GitPython/"
 UPSTREAM_CHECK_REGEX = "/GitPython/(?P<pver>(\d+[\.\-_]*)+)"
diff --git a/meta/recipes-devtools/python/python-git_1.0.2.bb b/meta/recipes-devtools/python/python-git_2.0.5.bb
similarity index 100%
rename from meta/recipes-devtools/python/python-git_1.0.2.bb
rename to meta/recipes-devtools/python/python-git_2.0.5.bb
-- 
2.6.6



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

* [PATCH 4/9] python-mako: Upgrade python-mako and python3-mako to 1.0.4
       [not found] <cover.1465365165.git.alejandro.hernandez@linux.intel.com>
                   ` (2 preceding siblings ...)
  2016-06-08  5:56 ` [PATCH 3/9] python-git: Upgrade from 1.0.2 to 2.0.5 Alejandro Hernandez
@ 2016-06-08  5:56 ` Alejandro Hernandez
  2016-06-08  5:56 ` [PATCH 5/9] python-numpy: Upgrade from 1.10.4 to 1.11.0 Alejandro Hernandez
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 13+ messages in thread
From: Alejandro Hernandez @ 2016-06-08  5:56 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
---
 meta/recipes-devtools/python/python-mako.inc       | 15 ++++++++++++++
 .../{python-mako_1.0.3.bb => python-mako_1.0.4.bb} | 15 +-------------
 meta/recipes-devtools/python/python3-mako_1.0.3.bb | 24 ----------------------
 meta/recipes-devtools/python/python3-mako_1.0.4.bb | 11 ++++++++++
 4 files changed, 27 insertions(+), 38 deletions(-)
 create mode 100644 meta/recipes-devtools/python/python-mako.inc
 rename meta/recipes-devtools/python/{python-mako_1.0.3.bb => python-mako_1.0.4.bb} (40%)
 delete mode 100644 meta/recipes-devtools/python/python3-mako_1.0.3.bb
 create mode 100644 meta/recipes-devtools/python/python3-mako_1.0.4.bb

diff --git a/meta/recipes-devtools/python/python-mako.inc b/meta/recipes-devtools/python/python-mako.inc
new file mode 100644
index 0000000..85ec217
--- /dev/null
+++ b/meta/recipes-devtools/python/python-mako.inc
@@ -0,0 +1,15 @@
+SUMMARY = "Templating library for Python"
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=1bb21fa2d2f7a534c884b990430a6863"
+
+SRC_URI = "https://files.pythonhosted.org/packages/source/M/Mako/Mako-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "c5fc31a323dd4990683d2f2da02d4e20"
+SRC_URI[sha256sum] = "fed99dbe4d0ddb27a33ee4910d8708aca9ef1fe854e668387a9ab9a90cbf9059"
+
+UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/mako/"
+UPSTREAM_CHECK_REGEX = "/Mako/(?P<pver>(\d+[\.\-_]*)+)"
+
+S = "${WORKDIR}/Mako-${PV}"
+
diff --git a/meta/recipes-devtools/python/python-mako_1.0.3.bb b/meta/recipes-devtools/python/python-mako_1.0.4.bb
similarity index 40%
rename from meta/recipes-devtools/python/python-mako_1.0.3.bb
rename to meta/recipes-devtools/python/python-mako_1.0.4.bb
index d4f426d..b10b3c3 100644
--- a/meta/recipes-devtools/python/python-mako_1.0.3.bb
+++ b/meta/recipes-devtools/python/python-mako_1.0.4.bb
@@ -1,17 +1,4 @@
-SUMMARY = "Templating library for Python"
-SECTION = "devel/python"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=deb3ff8e4c17aaf7b80889b6b2bf4c83"
-
-SRC_URI = "https://pypi.python.org/packages/source/M/Mako/Mako-${PV}.tar.gz"
-
-SRC_URI[md5sum] = "a78f20f6366a8a0659ce5532f8614e53"
-SRC_URI[sha256sum] = "7644bc0ee35965d2e146dde31827b8982ed70a58281085fac42869a09764d38c"
-
-UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/mako/"
-UPSTREAM_CHECK_REGEX = "/Mako/(?P<pver>(\d+[\.\-_]*)+)"
-
-S = "${WORKDIR}/Mako-${PV}"
+require python-mako.inc
 
 inherit setuptools
 
diff --git a/meta/recipes-devtools/python/python3-mako_1.0.3.bb b/meta/recipes-devtools/python/python3-mako_1.0.3.bb
deleted file mode 100644
index c770603..0000000
--- a/meta/recipes-devtools/python/python3-mako_1.0.3.bb
+++ /dev/null
@@ -1,24 +0,0 @@
-SUMMARY = "Templating library for Python"
-SECTION = "devel/python"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=deb3ff8e4c17aaf7b80889b6b2bf4c83"
-
-SRC_URI = "https://pypi.python.org/packages/source/M/Mako/Mako-${PV}.tar.gz"
-
-SRC_URI[md5sum] = "a78f20f6366a8a0659ce5532f8614e53"
-SRC_URI[sha256sum] = "7644bc0ee35965d2e146dde31827b8982ed70a58281085fac42869a09764d38c"
-
-UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/mako/"
-UPSTREAM_CHECK_REGEX = "/Mako/(?P<pver>(\d+[\.\-_]*)+)"
-
-S = "${WORKDIR}/Mako-${PV}"
-
-inherit setuptools3
-
-RDEPENDS_${PN} = "python3-threading \
-                  python3-netclient \
-                  python3-html \
-"
-RDEPENDS_${PN}_class-native = ""
-
-BBCLASSEXTEND = "native nativesdk"
diff --git a/meta/recipes-devtools/python/python3-mako_1.0.4.bb b/meta/recipes-devtools/python/python3-mako_1.0.4.bb
new file mode 100644
index 0000000..2b50ffd
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-mako_1.0.4.bb
@@ -0,0 +1,11 @@
+require python-mako.inc
+
+inherit setuptools3
+
+RDEPENDS_${PN} = "python3-threading \
+                  python3-netclient \
+                  python3-html \
+"
+RDEPENDS_${PN}_class-native = ""
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.6.6



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

* [PATCH 5/9] python-numpy: Upgrade from 1.10.4 to 1.11.0
       [not found] <cover.1465365165.git.alejandro.hernandez@linux.intel.com>
                   ` (3 preceding siblings ...)
  2016-06-08  5:56 ` [PATCH 4/9] python-mako: Upgrade python-mako and python3-mako to 1.0.4 Alejandro Hernandez
@ 2016-06-08  5:56 ` Alejandro Hernandez
  2016-06-08  5:56 ` [PATCH 6/9] python-pexpect: Upgrade from 4.0.1 to 4.1.0 Alejandro Hernandez
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 13+ messages in thread
From: Alejandro Hernandez @ 2016-06-08  5:56 UTC (permalink / raw)
  To: openembedded-core

Upgrades python-numpy and python3-numpy to 1.11.0,
Drops using distutils class, to use setuptools class instead,
this fixes a problem where after compilation the package was created
as an egg, see YOCTO #8673
Fixes source location for both packages and also adds a new patch
to fix the shebang on the f2py script, see YOCTO #9729

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
---
 .../python-numpy/files/fix_shebang_f2py.patch      | 29 ++++++++++++++++++++++
 ...thon-numpy_1.10.4.bb => python-numpy_1.11.0.bb} | 14 ++++++-----
 ...on3-numpy_1.10.4.bb => python3-numpy_1.11.0.bb} | 15 ++++++-----
 3 files changed, 46 insertions(+), 12 deletions(-)
 create mode 100644 meta/recipes-devtools/python-numpy/files/fix_shebang_f2py.patch
 rename meta/recipes-devtools/python-numpy/{python-numpy_1.10.4.bb => python-numpy_1.11.0.bb} (85%)
 rename meta/recipes-devtools/python-numpy/{python3-numpy_1.10.4.bb => python3-numpy_1.11.0.bb} (84%)

diff --git a/meta/recipes-devtools/python-numpy/files/fix_shebang_f2py.patch b/meta/recipes-devtools/python-numpy/files/fix_shebang_f2py.patch
new file mode 100644
index 0000000..6c61b09
--- /dev/null
+++ b/meta/recipes-devtools/python-numpy/files/fix_shebang_f2py.patch
@@ -0,0 +1,29 @@
+Upstream-Status: Inappropriate [embedded specific]
+
+Avoids using python from the HOSTs native sysroot for f2py,
+uses TARGET env python instead.
+
+Signed-Off-By: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
+
+Index: numpy-1.11.0/numpy/f2py/setup.py
+===================================================================
+--- numpy-1.11.0.orig/numpy/f2py/setup.py
++++ numpy-1.11.0/numpy/f2py/setup.py
+@@ -37,10 +37,13 @@ def _get_f2py_shebang():
+     should be ``#!python`` rather than ``#!`` followed by the contents of
+     ``sys.executable``.
+     """
+-    if set(('bdist_wheel', 'bdist_egg', 'bdist_wininst',
+-            'bdist_rpm')).intersection(sys.argv):
+-        return '#!python'
+-    return '#!' + sys.executable
++    #if set(('bdist_wheel', 'bdist_egg', 'bdist_wininst',
++    #        'bdist_rpm')).intersection(sys.argv):
++    #    return '#!python'
++    #return '#!' + sys.executable
++    
++    # On OE, we need to avoid using the HOSTs python-native, we return env python instead
++    return '#!/usr/bin/env python'
+ 
+ 
+ def configuration(parent_package='', top_path=None):
diff --git a/meta/recipes-devtools/python-numpy/python-numpy_1.10.4.bb b/meta/recipes-devtools/python-numpy/python-numpy_1.11.0.bb
similarity index 85%
rename from meta/recipes-devtools/python-numpy/python-numpy_1.10.4.bb
rename to meta/recipes-devtools/python-numpy/python-numpy_1.11.0.bb
index ca6a7ab..51ef171 100644
--- a/meta/recipes-devtools/python-numpy/python-numpy_1.10.4.bb
+++ b/meta/recipes-devtools/python-numpy/python-numpy_1.11.0.bb
@@ -1,12 +1,14 @@
 SUMMARY = "A sophisticated Numeric Processing Package for Python"
 SECTION = "devel/python"
 LICENSE = "PSF"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9f4e88b5748e8313caaf33d081ce65a3"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7e51a5677b22b865abbfb3dff6ffb2d0"
 
-SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/numpy-${PV}.tar.gz \
+SRCNAME = "numpy"
+
+SRC_URI = "https://files.pythonhosted.org/packages/source/n/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
            file://0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch \
            file://remove-build-path-in-comments.patch \
-           file://add-glibc-check.patch \
+           file://fix_shebang_f2py.patch \
            ${CONFIGFILESURI} "
 
 CONFIGFILESURI ?= ""
@@ -58,7 +60,7 @@ CONFIGFILESURI_mips64n32 = " \
 
 S = "${WORKDIR}/numpy-${PV}"
 
-inherit distutils
+inherit setuptools
 
 # Make the build fail and replace *config.h with proper one
 # This is a ugly, ugly hack - Koen
@@ -70,8 +72,8 @@ do_compile_prepend_class-target() {
 
 FILES_${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/numpy/core/lib/*.a"
 
-SRC_URI[md5sum] = "90bb9034652cefbada19cf7d141a6a61"
-SRC_URI[sha256sum] = "f7f91842056a7cf680b0eaf8cefc5e46c69e2521e651128d2e6aaaccec8652ae"
+SRC_URI[md5sum] = "bc56fb9fc2895aa4961802ffbdb31d0b"
+SRC_URI[sha256sum] = "a1d1268d200816bfb9727a7a27b78d8e37ecec2e4d5ebd33eb64e2789e0db43e"
 
 # install what is needed for numpy.test()
 RDEPENDS_${PN} = "python-unittest \
diff --git a/meta/recipes-devtools/python-numpy/python3-numpy_1.10.4.bb b/meta/recipes-devtools/python-numpy/python3-numpy_1.11.0.bb
similarity index 84%
rename from meta/recipes-devtools/python-numpy/python3-numpy_1.10.4.bb
rename to meta/recipes-devtools/python-numpy/python3-numpy_1.11.0.bb
index dcd23ac..218909b 100644
--- a/meta/recipes-devtools/python-numpy/python3-numpy_1.10.4.bb
+++ b/meta/recipes-devtools/python-numpy/python3-numpy_1.11.0.bb
@@ -1,12 +1,14 @@
 SUMMARY = "A sophisticated Numeric Processing Package for Python"
 SECTION = "devel/python"
 LICENSE = "PSF"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9f4e88b5748e8313caaf33d081ce65a3"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7e51a5677b22b865abbfb3dff6ffb2d0"
 
-SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/numpy-${PV}.tar.gz \
+SRCNAME = "numpy"
+
+SRC_URI = "https://files.pythonhosted.org/packages/source/n/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
            file://0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch \
            file://remove-build-path-in-comments.patch \
-           file://add-glibc-check.patch \
+           file://fix_shebang_f2py.patch \
            ${CONFIGFILESURI} "
 
 CONFIGFILESURI ?= ""
@@ -58,7 +60,7 @@ CONFIGFILESURI_mips64n32 = " \
 
 S = "${WORKDIR}/numpy-${PV}"
 
-inherit distutils3
+inherit setuptools3
 
 # Make the build fail and replace *config.h with proper one
 # This is a ugly, ugly hack - Koen
@@ -70,8 +72,8 @@ do_compile_prepend_class-target() {
 
 FILES_${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/numpy/core/lib/*.a"
 
-SRC_URI[md5sum] = "90bb9034652cefbada19cf7d141a6a61"
-SRC_URI[sha256sum] = "f7f91842056a7cf680b0eaf8cefc5e46c69e2521e651128d2e6aaaccec8652ae"
+SRC_URI[md5sum] = "bc56fb9fc2895aa4961802ffbdb31d0b"
+SRC_URI[sha256sum] = "a1d1268d200816bfb9727a7a27b78d8e37ecec2e4d5ebd33eb64e2789e0db43e"
 
 # install what is needed for numpy.test()
 RDEPENDS_${PN} = "python3-unittest \
@@ -94,6 +96,7 @@ RDEPENDS_${PN} = "python3-unittest \
                   python3-compression \
                   python3-ctypes \
                   python3-threading \
+                  python3-textutils \
 "
 
 RDEPENDS_${PN}_class-native = ""
-- 
2.6.6



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

* [PATCH 6/9] python-pexpect: Upgrade from 4.0.1 to 4.1.0
       [not found] <cover.1465365165.git.alejandro.hernandez@linux.intel.com>
                   ` (4 preceding siblings ...)
  2016-06-08  5:56 ` [PATCH 5/9] python-numpy: Upgrade from 1.10.4 to 1.11.0 Alejandro Hernandez
@ 2016-06-08  5:56 ` Alejandro Hernandez
  2016-06-08  5:56 ` [PATCH 7/9] python3-pygobject: Upgrade from 3.18.2 to 3.21.0 Alejandro Hernandez
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 13+ messages in thread
From: Alejandro Hernandez @ 2016-06-08  5:56 UTC (permalink / raw)
  To: openembedded-core

Fixes source location, uses setuptools instead of distutils
Adds python-ptyprocess package, since it is now a runtime
dependency for python-pexpect

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
---
 ...hon-pexpect_4.0.1.bb => python-pexpect_4.1.0.bb} | 11 +++++++----
 .../python/python-ptyprocess_0.5.1.bb               | 21 +++++++++++++++++++++
 2 files changed, 28 insertions(+), 4 deletions(-)
 rename meta/recipes-devtools/python/{python-pexpect_4.0.1.bb => python-pexpect_4.1.0.bb} (60%)
 create mode 100644 meta/recipes-devtools/python/python-ptyprocess_0.5.1.bb

diff --git a/meta/recipes-devtools/python/python-pexpect_4.0.1.bb b/meta/recipes-devtools/python/python-pexpect_4.1.0.bb
similarity index 60%
rename from meta/recipes-devtools/python/python-pexpect_4.0.1.bb
rename to meta/recipes-devtools/python/python-pexpect_4.1.0.bb
index 7f142a3..10590e4 100644
--- a/meta/recipes-devtools/python/python-pexpect_4.0.1.bb
+++ b/meta/recipes-devtools/python/python-pexpect_4.1.0.bb
@@ -4,15 +4,17 @@ SECTION = "devel/python"
 LICENSE = "ISC"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=66c2378a96b307d56bfb3a9e58edafa8"
 
-SRC_URI = "https://pypi.python.org/packages/source/p/pexpect/pexpect-${PV}.tar.gz"
-SRC_URI[md5sum] = "056df81e6ca7081f1015b4b147b977b7"
-SRC_URI[sha256sum] = "232795ebcaaf2e120396dbbaa3a129eda51757eeaae1911558f4ef8ee414fc6c"
+SRCNAME = "pexpect"
+
+SRC_URI = "https://files.pythonhosted.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
+SRC_URI[md5sum] = "562a1a21f2a60b36dfd5d906dbf0943e"
+SRC_URI[sha256sum] = "c381c60f1987355b65df8f08a27f428831914c8a81091bd1778ac336fa2f27e7"
 
 UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/pexpect"
 
 S = "${WORKDIR}/pexpect-${PV}"
 
-inherit distutils
+inherit setuptools
 
 RDEPENDS_${PN} = "\
     python-core \
@@ -20,6 +22,7 @@ RDEPENDS_${PN} = "\
     python-terminal \
     python-resource \
     python-fcntl \
+    python-ptyprocess \
 "
 
 BBCLASSEXTEND = "nativesdk"
diff --git a/meta/recipes-devtools/python/python-ptyprocess_0.5.1.bb b/meta/recipes-devtools/python/python-ptyprocess_0.5.1.bb
new file mode 100644
index 0000000..a9f7b4f
--- /dev/null
+++ b/meta/recipes-devtools/python/python-ptyprocess_0.5.1.bb
@@ -0,0 +1,21 @@
+SUMMARY = "Run a subprocess in a pseudo terminal"
+HOMEPAGE = "http://ptyprocess.readthedocs.io/en/latest/"
+SECTION = "devel/python"
+LICENSE = "ISC"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=cfdcd51fa7d5808da4e74346ee394490"
+
+SRCNAME = "ptyprocess"
+
+SRC_URI = "https://files.pythonhosted.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
+SRC_URI[md5sum] = "94e537122914cc9ec9c1eadcd36e73a1"
+SRC_URI[sha256sum] = "0530ce63a9295bfae7bd06edc02b6aa935619f486f0f1dc0972f516265ee81a6"
+
+UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/ptyprocess"
+
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit setuptools
+
+RDEPENDS_${PN} = "\
+    python-core \
+"
-- 
2.6.6



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

* [PATCH 7/9] python3-pygobject: Upgrade from 3.18.2 to 3.21.0
       [not found] <cover.1465365165.git.alejandro.hernandez@linux.intel.com>
                   ` (5 preceding siblings ...)
  2016-06-08  5:56 ` [PATCH 6/9] python-pexpect: Upgrade from 4.0.1 to 4.1.0 Alejandro Hernandez
@ 2016-06-08  5:56 ` Alejandro Hernandez
  2016-06-08  8:38   ` Jussi Kukkonen
  2016-06-08  5:56 ` [PATCH 8/9] python-scons: Upgrade from 2.4.1 to 2.5.0 Alejandro Hernandez
  2016-06-08  5:56 ` [PATCH 9/9] python3-pip: Upgrade from 8.0.0 to 8.1.2 Alejandro Hernandez
  8 siblings, 1 reply; 13+ messages in thread
From: Alejandro Hernandez @ 2016-06-08  5:56 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
---
 .../{python3-pygobject_3.18.2.bb => python3-pygobject_3.21.0.bb}      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/python/{python3-pygobject_3.18.2.bb => python3-pygobject_3.21.0.bb} (81%)

diff --git a/meta/recipes-devtools/python/python3-pygobject_3.18.2.bb b/meta/recipes-devtools/python/python3-pygobject_3.21.0.bb
similarity index 81%
rename from meta/recipes-devtools/python/python3-pygobject_3.18.2.bb
rename to meta/recipes-devtools/python/python3-pygobject_3.21.0.bb
index 4ddae81..e5990d6 100644
--- a/meta/recipes-devtools/python/python3-pygobject_3.18.2.bb
+++ b/meta/recipes-devtools/python/python3-pygobject_3.21.0.bb
@@ -13,8 +13,8 @@ SRC_URI = " \
     file://0001-configure.ac-add-sysroot-path-to-GI_DATADIR-don-t-se.patch \
 "
 
-SRC_URI[md5sum] = "0a956f3e785e23b0f136832f2e57a862"
-SRC_URI[sha256sum] = "2a3cad1517916b74e131e6002c3824361aee0671ffb0d55ded119477fc1c2c5f"
+SRC_URI[md5sum] = "a6dba83e3a7df52ba80bd02906f74611"
+SRC_URI[sha256sum] = "898c9ef2f80968ccf33d6fbd5087b1721b74792a308b277d02bc935450168a58"
 
 S = "${WORKDIR}/${SRCNAME}-${PV}"
 
-- 
2.6.6



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

* [PATCH 8/9] python-scons: Upgrade from 2.4.1 to 2.5.0
       [not found] <cover.1465365165.git.alejandro.hernandez@linux.intel.com>
                   ` (6 preceding siblings ...)
  2016-06-08  5:56 ` [PATCH 7/9] python3-pygobject: Upgrade from 3.18.2 to 3.21.0 Alejandro Hernandez
@ 2016-06-08  5:56 ` Alejandro Hernandez
  2016-06-08  5:56 ` [PATCH 9/9] python3-pip: Upgrade from 8.0.0 to 8.1.2 Alejandro Hernandez
  8 siblings, 0 replies; 13+ messages in thread
From: Alejandro Hernandez @ 2016-06-08  5:56 UTC (permalink / raw)
  To: openembedded-core

Upgrades both python-scons and python-scons-native to 2.5.0,
also fixes a runtime dependency issue when calling scons

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
---
 ...ative_2.4.1.bb => python-scons-native_2.5.0.bb} |  0
 meta/recipes-devtools/python/python-scons_2.4.1.bb | 22 --------------------
 meta/recipes-devtools/python/python-scons_2.5.0.bb | 24 ++++++++++++++++++++++
 3 files changed, 24 insertions(+), 22 deletions(-)
 rename meta/recipes-devtools/python/{python-scons-native_2.4.1.bb => python-scons-native_2.5.0.bb} (100%)
 delete mode 100644 meta/recipes-devtools/python/python-scons_2.4.1.bb
 create mode 100644 meta/recipes-devtools/python/python-scons_2.5.0.bb

diff --git a/meta/recipes-devtools/python/python-scons-native_2.4.1.bb b/meta/recipes-devtools/python/python-scons-native_2.5.0.bb
similarity index 100%
rename from meta/recipes-devtools/python/python-scons-native_2.4.1.bb
rename to meta/recipes-devtools/python/python-scons-native_2.5.0.bb
diff --git a/meta/recipes-devtools/python/python-scons_2.4.1.bb b/meta/recipes-devtools/python/python-scons_2.4.1.bb
deleted file mode 100644
index 096cf5c..0000000
--- a/meta/recipes-devtools/python/python-scons_2.4.1.bb
+++ /dev/null
@@ -1,22 +0,0 @@
-SUMMARY = "Software Construction tool (make/autotools replacement)"
-SECTION = "devel/python"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=23bc1530c55e9f0d1b709056bcea237d"
-SRCNAME = "scons"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz"
-
-SRC_URI[md5sum] = "9a0ddf33d9839f04380e0fae87cc4b40"
-SRC_URI[sha256sum] = "8fc4f42928c69bcbb33e1be94b646f2c700b659693fabc778c192d4d22f753a7"
-
-UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/scons/files/scons/"
-UPSTREAM_CHECK_REGEX = "/scons/(?P<pver>(\d+[\.\-_]*)+)/"
-
-S = "${WORKDIR}/${SRCNAME}-${PV}"
-
-inherit distutils
-
-RDEPENDS_${PN} = "\
-  python-fcntl \
-  python-io \
-  "
diff --git a/meta/recipes-devtools/python/python-scons_2.5.0.bb b/meta/recipes-devtools/python/python-scons_2.5.0.bb
new file mode 100644
index 0000000..c0a1cd4
--- /dev/null
+++ b/meta/recipes-devtools/python/python-scons_2.5.0.bb
@@ -0,0 +1,24 @@
+SUMMARY = "Software Construction tool (make/autotools replacement)"
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3a885dff6d14e4cd876d9008a09a42de"
+SRCNAME = "scons"
+
+SRC_URI = "https://files.pythonhosted.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "bda5530a70a41a7831d83c8b191c021e"
+SRC_URI[sha256sum] = "01f1b3d6023516a8e1b5e77799e5a82a23b32953b1102d339059ffeca8600493"
+
+UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/SCons/"
+UPSTREAM_CHECK_REGEX = "/scons/(?P<pver>(\d+[\.\-_]*)+)/"
+
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit setuptools
+
+RDEPENDS_${PN} = "\
+  python-fcntl \
+  python-io \
+  python-json \
+  python-subprocess \
+  "
-- 
2.6.6



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

* [PATCH 9/9] python3-pip: Upgrade from 8.0.0 to 8.1.2
       [not found] <cover.1465365165.git.alejandro.hernandez@linux.intel.com>
                   ` (7 preceding siblings ...)
  2016-06-08  5:56 ` [PATCH 8/9] python-scons: Upgrade from 2.4.1 to 2.5.0 Alejandro Hernandez
@ 2016-06-08  5:56 ` Alejandro Hernandez
  8 siblings, 0 replies; 13+ messages in thread
From: Alejandro Hernandez @ 2016-06-08  5:56 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
---
 .../python/{python3-pip_8.0.0.bb => python3-pip_8.1.2.bb}        | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)
 rename meta/recipes-devtools/python/{python3-pip_8.0.0.bb => python3-pip_8.1.2.bb} (83%)

diff --git a/meta/recipes-devtools/python/python3-pip_8.0.0.bb b/meta/recipes-devtools/python/python3-pip_8.1.2.bb
similarity index 83%
rename from meta/recipes-devtools/python/python3-pip_8.0.0.bb
rename to meta/recipes-devtools/python/python3-pip_8.1.2.bb
index 834ecda..e319dff 100644
--- a/meta/recipes-devtools/python/python3-pip_8.0.0.bb
+++ b/meta/recipes-devtools/python/python3-pip_8.1.2.bb
@@ -7,11 +7,10 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=25fba45109565f87de20bae85bc39452"
 SRCNAME = "pip"
 DEPENDS += "python3 python3-setuptools-native"
 
-SRC_URI = " \
-  http://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
-"
-SRC_URI[md5sum] = "5601c4323464add1482291634142894d"
-SRC_URI[sha256sum] = "90112b296152f270cb8dddcd19b7b87488d9e002e8cf622e14c4da9c2f6319b1"
+SRC_URI = "https://files.pythonhosted.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "87083c0b9867963b29f7aba3613e8f4a"
+SRC_URI[sha256sum] = "4d24b03ffa67638a3fa931c09fd9e0273ffa904e95ebebe7d4b1a54c93d7b732"
 
 UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/pip"
 
-- 
2.6.6



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

* Re: [PATCH 7/9] python3-pygobject: Upgrade from 3.18.2 to 3.21.0
  2016-06-08  5:56 ` [PATCH 7/9] python3-pygobject: Upgrade from 3.18.2 to 3.21.0 Alejandro Hernandez
@ 2016-06-08  8:38   ` Jussi Kukkonen
  2016-06-08 19:23     ` Alejandro Hernandez
  0 siblings, 1 reply; 13+ messages in thread
From: Jussi Kukkonen @ 2016-06-08  8:38 UTC (permalink / raw)
  To: Alejandro Hernandez; +Cc: Patches and discussions about the oe-core layer

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

On 8 June 2016 at 08:56, Alejandro Hernandez <
alejandro.hernandez@linux.intel.com> wrote:
>
> Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
> ---
>  .../{python3-pygobject_3.18.2.bb => python3-pygobject_3.21.0.bb}      |
4 ++--

I think python3-pygobject follows the "minor-even-is-stable" release
numbering typical to GNOME projects.
If that is correct, then 3.20.x might be better and inheriting
"upstream-version-is-even" would make sense.

Jussi

>
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta/recipes-devtools/python/{python3-pygobject_3.18.2.bb =>
python3-pygobject_3.21.0.bb} (81%)
>
> diff --git a/meta/recipes-devtools/python/python3-pygobject_3.18.2.bb
b/meta/recipes-devtools/python/python3-pygobject_3.21.0.bb
> similarity index 81%
> rename from meta/recipes-devtools/python/python3-pygobject_3.18.2.bb
> rename to meta/recipes-devtools/python/python3-pygobject_3.21.0.bb
> index 4ddae81..e5990d6 100644
> --- a/meta/recipes-devtools/python/python3-pygobject_3.18.2.bb
> +++ b/meta/recipes-devtools/python/python3-pygobject_3.21.0.bb
> @@ -13,8 +13,8 @@ SRC_URI = " \
>
 file://0001-configure.ac-add-sysroot-path-to-GI_DATADIR-don-t-se.patch \
>  "
>
> -SRC_URI[md5sum] = "0a956f3e785e23b0f136832f2e57a862"
> -SRC_URI[sha256sum] =
"2a3cad1517916b74e131e6002c3824361aee0671ffb0d55ded119477fc1c2c5f"
> +SRC_URI[md5sum] = "a6dba83e3a7df52ba80bd02906f74611"
> +SRC_URI[sha256sum] =
"898c9ef2f80968ccf33d6fbd5087b1721b74792a308b277d02bc935450168a58"
>
>  S = "${WORKDIR}/${SRCNAME}-${PV}"
>
> --
> 2.6.6
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core

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

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

* Re: [PATCH 7/9] python3-pygobject: Upgrade from 3.18.2 to 3.21.0
  2016-06-08  8:38   ` Jussi Kukkonen
@ 2016-06-08 19:23     ` Alejandro Hernandez
  0 siblings, 0 replies; 13+ messages in thread
From: Alejandro Hernandez @ 2016-06-08 19:23 UTC (permalink / raw)
  To: Jussi Kukkonen; +Cc: Patches and discussions about the oe-core layer

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

On 06/08/2016 03:38 AM, Jussi Kukkonen wrote:
> On 8 June 2016 at 08:56, Alejandro Hernandez 
> <alejandro.hernandez@linux.intel.com 
> <mailto:alejandro.hernandez@linux.intel.com>> wrote:
> >
> > Signed-off-by: Alejandro Hernandez 
> <alejandro.hernandez@linux.intel.com 
> <mailto:alejandro.hernandez@linux.intel.com>>
> > ---
> >  .../{python3-pygobject_3.18.2.bb 
> <http://python3-pygobject_3.18.2.bb> => python3-pygobject_3.21.0.bb 
> <http://python3-pygobject_3.21.0.bb>}      | 4 ++--
>
> I think python3-pygobject follows the "minor-even-is-stable" release 
> numbering typical to GNOME projects.
> If that is correct, then 3.20.x might be better and inheriting 
> "upstream-version-is-even" would make sense.
>
> Jussi
I wasnt aware of this, I'll be sending a patch to upgrade to 3.20.1 later.

>
> >
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >  rename meta/recipes-devtools/python/{python3-pygobject_3.18.2.bb 
> <http://python3-pygobject_3.18.2.bb> => python3-pygobject_3.21.0.bb 
> <http://python3-pygobject_3.21.0.bb>} (81%)
> >
> > diff --git 
> a/meta/recipes-devtools/python/python3-pygobject_3.18.2.bb 
> <http://python3-pygobject_3.18.2.bb> 
> b/meta/recipes-devtools/python/python3-pygobject_3.21.0.bb 
> <http://python3-pygobject_3.21.0.bb>
> > similarity index 81%
> > rename from meta/recipes-devtools/python/python3-pygobject_3.18.2.bb 
> <http://python3-pygobject_3.18.2.bb>
> > rename to meta/recipes-devtools/python/python3-pygobject_3.21.0.bb 
> <http://python3-pygobject_3.21.0.bb>
> > index 4ddae81..e5990d6 100644
> > --- a/meta/recipes-devtools/python/python3-pygobject_3.18.2.bb 
> <http://python3-pygobject_3.18.2.bb>
> > +++ b/meta/recipes-devtools/python/python3-pygobject_3.21.0.bb 
> <http://python3-pygobject_3.21.0.bb>
> > @@ -13,8 +13,8 @@ SRC_URI = " \
> > 
>  file://0001-configure.ac-add-sysroot-path-to-GI_DATADIR-don-t-se.patch \
> >  "
> >
> > -SRC_URI[md5sum] = "0a956f3e785e23b0f136832f2e57a862"
> > -SRC_URI[sha256sum] = 
> "2a3cad1517916b74e131e6002c3824361aee0671ffb0d55ded119477fc1c2c5f"
> > +SRC_URI[md5sum] = "a6dba83e3a7df52ba80bd02906f74611"
> > +SRC_URI[sha256sum] = 
> "898c9ef2f80968ccf33d6fbd5087b1721b74792a308b277d02bc935450168a58"
> >
> >  S = "${WORKDIR}/${SRCNAME}-${PV}"
> >
> > --
> > 2.6.6
> >
> > --
> > _______________________________________________
> > Openembedded-core mailing list
> > Openembedded-core@lists.openembedded.org 
> <mailto:Openembedded-core@lists.openembedded.org>
> > http://lists.openembedded.org/mailman/listinfo/openembedded-core


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

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

* Re: [PATCH 3/9] python-git: Upgrade from 1.0.2 to 2.0.5
  2016-06-08  5:56 ` [PATCH 3/9] python-git: Upgrade from 1.0.2 to 2.0.5 Alejandro Hernandez
@ 2016-06-10 16:16   ` Burton, Ross
  2016-06-10 16:19     ` Alejandro Hernandez
  0 siblings, 1 reply; 13+ messages in thread
From: Burton, Ross @ 2016-06-10 16:16 UTC (permalink / raw)
  To: Alejandro Hernandez; +Cc: OE-core

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

On 8 June 2016 at 06:56, Alejandro Hernandez <
alejandro.hernandez@linux.intel.com> wrote:

>  meta/recipes-devtools/python/python-git.inc                         | 6
> +++---
>  .../python/{python-git_1.0.2.bb => python-git_2.0.5.bb}             | 0
>

Any reason why this didn't do python3-git?

This causes problems as the checksums are in the .inc, which doesn't make
sense if multiple versions are sharing it.  I'm carrying
http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/?h=ross/mut&id=5767caa2ea0d1504b5c3f212fdcda3e918e967e0
right now to fix this.

Ross

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

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

* Re: [PATCH 3/9] python-git: Upgrade from 1.0.2 to 2.0.5
  2016-06-10 16:16   ` Burton, Ross
@ 2016-06-10 16:19     ` Alejandro Hernandez
  0 siblings, 0 replies; 13+ messages in thread
From: Alejandro Hernandez @ 2016-06-10 16:19 UTC (permalink / raw)
  To: Burton, Ross; +Cc: OE-core

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

On 06/10/2016 11:16 AM, Burton, Ross wrote:
>
> On 8 June 2016 at 06:56, Alejandro Hernandez 
> <alejandro.hernandez@linux.intel.com 
> <mailto:alejandro.hernandez@linux.intel.com>> wrote:
>
>      meta/recipes-devtools/python/python-git.inc                     
>        | 6 +++---
>      .../python/{python-git_1.0.2.bb <http://python-git_1.0.2.bb> =>
>     python-git_2.0.5.bb <http://python-git_2.0.5.bb>}            | 0
>
>
> Any reason why this didn't do python3-git?
>
> This causes problems as the checksums are in the .inc, which doesn't 
> make sense if multiple versions are sharing it.  I'm carrying 
> http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/?h=ross/mut&id=5767caa2ea0d1504b5c3f212fdcda3e918e967e0 
> right now to fix this.
>
> Ross

The reason is that I forgot, I'll send a v2 containing python3-git too.

Alejandro


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

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

end of thread, other threads:[~2016-06-10 16:19 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <cover.1465365165.git.alejandro.hernandez@linux.intel.com>
2016-06-08  5:56 ` [PATCH 1/9] eudev: upgrade to 3.2 Alejandro Hernandez
2016-06-08  5:56 ` [PATCH 2/9] python-setuptools: Upgrade to 22.0.5 Alejandro Hernandez
2016-06-08  5:56 ` [PATCH 3/9] python-git: Upgrade from 1.0.2 to 2.0.5 Alejandro Hernandez
2016-06-10 16:16   ` Burton, Ross
2016-06-10 16:19     ` Alejandro Hernandez
2016-06-08  5:56 ` [PATCH 4/9] python-mako: Upgrade python-mako and python3-mako to 1.0.4 Alejandro Hernandez
2016-06-08  5:56 ` [PATCH 5/9] python-numpy: Upgrade from 1.10.4 to 1.11.0 Alejandro Hernandez
2016-06-08  5:56 ` [PATCH 6/9] python-pexpect: Upgrade from 4.0.1 to 4.1.0 Alejandro Hernandez
2016-06-08  5:56 ` [PATCH 7/9] python3-pygobject: Upgrade from 3.18.2 to 3.21.0 Alejandro Hernandez
2016-06-08  8:38   ` Jussi Kukkonen
2016-06-08 19:23     ` Alejandro Hernandez
2016-06-08  5:56 ` [PATCH 8/9] python-scons: Upgrade from 2.4.1 to 2.5.0 Alejandro Hernandez
2016-06-08  5:56 ` [PATCH 9/9] python3-pip: Upgrade from 8.0.0 to 8.1.2 Alejandro Hernandez

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.