All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/9] python3-setuptools: upgrade to 19.2
  2016-01-19 21:56 [PATCH 0/9] Several upgrades Alejandro Hernandez
@ 2016-01-19 21:56 ` Alejandro Hernandez
  2016-01-19 21:56 ` [PATCH 2/9] python-setuptools: Upgrade " Alejandro Hernandez
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 11+ messages in thread
From: Alejandro Hernandez @ 2016-01-19 21:56 UTC (permalink / raw)
  To: openembedded-core

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

diff --git a/meta/recipes-devtools/python/python3-setuptools_18.7.1.bb b/meta/recipes-devtools/python/python3-setuptools_19.2.bb
similarity index 91%
rename from meta/recipes-devtools/python/python3-setuptools_18.7.1.bb
rename to meta/recipes-devtools/python/python3-setuptools_19.2.bb
index eaf6e47..bb57982 100644
--- a/meta/recipes-devtools/python/python3-setuptools_18.7.1.bb
+++ b/meta/recipes-devtools/python/python3-setuptools_19.2.bb
@@ -11,8 +11,8 @@ DEPENDS_class-native += "python3-native"
 SRC_URI = " \
   http://pypi.python.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
 "
-SRC_URI[md5sum] = "a0984da9cd8d7b582e1fd7de67dfdbcc"
-SRC_URI[sha256sum] = "aff36c95035e0b311eacb1434e3f7e85f5ccaad477773847e582978f8f45bd74"
+SRC_URI[md5sum] = "78353b1f80375ca5e088f4b4627ffe03"
+SRC_URI[sha256sum] = "f90ed8eb70b14b0594ba74e9de4ffca040c0ec8ee505cbf3570499467859f71a"
 UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/setuptools"
 
 S = "${WORKDIR}/${SRCNAME}-${PV}"
-- 
1.8.4.5



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

