From afaaf4a8b7374835041d844becca2f7fb84fed14 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Tue, 31 Oct 2017 12:20:03 -0400 Subject: python-pyusb: update to version 1.0.2 Update license checksum for copyright year update Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-pyusb.inc | 6 +++--- meta-python/recipes-devtools/python/python-pyusb_1.0.0b2.bb | 2 -- meta-python/recipes-devtools/python/python-pyusb_1.0.2.bb | 2 ++ meta-python/recipes-devtools/python/python3-pyusb_1.0.0b2.bb | 2 -- meta-python/recipes-devtools/python/python3-pyusb_1.0.2.bb | 2 ++ 5 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pyusb_1.0.0b2.bb create mode 100644 meta-python/recipes-devtools/python/python-pyusb_1.0.2.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pyusb_1.0.0b2.bb create mode 100644 meta-python/recipes-devtools/python/python3-pyusb_1.0.2.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-pyusb.inc b/meta-python/recipes-devtools/python/python-pyusb.inc index af20109641..30bbe85a91 100644 --- a/meta-python/recipes-devtools/python/python-pyusb.inc +++ b/meta-python/recipes-devtools/python/python-pyusb.inc @@ -1,10 +1,10 @@ SUMMARY = "PyUSB provides USB access on the Python language" HOMEPAGE = "http://pyusb.sourceforge.net/" LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://LICENSE;md5=50d46bda6248a0b4a46a6d59a66ee08e" +LIC_FILES_CHKSUM = "file://LICENSE;md5=51691ed11cc2c7ae93e383f60ed49b0f" DEPENDS += "libusb1" -SRC_URI[md5sum] = "bc12e83ff3ef1045d4306d13a9955fc1" -SRC_URI[sha256sum] = "14ec66077bdcd6f1aa9e892a0a35a54bb3c1ec56aa740ead64349c18f0186d19" +SRC_URI[md5sum] = "862b56452c64948c787ad8ef9498590b" +SRC_URI[sha256sum] = "4e9b72cc4a4205ca64fbf1f3fff39a335512166c151ad103e55c8223ac147362" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-pyusb_1.0.0b2.bb b/meta-python/recipes-devtools/python/python-pyusb_1.0.0b2.bb deleted file mode 100644 index bb73d9f784..0000000000 --- a/meta-python/recipes-devtools/python/python-pyusb_1.0.0b2.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit distutils -require python-pyusb.inc diff --git a/meta-python/recipes-devtools/python/python-pyusb_1.0.2.bb b/meta-python/recipes-devtools/python/python-pyusb_1.0.2.bb new file mode 100644 index 0000000000..99a795b225 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pyusb_1.0.2.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-pyusb.inc diff --git a/meta-python/recipes-devtools/python/python3-pyusb_1.0.0b2.bb b/meta-python/recipes-devtools/python/python3-pyusb_1.0.0b2.bb deleted file mode 100644 index 813e6f08cc..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyusb_1.0.0b2.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit distutils3 -require python-pyusb.inc diff --git a/meta-python/recipes-devtools/python/python3-pyusb_1.0.2.bb b/meta-python/recipes-devtools/python/python3-pyusb_1.0.2.bb new file mode 100644 index 0000000000..1ecede7cf8 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyusb_1.0.2.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-pyusb.inc -- cgit v1.2.3-54-g00ecf