[oe-commits] [meta-openembedded] 60/62: python-pyusb: update to version 1.0.2

git at git.openembedded.org git at git.openembedded.org
Thu Nov 16 01:25:44 UTC 2017


This is an automated email from the git hooks/post-receive script.

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

commit afaaf4a8b7374835041d844becca2f7fb84fed14
Author: Derek Straka <derek at asterius.io>
AuthorDate: Tue Oct 31 12:20:03 2017 -0400

    python-pyusb: update to version 1.0.2
    
    Update license checksum for copyright year update
    
    Signed-off-by: Derek Straka <derek at asterius.io>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-python/recipes-devtools/python/python-pyusb.inc                | 6 +++---
 .../python/{python-pyusb_1.0.0b2.bb => python-pyusb_1.0.2.bb}       | 2 +-
 .../python/{python3-pyusb_1.0.0b2.bb => python3-pyusb_1.0.2.bb}     | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python-pyusb.inc b/meta-python/recipes-devtools/python/python-pyusb.inc
index af20109..30bbe85 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.2.bb
similarity index 56%
rename from meta-python/recipes-devtools/python/python-pyusb_1.0.0b2.bb
rename to meta-python/recipes-devtools/python/python-pyusb_1.0.2.bb
index bb73d9f..99a795b 100644
--- a/meta-python/recipes-devtools/python/python-pyusb_1.0.0b2.bb
+++ b/meta-python/recipes-devtools/python/python-pyusb_1.0.2.bb
@@ -1,2 +1,2 @@
-inherit distutils
+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.2.bb
similarity index 55%
rename from meta-python/recipes-devtools/python/python3-pyusb_1.0.0b2.bb
rename to meta-python/recipes-devtools/python/python3-pyusb_1.0.2.bb
index 813e6f0..1ecede7 100644
--- a/meta-python/recipes-devtools/python/python3-pyusb_1.0.0b2.bb
+++ b/meta-python/recipes-devtools/python/python3-pyusb_1.0.2.bb
@@ -1,2 +1,2 @@
-inherit distutils3
+inherit setuptools3
 require python-pyusb.inc

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


More information about the Openembedded-commits mailing list