* [PATCH 2/9] python-setuptools: Upgrade to 19.2
  2016-01-19 21:56 [PATCH 0/9] Several upgrades Alejandro Hernandez
  2016-01-19 21:56 ` [PATCH 1/9] python3-setuptools: upgrade to 19.2 Alejandro Hernandez
@ 2016-01-19 21:56 ` Alejandro Hernandez
  2016-01-19 21:56 ` [PATCH 3/9] python-mako: upgrade to 1.0.3 Alejandro Hernandez
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 11+ messages in thread
From: Alejandro Hernandez @ 2016-01-19 21:56 UTC (permalink / raw)
  To: openembedded-core

Upgrades python-setuptools to 19.2, easy_install works out of the box
adds the package python-plistlib to the manifest as it is needed by
setuptools now, and also updates runtime dependencies

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
---
 meta/recipes-devtools/python/python-2.7-manifest.inc         | 12 ++++++++----
 ...python-setuptools_18.7.1.bb => python-setuptools_19.2.bb} | 12 ++++++++++--
 scripts/contrib/python/generate-manifest-2.7.py              |  3 +++
 3 files changed, 21 insertions(+), 6 deletions(-)
 rename meta/recipes-devtools/python/{python-setuptools_18.7.1.bb => python-setuptools_19.2.bb} (79%)

diff --git a/meta/recipes-devtools/python/python-2.7-manifest.inc b/meta/recipes-devtools/python/python-2.7-manifest.inc
index dd8d825..f1efecf 100644
--- a/meta/recipes-devtools/python/python-2.7-manifest.inc
+++ b/meta/recipes-devtools/python/python-2.7-manifest.inc
@@ -1,13 +1,13 @@
 
 # WARNING: This file is AUTO GENERATED: Manual edits will be lost next time I regenerate the file.
-# Generator: '../../../scripts/contrib/python/generate-manifest-2.7.py' Version 20110222.2 (C) 2002-2010 Michael 'Mickey' Lauer <mlauer@vanille-media.de>
+# Generator: '../scripts/contrib/python/./generate-manifest-2.7.py' Version 20110222.2 (C) 2002-2010 Michael 'Mickey' Lauer <mlauer@vanille-media.de>
 # Visit the Python for Embedded Systems Site => http://www.Vanille.de/projects/python.spy
 
  
 
-PROVIDES+="${PN}-2to3 ${PN}-argparse ${PN}-audio ${PN}-bsddb ${PN}-codecs ${PN}-compile ${PN}-compiler ${PN}-compression ${PN}-contextlib ${PN}-core ${PN}-crypt ${PN}-ctypes ${PN}-curses ${PN}-datetime ${PN}-db ${PN}-debugger ${PN}-dev ${PN}-difflib ${PN}-distutils ${PN}-distutils-staticdev ${PN}-doctest ${PN}-elementtree ${PN}-email ${PN}-fcntl ${PN}-gdbm ${PN}-hotshot ${PN}-html ${PN}-idle ${PN}-image ${PN}-importlib ${PN}-io ${PN}-json ${PN}-lang ${PN}-logging ${PN}-mailbox ${PN}-math ${PN}-mime ${PN}-mmap ${PN}-multiprocessing ${PN}-netclient ${PN}-netserver ${PN}-numbers ${PN}-pickle ${PN}-pkgutil ${PN}-pprint ${PN}-profile ${PN}-pydoc ${PN}-re ${PN}-readline ${PN}-resource ${PN}-robotparser ${PN}-shell ${PN}-smtpd ${PN}-sqlite3 ${PN}-sqlite3-tests ${PN}-stringold ${PN}-subprocess ${PN}-syslog ${PN}-terminal ${PN}-tests ${PN}-textutils ${PN}-threading ${PN}-tkinter ${PN}-unittest ${PN}-unixadmin ${PN}-xml ${PN}-xmlrpc ${PN}-zlib "
+PROVIDES+="${PN}-2to3 ${PN}-argparse ${PN}-audio ${PN}-bsddb ${PN}-codecs ${PN}-compile ${PN}-compiler ${PN}-compression ${PN}-contextlib ${PN}-core ${PN}-crypt ${PN}-ctypes ${PN}-curses ${PN}-datetime ${PN}-db ${PN}-debugger ${PN}-dev ${PN}-difflib ${PN}-distutils ${PN}-distutils-staticdev ${PN}-doctest ${PN}-elementtree ${PN}-email ${PN}-fcntl ${PN}-gdbm ${PN}-hotshot ${PN}-html ${PN}-idle ${PN}-image ${PN}-importlib ${PN}-io ${PN}-json ${PN}-lang ${PN}-logging ${PN}-mailbox ${PN}-math ${PN}-mime ${PN}-mmap ${PN}-multiprocessing ${PN}-netclient ${PN}-netserver ${PN}-numbers ${PN}-pickle ${PN}-pkgutil ${PN}-plistlib ${PN}-pprint ${PN}-profile ${PN}-pydoc ${PN}-re ${PN}-readline ${PN}-resource ${PN}-robotparser ${PN}-shell ${PN}-smtpd ${PN}-sqlite3 ${PN}-sqlite3-tests ${PN}-stringold ${PN}-subprocess ${PN}-syslog ${PN}-terminal ${PN}-tests ${PN}-textutils ${PN}-threading ${PN}-tkinter ${PN}-unittest ${PN}-unixadmin ${PN}-xml ${PN}-xmlrpc ${PN}-zlib "
 
-PACKAGES="${PN}-dbg ${PN}-2to3 ${PN}-argparse ${PN}-audio ${PN}-bsddb ${PN}-codecs ${PN}-compile ${PN}-compiler ${PN}-compression ${PN}-contextlib ${PN}-core ${PN}-crypt ${PN}-ctypes ${PN}-curses ${PN}-datetime ${PN}-db ${PN}-debugger ${PN}-dev ${PN}-difflib ${PN}-distutils-staticdev ${PN}-distutils ${PN}-doctest ${PN}-elementtree ${PN}-email ${PN}-fcntl ${PN}-gdbm ${PN}-hotshot ${PN}-html ${PN}-idle ${PN}-image ${PN}-importlib ${PN}-io ${PN}-json ${PN}-lang ${PN}-logging ${PN}-mailbox ${PN}-math ${PN}-mime ${PN}-mmap ${PN}-multiprocessing ${PN}-netclient ${PN}-netserver ${PN}-numbers ${PN}-pickle ${PN}-pkgutil ${PN}-pprint ${PN}-profile ${PN}-pydoc ${PN}-re ${PN}-readline ${PN}-resource ${PN}-robotparser ${PN}-shell ${PN}-smtpd ${PN}-sqlite3 ${PN}-sqlite3-tests ${PN}-stringold ${PN}-subprocess ${PN}-syslog ${PN}-terminal ${PN}-tests ${PN}-textutils ${PN}-threading ${PN}-tkinter ${PN}-unittest ${PN}-unixadmin ${PN}-xml ${PN}-xmlrpc ${PN}-zlib ${PN}-modules"
+PACKAGES="${PN}-dbg ${PN}-2to3 ${PN}-argparse ${PN}-audio ${PN}-bsddb ${PN}-codecs ${PN}-compile ${PN}-compiler ${PN}-compression ${PN}-contextlib ${PN}-core ${PN}-crypt ${PN}-ctypes ${PN}-curses ${PN}-datetime ${PN}-db ${PN}-debugger ${PN}-dev ${PN}-difflib ${PN}-distutils-staticdev ${PN}-distutils ${PN}-doctest ${PN}-elementtree ${PN}-email ${PN}-fcntl ${PN}-gdbm ${PN}-hotshot ${PN}-html ${PN}-idle ${PN}-image ${PN}-importlib ${PN}-io ${PN}-json ${PN}-lang ${PN}-logging ${PN}-mailbox ${PN}-math ${PN}-mime ${PN}-mmap ${PN}-multiprocessing ${PN}-netclient ${PN}-netserver ${PN}-numbers ${PN}-pickle ${PN}-pkgutil ${PN}-plistlib ${PN}-pprint ${PN}-profile ${PN}-pydoc ${PN}-re ${PN}-readline ${PN}-resource ${PN}-robotparser ${PN}-shell ${PN}-smtpd ${PN}-sqlite3 ${PN}-sqlite3-tests ${PN}-stringold ${PN}-subprocess ${PN}-syslog ${PN}-terminal ${PN}-tests ${PN}-textutils ${PN}-threading ${PN}-tkinter ${PN}-unittest ${PN}-unixadmin ${PN}-xml ${PN}-xmlrpc ${PN}-zlib ${PN}-modules"
 
 SUMMARY_${PN}-2to3="Python automated Python 2 to 3 code translator"
 RDEPENDS_${PN}-2to3="${PN}-core"
@@ -185,6 +185,10 @@ SUMMARY_${PN}-pkgutil="Python package extension utility support"
 RDEPENDS_${PN}-pkgutil="${PN}-core"
 FILES_${PN}-pkgutil="${libdir}/python2.7/pkgutil.* "
 
+SUMMARY_${PN}-plistlib="Generate and parse Mac OS X .plist files"
+RDEPENDS_${PN}-plistlib="${PN}-core ${PN}-datetime ${PN}-io"
+FILES_${PN}-plistlib="${libdir}/python2.7/plistlib.* "
+
 SUMMARY_${PN}-pprint="Python pretty-print support"
 RDEPENDS_${PN}-pprint="${PN}-core ${PN}-io"
 FILES_${PN}-pprint="${libdir}/python2.7/pprint.* "
@@ -282,7 +286,7 @@ RDEPENDS_${PN}-zlib="${PN}-core"
 FILES_${PN}-zlib="${libdir}/python2.7/lib-dynload/zlib.so "
 
 SUMMARY_${PN}-modules="All Python modules"
-RDEPENDS_${PN}-modules="${PN}-2to3 ${PN}-argparse ${PN}-audio ${PN}-bsddb ${PN}-codecs ${PN}-compile ${PN}-compiler ${PN}-compression ${PN}-contextlib ${PN}-core ${PN}-crypt ${PN}-ctypes ${PN}-curses ${PN}-datetime ${PN}-db ${PN}-debugger ${PN}-difflib ${PN}-distutils ${PN}-doctest ${PN}-elementtree ${PN}-email ${PN}-fcntl ${PN}-gdbm ${PN}-hotshot ${PN}-html ${PN}-idle ${PN}-image ${PN}-importlib ${PN}-io ${PN}-json ${PN}-lang ${PN}-logging ${PN}-mailbox ${PN}-math ${PN}-mime ${PN}-mmap ${PN}-multiprocessing ${PN}-netclient ${PN}-netserver ${PN}-numbers ${PN}-pickle ${PN}-pkgutil ${PN}-pprint ${PN}-profile ${PN}-pydoc ${PN}-re ${PN}-readline ${PN}-resource ${PN}-robotparser ${PN}-shell ${PN}-smtpd ${PN}-sqlite3 ${PN}-sqlite3-tests ${PN}-stringold ${PN}-subprocess ${PN}-syslog ${PN}-terminal ${PN}-tests ${PN}-textutils ${PN}-threading ${PN}-tkinter ${PN}-unittest ${PN}-unixadmin ${PN}-xml ${PN}-xmlrpc ${PN}-zlib  "
+RDEPENDS_${PN}-modules="${PN}-2to3 ${PN}-argparse ${PN}-audio ${PN}-bsddb ${PN}-codecs ${PN}-compile ${PN}-compiler ${PN}-compression ${PN}-contextlib ${PN}-core ${PN}-crypt ${PN}-ctypes ${PN}-curses ${PN}-datetime ${PN}-db ${PN}-debugger ${PN}-difflib ${PN}-distutils ${PN}-doctest ${PN}-elementtree ${PN}-email ${PN}-fcntl ${PN}-gdbm ${PN}-hotshot ${PN}-html ${PN}-idle ${PN}-image ${PN}-importlib ${PN}-io ${PN}-json ${PN}-lang ${PN}-logging ${PN}-mailbox ${PN}-math ${PN}-mime ${PN}-mmap ${PN}-multiprocessing ${PN}-netclient ${PN}-netserver ${PN}-numbers ${PN}-pickle ${PN}-pkgutil ${PN}-plistlib ${PN}-pprint ${PN}-profile ${PN}-pydoc ${PN}-re ${PN}-readline ${PN}-resource ${PN}-robotparser ${PN}-shell ${PN}-smtpd ${PN}-sqlite3 ${PN}-sqlite3-tests ${PN}-stringold ${PN}-subprocess ${PN}-syslog ${PN}-terminal ${PN}-tests ${PN}-textutils ${PN}-threading ${PN}-tkinter ${PN}-unittest ${PN}-unixadmin ${PN}-xml ${PN}-xmlrpc ${PN}-zlib  "
 ALLOW_EMPTY_${PN}-modules = "1"
 
 
diff --git a/meta/recipes-devtools/python/python-setuptools_18.7.1.bb b/meta/recipes-devtools/python/python-setuptools_19.2.bb
similarity index 79%
rename from meta/recipes-devtools/python/python-setuptools_18.7.1.bb
rename to meta/recipes-devtools/python/python-setuptools_19.2.bb
index 1cc8774..404d301 100644
--- a/meta/recipes-devtools/python/python-setuptools_18.7.1.bb
+++ b/meta/recipes-devtools/python/python-setuptools_19.2.bb
@@ -14,8 +14,8 @@ DEPENDS_class-native += "python-native"
 inherit distutils
 
 SRC_URI = "https://pypi.python.org/packages/source/s/setuptools/setuptools-${PV}.tar.gz"
-SRC_URI[md5sum] = "a0984da9cd8d7b582e1fd7de67dfdbcc"
-SRC_URI[sha256sum] = "aff36c95035e0b311eacb1434e3f7e85f5ccaad477773847e582978f8f45bd74"
+SRC_URI[md5sum] = "78353b1f80375ca5e088f4b4627ffe03"
+SRC_URI[sha256sum] = "f90ed8eb70b14b0594ba74e9de4ffca040c0ec8ee505cbf3570499467859f71a"
 UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/setuptools"
 
 S = "${WORKDIR}/${SRCNAME}-${PV}"
@@ -33,6 +33,14 @@ RDEPENDS_${PN} = "\
   python-shell \
   python-distutils \
   python-compression \
+  python-pkgutil \
+  python-plistlib \
+  python-numbers \
+  python-html \
+  python-netserver \
+  python-ctypes \
+  python-subprocess \
+  python-unittest \
 "
 
 RDEPENDS_${PN}_class-native = "\
diff --git a/scripts/contrib/python/generate-manifest-2.7.py b/scripts/contrib/python/generate-manifest-2.7.py
index 936522e..f77066e 100755
--- a/scripts/contrib/python/generate-manifest-2.7.py
+++ b/scripts/contrib/python/generate-manifest-2.7.py
@@ -322,6 +322,9 @@ if __name__ == "__main__":
     m.addPackage( "${PN}-pkgutil", "Python package extension utility support", "${PN}-core",
     "pkgutil.*")
 
+    m.addPackage( "${PN}-plistlib", "Generate and parse Mac OS X .plist files", "${PN}-core ${PN}-datetime ${PN}-io",
+    "plistlib.*")
+
     m.addPackage( "${PN}-pprint", "Python pretty-print support", "${PN}-core ${PN}-io",
     "pprint.*" )
 
-- 
1.8.4.5



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

* [PATCH 0/9] Several upgrades
@ 2016-01-19 21:56 Alejandro Hernandez
  2016-01-19 21:56 ` [PATCH 1/9] python3-setuptools: upgrade to 19.2 Alejandro Hernandez
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Alejandro Hernandez @ 2016-01-19 21:56 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit a2f23fa62858b89850aab339ddec16dcf6026b37:

  openssh: CVE-2016-1907 (2016-01-18 11:47:08 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib hsalejandro/upgrades
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=hsalejandro/upgrades

Alejandro Hernandez (9):
  python3-setuptools: upgrade to 19.2
  python-setuptools: Upgrade to 19.2
  python-mako: upgrade to 1.0.3
  python-pycurl: upgrade to 7.21.5
  python-nose: upgrade to 1.3.7
  python-scons: upgrade to 2.4.1
  python-numpy: upgrade to 1.10.4
  swig: upgrade to 3.0.8
  python3: Minor upgrade 3.5.0 -> 3.5.1

 .../python/python-2.7-manifest.inc                 | 12 ++++++---
 .../{python-mako_1.0.1.bb => python-mako_1.0.3.bb} |  4 +--
 .../{python-nose_1.3.6.bb => python-nose_1.3.7.bb} |  8 ++++--
 ...thon-numpy_1.10.1.bb => python-numpy_1.10.4.bb} |  6 +++--
 ...-pycurl_7.19.5.2.bb => python-pycurl_7.21.5.bb} |  8 +++---
 ...ative_2.3.6.bb => python-scons-native_2.4.1.bb} |  0
 ...python-scons_2.3.6.bb => python-scons_2.4.1.bb} |  9 +++++--
 ...uptools_18.7.1.bb => python-setuptools_19.2.bb} | 12 +++++++--
 ...on3-native_3.5.0.bb => python3-native_3.5.1.bb} |  4 +--
 ...ptools_18.7.1.bb => python3-setuptools_19.2.bb} |  4 +--
 .../python/python3/000-cross-compile.patch         | 30 +++++++++++-----------
 .../python/{python3_3.5.0.bb => python3_3.5.1.bb}  |  4 +--
 .../swig/{swig_3.0.6.bb => swig_3.0.8.bb}          |  4 +--
 scripts/contrib/python/generate-manifest-2.7.py    |  3 +++
 14 files changed, 67 insertions(+), 41 deletions(-)
 rename meta/recipes-devtools/python/{python-mako_1.0.1.bb => python-mako_1.0.3.bb} (80%)
 rename meta/recipes-devtools/python/{python-nose_1.3.6.bb => python-nose_1.3.7.bb} (75%)
 rename meta/recipes-devtools/python/{python-numpy_1.10.1.bb => python-numpy_1.10.4.bb} (92%)
 rename meta/recipes-devtools/python/{python-pycurl_7.19.5.2.bb => python-pycurl_7.21.5.bb} (77%)
 rename meta/recipes-devtools/python/{python-scons-native_2.3.6.bb => python-scons-native_2.4.1.bb} (100%)
 rename meta/recipes-devtools/python/{python-scons_2.3.6.bb => python-scons_2.4.1.bb} (69%)
 rename meta/recipes-devtools/python/{python-setuptools_18.7.1.bb => python-setuptools_19.2.bb} (79%)
 rename meta/recipes-devtools/python/{python3-native_3.5.0.bb => python3-native_3.5.1.bb} (94%)
 rename meta/recipes-devtools/python/{python3-setuptools_18.7.1.bb => python3-setuptools_19.2.bb} (91%)
 rename meta/recipes-devtools/python/{python3_3.5.0.bb => python3_3.5.1.bb} (98%)
 rename meta/recipes-devtools/swig/{swig_3.0.6.bb => swig_3.0.8.bb} (58%)

