From 45c8f3391129a99a36d6edb75f14d07287180029 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sun, 18 Mar 2018 10:29:12 -0400 Subject: python-dateutil: update to version 2.7.0 License-Update: Contributions after Dec 1, 2017 are dual license Apache 2.0 and BSD 3-Clause All contributions before are released under the BSD 3-Clause. See LICENSE for more info. Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-dateutil.inc | 8 ++++---- meta-python/recipes-devtools/python/python-dateutil_2.6.1.bb | 2 -- meta-python/recipes-devtools/python/python-dateutil_2.7.0.bb | 2 ++ meta-python/recipes-devtools/python/python3-dateutil_2.6.1.bb | 2 -- meta-python/recipes-devtools/python/python3-dateutil_2.7.0.bb | 2 ++ 5 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-dateutil_2.6.1.bb create mode 100644 meta-python/recipes-devtools/python/python-dateutil_2.7.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-dateutil_2.6.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-dateutil_2.7.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-dateutil.inc b/meta-python/recipes-devtools/python/python-dateutil.inc index 0e076b4aae..36cb43d4e5 100644 --- a/meta-python/recipes-devtools/python/python-dateutil.inc +++ b/meta-python/recipes-devtools/python/python-dateutil.inc @@ -1,11 +1,11 @@ SUMMARY = "Extensions to the standard Python datetime module" DESCRIPTION = "The dateutil module provides powerful extensions to the datetime module available in the Python standard library." HOMEPAGE = "https://dateutil.readthedocs.org" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=31f72d4cad3675fb091537b9b2f32de0" +LICENSE = "BSD-3-Clause & Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=e3155c7bdc71f66e02678411d2abf996" -SRC_URI[md5sum] = "db38f6b4511cefd76014745bb0cc45a4" -SRC_URI[sha256sum] = "891c38b2a02f5bb1be3e4793866c8df49c7d19baabf9c1bad62547e0b4866aca" +SRC_URI[md5sum] = "ba7d27d7788cc9dd04a07bd77203ffab" +SRC_URI[sha256sum] = "8f95bb7e6edbb2456a51a1fb58c8dca942024b4f5844cae62c90aa88afe6e300" PYPI_PACKAGE = "python-dateutil" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-dateutil_2.6.1.bb b/meta-python/recipes-devtools/python/python-dateutil_2.6.1.bb deleted file mode 100644 index 12ae4c3118..0000000000 --- a/meta-python/recipes-devtools/python/python-dateutil_2.6.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-dateutil.inc diff --git a/meta-python/recipes-devtools/python/python-dateutil_2.7.0.bb b/meta-python/recipes-devtools/python/python-dateutil_2.7.0.bb new file mode 100644 index 0000000000..12ae4c3118 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-dateutil_2.7.0.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-dateutil.inc diff --git a/meta-python/recipes-devtools/python/python3-dateutil_2.6.1.bb b/meta-python/recipes-devtools/python/python3-dateutil_2.6.1.bb deleted file mode 100644 index 1d2baf55c9..0000000000 --- a/meta-python/recipes-devtools/python/python3-dateutil_2.6.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-dateutil.inc diff --git a/meta-python/recipes-devtools/python/python3-dateutil_2.7.0.bb b/meta-python/recipes-devtools/python/python3-dateutil_2.7.0.bb new file mode 100644 index 0000000000..1d2baf55c9 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-dateutil_2.7.0.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-dateutil.inc -- cgit 1.2.3-korg