[oe] [meta-python][PATCH] python-can: update to version 2.0.0b1

Bill Randle bill.randle at gmail.com
Tue Sep 26 04:49:33 UTC 2017


While 1.5.2 is the latest release on the master branch of python-can, it is over
a year old and many improvements and bugfixes have ben made in the develop branch
that make it worth using over master.

Signed-off-by: Bill Randle <bill.randle at gmail.com>
---
 meta-python/recipes-devtools/python/python-can.inc         | 4 ++--
 meta-python/recipes-devtools/python/python-can_1.5.2.bb    | 4 ----
 meta-python/recipes-devtools/python/python-can_2.0.0b1.bb  | 4 ++++
 meta-python/recipes-devtools/python/python3-can_1.5.2.bb   | 4 ----
 meta-python/recipes-devtools/python/python3-can_2.0.0b1.bb | 4 ++++
 5 files changed, 10 insertions(+), 10 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python-can_1.5.2.bb
 create mode 100644 meta-python/recipes-devtools/python/python-can_2.0.0b1.bb
 delete mode 100644 meta-python/recipes-devtools/python/python3-can_1.5.2.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-can_2.0.0b1.bb

diff --git a/meta-python/recipes-devtools/python/python-can.inc b/meta-python/recipes-devtools/python/python-can.inc
index 1878f31..1dbc809 100644
--- a/meta-python/recipes-devtools/python/python-can.inc
+++ b/meta-python/recipes-devtools/python/python-can.inc
@@ -3,7 +3,7 @@ SECTION = "devel/python"
 LICENSE = "LGPLv3"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=38138baa100d7259934590850bc0406e"
 
-SRC_URI[md5sum] = "f653aecf8b9034bbba32cc04ca6a7b6d"
-SRC_URI[sha256sum] = "edabb426e6cd11c2dc7a98980340135aa0eb02143b0d51bf14e3e6178c131cc3"
+SRC_URI[md5sum] = "b2a164887c1c6a2a2490b5afb36e36db"
+SRC_URI[sha256sum] = "b961b6ce75a7f08b586f4d2cae8cdc409881731b851fc405fa21cb16bad00d87"
 
 PYPI_PACKAGE="python-can"
diff --git a/meta-python/recipes-devtools/python/python-can_1.5.2.bb b/meta-python/recipes-devtools/python/python-can_1.5.2.bb
deleted file mode 100644
index ec81a9e..0000000
--- a/meta-python/recipes-devtools/python/python-can_1.5.2.bb
+++ /dev/null
@@ -1,4 +0,0 @@
-require python-can.inc
-inherit pypi setuptools
-
-RDEPENDS_${PN} += "python-sqlite3"
diff --git a/meta-python/recipes-devtools/python/python-can_2.0.0b1.bb b/meta-python/recipes-devtools/python/python-can_2.0.0b1.bb
new file mode 100644
index 0000000..ec81a9e
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-can_2.0.0b1.bb
@@ -0,0 +1,4 @@
+require python-can.inc
+inherit pypi setuptools
+
+RDEPENDS_${PN} += "python-sqlite3"
diff --git a/meta-python/recipes-devtools/python/python3-can_1.5.2.bb b/meta-python/recipes-devtools/python/python3-can_1.5.2.bb
deleted file mode 100644
index a1d45b8..0000000
--- a/meta-python/recipes-devtools/python/python3-can_1.5.2.bb
+++ /dev/null
@@ -1,4 +0,0 @@
-require python-can.inc
-inherit pypi setuptools3
-
-RDEPENDS_${PN} += "python3-sqlite3"
diff --git a/meta-python/recipes-devtools/python/python3-can_2.0.0b1.bb b/meta-python/recipes-devtools/python/python3-can_2.0.0b1.bb
new file mode 100644
index 0000000..a1d45b8
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-can_2.0.0b1.bb
@@ -0,0 +1,4 @@
+require python-can.inc
+inherit pypi setuptools3
+
+RDEPENDS_${PN} += "python3-sqlite3"
-- 
2.7.4




More information about the Openembedded-devel mailing list