-- 
1.8.4.5



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

* [PATCH 3/9] python-mako: upgrade to 1.0.3
  2016-01-19 21:56 [PATCH 0/9] Several upgrades Alejandro Hernandez
  2016-01-19 21:56 ` [PATCH 1/9] python3-setuptools: upgrade to 19.2 Alejandro Hernandez
  2016-01-19 21:56 ` [PATCH 2/9] python-setuptools: Upgrade " Alejandro Hernandez
@ 2016-01-19 21:56 ` Alejandro Hernandez
  2016-01-19 21:56 ` [PATCH 4/9] python-pycurl: upgrade to 7.21.5 Alejandro Hernandez
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 11+ messages in thread
From: Alejandro Hernandez @ 2016-01-19 21:56 UTC (permalink / raw)
  To: openembedded-core

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

diff --git a/meta/recipes-devtools/python/python-mako_1.0.1.bb b/meta/recipes-devtools/python/python-mako_1.0.3.bb
similarity index 80%
rename from meta/recipes-devtools/python/python-mako_1.0.1.bb
rename to meta/recipes-devtools/python/python-mako_1.0.3.bb
index 647c2d1..9efd700 100644
--- a/meta/recipes-devtools/python/python-mako_1.0.1.bb
+++ b/meta/recipes-devtools/python/python-mako_1.0.3.bb
@@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=deb3ff8e4c17aaf7b80889b6b2bf4c83"
 
 SRC_URI = "https://pypi.python.org/packages/source/M/Mako/Mako-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "9f0aafd177b039ef67b90ea350497a54"
