summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2018-06-26 14:00:58 +0800
committerKhem Raj <raj.khem@gmail.com>2018-06-27 22:17:33 -0700
commit1a1360d9208f9e3af33a0e067129f2373630c3ae (patch)
treef4c04a4f31abeee6d3166e6111d8c2d77b13c6d0 /meta-python/recipes-devtools
parent2002c44fac26d5ed011203ace27818c031260176 (diff)
downloadmeta-openembedded-1a1360d9208f9e3af33a0e067129f2373630c3ae.tar.gz
python(3)-automat: upgrade 0.6.0 -> 0.7.0
Patch is rebased against latest codes. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python-automat.inc4
-rw-r--r--meta-python/recipes-devtools/python/python-automat/0001-setup.py-remove-the-dependency-on-m2r.patch13
-rw-r--r--meta-python/recipes-devtools/python/python-automat_0.7.0.bb (renamed from meta-python/recipes-devtools/python/python-automat_0.6.0.bb)0
-rw-r--r--meta-python/recipes-devtools/python/python3-automat_0.7.0.bb (renamed from meta-python/recipes-devtools/python/python3-automat_0.6.0.bb)0
4 files changed, 9 insertions, 8 deletions
diff --git a/meta-python/recipes-devtools/python/python-automat.inc b/meta-python/recipes-devtools/python/python-automat.inc
index 43b9ce9e3c..f6cbb35c0f 100644
--- a/meta-python/recipes-devtools/python/python-automat.inc
+++ b/meta-python/recipes-devtools/python/python-automat.inc
@@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4ad213bcca81688e94593e5f60c87477"
5 5
6FILESEXTRAPATHS_prepend := "${THISDIR}/python-automat:" 6FILESEXTRAPATHS_prepend := "${THISDIR}/python-automat:"
7 7
8SRC_URI[md5sum] = "ad7bba58d262d8956d732330cb5ef53d" 8SRC_URI[md5sum] = "b72d5b7a83c2b1bd6e9ec3614a69f9ea"
9SRC_URI[sha256sum] = "3c1fd04ecf08ac87b4dd3feae409542e9bf7827257097b2b6ed5692f69d6f6a8" 9SRC_URI[sha256sum] = "cbd78b83fa2d81fe2a4d23d258e1661dd7493c9a50ee2f1a5b2cac61c1793b0e"
10 10
11PYPI_PACKAGE = "Automat" 11PYPI_PACKAGE = "Automat"
12 12
diff --git a/meta-python/recipes-devtools/python/python-automat/0001-setup.py-remove-the-dependency-on-m2r.patch b/meta-python/recipes-devtools/python/python-automat/0001-setup.py-remove-the-dependency-on-m2r.patch
index d6def98c9c..c29b659bc3 100644
--- a/meta-python/recipes-devtools/python/python-automat/0001-setup.py-remove-the-dependency-on-m2r.patch
+++ b/meta-python/recipes-devtools/python/python-automat/0001-setup.py-remove-the-dependency-on-m2r.patch
@@ -1,4 +1,4 @@
1From d5ebe479fc8fe11c5c75e7f35484849320349222 Mon Sep 17 00:00:00 2001 1From 33b70266930c9093712173c4e0c419815b55e313 Mon Sep 17 00:00:00 2001
2From: Derek Straka <derek@asterius.io> 2From: Derek Straka <derek@asterius.io>
3Date: Fri, 22 Dec 2017 09:07:00 -0500 3Date: Fri, 22 Dec 2017 09:07:00 -0500
4Subject: [PATCH] setup.py: remove the dependency on m2r 4Subject: [PATCH] setup.py: remove the dependency on m2r
@@ -11,14 +11,15 @@ value in this case
11Upstream-Status: Inappropriate (OE specific) 11Upstream-Status: Inappropriate (OE specific)
12 12
13Signed-off-by: Derek Straka <derek@asterius.io> 13Signed-off-by: Derek Straka <derek@asterius.io>
14
14--- 15---
15 setup.py | 10 ---------- 16 setup.py | 10 ----------
16 1 file changed, 10 deletions(-) 17 1 file changed, 10 deletions(-)
17 18
18Index: Automat-0.6.0/setup.py 19diff --git a/setup.py b/setup.py
19=================================================================== 20index d360c64..7b4180a 100644
20--- Automat-0.6.0.orig/setup.py 21--- a/setup.py
21+++ Automat-0.6.0/setup.py 22+++ b/setup.py
22@@ -4,14 +4,6 @@ Setup file for automat 23@@ -4,14 +4,6 @@ Setup file for automat
23 24
24 from setuptools import setup, find_packages 25 from setuptools import setup, find_packages
@@ -46,4 +47,4 @@ Index: Automat-0.6.0/setup.py
46- 'm2r', 47- 'm2r',
47 ], 48 ],
48 install_requires=[ 49 install_requires=[
49 "attrs", 50 "attrs>=16.1.0",
diff --git a/meta-python/recipes-devtools/python/python-automat_0.6.0.bb b/meta-python/recipes-devtools/python/python-automat_0.7.0.bb
index 8ac8c9c0ff..8ac8c9c0ff 100644
--- a/meta-python/recipes-devtools/python/python-automat_0.6.0.bb
+++ b/meta-python/recipes-devtools/python/python-automat_0.7.0.bb
diff --git a/meta-python/recipes-devtools/python/python3-automat_0.6.0.bb b/meta-python/recipes-devtools/python/python3-automat_0.7.0.bb
index 2c747643ff..2c747643ff 100644
--- a/meta-python/recipes-devtools/python/python3-automat_0.6.0.bb
+++ b/meta-python/recipes-devtools/python/python3-automat_0.7.0.bb