All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization] [PATCH] python3-oslo.privsep: change to python3
@ 2020-10-20  6:41 zhengruoqin
  2020-10-20  6:42 ` [meta-virtualization] [PATCH] python3-oslo.versionedobjects: " zhengruoqin
  0 siblings, 1 reply; 13+ messages in thread
From: zhengruoqin @ 2020-10-20  6:41 UTC (permalink / raw)
  To: meta-virtualization

Because python2 is no longer maintained, bb file is changed to python3 version.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
---
 ...sep_git.bb => python3-oslo.privsep_git.bb} | 27 +++++++++----------
 1 file changed, 13 insertions(+), 14 deletions(-)
 rename meta-openstack/recipes-devtools/python/{python-oslo.privsep_git.bb => python3-oslo.privsep_git.bb} (50%)

diff --git a/meta-openstack/recipes-devtools/python/python-oslo.privsep_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.privsep_git.bb
similarity index 50%
rename from meta-openstack/recipes-devtools/python/python-oslo.privsep_git.bb
rename to meta-openstack/recipes-devtools/python/python3-oslo.privsep_git.bb
index 463f95e..27da695 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.privsep_git.bb
+++ b/meta-openstack/recipes-devtools/python/python3-oslo.privsep_git.bb
@@ -5,32 +5,31 @@ LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
 
 SRCNAME = "oslo.privsep"
-SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike"
+SRC_URI = "git://github.com/openstack/${SRCNAME}.git"
 
-PV = "1.22.1+git${SRCPV}"
-SRCREV = "d27bb5371c90e0f8b1bdf1bc24f16e1532b3e595"
+PV = "2.4.0+git${SRCPV}"
+SRCREV = "512b5d9f6b79b798474d8bb2dac2462b0f705cb9"
 S = "${WORKDIR}/git"
 
 inherit setuptools3
 
 DEPENDS += " \
-        python-pbr \
+        python3-pbr \
         "
 
 # Satisfy setup.py 'setup_requires'
 DEPENDS += " \
-        python-pbr-native \
+        python3-pbr-native \
         "
 
 # RDEPENDS_default:
 RDEPENDS_${PN} += " \
-        python-oslo.log \
-        python-oslo.i18n \
-        python-oslo.config \
-        python-oslo.utils \
-        python-enum34 \
-        python-cffi \
-        python-eventlet \
-        python-greenlet \
-        python-msgpack \
+        python3-oslo.log \
+        python3-oslo.i18n \
+        python3-oslo.config \
+        python3-oslo.utils \
+        python3-cffi \
+        python3-eventlet \
+        python3-greenlet \
+        python3-msgpack \
         "
-- 
2.25.1




^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [meta-virtualization] [PATCH] python3-oslo.versionedobjects: change to python3
@ 2020-10-20  6:42 ` zhengruoqin
  2020-10-20  6:42   ` [meta-virtualization] [PATCH] python3-testrepository: Consolidate in a single file zhengruoqin
  0 siblings, 1 reply; 13+ messages in thread
From: zhengruoqin @ 2020-10-20  6:42 UTC (permalink / raw)
  To: meta-virtualization

Because python2 is no longer maintained, bb file is changed to python3 version.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
---
 .../python-oslo.versionedobjects_git.bb       | 41 -------------------
 .../python3-oslo.versionedobjects_git.bb      | 41 +++++++++++++++++++
 2 files changed, 41 insertions(+), 41 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-oslo.versionedobjects_git.bb
 create mode 100644 meta-openstack/recipes-devtools/python/python3-oslo.versionedobjects_git.bb

diff --git a/meta-openstack/recipes-devtools/python/python-oslo.versionedobjects_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.versionedobjects_git.bb
deleted file mode 100644
index 16a57e1..0000000
--- a/meta-openstack/recipes-devtools/python/python-oslo.versionedobjects_git.bb
+++ /dev/null
@@ -1,41 +0,0 @@
-DESCRIPTION = "oslo.versionedobjects library"
-HOMEPAGE = "https://wiki.openstack.org/wiki/Oslo"
-SECTION = "devel/python"
-LICENSE = "Apache-2"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
-
-PV = "1.26.0+git${SRCPV}"
-SRCREV = "78cd10662f20c4ae43e20a2dfa844cfd4e5cae26"
-
-SRCNAME = "oslo.versionedobjects"
-SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike"
-
-S = "${WORKDIR}/git"
-
-inherit setuptools3
-
-DEPENDS += " \
-        python-pip \
-        python-pbr \
-        "
-
-# Satisfy setup.py 'setup_requires'
-DEPENDS += " \
-        python-pbr-native \
-        "
-
-# RDEPENDS_default: 
-RDEPENDS_${PN} += " \
-        python-six \
-        python-oslo.concurrency \
-        python-oslo.config \
-        python-oslo.context \
-        python-oslo.messaging \
-        python-oslo.serialization \
-        python-oslo.utils \
-        python-oslo.log \
-        python-oslo.i18n \
-        python-webob \
-        python-iso8601 \
-        python-netaddr \
-       "
diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.versionedobjects_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.versionedobjects_git.bb
new file mode 100644
index 0000000..41064dd
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-oslo.versionedobjects_git.bb
@@ -0,0 +1,41 @@
+DESCRIPTION = "oslo.versionedobjects library"
+HOMEPAGE = "https://wiki.openstack.org/wiki/Oslo"
+SECTION = "devel/python"
+LICENSE = "Apache-2"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
+
+PV = "2.3.0+git${SRCPV}"
+SRCREV = "8db69628834332ed2df6690135be5d5c1ebd3ca1"
+
+SRCNAME = "oslo.versionedobjects"
+SRC_URI = "git://github.com/openstack/${SRCNAME}.git"
+
+S = "${WORKDIR}/git"
+
+inherit setuptools3
+
+DEPENDS += " \
+        python3-pip \
+        python3-pbr \
+        "
+
+# Satisfy setup.py 'setup_requires'
+DEPENDS += " \
+        python3-pbr-native \
+        "
+
+# RDEPENDS_default: 
+RDEPENDS_${PN} += " \
+        python3-six \
+        python3-oslo.concurrency \
+        python3-oslo.config \
+        python3-oslo.context \
+        python3-oslo.messaging \
+        python3-oslo.serialization \
+        python3-oslo.utils \
+        python3-oslo.log \
+        python3-oslo.i18n \
+        python3-webob \
+        python3-iso8601 \
+        python3-netaddr \
+       "
-- 
2.25.1




^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [meta-virtualization] [PATCH] python3-testrepository: Consolidate in a single file
@ 2020-10-20  6:42   ` zhengruoqin
  2020-10-20  6:42     ` [meta-virtualization] [PATCH] python3-testresources: upgrade 0.2.7 -> 2.0.1 zhengruoqin
  0 siblings, 1 reply; 13+ messages in thread
From: zhengruoqin @ 2020-10-20  6:42 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-testrepository.inc           | 17 -----------------
 .../python/python3-testrepository_0.0.20.bb    | 18 ++++++++++++++++--
 2 files changed, 16 insertions(+), 19 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-testrepository.inc

diff --git a/meta-openstack/recipes-devtools/python/python-testrepository.inc b/meta-openstack/recipes-devtools/python/python-testrepository.inc
deleted file mode 100644
index 673141d..0000000
--- a/meta-openstack/recipes-devtools/python/python-testrepository.inc
+++ /dev/null
@@ -1,17 +0,0 @@
-DESCRIPTION = "A repository of test results"
-HOMEPAGE = "https://pypi.python.org/pypi/testrepository/"
-SECTION = "devel/python"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://COPYING;md5=f19071a777e237c55ec3ab83284b31b8"
-
-SRC_URI[md5sum] = "f648b0aceeca4fcd5f8a62eeedea289b"
-SRC_URI[sha256sum] = "752449bc98c20253ec4611c40564aea93d435a5bf3ff672208e01cc10e5858eb"
-
-inherit pypi
-
-RDEPENDS_${PN} += "${PYTHON_PN}-subunit \
-                   ${PYTHON_PN}-extras \
-"
-
-CLEANBROKEN = "1"
-
diff --git a/meta-openstack/recipes-devtools/python/python3-testrepository_0.0.20.bb b/meta-openstack/recipes-devtools/python/python3-testrepository_0.0.20.bb
index a01b4c2..7847b0c 100644
--- a/meta-openstack/recipes-devtools/python/python3-testrepository_0.0.20.bb
+++ b/meta-openstack/recipes-devtools/python/python3-testrepository_0.0.20.bb
@@ -1,3 +1,17 @@
-require python-testrepository.inc
-inherit setuptools3
+DESCRIPTION = "A repository of test results"
+HOMEPAGE = "https://pypi.python.org/pypi/testrepository/"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://COPYING;md5=f19071a777e237c55ec3ab83284b31b8"
+
+SRC_URI[md5sum] = "f648b0aceeca4fcd5f8a62eeedea289b"
+SRC_URI[sha256sum] = "752449bc98c20253ec4611c40564aea93d435a5bf3ff672208e01cc10e5858eb"
+
+inherit setuptools3 pypi
+
+RDEPENDS_${PN} += "${PYTHON_PN}-subunit \
+                   ${PYTHON_PN}-extras \
+"
+
+CLEANBROKEN = "1"
 
-- 
2.25.1




^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [meta-virtualization] [PATCH] python3-testresources: upgrade 0.2.7 -> 2.0.1
@ 2020-10-20  6:42     ` zhengruoqin
  2020-10-20  6:43       ` [meta-virtualization] [PATCH] python3-testscenarios: Consolidate in a single file zhengruoqin
  0 siblings, 1 reply; 13+ messages in thread
From: zhengruoqin @ 2020-10-20  6:42 UTC (permalink / raw)
  To: meta-virtualization

Consolidate inc and bb files into a single bb file.

-License-Update: The checked file is changed to PKG-INFO.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
---
 .../python/python-testresources.inc           | 10 ----------
 .../python/python3-testresources_0.2.7.bb     |  2 --
 .../python/python3-testresources_2.0.1.bb     | 19 +++++++++++++++++++
 3 files changed, 19 insertions(+), 12 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-testresources.inc
 delete mode 100644 meta-openstack/recipes-devtools/python/python3-testresources_0.2.7.bb
 create mode 100644 meta-openstack/recipes-devtools/python/python3-testresources_2.0.1.bb

diff --git a/meta-openstack/recipes-devtools/python/python-testresources.inc b/meta-openstack/recipes-devtools/python/python-testresources.inc
deleted file mode 100644
index 67ad6c4..0000000
--- a/meta-openstack/recipes-devtools/python/python-testresources.inc
+++ /dev/null
@@ -1,10 +0,0 @@
-DESCRIPTION = "Testresources, a pyunit extension for managing expensive test resources"
-HOMEPAGE = "https://pypi.python.org/pypi/testtools/"
-SECTION = "devel/python"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://README;md5=038679cd2cf27bb2acc70257bfee0f41"
-
-SRC_URI[md5sum] = "db2e774be2a6f5754cbbf4c537f823d0"
-SRC_URI[sha256sum] = "ad0a117383dd463827b199eaa92829b4d6a3147fbd97459820df53bae81d7231"
-
-inherit pypi
diff --git a/meta-openstack/recipes-devtools/python/python3-testresources_0.2.7.bb b/meta-openstack/recipes-devtools/python/python3-testresources_0.2.7.bb
deleted file mode 100644
index 79a535c..0000000
--- a/meta-openstack/recipes-devtools/python/python3-testresources_0.2.7.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-require python-testresources.inc
-inherit setuptools3
diff --git a/meta-openstack/recipes-devtools/python/python3-testresources_2.0.1.bb b/meta-openstack/recipes-devtools/python/python3-testresources_2.0.1.bb
new file mode 100644
index 0000000..111be3c
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-testresources_2.0.1.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "Testresources, a pyunit extension for managing expensive test resources"
+HOMEPAGE = "https://pypi.python.org/pypi/testtools/"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://PKG-INFO;md5=eb75e5ad7c7ff3315ffafae1403e94b2"
+
+SRC_URI[md5sum] = "8873ab443db5569528964f524228a2d7"
+SRC_URI[sha256sum] = "ee9d1982154a1e212d4e4bac6b610800bfb558e4fb853572a827bc14a96e4417"
+
+inherit setuptools3 pypi
+
+DEPENDS += " \
+	python3-pbr-native \
+"
+
+RDEPENDS_${PN} += " \
+	python3-unittest \
+	python3-pbr \
+"
-- 
2.25.1




^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [meta-virtualization] [PATCH] python3-testscenarios: Consolidate in a single file
@ 2020-10-20  6:43       ` zhengruoqin
  2020-10-20  6:43         ` [meta-virtualization] [PATCH] python3-testtools: remove recipe zhengruoqin
  0 siblings, 1 reply; 13+ messages in thread
From: zhengruoqin @ 2020-10-20  6:43 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-testscenarios.inc           | 24 -----------------
 .../python/python3-testscenarios_0.5.0.bb     | 26 +++++++++++++++++--
 2 files changed, 24 insertions(+), 26 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-testscenarios.inc

diff --git a/meta-openstack/recipes-devtools/python/python-testscenarios.inc b/meta-openstack/recipes-devtools/python/python-testscenarios.inc
deleted file mode 100644
index 1008f11..0000000
--- a/meta-openstack/recipes-devtools/python/python-testscenarios.inc
+++ /dev/null
@@ -1,24 +0,0 @@
-DESCRIPTION = "testscenarios: a pyunit extension for dependency injection"
-HOMEPAGE = "https://pypi.python.org/pypi/testscenarios"
-SECTION = "devel/python"
-LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://BSD;md5=0805e4f024d089a52dca0671a65b8b66"
-
-SRC_URI[md5sum] = "859073d9e7b049aee2e6704c51f6001a"
-SRC_URI[sha256sum] = "c257cb6b90ea7e6f8fef3158121d430543412c9a87df30b5dde6ec8b9b57a2b6"
-
-inherit pypi
-
-DEPENDS += "\
-    ${PYTHON_PN}-pbr \
-    "
-
-# Satisfy setup.py 'setup_requires'
-DEPENDS += " \
-    ${PYTHON_PN}-pbr-native \
-    "
-
-RDEPENDS_${PN} += "\
-    ${PYTHON_PN}-testtools \
-    ${PYTHON_PN}-pbr \
-    "
diff --git a/meta-openstack/recipes-devtools/python/python3-testscenarios_0.5.0.bb b/meta-openstack/recipes-devtools/python/python3-testscenarios_0.5.0.bb
index 6f7d418..92523c2 100644
--- a/meta-openstack/recipes-devtools/python/python3-testscenarios_0.5.0.bb
+++ b/meta-openstack/recipes-devtools/python/python3-testscenarios_0.5.0.bb
@@ -1,2 +1,24 @@
-inherit setuptools3
-require python-testscenarios.inc
+DESCRIPTION = "testscenarios: a pyunit extension for dependency injection"
+HOMEPAGE = "https://pypi.python.org/pypi/testscenarios"
+SECTION = "devel/python"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://BSD;md5=0805e4f024d089a52dca0671a65b8b66"
+
+SRC_URI[md5sum] = "859073d9e7b049aee2e6704c51f6001a"
+SRC_URI[sha256sum] = "c257cb6b90ea7e6f8fef3158121d430543412c9a87df30b5dde6ec8b9b57a2b6"
+
+inherit setuptools3 pypi
+
+DEPENDS += "\
+    ${PYTHON_PN}-pbr \
+    "
+
+# Satisfy setup.py 'setup_requires'
+DEPENDS += " \
+    ${PYTHON_PN}-pbr-native \
+    "
+
+RDEPENDS_${PN} += "\
+    ${PYTHON_PN}-testtools \
+    ${PYTHON_PN}-pbr \
+    "
-- 
2.25.1




^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [meta-virtualization] [PATCH] python3-testtools: remove recipe
@ 2020-10-20  6:43         ` zhengruoqin
  2020-10-20  6:43           ` [meta-virtualization] [PATCH] python3-thrift: Consolidate in a single file zhengruoqin
  0 siblings, 1 reply; 13+ messages in thread
From: zhengruoqin @ 2020-10-20  6:43 UTC (permalink / raw)
  To: meta-virtualization

Remove this recipe, because a higher version of the recipe exists in:
poky/meta/recipes-devtools/python/python3-testtools_2.4.0.bb

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
---
 .../python/python-testtools.inc               | 23 -------------------
 .../python/python3-testtools_2.3.0.bb         |  2 --
 2 files changed, 25 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-testtools.inc
 delete mode 100644 meta-openstack/recipes-devtools/python/python3-testtools_2.3.0.bb

diff --git a/meta-openstack/recipes-devtools/python/python-testtools.inc b/meta-openstack/recipes-devtools/python/python-testtools.inc
deleted file mode 100644
index 7cc63f4..0000000
--- a/meta-openstack/recipes-devtools/python/python-testtools.inc
+++ /dev/null
@@ -1,23 +0,0 @@
-DESCRIPTION = "Extensions to the Python standard library unit testing framework"
-HOMEPAGE = "https://pypi.python.org/pypi/testtools/"
-SECTION = "devel/python"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=e2c9d3e8ba7141c83bfef190e0b9379a"
-
-SRC_URI[md5sum] = "0f0feb915497816cb99e39437494217e"
-SRC_URI[sha256sum] = "5827ec6cf8233e0f29f51025addd713ca010061204fdea77484a2934690a0559"
-
-inherit pypi
-DEPENDS += " \
-    ${PYTHON_PN}-pbr \
-    "
-
-# Satisfy setup.py 'setup_requires'
-DEPENDS += " \
-    ${PYTHON_PN}-pbr-native \
-    "
-
-RDEPENDS_${PN} += "\
-    ${PYTHON_PN}-extras \
-    ${PYTHON_PN}-pbr \
-    "
diff --git a/meta-openstack/recipes-devtools/python/python3-testtools_2.3.0.bb b/meta-openstack/recipes-devtools/python/python3-testtools_2.3.0.bb
deleted file mode 100644
index 896ecee..0000000
--- a/meta-openstack/recipes-devtools/python/python3-testtools_2.3.0.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-inherit setuptools3
-require python-testtools.inc
-- 
2.25.1




^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [meta-virtualization] [PATCH] python3-thrift: Consolidate in a single file
@ 2020-10-20  6:43           ` zhengruoqin
  2020-10-20  6:43             ` [meta-virtualization] [PATCH] python3-tooz: upgrade 1.48.0 -> 2.7.1 zhengruoqin
  0 siblings, 1 reply; 13+ messages in thread
From: zhengruoqin @ 2020-10-20  6:43 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/python-thrift.inc        | 10 ----------
 .../recipes-devtools/python/python3-thrift_0.9.2.bb  | 12 ++++++++++--
 2 files changed, 10 insertions(+), 12 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-thrift.inc

diff --git a/meta-openstack/recipes-devtools/python/python-thrift.inc b/meta-openstack/recipes-devtools/python/python-thrift.inc
deleted file mode 100644
index 019d7c8..0000000
--- a/meta-openstack/recipes-devtools/python/python-thrift.inc
+++ /dev/null
@@ -1,10 +0,0 @@
-DESCRIPTION = "Python bindings for the Apache Thrift RPC system"
-HOMEPAGE = "https://pypi.python.org/pypi/amqp/"
-SECTION = "devel/python"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://PKG-INFO;md5=df17a59cc9e1327ec49c2285e13ac477"
-
-SRC_URI[md5sum] = "91f1c224c46a257bb428431943387dfd"
-SRC_URI[sha256sum] = "08f665e4b033c9d2d0b6174d869273104362c80e77ee4c01054a74141e378afa"
-
-inherit pypi
diff --git a/meta-openstack/recipes-devtools/python/python3-thrift_0.9.2.bb b/meta-openstack/recipes-devtools/python/python3-thrift_0.9.2.bb
index 095dcba..ec76885 100644
--- a/meta-openstack/recipes-devtools/python/python3-thrift_0.9.2.bb
+++ b/meta-openstack/recipes-devtools/python/python3-thrift_0.9.2.bb
@@ -1,2 +1,10 @@
-require python-thrift.inc
-inherit setuptools3
+DESCRIPTION = "Python bindings for the Apache Thrift RPC system"
+HOMEPAGE = "https://pypi.python.org/pypi/amqp/"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://PKG-INFO;md5=df17a59cc9e1327ec49c2285e13ac477"
+
+SRC_URI[md5sum] = "91f1c224c46a257bb428431943387dfd"
+SRC_URI[sha256sum] = "08f665e4b033c9d2d0b6174d869273104362c80e77ee4c01054a74141e378afa"
+
+inherit setuptools3 pypi
-- 
2.25.1




^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [meta-virtualization] [PATCH] python3-tooz: upgrade 1.48.0 -> 2.7.1
@ 2020-10-20  6:43             ` zhengruoqin
  2020-10-20  6:44               ` [meta-virtualization] [PATCH] python3-vine: upgrade 1.1.4 -> 5.0.0 zhengruoqin
  0 siblings, 1 reply; 13+ messages in thread
From: zhengruoqin @ 2020-10-20  6:43 UTC (permalink / raw)
  To: meta-virtualization

Because python2 is no longer maintained, bb file is changed to python3 version.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
---
 .../python/python-tooz_1.48.0.bb              | 37 -------------------
 .../python/python3-tooz_2.7.1.bb              | 36 ++++++++++++++++++
 2 files changed, 36 insertions(+), 37 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-tooz_1.48.0.bb
 create mode 100644 meta-openstack/recipes-devtools/python/python3-tooz_2.7.1.bb

diff --git a/meta-openstack/recipes-devtools/python/python-tooz_1.48.0.bb b/meta-openstack/recipes-devtools/python/python-tooz_1.48.0.bb
deleted file mode 100644
index 14f69d1..0000000
--- a/meta-openstack/recipes-devtools/python/python-tooz_1.48.0.bb
+++ /dev/null
@@ -1,37 +0,0 @@
-DESCRIPTION = "Coordination library for distributed systems."
-HOMEPAGE = "https://pypi.python.org/pypi/tooz"
-SECTION = "devel/python"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
-
-SRC_URI[md5sum] = "8b39e07002f21c15d2a463b63d8a2952"
-SRC_URI[sha256sum] = "c1b17935207e9c4809feff91b679883928aa5bd3fce75e09b4945c261b513e60"
-
-inherit setuptools3 pypi
-
-# DEPENDS_default: python-pip
-
-DEPENDS += " \
-        python-pip \
-        python-pbr \
-        "
-
-# Satisfy setup.py 'setup_requires'
-DEPENDS += " \
-        python-pbr-native \
-        "
-
-# RDEPENDS_default:
-RDEPENDS_${PN} += " \
-        python-pbr \
-        python-stevedore \
-        python-six \
-        python-voluptuous \
-        python-msgpack \
-        python-fasteners \
-        python-tenacity \
-        python-futures \
-        python-futurist \
-        python-oslo.utils \
-        python-oslo.serialization \
-        "
diff --git a/meta-openstack/recipes-devtools/python/python3-tooz_2.7.1.bb b/meta-openstack/recipes-devtools/python/python3-tooz_2.7.1.bb
new file mode 100644
index 0000000..cc2824c
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-tooz_2.7.1.bb
@@ -0,0 +1,36 @@
+DESCRIPTION = "Coordination library for distributed systems."
+HOMEPAGE = "https://pypi.python.org/pypi/tooz"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
+
+SRC_URI[md5sum] = "f8afa62d566f602d63050850d4873583"
+SRC_URI[sha256sum] = "bee07684b12e9fb06adbe6b1a5ddb60ef9e8dc20f5a2d46e667d8797028bcfe5"
+
+inherit setuptools3 pypi
+
+# DEPENDS_default: python-pip
+
+DEPENDS += " \
+        python3-pip \
+        python3-pbr \
+        "
+
+# Satisfy setup.py 'setup_requires'
+DEPENDS += " \
+        python3-pbr-native \
+        "
+
+# RDEPENDS_default:
+RDEPENDS_${PN} += " \
+        python3-pbr \
+        python3-stevedore \
+        python3-six \
+        python3-voluptuous \
+        python3-msgpack \
+        python3-fasteners \
+        python3-tenacity \
+        python3-futurist \
+        python3-oslo.utils \
+        python3-oslo.serialization \
+        "
-- 
2.25.1




^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [meta-virtualization] [PATCH] python3-vine: upgrade 1.1.4 -> 5.0.0
@ 2020-10-20  6:44               ` zhengruoqin
  2020-10-20  6:44                 ` [meta-virtualization] [PATCH] python3-voluptuous: upgrade 0.10.5 -> 0.12.0 zhengruoqin
  0 siblings, 1 reply; 13+ messages in thread
From: zhengruoqin @ 2020-10-20  6:44 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-vine_1.1.4.bb           | 3 ---
 .../python/{python-vine.inc => python3-vine_5.0.0.bb}       | 6 +++---
 2 files changed, 3 insertions(+), 6 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python3-vine_1.1.4.bb
 rename meta-openstack/recipes-devtools/python/{python-vine.inc => python3-vine_5.0.0.bb} (58%)

diff --git a/meta-openstack/recipes-devtools/python/python3-vine_1.1.4.bb b/meta-openstack/recipes-devtools/python/python3-vine_1.1.4.bb
deleted file mode 100644
index 5926702..0000000
--- a/meta-openstack/recipes-devtools/python/python3-vine_1.1.4.bb
+++ /dev/null
@@ -1,3 +0,0 @@
-inherit setuptools3
-require python-vine.inc
-
diff --git a/meta-openstack/recipes-devtools/python/python-vine.inc b/meta-openstack/recipes-devtools/python/python3-vine_5.0.0.bb
similarity index 58%
rename from meta-openstack/recipes-devtools/python/python-vine.inc
rename to meta-openstack/recipes-devtools/python/python3-vine_5.0.0.bb
index f098a9d..4695402 100644
--- a/meta-openstack/recipes-devtools/python/python-vine.inc
+++ b/meta-openstack/recipes-devtools/python/python3-vine_5.0.0.bb
@@ -4,10 +4,10 @@ SECTION = "devel/python"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=6fadb0e48ceb84b571372dd706ed76a0"
 
-SRC_URI[md5sum] = "9fdb971e7fd15b181b84f3bfcf20d11c"
-SRC_URI[sha256sum] = "52116d59bc45392af9fdd3b75ed98ae48a93e822cee21e5fda249105c59a7a72"
+SRC_URI[md5sum] = "2fc3270a999cdc9341ba173360d62367"
+SRC_URI[sha256sum] = "7d3b1624a953da82ef63462013bbd271d3eb75751489f9807598e8f340bd637e"
 
-inherit pypi
+inherit setuptools3 pypi
 
 RDEPENDS_${PN} += " \
         "
-- 
2.25.1




^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [meta-virtualization] [PATCH] python3-voluptuous: upgrade 0.10.5 -> 0.12.0
@ 2020-10-20  6:44                 ` zhengruoqin
  2020-10-20  6:44                   ` [meta-virtualization] [PATCH] python3-weakrefmethod: Consolidate in a single file zhengruoqin
  0 siblings, 1 reply; 13+ messages in thread
From: zhengruoqin @ 2020-10-20  6:44 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-voluptuous_0.10.5.bb    | 2 --
 .../{python-voluptuous.inc => python3-voluptuous_0.12.0.bb} | 6 +++---
 2 files changed, 3 insertions(+), 5 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python3-voluptuous_0.10.5.bb
 rename meta-openstack/recipes-devtools/python/{python-voluptuous.inc => python3-voluptuous_0.12.0.bb} (61%)

diff --git a/meta-openstack/recipes-devtools/python/python3-voluptuous_0.10.5.bb b/meta-openstack/recipes-devtools/python/python3-voluptuous_0.10.5.bb
deleted file mode 100644
index a869608..0000000
--- a/meta-openstack/recipes-devtools/python/python3-voluptuous_0.10.5.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-require python-voluptuous.inc
-inherit setuptools3
diff --git a/meta-openstack/recipes-devtools/python/python-voluptuous.inc b/meta-openstack/recipes-devtools/python/python3-voluptuous_0.12.0.bb
similarity index 61%
rename from meta-openstack/recipes-devtools/python/python-voluptuous.inc
rename to meta-openstack/recipes-devtools/python/python3-voluptuous_0.12.0.bb
index 7537aee..5c59c21 100644
--- a/meta-openstack/recipes-devtools/python/python-voluptuous.inc
+++ b/meta-openstack/recipes-devtools/python/python3-voluptuous_0.12.0.bb
@@ -4,10 +4,10 @@ SECTION = "devel/python"
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://COPYING;md5=9855ba150f2edb00d8e7a41554896ffb"
 
-SRC_URI[md5sum] = "e3fc99b75618d384cad63bc71b6507bc"
-SRC_URI[sha256sum] = "7a7466f8dc3666a292d186d1d871a47bf2120836ccb900d5ba904674957a2396"
+SRC_URI[md5sum] = "4b628978d320baeee543ee407aefc0b1"
+SRC_URI[sha256sum] = "3a4ef294e16f6950c79de4cba88f31092a107e6e3aaa29950b43e2bb9e1bb2dc"
 
-inherit pypi
+inherit setuptools3 pypi
 
 RDEPENDS_${PN} = " \
         "
-- 
2.25.1




^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [meta-virtualization] [PATCH] python3-weakrefmethod: Consolidate in a single file
@ 2020-10-20  6:44                   ` zhengruoqin
  2020-10-20  6:44                     ` [meta-virtualization] [PATCH] python3-webtest: upgrade 2.0.33 -> 2.0.35 zhengruoqin
  0 siblings, 1 reply; 13+ messages in thread
From: zhengruoqin @ 2020-10-20  6:44 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/python-weakrefmethod.inc | 10 ----------
 .../python/python3-weakrefmethod_1.0.3.bb            | 12 ++++++++++--
 2 files changed, 10 insertions(+), 12 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-weakrefmethod.inc

diff --git a/meta-openstack/recipes-devtools/python/python-weakrefmethod.inc b/meta-openstack/recipes-devtools/python/python-weakrefmethod.inc
deleted file mode 100644
index 28aee86..0000000
--- a/meta-openstack/recipes-devtools/python/python-weakrefmethod.inc
+++ /dev/null
@@ -1,10 +0,0 @@
-DESCRIPTION = "A WeakMethod class for storing bound methods using weak references."
-HOMEPAGE = "https://github.com/twang817/weakrefmethod"
-SECTION = "devel/python"
-LICENSE = "PSF"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=dd98d01d471fac8d8dbdd975229dba03"
-
-SRC_URI[md5sum] = "39e7450191dea0b17a646b929784ac6f"
-SRC_URI[sha256sum] = "37bc1fbb5575acf82172d4eb7b6fc4412d77d5a1d70dff2c1f8a4574301cda66"
-
-inherit pypi
diff --git a/meta-openstack/recipes-devtools/python/python3-weakrefmethod_1.0.3.bb b/meta-openstack/recipes-devtools/python/python3-weakrefmethod_1.0.3.bb
index 23dbb54..fd2c918 100644
--- a/meta-openstack/recipes-devtools/python/python3-weakrefmethod_1.0.3.bb
+++ b/meta-openstack/recipes-devtools/python/python3-weakrefmethod_1.0.3.bb
@@ -1,2 +1,10 @@
-require python-weakrefmethod.inc
-inherit setuptools3
+DESCRIPTION = "A WeakMethod class for storing bound methods using weak references."
+HOMEPAGE = "https://github.com/twang817/weakrefmethod"
+SECTION = "devel/python"
+LICENSE = "PSF"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=dd98d01d471fac8d8dbdd975229dba03"
+
+SRC_URI[md5sum] = "39e7450191dea0b17a646b929784ac6f"
+SRC_URI[sha256sum] = "37bc1fbb5575acf82172d4eb7b6fc4412d77d5a1d70dff2c1f8a4574301cda66"
+
+inherit setuptools3 pypi
-- 
2.25.1




^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [meta-virtualization] [PATCH] python3-webtest: upgrade 2.0.33 -> 2.0.35
@ 2020-10-20  6:44                     ` zhengruoqin
  2020-10-28  3:28                       ` Bruce Ashfield
  0 siblings, 1 reply; 13+ messages in thread
From: zhengruoqin @ 2020-10-20  6:44 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/python3-webtest_2.0.33.bb                 |  2 --
 ...{python-webtest.inc => python3-webtest_2.0.35.bb} | 12 ++++++++++--
 2 files changed, 10 insertions(+), 4 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python3-webtest_2.0.33.bb
 rename meta-openstack/recipes-devtools/python/{python-webtest.inc => python3-webtest_2.0.35.bb} (55%)

diff --git a/meta-openstack/recipes-devtools/python/python3-webtest_2.0.33.bb b/meta-openstack/recipes-devtools/python/python3-webtest_2.0.33.bb
deleted file mode 100644
index aaf0b42..0000000
--- a/meta-openstack/recipes-devtools/python/python3-webtest_2.0.33.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-inherit setuptools3 pypi
-require python-webtest.inc
diff --git a/meta-openstack/recipes-devtools/python/python-webtest.inc b/meta-openstack/recipes-devtools/python/python3-webtest_2.0.35.bb
similarity index 55%
rename from meta-openstack/recipes-devtools/python/python-webtest.inc
rename to meta-openstack/recipes-devtools/python/python3-webtest_2.0.35.bb
index d4e9e07..5fd4f5a 100644
--- a/meta-openstack/recipes-devtools/python/python-webtest.inc
+++ b/meta-openstack/recipes-devtools/python/python3-webtest_2.0.35.bb
@@ -8,5 +8,13 @@ PYPI_PACKAGE = "WebTest"
 
 RDEPENDS_${PN} += "${PYTHON_PN}-beautifulsoup4"
 
-SRC_URI[md5sum] = "dd0385c725b85ac1e8079f38d2acd7b1"
-SRC_URI[sha256sum] = "41348efe4323a647a239c31cde84e5e440d726ca4f449859264e538d39037fd0"
+SRC_URI[md5sum] = "a5d027ffa0991fdf20e305c62bd37791"
+SRC_URI[sha256sum] = "aac168b5b2b4f200af4e35867cf316712210e3d5db81c1cbdff38722647bb087"
+
+RDEPENDS_${PN} += " \
+	python3-html \
+	python3-logging \
+	python3-webob \
+"
+
+inherit setuptools3 pypi
-- 
2.25.1




^ permalink raw reply related	[flat|nested] 13+ messages in thread

* Re: [meta-virtualization] [PATCH] python3-webtest: upgrade 2.0.33 -> 2.0.35
  2020-10-20  6:44                     ` [meta-virtualization] [PATCH] python3-webtest: upgrade 2.0.33 -> 2.0.35 zhengruoqin