-SRC_URI[sha256sum] = "45f0869febea59dab7efd256fb451c377cbb7947bef386ff0bb44627c31a8d1c"
+SRC_URI[md5sum] = "a78f20f6366a8a0659ce5532f8614e53"
+SRC_URI[sha256sum] = "7644bc0ee35965d2e146dde31827b8982ed70a58281085fac42869a09764d38c"
 
 UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/mako/"
 UPSTREAM_CHECK_REGEX = "/Mako/(?P<pver>(\d+[\.\-_]*)+)"
-- 
1.8.4.5



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

* [PATCH 4/9] python-pycurl: upgrade to 7.21.5
  2016-01-19 21:56 [PATCH 0/9] Several upgrades Alejandro Hernandez
                   ` (2 preceding siblings ...)
  2016-01-19 21:56 ` [PATCH 3/9] python-mako: upgrade to 1.0.3 Alejandro Hernandez
@ 2016-01-19 21:56 ` Alejandro Hernandez
  2016-01-19 21:56 ` [PATCH 5/9] python-nose: upgrade to 1.3.7 Alejandro Hernandez
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 11+ messages in thread
From: Alejandro Hernandez @ 2016-01-19 21:56 UTC (permalink / raw)
  To: openembedded-core

License checksum changed for file COPYING-MITLicense checksum changed for file README.rst

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
---
 .../python/{python-pycurl_7.19.5.2.bb => python-pycurl_7.21.5.bb} | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
 rename meta/recipes-devtools/python/{python-pycurl_7.19.5.2.bb => python-pycurl_7.21.5.bb} (77%)

diff --git a/meta/recipes-devtools/python/python-pycurl_7.19.5.2.bb b/meta/recipes-devtools/python/python-pycurl_7.21.5.bb
similarity index 77%
rename from meta/recipes-devtools/python/python-pycurl_7.19.5.2.bb
rename to meta/recipes-devtools/python/python-pycurl_7.21.5.bb
index 094105c..af517a1 100644
--- a/meta/recipes-devtools/python/python-pycurl_7.19.5.2.bb
+++ b/meta/recipes-devtools/python/python-pycurl_7.21.5.bb
@@ -2,9 +2,9 @@ SUMMARY = "Python bindings for libcurl"
 HOMEPAGE = "http://pycurl.sourceforge.net/"
 SECTION = "devel/python"
 LICENSE = "LGPLv2.1+ | MIT"
-LIC_FILES_CHKSUM = "file://README.rst;beginline=166;endline=182;md5=e5c36c3ca7e9f0bf6e144267dd760861 \
+LIC_FILES_CHKSUM = "file://README.rst;beginline=166;endline=182;md5=a84a1caa65b89d4584b693d3680062fb \
                     file://COPYING-LGPL;md5=3579a9fd0221d49a237aaa33492f988c \
