From e57d080cc0abb16c69fabb8a8e7fd9475066e572 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 29 Jun 2018 17:07:25 -0400 Subject: python-pyperclip: update to version 1.6.2 License-Update: Update checksum for latest package version file. License terms are unchanged Signed-off-by: Derek Straka Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-pyperclip.inc | 6 +++--- meta-python/recipes-devtools/python/python-pyperclip_1.6.0.bb | 7 ------- meta-python/recipes-devtools/python/python-pyperclip_1.6.2.bb | 7 +++++++ meta-python/recipes-devtools/python/python3-pyperclip_1.6.0.bb | 2 -- meta-python/recipes-devtools/python/python3-pyperclip_1.6.2.bb | 2 ++ 5 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pyperclip_1.6.0.bb create mode 100644 meta-python/recipes-devtools/python/python-pyperclip_1.6.2.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pyperclip_1.6.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-pyperclip_1.6.2.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-pyperclip.inc b/meta-python/recipes-devtools/python/python-pyperclip.inc index e05de6723e..205038be88 100644 --- a/meta-python/recipes-devtools/python/python-pyperclip.inc +++ b/meta-python/recipes-devtools/python/python-pyperclip.inc @@ -1,9 +1,9 @@ DESCRIPTION = "A cross-platform clipboard module for Python. (only handles plain text for now)" LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=1ed92115c8f96b19ec34ed09df586e51" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=4a3129a2c1b8bdc0e2895a1ec0e2dae2" -SRC_URI[md5sum] = "d2f6a3129cd6f2518b52bb0b8deeeda7" -SRC_URI[sha256sum] = "ce829433a9af640e08ee89b20f7c62132714bcc5d77df114044d0fccb8c3b3b8" +SRC_URI[md5sum] = "3680607974f99d6e4411b102358b1884" +SRC_URI[sha256sum] = "43496f0a1f363a5ecfc4cda5eba6a2a3d5056fe6c7ffb9a99fbb1c5a3c7dea05" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-pyperclip_1.6.0.bb b/meta-python/recipes-devtools/python/python-pyperclip_1.6.0.bb deleted file mode 100644 index 6c9fcbd84e..0000000000 --- a/meta-python/recipes-devtools/python/python-pyperclip_1.6.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -inherit setuptools -require python-pyperclip.inc - -RDEPENDS_${PN} += " \ - ${PYTHON_PN}-contextlib \ - ${PYTHON_PN}-subprocess \ -" diff --git a/meta-python/recipes-devtools/python/python-pyperclip_1.6.2.bb b/meta-python/recipes-devtools/python/python-pyperclip_1.6.2.bb new file mode 100644 index 0000000000..6c9fcbd84e --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pyperclip_1.6.2.bb @@ -0,0 +1,7 @@ +inherit setuptools +require python-pyperclip.inc + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-contextlib \ + ${PYTHON_PN}-subprocess \ +" diff --git a/meta-python/recipes-devtools/python/python3-pyperclip_1.6.0.bb b/meta-python/recipes-devtools/python/python3-pyperclip_1.6.0.bb deleted file mode 100644 index ee6f88bbbc..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyperclip_1.6.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-pyperclip.inc diff --git a/meta-python/recipes-devtools/python/python3-pyperclip_1.6.2.bb b/meta-python/recipes-devtools/python/python3-pyperclip_1.6.2.bb new file mode 100644 index 0000000000..ee6f88bbbc --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyperclip_1.6.2.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-pyperclip.inc -- cgit 1.2.3-korg