@ 2020-10-28  3:28                       ` Bruce Ashfield
  0 siblings, 0 replies; 13+ messages in thread
From: Bruce Ashfield @ 2020-10-28  3:28 UTC (permalink / raw)
  To: zhengruoqin; +Cc: meta-virtualization

Thanks for the fixes / updates / cleanups!

These are now merged.

Bruce

In message: [meta-virtualization] [PATCH] python3-webtest: upgrade 2.0.33 -> 2.0.35
on 20/10/2020 zhengruoqin wrote:

> Consolidate inc and bb files into a single bb file.
> 
> Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
> ---
>  .../python/python3-webtest_2.0.33.bb                 |  2 --
>  ...{python-webtest.inc => python3-webtest_2.0.35.bb} | 12 ++++++++++--
>  2 files changed, 10 insertions(+), 4 deletions(-)
>  delete mode 100644 meta-openstack/recipes-devtools/python/python3-webtest_2.0.33.bb
>  rename meta-openstack/recipes-devtools/python/{python-webtest.inc => python3-webtest_2.0.35.bb} (55%)
> 
> diff --git a/meta-openstack/recipes-devtools/python/python3-webtest_2.0.33.bb b/meta-openstack/recipes-devtools/python/python3-webtest_2.0.33.bb
> deleted file mode 100644
> index aaf0b42..0000000
> --- a/meta-openstack/recipes-devtools/python/python3-webtest_2.0.33.bb
> +++ /dev/null
> @@ -1,2 +0,0 @@
> -inherit setuptools3 pypi
> -require python-webtest.inc
> diff --git a/meta-openstack/recipes-devtools/python/python-webtest.inc b/meta-openstack/recipes-devtools/python/python3-webtest_2.0.35.bb
> similarity index 55%
> rename from meta-openstack/recipes-devtools/python/python-webtest.inc
> rename to meta-openstack/recipes-devtools/python/python3-webtest_2.0.35.bb
> index d4e9e07..5fd4f5a 100644
> --- a/meta-openstack/recipes-devtools/python/python-webtest.inc
> +++ b/meta-openstack/recipes-devtools/python/python3-webtest_2.0.35.bb
> @@ -8,5 +8,13 @@ PYPI_PACKAGE = "WebTest"
>  
>  RDEPENDS_${PN} += "${PYTHON_PN}-beautifulsoup4"
>  
> -SRC_URI[md5sum] = "dd0385c725b85ac1e8079f38d2acd7b1"
> -SRC_URI[sha256sum] = "41348efe4323a647a239c31cde84e5e440d726ca4f449859264e538d39037fd0"
> +SRC_URI[md5sum] = "a5d027ffa0991fdf20e305c62bd37791"
> +SRC_URI[sha256sum] = "aac168b5b2b4f200af4e35867cf316712210e3d5db81c1cbdff38722647bb087"
> +
> +RDEPENDS_${PN} += " \
> +	python3-html \
> +	python3-logging \
> +	python3-webob \
> +"
> +
> +inherit setuptools3 pypi
> -- 
> 2.25.1
> 
> 
> 

> 
> 
> 



^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2020-10-28  3:28 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-20  6:41 [meta-virtualization] [PATCH] python3-oslo.privsep: change to python3 zhengruoqin
2020-10-20  6:42 ` [meta-virtualization] [PATCH] python3-oslo.versionedobjects: " zhengruoqin
2020-10-20  6:42   ` [meta-virtualization] [PATCH] python3-testrepository: Consolidate in a single file zhengruoqin
2020-10-20  6:42     ` [meta-virtualization] [PATCH] python3-testresources: upgrade 0.2.7 -> 2.0.1 zhengruoqin
2020-10-20  6:43       ` [meta-virtualization] [PATCH] python3-testscenarios: Consolidate in a single file zhengruoqin
2020-10-20  6:43         ` [meta-virtualization] [PATCH] python3-testtools: remove recipe zhengruoqin
2020-10-20  6:43           ` [meta-virtualization] [PATCH] python3-thrift: Consolidate in a single file zhengruoqin
2020-10-20  6:43             ` [meta-virtualization] [PATCH] python3-tooz: upgrade 1.48.0 -> 2.7.1 zhengruoqin
2020-10-20  6:44               ` [meta-virtualization] [PATCH] python3-vine: upgrade 1.1.4 -> 5.0.0 zhengruoqin
2020-10-20  6:44                 ` [meta-virtualization] [PATCH] python3-voluptuous: upgrade 0.10.5 -> 0.12.0 zhengruoqin
2020-10-20  6:44                   ` [meta-virtualization] [PATCH] python3-weakrefmethod: Consolidate in a single file zhengruoqin
2020-10-20  6:44                     ` [meta-virtualization] [PATCH] python3-webtest: upgrade 2.0.33 -> 2.0.35 zhengruoqin
2020-10-28  3:28                       ` 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.