-                    file://COPYING-MIT;md5=0c3eb58d2e99f3102e2ce2db4eb172f1"
+                    file://COPYING-MIT;md5=b7e434aeb228ed731c00bcf177e79b19"
 
 DEPENDS = "curl python"
 RDEPENDS_${PN} = "python-core curl"
@@ -15,8 +15,8 @@ SRC_URI = "\
   file://no-static-link.patch \
 "
 
-SRC_URI[archive.md5sum] = "59cea96cc3027a1a7ed5020e69d4009a"
-SRC_URI[archive.sha256sum] = "98cc821555d152977fac99b6e5cb0f759275aabdf14e4928890c6fcc944ab736"
+SRC_URI[archive.md5sum] = "bca7bf47320082588db544ced2ba8717"
+SRC_URI[archive.sha256sum] = "8a1e0eb55573388275a1d6c2534ca4cfca5d7fa772b99b505c08fa149b27aed0"
 S = "${WORKDIR}/${SRCNAME}-${PV}"
 
 inherit distutils
-- 
1.8.4.5



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

* [PATCH 5/9] python-nose: upgrade to 1.3.7
  2016-01-19 21:56 [PATCH 0/9] Several upgrades Alejandro Hernandez
                   ` (3 preceding siblings ...)
  2016-01-19 21:56 ` [PATCH 4/9] python-pycurl: upgrade to 7.21.5 Alejandro Hernandez
@ 2016-01-19 21:56 ` Alejandro Hernandez
  2016-01-20  9:19   ` Richard Purdie
  2016-01-19 21:56 ` [PATCH 6/9] python-scons: upgrade to 2.4.1 Alejandro Hernandez
                   ` (3 subsequent siblings)
  8 siblings, 1 reply; 11+ messages in thread
From: Alejandro Hernandez @ 2016-01-19 21:56 UTC (permalink / raw)
  To: openembedded-core

Updates runtime dependencies, python-nose now depends on unittest.

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
---
 .../python/{python-nose_1.3.6.bb => python-nose_1.3.7.bb}         | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/python/{python-nose_1.3.6.bb => python-nose_1.3.7.bb} (75%)

diff --git a/meta/recipes-devtools/python/python-nose_1.3.6.bb b/meta/recipes-devtools/python/python-nose_1.3.7.bb
similarity index 75%
rename from meta/recipes-devtools/python/python-nose_1.3.6.bb
rename to meta/recipes-devtools/python/python-nose_1.3.7.bb
index d9daea2..ec6158f 100644
--- a/meta/recipes-devtools/python/python-nose_1.3.6.bb
+++ b/meta/recipes-devtools/python/python-nose_1.3.7.bb
@@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = "file://lgpl.txt;md5=a6f89e2100d9b6cdffcea4f398e37343"
 
 SRC_URI = "http://pypi.python.org/packages/source/n/nose/nose-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "0ca546d81ca8309080fc80cb389e7a16"
-SRC_URI[sha256sum] = "f61e0909a743eed37b1207e38a8e7b4a2fe0a82185e36f2be252ef1b3f901758"
+SRC_URI[md5sum] = "4d3ad0ff07b61373d2cefc89c5d0b20b"
+SRC_URI[sha256sum] = "f1bffef9cbc82628f6e7d7b40d7e255aefaa1adb6a1b1d26c69a8b79e6208a98"
 
 UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/nose/"
 UPSTREAM_CHECK_REGEX = "/nose/(?P<pver>(\d+[\.\-_]*)+)"
@@ -17,4 +17,8 @@ S = "${WORKDIR}/nose-${PV}"
 
 inherit setuptools
 
+RDEPENDS_${PN} = "\
+  python-unittest \
+  "
+
 BBCLASSEXTEND = "native nativesdk"
-- 
1.8.4.5



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

* [PATCH 6/9] python-scons: upgrade to 2.4.1
  2016-01-19 21:56 [PATCH 0/9] Several upgrades Alejandro Hernandez
                   ` (4 preceding siblings ...)
  2016-01-19 21:56 ` [PATCH 5/9] python-nose: upgrade to 1.3.7 Alejandro Hernandez
@ 2016-01-19 21:56 ` Alejandro Hernandez
  2016-01-19 21:56 ` [PATCH 7/9] python-numpy: upgrade to 1.10.4 Alejandro Hernandez
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 11+ messages in thread
From: Alejandro Hernandez @ 2016-01-19 21:56 UTC (permalink / raw)
  To: openembedded-core

Updates runtime dependencies, python-scon now depends on python-io and python-fcntl.

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
---
 ...python-scons-native_2.3.6.bb => python-scons-native_2.4.1.bb} | 0
 .../python/{python-scons_2.3.6.bb => python-scons_2.4.1.bb}      | 9 +++++++--
 2 files changed, 7 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/python/{python-scons-native_2.3.6.bb => python-scons-native_2.4.1.bb} (100%)
 rename meta/recipes-devtools/python/{python-scons_2.3.6.bb => python-scons_2.4.1.bb} (69%)

diff --git a/meta/recipes-devtools/python/python-scons-native_2.3.6.bb b/meta/recipes-devtools/python/python-scons-native_2.4.1.bb
similarity index 100%
rename from meta/recipes-devtools/python/python-scons-native_2.3.6.bb
rename to meta/recipes-devtools/python/python-scons-native_2.4.1.bb
diff --git a/meta/recipes-devtools/python/python-scons_2.3.6.bb b/meta/recipes-devtools/python/python-scons_2.4.1.bb
similarity index 69%
rename from meta/recipes-devtools/python/python-scons_2.3.6.bb
rename to meta/recipes-devtools/python/python-scons_2.4.1.bb
index cb90294..096cf5c 100644
--- a/meta/recipes-devtools/python/python-scons_2.3.6.bb
+++ b/meta/recipes-devtools/python/python-scons_2.4.1.bb
@@ -6,8 +6,8 @@ SRCNAME = "scons"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "9c6a1c3c716cbe5f16515f163c91d928"
-SRC_URI[sha256sum] = "98adaa351d8f4e4068a5bf1894bdd7f85b390c8c3f80d437cf8bb266012404df"
+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+[\.\-_]*)+)/"
@@ -15,3 +15,8 @@ UPSTREAM_CHECK_REGEX = "/scons/(?P<pver>(\d+[\.\-_]*)+)/"
 S = "${WORKDIR}/${SRCNAME}-${PV}"
 
 inherit distutils
