* [meta-virtualization] [PATCH] python3-repoze.lru: Consolidate in a single file
@ 2020-10-27 5:28 zhengruoqin
2020-10-27 5:28 ` [meta-virtualization] [PATCH] python3-repoze.who: upgrade 2.2 -> 2.4 zhengruoqin
0 siblings, 1 reply; 7+ messages in thread
From: zhengruoqin @ 2020-10-27 5:28 UTC (permalink / raw)
To: meta-virtualization
Consolidate inc and bb files into a single bb file.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
---
.../python/python-repoze.lru.inc | 14 --------------
.../python/python3-repoze.lru_0.7.bb | 16 ++++++++++++++--
2 files changed, 14 insertions(+), 16 deletions(-)
delete mode 100644 meta-openstack/recipes-devtools/python/python-repoze.lru.inc
diff --git a/meta-openstack/recipes-devtools/python/python-repoze.lru.inc b/meta-openstack/recipes-devtools/python/python-repoze.lru.inc
deleted file mode 100644
index d79e864..0000000
--- a/meta-openstack/recipes-devtools/python/python-repoze.lru.inc
+++ /dev/null
@@ -1,14 +0,0 @@
-SUMMARY = "A tiny LRU cache implementation and decorator"
-DESCRIPTION = "repoze.lru is a LRU (least recently used) cache implementation. \
-Keys and values that are not used frequently will be evicted from the cache faster \
-than keys and values that are used frequently. \
-"
-HOMEPAGE = "https://pypi.python.org/pypi/repoze.lru"
-SECTION = "devel/python"
-LICENSE = "BSD-Modification-copyright"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2c33cdbc6bc9ae6e5d64152fdb754292"
-
-SRC_URI[md5sum] = "c08cc030387e0b1fc53c5c7d964b35e2"
-SRC_URI[sha256sum] = "0429a75e19380e4ed50c0694e26ac8819b4ea7851ee1fc7583c8572db80aff77"
-
-inherit pypi
diff --git a/meta-openstack/recipes-devtools/python/python3-repoze.lru_0.7.bb b/meta-openstack/recipes-devtools/python/python3-repoze.lru_0.7.bb
index 88e358d..323ad76 100644
--- a/meta-openstack/recipes-devtools/python/python3-repoze.lru_0.7.bb
+++ b/meta-openstack/recipes-devtools/python/python3-repoze.lru_0.7.bb
@@ -1,2 +1,14 @@
-inherit setuptools3
-require python-repoze.lru.inc
+SUMMARY = "A tiny LRU cache implementation and decorator"
+DESCRIPTION = "repoze.lru is a LRU (least recently used) cache implementation. \
+Keys and values that are not used frequently will be evicted from the cache faster \
+than keys and values that are used frequently. \
+"
+HOMEPAGE = "https://pypi.python.org/pypi/repoze.lru"
+SECTION = "devel/python"
+LICENSE = "BSD-Modification-copyright"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2c33cdbc6bc9ae6e5d64152fdb754292"
+
+SRC_URI[md5sum] = "c08cc030387e0b1fc53c5c7d964b35e2"
+SRC_URI[sha256sum] = "0429a75e19380e4ed50c0694e26ac8819b4ea7851ee1fc7583c8572db80aff77"
+
+inherit setuptools3 pypi
--
2.25.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [meta-virtualization] [PATCH] python3-repoze.who: upgrade 2.2 -> 2.4
@ 2020-10-27 5:28 ` zhengruoqin
2020-10-27 5:29 ` [meta-virtualization] [PATCH] python3-requestsexceptions: Consolidate in a single file zhengruoqin
0 siblings, 1 reply; 7+ messages in thread
From: zhengruoqin @ 2020-10-27 5:28 UTC (permalink / raw)
To: meta-virtualization
Consolidate inc and bb files into a single bb file.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
---
.../recipes-devtools/python/python3-repoze.who_2.2.bb | 2 --
.../{python-repoze.who.inc => python3-repoze.who_2.4.bb} | 6 +++---
2 files changed, 3 insertions(+), 5 deletions(-)
delete mode 100644 meta-openstack/recipes-devtools/python/python3-repoze.who_2.2.bb
rename meta-openstack/recipes-devtools/python/{python-repoze.who.inc => python3-repoze.who_2.4.bb} (72%)
diff --git a/meta-openstack/recipes-devtools/python/python3-repoze.who_2.2.bb b/meta-openstack/recipes-devtools/python/python3-repoze.who_2.2.bb
deleted file mode 100644
index ee7c23d..0000000
--- a/meta-openstack/recipes-devtools/python/python3-repoze.who_2.2.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-require python-repoze.who.inc
-inherit setuptools3
diff --git a/meta-openstack/recipes-devtools/python/python-repoze.who.inc b/meta-openstack/recipes-devtools/python/python3-repoze.who_2.4.bb
similarity index 72%
rename from meta-openstack/recipes-devtools/python/python-repoze.who.inc
rename to meta-openstack/recipes-devtools/python/python3-repoze.who_2.4.bb
index 1981e03..e75490d 100644
--- a/meta-openstack/recipes-devtools/python/python-repoze.who.inc
+++ b/meta-openstack/recipes-devtools/python/python3-repoze.who_2.4.bb
@@ -4,10 +4,10 @@ SECTION = "devel/python"
LICENSE = "BSD-Modification"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2c33cdbc6bc9ae6e5d64152fdb754292"
-SRC_URI[md5sum] = "c677ac4d4a32b6f6880a8f9cf20adffb"
-SRC_URI[sha256sum] = "322629ec7c779dce4700e8f3ba531002b724d2429178c1cbb0dc169255dc9a8b"
+SRC_URI[md5sum] = "5dc3b549d968a64342f3b7196477c895"
+SRC_URI[sha256sum] = "cf97450de3c8eb5c03b4037be75b018db91befab1094204e452a0b1c0f7a94a6"
-inherit pypi
+inherit setuptools3 pypi
# DEPENDS_default: python-pip
--
2.25.1
^ permalink raw reply related [flat|nested] 7+ messages in thread* [meta-virtualization] [PATCH] python3-requestsexceptions: Consolidate in a single file
@ 2020-10-27 5:29 ` zhengruoqin
2020-10-27 5:29 ` [meta-virtualization] [PATCH] python3-retrying: " zhengruoqin
0 siblings, 1 reply; 7+ messages in thread
From: zhengruoqin @ 2020-10-27 5:29 UTC (permalink / raw)
To: meta-virtualization
Consolidate inc and bb files into a single bb file.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
---
.../python/python-requestsexceptions.inc | 23 -----------------
.../python3-requestsexceptions_1.4.0.bb | 25 +++++++++++++++++--
2 files changed, 23 insertions(+), 25 deletions(-)
delete mode 100644 meta-openstack/recipes-devtools/python/python-requestsexceptions.inc
diff --git a/meta-openstack/recipes-devtools/python/python-requestsexceptions.inc b/meta-openstack/recipes-devtools/python/python-requestsexceptions.inc
deleted file mode 100644
index bac99a3..0000000
--- a/meta-openstack/recipes-devtools/python/python-requestsexceptions.inc
+++ /dev/null
@@ -1,23 +0,0 @@
-DESCRIPTION = "Import exceptions from potentially bundled packages in requests."
-HOMEPAGE = "https://www.openstack.org/"
-SECTION = "devel/python"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=d273d63619c9aeaf15cdaf76422c4f87"
-
-SRC_URI[md5sum] = "f43b246ccd7d5b618e6f0dc946a6c3f3"
-SRC_URI[sha256sum] = "b095cbc77618f066d459a02b137b020c37da9f46d9b057704019c9f77dba3065"
-
-inherit pypi
-
-# conflicting file prevention
-do_install_append() {
- rm -f ${D}${libdir}/python*/site-packages/tests/*
-}
-
-DEPENDS += " \
- ${PYTHON_PN}-pbr-native \
- "
-
-RDEPENDS_${PN} += " \
- ${PYTHON_PN}-pbr \
- "
diff --git a/meta-openstack/recipes-devtools/python/python3-requestsexceptions_1.4.0.bb b/meta-openstack/recipes-devtools/python/python3-requestsexceptions_1.4.0.bb
index 1c049f3..4bf9c0e 100644
--- a/meta-openstack/recipes-devtools/python/python3-requestsexceptions_1.4.0.bb
+++ b/meta-openstack/recipes-devtools/python/python3-requestsexceptions_1.4.0.bb
@@ -1,2 +1,23 @@
-inherit setuptools3
-require python-requestsexceptions.inc
+DESCRIPTION = "Import exceptions from potentially bundled packages in requests."
+HOMEPAGE = "https://www.openstack.org/"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=d273d63619c9aeaf15cdaf76422c4f87"
+
+SRC_URI[md5sum] = "f43b246ccd7d5b618e6f0dc946a6c3f3"
+SRC_URI[sha256sum] = "b095cbc77618f066d459a02b137b020c37da9f46d9b057704019c9f77dba3065"
+
+inherit setuptools3 pypi
+
+# conflicting file prevention
+do_install_append() {
+ rm -f ${D}${libdir}/python*/site-packages/tests/*
+}
+
+DEPENDS += " \
+ ${PYTHON_PN}-pbr-native \
+ "
+
+RDEPENDS_${PN} += " \
+ ${PYTHON_PN}-pbr \
+ "
--
2.25.1
^ permalink raw reply related [flat|nested] 7+ messages in thread* [meta-virtualization] [PATCH] python3-retrying: Consolidate in a single file
@ 2020-10-27 5:29 ` zhengruoqin
2020-10-27 5:30 ` [meta-virtualization] [PATCH] python3-rfc3986: upgrade 1.3.2 -> 1.4.0 zhengruoqin
0 siblings, 1 reply; 7+ messages in thread
From: zhengruoqin @ 2020-10-27 5:29 UTC (permalink / raw)
To: meta-virtualization
Consolidate inc and bb files into a single bb file.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
---
.../python/python-retrying.inc | 20 -----------------
.../python/python3-retrying_1.3.3.bb | 22 +++++++++++++++++--
2 files changed, 20 insertions(+), 22 deletions(-)
delete mode 100644 meta-openstack/recipes-devtools/python/python-retrying.inc
diff --git a/meta-openstack/recipes-devtools/python/python-retrying.inc b/meta-openstack/recipes-devtools/python/python-retrying.inc
deleted file mode 100644
index b33dc90..0000000
--- a/meta-openstack/recipes-devtools/python/python-retrying.inc
+++ /dev/null
@@ -1,20 +0,0 @@
-DESCRIPTION = "Retrying"
-HOMEPAGE = "https://github.com/rholder/retrying"
-SECTION = "devel/python"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=175792518e4ac015ab6696d16c4f607e"
-
-SRC_URI[md5sum] = "2a126aeef8b21324ecdeac15ff46ef17"
-SRC_URI[sha256sum] = "08c039560a6da2fe4f2c426d0766e284d3b736e355f8dd24b37367b0bb41973b"
-
-inherit pypi
-
-# DEPENDS_default: python-pip
-
-DEPENDS += " \
- ${PYTHON_PN}-pip \
- "
-
-# RDEPENDS_default:
-RDEPENDS_${PN} += " \
- "
diff --git a/meta-openstack/recipes-devtools/python/python3-retrying_1.3.3.bb b/meta-openstack/recipes-devtools/python/python3-retrying_1.3.3.bb
index 9f001fe..e599670 100644
--- a/meta-openstack/recipes-devtools/python/python3-retrying_1.3.3.bb
+++ b/meta-openstack/recipes-devtools/python/python3-retrying_1.3.3.bb
@@ -1,2 +1,20 @@
-require python-retrying.inc
-inherit setuptools3
+DESCRIPTION = "Retrying"
+HOMEPAGE = "https://github.com/rholder/retrying"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=175792518e4ac015ab6696d16c4f607e"
+
+SRC_URI[md5sum] = "2a126aeef8b21324ecdeac15ff46ef17"
+SRC_URI[sha256sum] = "08c039560a6da2fe4f2c426d0766e284d3b736e355f8dd24b37367b0bb41973b"
+
+inherit setuptools3 pypi
+
+# DEPENDS_default: python-pip
+
+DEPENDS += " \
+ ${PYTHON_PN}-pip \
+ "
+
+# RDEPENDS_default:
+RDEPENDS_${PN} += " \
+ "
--
2.25.1
^ permalink raw reply related [flat|nested] 7+ messages in thread* [meta-virtualization] [PATCH] python3-rfc3986: upgrade 1.3.2 -> 1.4.0
@ 2020-10-27 5:30 ` zhengruoqin
2020-10-27 5:30 ` [meta-virtualization] [PATCH] python3-rjsmin: upgrade 1.0.12 -> 1.1.0 zhengruoqin
0 siblings, 1 reply; 7+ messages in thread
From: zhengruoqin @ 2020-10-27 5:30 UTC (permalink / raw)
To: meta-virtualization
Consolidate inc and bb files into a single bb file.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
---
.../recipes-devtools/python/python3-rfc3986_1.3.2.bb | 2 --
.../python/{python-rfc3986.inc => python3-rfc3986_1.4.0.bb} | 6 +++---
2 files changed, 3 insertions(+), 5 deletions(-)
delete mode 100644 meta-openstack/recipes-devtools/python/python3-rfc3986_1.3.2.bb
rename meta-openstack/recipes-devtools/python/{python-rfc3986.inc => python3-rfc3986_1.4.0.bb} (67%)
diff --git a/meta-openstack/recipes-devtools/python/python3-rfc3986_1.3.2.bb b/meta-openstack/recipes-devtools/python/python3-rfc3986_1.3.2.bb
deleted file mode 100644
index 5e91d48..0000000
--- a/meta-openstack/recipes-devtools/python/python3-rfc3986_1.3.2.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-inherit setuptools3
-require python-rfc3986.inc
diff --git a/meta-openstack/recipes-devtools/python/python-rfc3986.inc b/meta-openstack/recipes-devtools/python/python3-rfc3986_1.4.0.bb
similarity index 67%
rename from meta-openstack/recipes-devtools/python/python-rfc3986.inc
rename to meta-openstack/recipes-devtools/python/python3-rfc3986_1.4.0.bb
index d930fd9..e5ac0e6 100644
--- a/meta-openstack/recipes-devtools/python/python-rfc3986.inc
+++ b/meta-openstack/recipes-devtools/python/python3-rfc3986_1.4.0.bb
@@ -4,10 +4,10 @@ SECTION = "devel/python"
LICENSE = "Apache-2"
LIC_FILES_CHKSUM = "file://LICENSE;md5=03731a0e7dbcb30cecdcec77cc93ec29"
-SRC_URI[md5sum] = "5b6d009806a94d418c82d48219a256de"
-SRC_URI[sha256sum] = "0344d0bd428126ce554e7ca2b61787b6a28d2bbd19fc70ed2dd85efe31176405"
+SRC_URI[md5sum] = "1b03ad2853e33d47eea698571255247c"
+SRC_URI[sha256sum] = "112398da31a3344dc25dbf477d8df6cb34f9278a94fee2625d89e4514be8bb9d"
-inherit pypi
+inherit setuptools3 pypi
# DEPENDS_default: python-pip
--
2.25.1
^ permalink raw reply related [flat|nested] 7+ messages in thread* [meta-virtualization] [PATCH] python3-rjsmin: upgrade 1.0.12 -> 1.1.0
@ 2020-10-27 5:30 ` zhengruoqin
2020-11-03 21:33 ` Bruce Ashfield
0 siblings, 1 reply; 7+ messages in thread
From: zhengruoqin @ 2020-10-27 5:30 UTC (permalink / raw)
To: meta-virtualization
Consolidate inc and bb files into a single bb file.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
---
.../recipes-devtools/python/python3-rjsmin_1.0.12.bb | 2 --
.../python/{python-rjsmin.inc => python3-rjsmin_1.1.0.bb} | 6 +++---
2 files changed, 3 insertions(+), 5 deletions(-)
delete mode 100644 meta-openstack/recipes-devtools/python/python3-rjsmin_1.0.12.bb
rename meta-openstack/recipes-devtools/python/{python-rjsmin.inc => python3-rjsmin_1.1.0.bb} (63%)
diff --git a/meta-openstack/recipes-devtools/python/python3-rjsmin_1.0.12.bb b/meta-openstack/recipes-devtools/python/python3-rjsmin_1.0.12.bb
deleted file mode 100644
index 9890e14..0000000
--- a/meta-openstack/recipes-devtools/python/python3-rjsmin_1.0.12.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-require python-rjsmin.inc
-inherit setuptools3
diff --git a/meta-openstack/recipes-devtools/python/python-rjsmin.inc b/meta-openstack/recipes-devtools/python/python3-rjsmin_1.1.0.bb
similarity index 63%
rename from meta-openstack/recipes-devtools/python/python-rjsmin.inc
rename to meta-openstack/recipes-devtools/python/python3-rjsmin_1.1.0.bb
index 0305a33..6c3b55b 100644
--- a/meta-openstack/recipes-devtools/python/python-rjsmin.inc
+++ b/meta-openstack/recipes-devtools/python/python3-rjsmin_1.1.0.bb
@@ -4,10 +4,10 @@ SECTION = "devel/python"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
-SRC_URI[md5sum] = "9f67e133c88df5497d3da847603da9bf"
-SRC_URI[sha256sum] = "dd9591aa73500b08b7db24367f8d32c6470021f39d5ab4e50c7c02e4401386f1"
+SRC_URI[md5sum] = "ff73482370832bcc8e75571c35b7a79b"
+SRC_URI[sha256sum] = "b15dc75c71f65d9493a8c7fa233fdcec823e3f1b88ad84a843ffef49b338ac32"
-inherit pypi
+inherit setuptools3 pypi
RDEPENDS_${PN} += " \
"
--
2.25.1
^ permalink raw reply related [flat|nested] 7+ messages in thread* Re: [meta-virtualization] [PATCH] python3-rjsmin: upgrade 1.0.12 -> 1.1.0
2020-10-27 5:30 ` [meta-virtualization] [PATCH] python3-rjsmin: upgrade 1.0.12 -> 1.1.0 zhengruoqin
@ 2020-11-03 21:33 ` Bruce Ashfield
0 siblings, 0 replies; 7+ messages in thread
From: Bruce Ashfield @ 2020-11-03 21:33 UTC (permalink / raw)
To: zhengruoqin; +Cc: meta-virtualization
merged.
Bruce
In message: [meta-virtualization] [PATCH] python3-rjsmin: upgrade 1.0.12 -> 1.1.0
on 27/10/2020 zhengruoqin wrote:
> Consolidate inc and bb files into a single bb file.
>
> Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
> ---
> .../recipes-devtools/python/python3-rjsmin_1.0.12.bb | 2 --
> .../python/{python-rjsmin.inc => python3-rjsmin_1.1.0.bb} | 6 +++---
> 2 files changed, 3 insertions(+), 5 deletions(-)
> delete mode 100644 meta-openstack/recipes-devtools/python/python3-rjsmin_1.0.12.bb
> rename meta-openstack/recipes-devtools/python/{python-rjsmin.inc => python3-rjsmin_1.1.0.bb} (63%)
>
> diff --git a/meta-openstack/recipes-devtools/python/python3-rjsmin_1.0.12.bb b/meta-openstack/recipes-devtools/python/python3-rjsmin_1.0.12.bb
> deleted file mode 100644
> index 9890e14..0000000
> --- a/meta-openstack/recipes-devtools/python/python3-rjsmin_1.0.12.bb
> +++ /dev/null
> @@ -1,2 +0,0 @@
> -require python-rjsmin.inc
> -inherit setuptools3
> diff --git a/meta-openstack/recipes-devtools/python/python-rjsmin.inc b/meta-openstack/recipes-devtools/python/python3-rjsmin_1.1.0.bb
> similarity index 63%
> rename from meta-openstack/recipes-devtools/python/python-rjsmin.inc
> rename to meta-openstack/recipes-devtools/python/python3-rjsmin_1.1.0.bb
> index 0305a33..6c3b55b 100644
> --- a/meta-openstack/recipes-devtools/python/python-rjsmin.inc
> +++ b/meta-openstack/recipes-devtools/python/python3-rjsmin_1.1.0.bb
> @@ -4,10 +4,10 @@ SECTION = "devel/python"
> LICENSE = "Apache-2.0"
> LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
>
> -SRC_URI[md5sum] = "9f67e133c88df5497d3da847603da9bf"
> -SRC_URI[sha256sum] = "dd9591aa73500b08b7db24367f8d32c6470021f39d5ab4e50c7c02e4401386f1"
> +SRC_URI[md5sum] = "ff73482370832bcc8e75571c35b7a79b"
> +SRC_URI[sha256sum] = "b15dc75c71f65d9493a8c7fa233fdcec823e3f1b88ad84a843ffef49b338ac32"
>
> -inherit pypi
> +inherit setuptools3 pypi
>
> RDEPENDS_${PN} += " \
> "
> --
> 2.25.1
>
>
>
>
>
>
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2020-11-03 21:33 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-27 5:28 [meta-virtualization] [PATCH] python3-repoze.lru: Consolidate in a single file zhengruoqin
2020-10-27 5:28 ` [meta-virtualization] [PATCH] python3-repoze.who: upgrade 2.2 -> 2.4 zhengruoqin
2020-10-27 5:29 ` [meta-virtualization] [PATCH] python3-requestsexceptions: Consolidate in a single file zhengruoqin
2020-10-27 5:29 ` [meta-virtualization] [PATCH] python3-retrying: " zhengruoqin
2020-10-27 5:30 ` [meta-virtualization] [PATCH] python3-rfc3986: upgrade 1.3.2 -> 1.4.0 zhengruoqin
2020-10-27 5:30 ` [meta-virtualization] [PATCH] python3-rjsmin: upgrade 1.0.12 -> 1.1.0 zhengruoqin
2020-11-03 21:33 ` Bruce Ashfield
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.