All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization] [PATCH] python3-keystoneauth1: upgrade 3.18.0 -> 4.2.1
@ 2020-09-22  2:26 zhengruoqin
  2020-09-22  2:27 ` [meta-virtualization] [PATCH] python3-kombu: upgrade 4.6.6 -> 5.0.2 zhengruoqin
  0 siblings, 1 reply; 11+ messages in thread
From: zhengruoqin @ 2020-09-22  2:26 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-keystoneauth1_3.18.0.bb | 2 --
 ...hon-keystoneauth1.inc => python3-keystoneauth1_4.2.1.bb} | 6 +++---
 2 files changed, 3 insertions(+), 5 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python3-keystoneauth1_3.18.0.bb
 rename meta-openstack/recipes-devtools/python/{python-keystoneauth1.inc => python3-keystoneauth1_4.2.1.bb} (77%)

diff --git a/meta-openstack/recipes-devtools/python/python3-keystoneauth1_3.18.0.bb b/meta-openstack/recipes-devtools/python/python3-keystoneauth1_3.18.0.bb
deleted file mode 100644
index 75adf3d..0000000
--- a/meta-openstack/recipes-devtools/python/python3-keystoneauth1_3.18.0.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-inherit setuptools3
-require python-keystoneauth1.inc
diff --git a/meta-openstack/recipes-devtools/python/python-keystoneauth1.inc b/meta-openstack/recipes-devtools/python/python3-keystoneauth1_4.2.1.bb
similarity index 77%
rename from meta-openstack/recipes-devtools/python/python-keystoneauth1.inc
rename to meta-openstack/recipes-devtools/python/python3-keystoneauth1_4.2.1.bb
index bca6ce9..6c046d9 100644
--- a/meta-openstack/recipes-devtools/python/python-keystoneauth1.inc
+++ b/meta-openstack/recipes-devtools/python/python3-keystoneauth1_4.2.1.bb
@@ -4,10 +4,10 @@ SECTION = "devel/python"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=96f840d59b245a1c817fbcb901afc574"
 
-SRC_URI[md5sum] = "6104205044175fa8aac659582fdd0260"
-SRC_URI[sha256sum] = "3ae67c6542ed66a37cddcd26a35457c1ff5cd14b20f5490973273cf9eb555a52"
+SRC_URI[md5sum] = "3c65181cb3cf6a8690e1c65de030e3fb"
+SRC_URI[sha256sum] = "9496bfcc27eff3d05271e10aa64684b7c1fd12a4d96f58511f2286312d9c89a1"
 
-inherit pypi
+inherit setuptools3 pypi
 
 DEPENDS += " \
         ${PYTHON_PN}-pbr \
-- 
2.25.1




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

* [meta-virtualization] [PATCH] python3-kombu: upgrade 4.6.6 -> 5.0.2
@ 2020-09-22  2:27 ` zhengruoqin
  2020-09-22  2:27   ` [meta-virtualization] [PATCH] python3-lesscpy: upgrade 0.10.2 -> 0.14.0 zhengruoqin
  0 siblings, 1 reply; 11+ messages in thread
From: zhengruoqin @ 2020-09-22  2:27 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-kombu_4.6.6.bb          | 2 --
 .../python/{python-kombu.inc => python3-kombu_5.0.2.bb}     | 6 +++---
 2 files changed, 3 insertions(+), 5 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python3-kombu_4.6.6.bb
 rename meta-openstack/recipes-devtools/python/{python-kombu.inc => python3-kombu_5.0.2.bb} (65%)

diff --git a/meta-openstack/recipes-devtools/python/python3-kombu_4.6.6.bb b/meta-openstack/recipes-devtools/python/python3-kombu_4.6.6.bb
deleted file mode 100644
index 11b0826..0000000
--- a/meta-openstack/recipes-devtools/python/python3-kombu_4.6.6.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-inherit setuptools3
-require python-kombu.inc
diff --git a/meta-openstack/recipes-devtools/python/python-kombu.inc b/meta-openstack/recipes-devtools/python/python3-kombu_5.0.2.bb
similarity index 65%
rename from meta-openstack/recipes-devtools/python/python-kombu.inc
rename to meta-openstack/recipes-devtools/python/python3-kombu_5.0.2.bb
index 8029707..dfcde9d 100644
--- a/meta-openstack/recipes-devtools/python/python-kombu.inc
+++ b/meta-openstack/recipes-devtools/python/python3-kombu_5.0.2.bb
@@ -4,10 +4,10 @@ SECTION = "devel/python"
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=daea7c168428449fbee05e644df929f4"
 
-SRC_URI[md5sum] = "5f751ea817b1f6a4293d4e3a01040d4f"
-SRC_URI[sha256sum] = "1760b54b1d15a547c9a26d3598a1c8cdaf2436386ac1f5561934bc8a3cbbbd86"
+SRC_URI[md5sum] = "52192e631ac39a443fb1abeb52299f22"
+SRC_URI[sha256sum] = "f4965fba0a4718d47d470beeb5d6446e3357a62402b16c510b6a2f251e05ac3c"
 
-inherit pypi
+inherit setuptools3 pypi
 
 FILES_${PN}-doc += "${datadir}/${SRCNAME}"
 
-- 
2.25.1




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

* [meta-virtualization] [PATCH] python3-lesscpy: upgrade 0.10.2 -> 0.14.0
@ 2020-09-22  2:27   ` zhengruoqin
  2020-09-22  2:27     ` [meta-virtualization] [PATCH] python3-logutils: Consolidate in a single file zhengruoqin
  0 siblings, 1 reply; 11+ messages in thread
From: zhengruoqin @ 2020-09-22  2:27 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-lesscpy_0.10.2.bb       | 2 --
 .../{python-lesscpy.inc => python3-lesscpy_0.14.0.bb}       | 6 +++---
 2 files changed, 3 insertions(+), 5 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python3-lesscpy_0.10.2.bb
 rename meta-openstack/recipes-devtools/python/{python-lesscpy.inc => python3-lesscpy_0.14.0.bb} (72%)

diff --git a/meta-openstack/recipes-devtools/python/python3-lesscpy_0.10.2.bb b/meta-openstack/recipes-devtools/python/python3-lesscpy_0.10.2.bb
deleted file mode 100644
index 167b970..0000000
--- a/meta-openstack/recipes-devtools/python/python3-lesscpy_0.10.2.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-require python-lesscpy.inc
-inherit setuptools3
diff --git a/meta-openstack/recipes-devtools/python/python-lesscpy.inc b/meta-openstack/recipes-devtools/python/python3-lesscpy_0.14.0.bb
similarity index 72%
rename from meta-openstack/recipes-devtools/python/python-lesscpy.inc
rename to meta-openstack/recipes-devtools/python/python3-lesscpy_0.14.0.bb
index c10b0b8..64417b3 100644
--- a/meta-openstack/recipes-devtools/python/python-lesscpy.inc
+++ b/meta-openstack/recipes-devtools/python/python3-lesscpy_0.14.0.bb
@@ -7,10 +7,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=a01aae31681ac25b4c46f98d627b9b5d"
 DEPENDS += "${PYTHON_PN}-ply"
 RDEPENDS_${PN} += "${PYTHON_PN}-ply"
 
-SRC_URI[md5sum] = "fedbad1f4eb19c3af37f09560156246d"
-SRC_URI[sha256sum] = "ccad1ad2a89ced1875c5ca4e16e5478b791d31fb187fe29f1541859318ed9055"
+SRC_URI[md5sum] = "efe82be479ddb7bdc48b2114dab94b20"
+SRC_URI[sha256sum] = "7b664f60818a16afa8cc9f1dd6d9b17f944e0ce94e50787d76f81bc7a8648cce"
 
-inherit pypi
+inherit setuptools3 pypi
 
 DISTUTILS_INSTALL_ARGS = "--root=${D} \
     --prefix=${prefix} \
-- 
2.25.1




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

* [meta-virtualization] [PATCH] python3-logutils: Consolidate in a single file
@ 2020-09-22  2:27     ` zhengruoqin
  2020-09-22  2:27       ` [meta-virtualization] [PATCH] python3-mccabe: Remove recipe zhengruoqin
  0 siblings, 1 reply; 11+ messages in thread
From: zhengruoqin @ 2020-09-22  2:27 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-logutils.inc                 | 16 ----------------
 .../python/python3-logutils_0.3.5.bb           | 18 ++++++++++++++++--
 2 files changed, 16 insertions(+), 18 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-logutils.inc

diff --git a/meta-openstack/recipes-devtools/python/python-logutils.inc b/meta-openstack/recipes-devtools/python/python-logutils.inc
deleted file mode 100644
index 87ab631..0000000
--- a/meta-openstack/recipes-devtools/python/python-logutils.inc
+++ /dev/null
@@ -1,16 +0,0 @@
-DESCRIPTION = "Set of handlers for the Python standard library's logging package"
-HOMEPAGE = "https://pypi.python.org/pypi/logutils"
-SECTION = "devel/python"
-LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=44c35f0b8e2a27a2f33a4e4a5c65d014"
-
-SRC_URI[md5sum] = "fcd2f8e9217bfa0b580f253b35a9d954"
-SRC_URI[sha256sum] = "bc058a25d5c209461f134e1f03cab637d66a7a5ccc12e593db56fbb279899a82"
-
-inherit pypi
-
-# avoid "error: option --single-version-externally-managed not recognized"
-DISTUTILS_INSTALL_ARGS = "--root=${D} \
-    --prefix=${prefix} \
-    --install-lib=${PYTHON_SITEPACKAGES_DIR} \
-    --install-data=${datadir}"
diff --git a/meta-openstack/recipes-devtools/python/python3-logutils_0.3.5.bb b/meta-openstack/recipes-devtools/python/python3-logutils_0.3.5.bb
index 4d760e0..c006855 100644
--- a/meta-openstack/recipes-devtools/python/python3-logutils_0.3.5.bb
+++ b/meta-openstack/recipes-devtools/python/python3-logutils_0.3.5.bb
@@ -1,2 +1,16 @@
-inherit setuptools3
-require python-logutils.inc
+DESCRIPTION = "Set of handlers for the Python standard library's logging package"
+HOMEPAGE = "https://pypi.python.org/pypi/logutils"
+SECTION = "devel/python"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=44c35f0b8e2a27a2f33a4e4a5c65d014"
+
+SRC_URI[md5sum] = "fcd2f8e9217bfa0b580f253b35a9d954"
+SRC_URI[sha256sum] = "bc058a25d5c209461f134e1f03cab637d66a7a5ccc12e593db56fbb279899a82"
+
+inherit setuptools3 pypi
+
+# avoid "error: option --single-version-externally-managed not recognized"
+DISTUTILS_INSTALL_ARGS = "--root=${D} \
+    --prefix=${prefix} \
+    --install-lib=${PYTHON_SITEPACKAGES_DIR} \
+    --install-data=${datadir}"
-- 
2.25.1




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

* [meta-virtualization] [PATCH] python3-mccabe: Remove recipe
@ 2020-09-22  2:27       ` zhengruoqin
  2020-09-22  2:28         ` [meta-virtualization] [PATCH] python3-memcached: upgrade 1.57 -> 1.59 zhengruoqin
  0 siblings, 1 reply; 11+ messages in thread
From: zhengruoqin @ 2020-09-22  2:27 UTC (permalink / raw)
  To: meta-virtualization

Remove this recipe, because a higher version of the recipe exists in:
meta-openembedded/meta-python/recipes-devtools/python/python3-mccabe_0.6.1.bb

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
---
 .../recipes-devtools/python/python-mccabe.inc      | 14 --------------
 .../python/python3-mccabe_0.2.1.bb                 |  2 --
 2 files changed, 16 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-mccabe.inc
 delete mode 100644 meta-openstack/recipes-devtools/python/python3-mccabe_0.2.1.bb

diff --git a/meta-openstack/recipes-devtools/python/python-mccabe.inc b/meta-openstack/recipes-devtools/python/python-mccabe.inc
deleted file mode 100644
index 5f5e91d..0000000
--- a/meta-openstack/recipes-devtools/python/python-mccabe.inc
+++ /dev/null
@@ -1,14 +0,0 @@
-DESCRIPTION = "McCabe checker, plugin for flake8"
-HOMEPAGE = "https://github.com/dreamhost/cliff"
-SECTION = "devel/python"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://README.rst;md5=aa0383f6aee4f5c20084a97cd13164c4"
-
-SRC_URI[md5sum] = "5a3f3fa6a4bad126c88aaaa7dab682f5"
-SRC_URI[sha256sum] = "5a2a170e47de5593a6abfae1e9542bd2c3924ac62bbe4e6ed96c953c0352243a"
-
-inherit pypi
-
-RDEPENDS_${PN} += "${PYTHON_PN}-prettytable \
-            ${PYTHON_PN}-cmd2 \
-            ${PYTHON_PN}-pyparsing"
diff --git a/meta-openstack/recipes-devtools/python/python3-mccabe_0.2.1.bb b/meta-openstack/recipes-devtools/python/python3-mccabe_0.2.1.bb
deleted file mode 100644
index 8af8ec5..0000000
--- a/meta-openstack/recipes-devtools/python/python3-mccabe_0.2.1.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-require python-mccabe.inc
-inherit setuptools3
-- 
2.25.1




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

* [meta-virtualization] [PATCH] python3-memcached: upgrade 1.57 -> 1.59
@ 2020-09-22  2:28         ` zhengruoqin
  2020-09-22  2:28           ` [meta-virtualization] [PATCH] python3-memcache: upgrade 1.2.9 -> 3.4.0 zhengruoqin
  0 siblings, 1 reply; 11+ messages in thread
From: zhengruoqin @ 2020-09-22  2: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-memcached.inc               | 21 ----------------
 .../python/python3-memcached_git.bb           | 24 ++++++++++++++++++-
 2 files changed, 23 insertions(+), 22 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-memcached.inc

diff --git a/meta-openstack/recipes-devtools/python/python-memcached.inc b/meta-openstack/recipes-devtools/python/python-memcached.inc
deleted file mode 100644
index 5acf43c..0000000
--- a/meta-openstack/recipes-devtools/python/python-memcached.inc
+++ /dev/null
@@ -1,21 +0,0 @@
-SUMMARY = "Pure python memcached client"
-DESCRIPTION = "\
-  This software is a 100% Python interface to the memcached memory cache daemon. \
-  It is the client side software which allows storing values in one or more, possibly remote, \
-  memcached servers. Search google for memcached for more information."
-HOMEPAGE = "https://pypi.python.org/pypi/python-memcached/"
-SECTION = "devel/python"
-LICENSE = "PSF"
-LIC_FILES_CHKSUM = "file://PSF.LICENSE;md5=7dd786e8594f1e787da94a946557b40e"
-
-PV = "1.57+git${SRCPV}"
-SRCREV = "664bd3e23fe500fbde4c70636e2d24c8fd2f35af"
-
-SRC_URI = "git://github.com/linsomniac/python-memcached.git"
-
-S = "${WORKDIR}/git"
-
-RDEPENDS_${PN} += " \
-    ${PYTHON_PN}-six \
-    "
-
diff --git a/meta-openstack/recipes-devtools/python/python3-memcached_git.bb b/meta-openstack/recipes-devtools/python/python3-memcached_git.bb
index de96734..a129725 100644
--- a/meta-openstack/recipes-devtools/python/python3-memcached_git.bb
+++ b/meta-openstack/recipes-devtools/python/python3-memcached_git.bb
@@ -1,2 +1,24 @@
-require python-memcached.inc
+SUMMARY = "Pure python memcached client"
+DESCRIPTION = "\
+  This software is a 100% Python interface to the memcached memory cache daemon. \
+  It is the client side software which allows storing values in one or more, possibly remote, \
+  memcached servers. Search google for memcached for more information."
+HOMEPAGE = "https://pypi.python.org/pypi/python-memcached/"
+SECTION = "devel/python"
+LICENSE = "PSF"
+LIC_FILES_CHKSUM = "file://PSF.LICENSE;md5=7dd786e8594f1e787da94a946557b40e"
+
+PV = "1.59+git${SRCPV}"
+SRCREV = "959e068fec8b4c956b0d82269336818e667726e7"
+
+SRC_URI = "git://github.com/linsomniac/python-memcached.git"
+
+S = "${WORKDIR}/git"
+
 inherit setuptools3
+
+RDEPENDS_${PN} += " \
+    ${PYTHON_PN}-six \
+    ${PYTHON_PN}-pickle \
+    "
+
-- 
2.25.1




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

* [meta-virtualization] [PATCH] python3-memcache: upgrade 1.2.9 -> 3.4.0
@ 2020-09-22  2:28           ` zhengruoqin
  2020-09-22  2:28             ` [meta-virtualization] [PATCH] python3-mimeparse: upgrade 0.1.4 -> 1.6.0 zhengruoqin
  0 siblings, 1 reply; 11+ messages in thread
From: zhengruoqin @ 2020-09-22  2:28 UTC (permalink / raw)
  To: meta-virtualization

Consolidate inc and bb files into a single bb file.
-License-Update: Update PKG-INFO.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
---
 .../python/python-memcache.inc                | 22 ----------------
 .../python/python3-memcache_1.2.9.bb          |  2 --
 .../python/python3-memcache_3.4.0.bb          | 26 +++++++++++++++++++
 3 files changed, 26 insertions(+), 24 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-memcache.inc
 delete mode 100644 meta-openstack/recipes-devtools/python/python3-memcache_1.2.9.bb
 create mode 100644 meta-openstack/recipes-devtools/python/python3-memcache_3.4.0.bb

diff --git a/meta-openstack/recipes-devtools/python/python-memcache.inc b/meta-openstack/recipes-devtools/python/python-memcache.inc
deleted file mode 100644
index 61fe67d..0000000
--- a/meta-openstack/recipes-devtools/python/python-memcache.inc
+++ /dev/null
@@ -1,22 +0,0 @@
-DESCRIPTION = "A comprehensive, fast, pure Python memcached client"
-HOMEPAGE = "https://github.com/Pinterest/pymemcache"
-SECTION = "devel/python"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://PKG-INFO;md5=e8538d10fb74087ea2dc61033b6ebf9f"
-
-PYPI_PACKAGE = "pymemcache"
-
-SRC_URI[md5sum] = "215510250997423a2a57da061b1bd592"
-SRC_URI[sha256sum] = "05fd71f0337384024cc3d1340d35fd0d46307cf711eac9365b0eb166812bb121"
-
-inherit pypi
-
-# DEPENDS_default: python-pip
-
-DEPENDS += " \
-        ${PYTHON_PN}-pip \
-        "
-
-# RDEPENDS_default: 
-RDEPENDS_${PN} += " \
-        "
diff --git a/meta-openstack/recipes-devtools/python/python3-memcache_1.2.9.bb b/meta-openstack/recipes-devtools/python/python3-memcache_1.2.9.bb
deleted file mode 100644
index 08ecb7b..0000000
--- a/meta-openstack/recipes-devtools/python/python3-memcache_1.2.9.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-require python-memcache.inc
-inherit setuptools3
diff --git a/meta-openstack/recipes-devtools/python/python3-memcache_3.4.0.bb b/meta-openstack/recipes-devtools/python/python3-memcache_3.4.0.bb
new file mode 100644
index 0000000..8d189f8
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-memcache_3.4.0.bb
@@ -0,0 +1,26 @@
+DESCRIPTION = "A comprehensive, fast, pure Python memcached client"
+HOMEPAGE = "https://github.com/Pinterest/pymemcache"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://PKG-INFO;md5=efde6ee9f51b69abbdca7d447b0d1488"
+
+PYPI_PACKAGE = "pymemcache"
+
+SRC_URI[md5sum] = "f0da0618d828f67ff3e0742c9ace3cd7"
+SRC_URI[sha256sum] = "47882ab1c7e5e1dea67df8aa9faf410ce82e606fd5f29501273a60ff61d7cc99"
+
+inherit setuptools3 pypi
+
+# DEPENDS_default: python-pip
+
+DEPENDS += " \
+        ${PYTHON_PN}-pip \
+        ${PYTHON_PN}-six-native \
+        "
+
+# RDEPENDS_default: 
+RDEPENDS_${PN} += " \
+        ${PYTHON_PN}-io \
+        ${PYTHON_PN}-six \
+        ${PYTHON_PN}-logging \
+        "
-- 
2.25.1




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

* [meta-virtualization] [PATCH] python3-mimeparse: upgrade 0.1.4 -> 1.6.0
@ 2020-09-22  2:28             ` zhengruoqin
  2020-09-22  2:29               ` [meta-virtualization] [PATCH] python3-mock: Remove recipe zhengruoqin
  0 siblings, 1 reply; 11+ messages in thread
From: zhengruoqin @ 2020-09-22  2:28 UTC (permalink / raw)
  To: meta-virtualization

Because python2 is no longer maintained, bb file is changed to python3 version.
-License-Update:Because README file does not exist in the latest version, choose PKG-INFO file to verify.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
---
 ...mimeparse_0.1.4.bb => python3-mimeparse_1.6.0.bb} | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)
 rename meta-openstack/recipes-devtools/python/{python-mimeparse_0.1.4.bb => python3-mimeparse_1.6.0.bb} (55%)

diff --git a/meta-openstack/recipes-devtools/python/python-mimeparse_0.1.4.bb b/meta-openstack/recipes-devtools/python/python3-mimeparse_1.6.0.bb
similarity index 55%
rename from meta-openstack/recipes-devtools/python/python-mimeparse_0.1.4.bb
rename to meta-openstack/recipes-devtools/python/python3-mimeparse_1.6.0.bb
index c9b17ff..9d8f9e2 100644
--- a/meta-openstack/recipes-devtools/python/python-mimeparse_0.1.4.bb
+++ b/meta-openstack/recipes-devtools/python/python3-mimeparse_1.6.0.bb
@@ -2,16 +2,20 @@ DESCRIPTION = "basic functions for parsing mime-type names and matching "
 HOMEPAGE = "https://pypi.python.org/pypi/python-mimeparse/"
 SECTION = "devel/python"
 LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://README;md5=07e6feb820fbca7eb99538badb3cd8e2"
+LIC_FILES_CHKSUM = "file://PKG-INFO;md5=1f333cc431fd2aaf1a80b1b7212a6086"
 
 PYPI_PACKAGE = "python-mimeparse"
 
-SRC_URI[md5sum] = "1d2816a16f17dcfe0c613da611fe7e13"
-SRC_URI[sha256sum] = "3c69a21e37e77f754e6fc09ebda70acd92c90d8a58f29a41cc0248351378ddc3"
+SRC_URI[md5sum] = "a32ae1df93be1ddb581d1c0fa124bab4"
+SRC_URI[sha256sum] = "76e4b03d700a641fd7761d3cd4fdbbdcd787eade1ebfac43f877016328334f78"
 
-inherit distutils3 pypi
+inherit distutils3 pypi setuptools3
 
 DISTUTILS_INSTALL_ARGS = "--root=${D} \
     --prefix=${prefix} \
     --install-lib=${PYTHON_SITEPACKAGES_DIR} \
     --install-data=${datadir}"
+
+RDEPENDS_${PN} += " \
+	python3-netserver \
+"
-- 
2.25.1




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

* [meta-virtualization] [PATCH] python3-mock: Remove recipe
@ 2020-09-22  2:29               ` zhengruoqin
  2020-09-22  2:29                 ` [meta-virtualization] [PATCH] python3-mistralclient: Change to python3 zhengruoqin
  0 siblings, 1 reply; 11+ messages in thread
From: zhengruoqin @ 2020-09-22  2:29 UTC (permalink / raw)
  To: meta-virtualization

Remove this recipe, because a higher version of the recipe exists in:
meta-openembedded/meta-python/recipes-devtools/python/python3-mock_4.0.2.bb

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
---
 .../recipes-devtools/python/python-mock.inc        | 14 --------------
 .../recipes-devtools/python/python3-mock_4.0.1.bb  |  5 -----
 2 files changed, 19 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-mock.inc
 delete mode 100644 meta-openstack/recipes-devtools/python/python3-mock_4.0.1.bb

diff --git a/meta-openstack/recipes-devtools/python/python-mock.inc b/meta-openstack/recipes-devtools/python/python-mock.inc
deleted file mode 100644
index f05061f..0000000
--- a/meta-openstack/recipes-devtools/python/python-mock.inc
+++ /dev/null
@@ -1,14 +0,0 @@
-DESCRIPTION = "A Python Mocking and Patching Library for Testing"
-HOMEPAGE = "https://pypi.python.org/pypi/mock"
-SECTION = "devel/python"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=de9dfbf780446b18aab11f00baaf5b7e"
-
-inherit pypi
-
-RDEPENDS_${PN} += "${PYTHON_PN}-prettytable \
-            ${PYTHON_PN}-cmd2 \
-            ${PYTHON_PN}-pyparsing \
-            ${PYTHON_PN}-mccabe \
-            ${PYTHON_PN}-pep8 \
-            ${PYTHON_PN}-pyflakes"
diff --git a/meta-openstack/recipes-devtools/python/python3-mock_4.0.1.bb b/meta-openstack/recipes-devtools/python/python3-mock_4.0.1.bb
deleted file mode 100644
index 3dcb028..0000000
--- a/meta-openstack/recipes-devtools/python/python3-mock_4.0.1.bb
+++ /dev/null
@@ -1,5 +0,0 @@
-require python-mock.inc
-inherit setuptools3
-
-SRC_URI[md5sum] = "8f48ba3fd059e7cfad92f8354064adfd"
-SRC_URI[sha256sum] = "2a572b715f09dd2f0a583d8aeb5bb67d7ed7a8fd31d193cf1227a99c16a67bc3"
\ No newline at end of file
-- 
2.25.1




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

* [meta-virtualization] [PATCH] python3-mistralclient: Change to python3
@ 2020-09-22  2:29                 ` zhengruoqin
  2020-09-28  2:44                   ` Bruce Ashfield
  0 siblings, 1 reply; 11+ messages in thread
From: zhengruoqin @ 2020-09-22  2:29 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-mistralclient_git.bb        | 32 -------------------
 .../python/python3-mistralclient_4.1.1.bb     | 29 +++++++++++++++++
 2 files changed, 29 insertions(+), 32 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-mistralclient_git.bb
 create mode 100644 meta-openstack/recipes-devtools/python/python3-mistralclient_4.1.1.bb

diff --git a/meta-openstack/recipes-devtools/python/python-mistralclient_git.bb b/meta-openstack/recipes-devtools/python/python-mistralclient_git.bb
deleted file mode 100644
index c9002e9..0000000
--- a/meta-openstack/recipes-devtools/python/python-mistralclient_git.bb
+++ /dev/null
@@ -1,32 +0,0 @@
-DESCRIPTION = "Python client for Mistral REST API"
-HOMEPAGE = "https://github.com/openstack/python-mistralclient"
-SECTION = "devel/python"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
-
-DEPENDS += " \
-        python-pip \
-        python-pbr \
-        "
-
-# Satisfy setup.py 'setup_requires'
-DEPENDS += " \
-        python-pbr-native \
-        "
-
-RDEPENDS_${PN} +=" \
-        python-cliff \
-        python-pbr \
-        python-keystoneclient \
-        python-pyyaml \
-        python-requests \
-	"
-
-SRCNAME = "mistralclient"
-SRC_URI = "git://github.com/openstack/${BPN}.git;branch=master"
-
-PV = "1.1.0+git${SRCPV}"
-SRCREV = "48e2780ee0148efc186c8972ca22e572fa2433c5"
-S = "${WORKDIR}/git"
-
-inherit setuptools3
diff --git a/meta-openstack/recipes-devtools/python/python3-mistralclient_4.1.1.bb b/meta-openstack/recipes-devtools/python/python3-mistralclient_4.1.1.bb
new file mode 100644
index 0000000..dd0eb90
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-mistralclient_4.1.1.bb
@@ -0,0 +1,29 @@
+DESCRIPTION = "Python client for Mistral REST API"
+HOMEPAGE = "https://github.com/openstack/python-mistralclient"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
+
+SRC_URI[sha256sum] = "b03d52ec860df292192a0face767585633e209ba9297fc71da70d42d6a76aebe"
+
+PYPI_PACKAGE = "python-mistralclient"
+
+DEPENDS += " \
+        python3-pip \
+        python3-pbr \
+        "
+
+# Satisfy setup.py 'setup_requires'
+DEPENDS += " \
+        python3-pbr-native \
+        "
+
+RDEPENDS_${PN} +=" \
+        python3-cliff \
+        python3-pbr \
+        python3-keystoneclient \
+        python3-pyyaml \
+        python3-requests \
+	"
+
+inherit setuptools3 pypi
-- 
2.25.1




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

* Re: [meta-virtualization] [PATCH] python3-mistralclient: Change to python3
  2020-09-22  2:29                 ` [meta-virtualization] [PATCH] python3-mistralclient: Change to python3 zhengruoqin