+
+RDEPENDS_${PN} = "\
+  python-fcntl \
+  python-io \
+  "
-- 
1.8.4.5



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

* [PATCH 7/9] python-numpy: upgrade to 1.10.4
  2016-01-19 21:56 [PATCH 0/9] Several upgrades Alejandro Hernandez
                   ` (5 preceding siblings ...)
  2016-01-19 21:56 ` [PATCH 6/9] python-scons: upgrade to 2.4.1 Alejandro Hernandez
@ 2016-01-19 21:56 ` Alejandro Hernandez
  2016-01-19 21:56 ` [PATCH 8/9] swig: upgrade to 3.0.8 Alejandro Hernandez
  2016-01-19 21:56 ` [PATCH 9/9] python3: Minor upgrade 3.5.0 -> 3.5.1 Alejandro Hernandez
  8 siblings, 0 replies; 11+ messages in thread
From: Alejandro Hernandez @ 2016-01-19 21:56 UTC (permalink / raw)
  To: openembedded-core

Updates runtime dependencies, numpy now depends on python-ctypes and python-threading.

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
---
 .../python/{python-numpy_1.10.1.bb => python-numpy_1.10.4.bb}       | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/python/{python-numpy_1.10.1.bb => python-numpy_1.10.4.bb} (92%)

diff --git a/meta/recipes-devtools/python/python-numpy_1.10.1.bb b/meta/recipes-devtools/python/python-numpy_1.10.4.bb
similarity index 92%
rename from meta/recipes-devtools/python/python-numpy_1.10.1.bb
rename to meta/recipes-devtools/python/python-numpy_1.10.4.bb
index 693020e..01bf9fb 100644
--- a/meta/recipes-devtools/python/python-numpy_1.10.1.bb
+++ b/meta/recipes-devtools/python/python-numpy_1.10.4.bb
@@ -69,8 +69,8 @@ do_compile_prepend_class-target() {
 
 FILES_${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/numpy/core/lib/*.a"
 
-SRC_URI[md5sum] = "3fed2b50906bc19018cec5fa26168aa5"
-SRC_URI[sha256sum] = "8b9f453f29ce96a14e625100d3dcf8926301d36c5f622623bf8820e748510858"
+SRC_URI[md5sum] = "90bb9034652cefbada19cf7d141a6a61"
+SRC_URI[sha256sum] = "f7f91842056a7cf680b0eaf8cefc5e46c69e2521e651128d2e6aaaccec8652ae"
 
 # install what is needed for numpy.test()
 RDEPENDS_${PN} = "python-unittest \
@@ -91,6 +91,8 @@ RDEPENDS_${PN} = "python-unittest \
                   python-email \
                   python-subprocess \
                   python-compression \
+                  python-ctypes \
+                  python-threading \
 "
 
 RDEPENDS_${PN}_class-native = ""
-- 
1.8.4.5



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

* [PATCH 8/9] swig: upgrade to 3.0.8
  2016-01-19 21:56 [PATCH 0/9] Several upgrades Alejandro Hernandez
                   ` (6 preceding siblings ...)
  2016-01-19 21:56 ` [PATCH 7/9] python-numpy: upgrade to 1.10.4 Alejandro Hernandez
@ 2016-01-19 21:56 ` Alejandro Hernandez
  2016-01-19 21:56 ` [PATCH 9/9] python3: Minor upgrade 3.5.0 -> 3.5.1 Alejandro Hernandez
  8 siblings, 0 replies; 11+ messages in thread
From: Alejandro Hernandez @ 2016-01-19 21:56 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
---
 meta/recipes-devtools/swig/{swig_3.0.6.bb => swig_3.0.8.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/swig/{swig_3.0.6.bb => swig_3.0.8.bb} (58%)

diff --git a/meta/recipes-devtools/swig/swig_3.0.6.bb b/meta/recipes-devtools/swig/swig_3.0.8.bb
similarity index 58%
rename from meta/recipes-devtools/swig/swig_3.0.6.bb
rename to meta/recipes-devtools/swig/swig_3.0.8.bb
index 2a0917e..c1b820e 100644
--- a/meta/recipes-devtools/swig/swig_3.0.6.bb
+++ b/meta/recipes-devtools/swig/swig_3.0.8.bb
@@ -3,6 +3,6 @@ require ${BPN}.inc
 SRC_URI += "file://0001-Use-proc-self-exe-for-swig-swiglib-on-non-Win32-plat.patch \
             file://0001-configure-use-pkg-config-for-pcre-detection.patch \
            "
-SRC_URI[md5sum] = "df43ae271642bcfa61c1e59f970f9963"
-SRC_URI[sha256sum] = "c67f63ea11956106e4cda66416d5020330dc4ce2ee45057d39a9494ce33eca05"
+SRC_URI[md5sum] = "c96a1d5ecb13d38604d7e92148c73c97"
+SRC_URI[sha256sum] = "58a475dbbd4a4d7075e5fe86d4e54c9edde39847cdb96a3053d87cb64a23a453"
 
-- 
1.8.4.5



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

* [PATCH 9/9] python3: Minor upgrade 3.5.0 -> 3.5.1
  2016-01-19 21:56 [PATCH 0/9] Several upgrades Alejandro Hernandez
                   ` (7 preceding siblings ...)
  2016-01-19 21:56 ` [PATCH 8/9] swig: upgrade to 3.0.8 Alejandro Hernandez
@ 2016-01-19 21:56 ` Alejandro Hernandez
  8 siblings, 0 replies; 11+ messages in thread
From: Alejandro Hernandez @ 2016-01-19 21:56 UTC (permalink / raw)
  To: openembedded-core

Rebased:
- 000-cross-compile.patch

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
---
 ...on3-native_3.5.0.bb => python3-native_3.5.1.bb} |  4 +--
 .../python/python3/000-cross-compile.patch         | 30 +++++++++++-----------
 .../python/{python3_3.5.0.bb => python3_3.5.1.bb}  |  4 +--
 3 files changed, 19 insertions(+), 19 deletions(-)
 rename meta/recipes-devtools/python/{python3-native_3.5.0.bb => python3-native_3.5.1.bb} (94%)
 rename meta/recipes-devtools/python/{python3_3.5.0.bb => python3_3.5.1.bb} (98%)

