[oe-commits] [meta-openembedded] 39/43: python-dateutil: update to version 2.6.0

git at git.openembedded.org git at git.openembedded.org
Thu Dec 22 10:28:50 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit f501dd02b7b957c9bea33c357cdf33ecdb8725d9
Author: Derek Straka <derek at asterius.io>
AuthorDate: Wed Dec 21 21:04:56 2016 -0500

    python-dateutil: update to version 2.6.0
    
    Signed-off-by: Derek Straka <derek at asterius.io>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-python/recipes-devtools/python/python-dateutil.inc             | 6 +++---
 .../python/{python-dateutil_2.5.3.bb => python-dateutil_2.6.0.bb}   | 0
 .../python/{python3-dateutil_2.5.3.bb => python3-dateutil_2.6.0.bb} | 0
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python-dateutil.inc b/meta-python/recipes-devtools/python/python-dateutil.inc
index 5c9355e..d0ebc70 100644
--- a/meta-python/recipes-devtools/python/python-dateutil.inc
+++ b/meta-python/recipes-devtools/python/python-dateutil.inc
@@ -4,8 +4,8 @@ HOMEPAGE = "https://dateutil.readthedocs.org"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=51430b33c900f45f999c459ee29ca493"
 
-SRC_URI[md5sum] = "05ffc6d2cc85a7fd93bb245807f715ef"
-SRC_URI[sha256sum] = "1408fdb07c6a1fa9997567ce3fcee6a337b39a503d80699e0f213de4aa4b32ed"
+SRC_URI[md5sum] = "6e38f91e8c94c15a79ce22768dfeca87"
+SRC_URI[sha256sum] = "62a2f8df3d66f878373fd0072eacf4ee52194ba302e00082828e0d263b0418d2"
 
 PYPI_PACKAGE = "python-dateutil"
 inherit pypi
@@ -13,7 +13,7 @@ inherit pypi
 PACKAGES =+ "${PN}-zoneinfo"
 FILES_${PN}-zoneinfo = "${libdir}/${PYTHON_DIR}/site-packages/dateutil/zoneinfo"
 
-RDEPENDS_${PN} = "\
+RDEPENDS_${PN}_class-target = "\
     ${PYTHON_PN}-core \
     ${PYTHON_PN}-datetime \
     ${PYTHON_PN}-six \
diff --git a/meta-python/recipes-devtools/python/python-dateutil_2.5.3.bb b/meta-python/recipes-devtools/python/python-dateutil_2.6.0.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-dateutil_2.5.3.bb
rename to meta-python/recipes-devtools/python/python-dateutil_2.6.0.bb
diff --git a/meta-python/recipes-devtools/python/python3-dateutil_2.5.3.bb b/meta-python/recipes-devtools/python/python3-dateutil_2.6.0.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-dateutil_2.5.3.bb
rename to meta-python/recipes-devtools/python/python3-dateutil_2.6.0.bb

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list