@ 2020-09-28  2:44                   ` Bruce Ashfield
  0 siblings, 0 replies; 11+ messages in thread
From: Bruce Ashfield @ 2020-09-28  2:44 UTC (permalink / raw)
  To: zhengruoqin; +Cc: meta-virtualization

merged.

Bruce

In message: [meta-virtualization] [PATCH] python3-mistralclient: Change to python3
on 22/09/2020 zhengruoqin wrote:

> 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-mistralclient_git.bb        | 32 -------------------
>  .../python/python3-mistralclient_4.1.1.bb     | 29 +++++++++++++++++
>  2 files changed, 29 insertions(+), 32 deletions(-)
>  delete mode 100644 meta-openstack/recipes-devtools/python/python-mistralclient_git.bb
>  create mode 100644 meta-openstack/recipes-devtools/python/python3-mistralclient_4.1.1.bb
> 
> diff --git a/meta-openstack/recipes-devtools/python/python-mistralclient_git.bb b/meta-openstack/recipes-devtools/python/python-mistralclient_git.bb
> deleted file mode 100644
> index c9002e9..0000000
> --- a/meta-openstack/recipes-devtools/python/python-mistralclient_git.bb
> +++ /dev/null
> @@ -1,32 +0,0 @@
> -DESCRIPTION = "Python client for Mistral REST API"
> -HOMEPAGE = "https://github.com/openstack/python-mistralclient"
> -SECTION = "devel/python"
> -LICENSE = "Apache-2.0"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
> -
> -DEPENDS += " \
> -        python-pip \
> -        python-pbr \
> -        "
> -
> -# Satisfy setup.py 'setup_requires'
> -DEPENDS += " \
> -        python-pbr-native \
> -        "
> -
> -RDEPENDS_${PN} +=" \
> -        python-cliff \
> -        python-pbr \
> -        python-keystoneclient \
> -        python-pyyaml \
> -        python-requests \
> -	"
> -
> -SRCNAME = "mistralclient"
> -SRC_URI = "git://github.com/openstack/${BPN}.git;branch=master"
> -
> -PV = "1.1.0+git${SRCPV}"
> -SRCREV = "48e2780ee0148efc186c8972ca22e572fa2433c5"
> -S = "${WORKDIR}/git"
> -
> -inherit setuptools3
> diff --git a/meta-openstack/recipes-devtools/python/python3-mistralclient_4.1.1.bb b/meta-openstack/recipes-devtools/python/python3-mistralclient_4.1.1.bb
> new file mode 100644
> index 0000000..dd0eb90
> --- /dev/null
> +++ b/meta-openstack/recipes-devtools/python/python3-mistralclient_4.1.1.bb
> @@ -0,0 +1,29 @@
> +DESCRIPTION = "Python client for Mistral REST API"
> +HOMEPAGE = "https://github.com/openstack/python-mistralclient"
> +SECTION = "devel/python"
> +LICENSE = "Apache-2.0"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
> +
> +SRC_URI[sha256sum] = "b03d52ec860df292192a0face767585633e209ba9297fc71da70d42d6a76aebe"
> +
> +PYPI_PACKAGE = "python-mistralclient"
> +
> +DEPENDS += " \
> +        python3-pip \
> +        python3-pbr \
> +        "
> +
> +# Satisfy setup.py 'setup_requires'
> +DEPENDS += " \
> +        python3-pbr-native \
> +        "
> +
> +RDEPENDS_${PN} +=" \
> +        python3-cliff \
> +        python3-pbr \
> +        python3-keystoneclient \
> +        python3-pyyaml \
> +        python3-requests \
> +	"
> +
> +inherit setuptools3 pypi
> -- 
> 2.25.1
> 
> 
> 

> 
> 
> 



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

end of thread, other threads:[~2020-09-28  2:45 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-22  2:26 [meta-virtualization] [PATCH] python3-keystoneauth1: upgrade 3.18.0 -> 4.2.1 zhengruoqin
2020-09-22  2:27 ` [meta-virtualization] [PATCH] python3-kombu: upgrade 4.6.6 -> 5.0.2 zhengruoqin
2020-09-22  2:27   ` [meta-virtualization] [PATCH] python3-lesscpy: upgrade 0.10.2 -> 0.14.0 zhengruoqin
2020-09-22  2:27     ` [meta-virtualization] [PATCH] python3-logutils: Consolidate in a single file zhengruoqin
2020-09-22  2:27       ` [meta-virtualization] [PATCH] python3-mccabe: Remove recipe zhengruoqin
2020-09-22  2:28         ` [meta-virtualization] [PATCH] python3-memcached: upgrade 1.57 -> 1.59 zhengruoqin
2020-09-22  2:28           ` [meta-virtualization] [PATCH] python3-memcache: upgrade 1.2.9 -> 3.4.0 zhengruoqin
2020-09-22  2:28             ` [meta-virtualization] [PATCH] python3-mimeparse: upgrade 0.1.4 -> 1.6.0 zhengruoqin
2020-09-22  2:29               ` [meta-virtualization] [PATCH] python3-mock: Remove recipe zhengruoqin
2020-09-22  2:29                 ` [meta-virtualization] [PATCH] python3-mistralclient: Change to python3 zhengruoqin
2020-09-28  2:44                   ` 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.