diff --git a/meta/recipes-devtools/python/python3-native_3.5.0.bb b/meta/recipes-devtools/python/python3-native_3.5.1.bb
similarity index 94%
rename from meta/recipes-devtools/python/python3-native_3.5.0.bb
rename to meta/recipes-devtools/python/python3-native_3.5.1.bb
index 0dd1650..152da1c 100644
--- a/meta/recipes-devtools/python/python3-native_3.5.0.bb
+++ b/meta/recipes-devtools/python/python3-native_3.5.1.bb
@@ -26,8 +26,8 @@ ${DISTRO_SRC_URI} \
 file://sysconfig.py-add-_PYTHON_PROJECT_SRC.patch \
 file://setup.py-check-cross_compiling-when-get-FLAGS.patch \
 "
-SRC_URI[md5sum] = "d149d2812f10cbe04c042232e7964171"
-SRC_URI[sha256sum] = "d6d7aa1634a5eeeca6ed4fca266982a04f84bd8f3945a9179e20b24ad2e2be91" 
+SRC_URI[md5sum] = "e9ea6f2623fffcdd871b7b19113fde80"
+SRC_URI[sha256sum] = "c6d57c0c366d9060ab6c0cdf889ebf3d92711d466cc0119c441dbf2746f725c9"
 
 LIC_FILES_CHKSUM = "file://LICENSE;md5=dd98d01d471fac8d8dbdd975229dba03"
 
diff --git a/meta/recipes-devtools/python/python3/000-cross-compile.patch b/meta/recipes-devtools/python/python3/000-cross-compile.patch
index a3ffe3b..28fe70a 100644
--- a/meta/recipes-devtools/python/python3/000-cross-compile.patch
+++ b/meta/recipes-devtools/python/python3/000-cross-compile.patch
@@ -9,11 +9,11 @@ Upstream-Status: Inappropriate[Configuration Specific]
  Makefile.pre.in |   25 +++++++++++++------------
  1 file changed, 13 insertions(+), 12 deletions(-)
 
-Index: Python-3.5.0/Makefile.pre.in
+Index: Python-3.5.1/Makefile.pre.in
 ===================================================================
---- Python-3.5.0.orig/Makefile.pre.in
-+++ Python-3.5.0/Makefile.pre.in
-@@ -215,6 +215,7 @@ LIBOBJS=	@LIBOBJS@
+--- Python-3.5.1.orig/Makefile.pre.in
++++ Python-3.5.1/Makefile.pre.in
+@@ -220,6 +220,7 @@ LIBOBJS=	@LIBOBJS@
  
  PYTHON=		python$(EXE)
  BUILDPYTHON=	python$(BUILDEXE)
@@ -21,7 +21,7 @@ Index: Python-3.5.0/Makefile.pre.in
  
  PYTHON_FOR_BUILD=@PYTHON_FOR_BUILD@
  _PYTHON_HOST_PLATFORM=@_PYTHON_HOST_PLATFORM@
-@@ -272,6 +273,7 @@ LIBFFI_INCLUDEDIR=	@LIBFFI_INCLUDEDIR@
+@@ -276,6 +277,7 @@ LIBFFI_INCLUDEDIR=	@LIBFFI_INCLUDEDIR@
  ##########################################################################
  # Parser
  PGEN=		Parser/pgen$(EXE)
@@ -29,16 +29,16 @@ Index: Python-3.5.0/Makefile.pre.in
  
  PSRCS=		\
  		Parser/acceler.c \
-@@ -494,7 +496,7 @@ build_all_generate_profile:
+@@ -506,7 +508,7 @@ build_all_generate_profile:
  
  run_profile_task:
  	: # FIXME: can't run for a cross build
--	$(RUNSHARED) ./$(BUILDPYTHON) $(PROFILE_TASK)
-+	$(RUNSHARED) $(HOSTPYTHON) $(PROFILE_TASK)
+-	$(LLVM_PROF_FILE) $(RUNSHARED) ./$(BUILDPYTHON) $(PROFILE_TASK) || true
++	$(LLVM_PROF_FILE) $(RUNSHARED) $(HOSTPYTHON) $(PROFILE_TASK) || true
  
- build_all_use_profile:
- 	$(MAKE) all CFLAGS_NODIST="$(CFLAGS) -fprofile-use -fprofile-correction"
-@@ -764,7 +766,7 @@ $(IO_OBJS): $(IO_H)
+ build_all_merge_profile:
+ 	$(LLVM_PROF_MERGER)
+@@ -779,7 +781,7 @@ $(IO_OBJS): $(IO_H)
  
  $(GRAMMAR_H): $(GRAMMAR_INPUT) $(PGEN)
  		@$(MKDIR_P) Include
@@ -47,7 +47,7 @@ Index: Python-3.5.0/Makefile.pre.in
  $(GRAMMAR_C): $(GRAMMAR_H)
  		touch $(GRAMMAR_C)
  
-@@ -953,7 +955,7 @@ $(LIBRARY_OBJS) $(MODOBJS) Programs/pyth
+@@ -968,7 +970,7 @@ $(LIBRARY_OBJS) $(MODOBJS) Programs/pyth
  ######################################################################
  
  TESTOPTS=	$(EXTRATESTOPTS)
@@ -56,7 +56,7 @@ Index: Python-3.5.0/Makefile.pre.in
  TESTRUNNER=	$(TESTPYTHON) $(srcdir)/Tools/scripts/run_tests.py
  TESTTIMEOUT=	3600
  
-@@ -1440,7 +1442,7 @@ frameworkinstallstructure:	$(LDLIBRARY)
+@@ -1455,7 +1457,7 @@ frameworkinstallstructure:	$(LDLIBRARY)
  		fi; \
  	done
  	$(LN) -fsn include/python$(LDVERSION) $(DESTDIR)$(prefix)/Headers
@@ -65,7 +65,7 @@ Index: Python-3.5.0/Makefile.pre.in
  	$(LN) -fsn $(VERSION) $(DESTDIR)$(PYTHONFRAMEWORKINSTALLDIR)/Versions/Current
  	$(LN) -fsn Versions/Current/$(PYTHONFRAMEWORK) $(DESTDIR)$(PYTHONFRAMEWORKINSTALLDIR)/$(PYTHONFRAMEWORK)
  	$(LN) -fsn Versions/Current/Headers $(DESTDIR)$(PYTHONFRAMEWORKINSTALLDIR)/Headers
-@@ -1506,7 +1508,7 @@ config.status:	$(srcdir)/configure
+@@ -1521,7 +1523,7 @@ config.status:	$(srcdir)/configure
  
  # Run reindent on the library
  reindent:
@@ -74,7 +74,7 @@ Index: Python-3.5.0/Makefile.pre.in
  
  # Rerun configure with the same options as it was run last time,
  # provided the config.status script exists
-@@ -1639,7 +1641,7 @@ funny:
+@@ -1656,7 +1658,7 @@ funny:
  
  # Perform some verification checks on any modified files.
  patchcheck: all
diff --git a/meta/recipes-devtools/python/python3_3.5.0.bb b/meta/recipes-devtools/python/python3_3.5.1.bb
similarity index 98%
rename from meta/recipes-devtools/python/python3_3.5.0.bb
rename to meta/recipes-devtools/python/python3_3.5.1.bb
index 6184c79..0d9a4cc 100644
--- a/meta/recipes-devtools/python/python3_3.5.0.bb
+++ b/meta/recipes-devtools/python/python3_3.5.1.bb
@@ -39,8 +39,8 @@ SRC_URI += "\
             file://use_packed_importlib.patch \
             file://configure.ac-fix-LIBPL.patch \
            "
-SRC_URI[md5sum] = "d149d2812f10cbe04c042232e7964171"
-SRC_URI[sha256sum] = "d6d7aa1634a5eeeca6ed4fca266982a04f84bd8f3945a9179e20b24ad2e2be91"
+SRC_URI[md5sum] = "e9ea6f2623fffcdd871b7b19113fde80"
+SRC_URI[sha256sum] = "c6d57c0c366d9060ab6c0cdf889ebf3d92711d466cc0119c441dbf2746f725c9"
 
 # exclude pre-releases for both python 2.x and 3.x
 UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P<pver>\d+(\.\d+)+).tar"
-- 
1.8.4.5



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

* Re: [PATCH 5/9] python-nose: upgrade to 1.3.7
  2016-01-19 21:56 ` [PATCH 5/9] python-nose: upgrade to 1.3.7 Alejandro Hernandez
@ 2016-01-20  9:19   ` Richard Purdie
  0 siblings, 0 replies; 11+ messages in thread
From: Richard Purdie @ 2016-01-20  9:19 UTC (permalink / raw)
  To: Alejandro Hernandez, openembedded-core

On Tue, 2016-01-19 at 21:56 +0000, Alejandro Hernandez wrote:
> Updates runtime dependencies, python-nose now depends on unittest.
> 
> Signed-off-by: Alejandro Hernandez <
> alejandro.hernandez@linux.intel.com>
> ---
>  .../python/{python-nose_1.3.6.bb => python-nose_1.3.7.bb}         |
> 8 ++++++--
>  1 file changed, 6 insertions(+), 2 deletions(-)
>  rename meta/recipes-devtools/python/{python-nose_1.3.6.bb => python
> -nose_1.3.7.bb} (75%)
> 
> diff --git a/meta/recipes-devtools/python/python-nose_1.3.6.bb
> b/meta/recipes-devtools/python/python-nose_1.3.7.bb
> similarity index 75%
> rename from meta/recipes-devtools/python/python-nose_1.3.6.bb
> rename to meta/recipes-devtools/python/python-nose_1.3.7.bb
> index d9daea2..ec6158f 100644
> --- a/meta/recipes-devtools/python/python-nose_1.3.6.bb
> +++ b/meta/recipes-devtools/python/python-nose_1.3.7.bb
> @@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = "
> file://lgpl.txt;md5=a6f89e2100d9b6cdffcea4f398e37343"
>  
>  SRC_URI = "
> http://pypi.python.org/packages/source/n/nose/nose-${PV}.tar.gz"
>  
> -SRC_URI[md5sum] = "0ca546d81ca8309080fc80cb389e7a16"
> -SRC_URI[sha256sum] =
> "f61e0909a743eed37b1207e38a8e7b4a2fe0a82185e36f2be252ef1b3f901758"
> +SRC_URI[md5sum] = "4d3ad0ff07b61373d2cefc89c5d0b20b"
> +SRC_URI[sha256sum] =
> "f1bffef9cbc82628f6e7d7b40d7e255aefaa1adb6a1b1d26c69a8b79e6208a98"
>  
>  UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/nose/"
>  UPSTREAM_CHECK_REGEX = "/nose/(?P<pver>(\d+[\.\-_]*)+)"
> @@ -17,4 +17,8 @@ S = "${WORKDIR}/nose-${PV}"
>  
>  inherit setuptools
>  
> +RDEPENDS_${PN} = "\
> +  python-unittest \
> +  "
> +

This triggers:

NOTE: Resolving any missing task queue dependencies
ERROR: Nothing RPROVIDES 'python-unittest-native' (but virtual:native:/home/pokybuild/yocto-autobuilder/yocto-worker/build-appliance/build/meta/recipes-devtools/python/python-nose_1.3.7.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'python-unittest-native' is unbuildable, removing...

https://autobuilder.yoctoproject.org/main/builders/build-appliance/builds/595/steps/BuildImages/logs/stdio

in a universe -c fetch.

Cheers,

Richard


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

end of thread, other threads:[~2016-01-20  9:19 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-19 21:56 [PATCH 0/9] Several upgrades Alejandro Hernandez
2016-01-19 21:56 ` [PATCH 1/9] python3-setuptools: upgrade to 19.2 Alejandro Hernandez
2016-01-19 21:56 ` [PATCH 2/9] python-setuptools: Upgrade " Alejandro Hernandez
2016-01-19 21:56 ` [PATCH 3/9] python-mako: upgrade to 1.0.3 Alejandro Hernandez
2016-01-19 21:56 ` [PATCH 4/9] python-pycurl: upgrade to 7.21.5 Alejandro Hernandez
2016-01-19 21:56 ` [PATCH 5/9] python-nose: upgrade to 1.3.7 Alejandro Hernandez
2016-01-20  9:19   ` Richard Purdie
2016-01-19 21:56 ` [PATCH 6/9] python-scons: upgrade to 2.4.1 Alejandro Hernandez
2016-01-19 21:56 ` [PATCH 7/9] python-numpy: upgrade to 1.10.4 Alejandro Hernandez
2016-01-19 21:56 ` [PATCH 8/9] swig: upgrade to 3.0.8 Alejandro Hernandez
2016-01-19 21:56 ` [PATCH 9/9] python3: Minor upgrade 3.5.0 -> 3.5.1 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.