From da472f404e4f8db43c51e3daf5555d068f4f72fa Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Thu, 31 Oct 2019 12:59:22 +0800 Subject: python-dnspython: upgrade 1.15.0 -> 1.16.0 -License-Update: Copyright year updated to 2017. Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-dnspython.inc | 6 +++--- meta-python/recipes-devtools/python/python-dnspython_1.15.0.bb | 2 -- meta-python/recipes-devtools/python/python-dnspython_1.16.0.bb | 2 ++ meta-python/recipes-devtools/python/python3-dnspython_1.15.0.bb | 2 -- meta-python/recipes-devtools/python/python3-dnspython_1.16.0.bb | 2 ++ 5 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-dnspython_1.15.0.bb create mode 100644 meta-python/recipes-devtools/python/python-dnspython_1.16.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-dnspython_1.15.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-dnspython_1.16.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-dnspython.inc b/meta-python/recipes-devtools/python/python-dnspython.inc index 1b5f7160f8..84502affe1 100644 --- a/meta-python/recipes-devtools/python/python-dnspython.inc +++ b/meta-python/recipes-devtools/python/python-dnspython.inc @@ -1,10 +1,10 @@ DESCRIPTION = "DNS toolkit for Python" HOMEPAGE = "http://www.dnspython.org/" LICENSE = "ISC" -LIC_FILES_CHKSUM = "file://LICENSE;md5=b9d855ee0d7bea17c8b0994d37985e1e" +LIC_FILES_CHKSUM = "file://LICENSE;md5=5af50906b5929837f667dfe31052bd34" -SRC_URI[md5sum] = "05d33ffb5d8f35ae0474bb952778a344" -SRC_URI[sha256sum] = "40f563e1f7a7b80dc5a4e76ad75c23da53d62f1e15e6e517293b04e1f84ead7c" +SRC_URI[md5sum] = "bc9ca3b3a82164667d5730ec6d5248a2" +SRC_URI[sha256sum] = "36c5e8e38d4369a08b6780b7f27d790a292b2b08eea01607865bf0936c558e01" PYPI_PACKAGE_EXT = "zip" diff --git a/meta-python/recipes-devtools/python/python-dnspython_1.15.0.bb b/meta-python/recipes-devtools/python/python-dnspython_1.15.0.bb deleted file mode 100644 index 9dbcd0ffbd..0000000000 --- a/meta-python/recipes-devtools/python/python-dnspython_1.15.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-dnspython.inc diff --git a/meta-python/recipes-devtools/python/python-dnspython_1.16.0.bb b/meta-python/recipes-devtools/python/python-dnspython_1.16.0.bb new file mode 100644 index 0000000000..9dbcd0ffbd --- /dev/null +++ b/meta-python/recipes-devtools/python/python-dnspython_1.16.0.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-dnspython.inc diff --git a/meta-python/recipes-devtools/python/python3-dnspython_1.15.0.bb b/meta-python/recipes-devtools/python/python3-dnspython_1.15.0.bb deleted file mode 100644 index ce4dfdc74a..0000000000 --- a/meta-python/recipes-devtools/python/python3-dnspython_1.15.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-dnspython.inc diff --git a/meta-python/recipes-devtools/python/python3-dnspython_1.16.0.bb b/meta-python/recipes-devtools/python/python3-dnspython_1.16.0.bb new file mode 100644 index 0000000000..ce4dfdc74a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-dnspython_1.16.0.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-dnspython.inc -- cgit v1.2.3-54-g00ecf