All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] [meta-virtualization][PATCH] python3-keystoneclient: Change python to python3
@ 2020-07-28  0:44 Wang Mingyu
  2020-07-28  0:44 ` [PATCH 2/3] [meta-virtualization][PATCH] python3-pycadf: " Wang Mingyu
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Wang Mingyu @ 2020-07-28  0:44 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Wang Mingyu

Version updated to 3.13.1

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
 .../keystone-api-check.sh                     |  0
 ...t_git.bb => python3-keystoneclient_git.bb} | 40 ++++++++++---------
 2 files changed, 21 insertions(+), 19 deletions(-)
 rename meta-openstack/recipes-devtools/python/{python-keystoneclient => python3-keystoneclient}/keystone-api-check.sh (100%)
 rename meta-openstack/recipes-devtools/python/{python-keystoneclient_git.bb => python3-keystoneclient_git.bb} (59%)

diff --git a/meta-openstack/recipes-devtools/python/python-keystoneclient/keystone-api-check.sh b/meta-openstack/recipes-devtools/python/python3-keystoneclient/keystone-api-check.sh
similarity index 100%
rename from meta-openstack/recipes-devtools/python/python-keystoneclient/keystone-api-check.sh
rename to meta-openstack/recipes-devtools/python/python3-keystoneclient/keystone-api-check.sh
diff --git a/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb b/meta-openstack/recipes-devtools/python/python3-keystoneclient_git.bb
similarity index 59%
rename from meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb
rename to meta-openstack/recipes-devtools/python/python3-keystoneclient_git.bb
index c7bfef4..c8fe38a 100644
--- a/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python3-keystoneclient_git.bb
@@ -6,12 +6,14 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4a4d0e932ffae1c0131528d30d419c55"
 
 SRCNAME = "keystoneclient"
 
+SRC_URI = "file://keystone-api-check.sh"
+
 SRC_URI = "\
-	git://github.com/openstack/python-keystoneclient.git;branch=stable/pike \
-	file://keystone-api-check.sh \
-	"
+        git://github.com/openstack/python-keystoneclient.git;branch=stable/pike \
+        file://keystone-api-check.sh \
+        "
 
-PV = "3.13.0+git${SRCPV}"
+PV = "4.1.0+git${SRCPV}"
 SRCREV = "7ff05baa1fa56f152173651f16fc6fd181291292"
 S = "${WORKDIR}/git"
 
@@ -20,28 +22,28 @@ inherit setuptools3 monitor
 FILES_${PN}-doc += "${datadir}/keystoneclient" 
 
 DEPENDS += " \
-        python-pip \
-        python-pbr \
+        python3-pip \
+        python3-pbr \
         "
 
 # Satisfy setup.py 'setup_requires'
 DEPENDS += " \
-        python-pbr-native \
+        python3-pbr-native \
         "
 
 RDEPENDS_${PN} += " \
         bash \
-        python-pbr \
-        python-debtcollector \
-        python-keystoneauth1 \
-        python-oslo.config \
-        python-oslo.i18n \
-        python-oslo.serialization \
-        python-oslo.utils \
-        python-positional \
-        python-requests \
-        python-six \
-        python-stevedore \
+        python3-pbr \
+        python3-debtcollector \
+        python3-keystoneauth1 \
+        python3-oslo.config \
+        python3-oslo.i18n \
+        python3-oslo.serialization \
+        python3-oslo.utils \
+        python3-positional \
+        python3-requests \
+        python3-six \
+        python3-stevedore \
         "
 
 do_install_append() {
@@ -53,7 +55,7 @@ PACKAGES =+ " ${SRCNAME}-tests"
 FILES_${SRCNAME}-tests = "${PYTHON_SITEPACKAGES_DIR}/${SRCNAME}/examples \
         "
 RDEPENDS_${SRCNAME}-tests += " \
-	python-httpretty \
+	python3-httpretty \
         bash \
 	"
 
-- 
2.17.1




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

* [PATCH 2/3] [meta-virtualization][PATCH] python3-pycadf: Change python to python3
  2020-07-28  0:44 [PATCH 1/3] [meta-virtualization][PATCH] python3-keystoneclient: Change python to python3 Wang Mingyu
@ 2020-07-28  0:44 ` Wang Mingyu
  2020-07-28  0:44 ` [PATCH 3/3] [meta-virtualization][PATCH] python3-keystonemiddleware: " Wang Mingyu
  2020-07-30 19:46 ` [PATCH 1/3] [meta-virtualization][PATCH] python3-keystoneclient: " Bruce Ashfield
  2 siblings, 0 replies; 4+ messages in thread
From: Wang Mingyu @ 2020-07-28  0:44 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Wang Mingyu

Version updated to 3.1.0

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
 ...on-pycadf_git.bb => python3-pycadf_git.bb} | 26 +++++++++----------
 1 file changed, 13 insertions(+), 13 deletions(-)
 rename meta-openstack/recipes-devtools/python/{python-pycadf_git.bb => python3-pycadf_git.bb} (59%)

diff --git a/meta-openstack/recipes-devtools/python/python-pycadf_git.bb b/meta-openstack/recipes-devtools/python/python3-pycadf_git.bb
similarity index 59%
rename from meta-openstack/recipes-devtools/python/python-pycadf_git.bb
rename to meta-openstack/recipes-devtools/python/python3-pycadf_git.bb
index 03a105d..6e864e8 100644
--- a/meta-openstack/recipes-devtools/python/python-pycadf_git.bb
+++ b/meta-openstack/recipes-devtools/python/python3-pycadf_git.bb
@@ -4,8 +4,8 @@ SECTION = "devel/python"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8"
 
-PV = "2.10.0+git${SRCPV}"
-SRCREV = "d113c1564d49d93451d9330955e8a42b7db04149"
+PV = "3.1.0+git${SRCPV}"
+SRCREV = "2402013a8719873d65136fc283e1855166adbc26"
 
 SRCNAME = "pycadf"
 SRC_URI = "git://github.com/openstack/${SRCNAME}.git"
@@ -17,21 +17,21 @@ inherit setuptools3
 FILES_${PN} += "${datadir}/etc/${SRCNAME}/*"
 
 DEPENDS += " \
-        python-pip \
-        python-pbr \
+        python3-pip \
+        python3-pbr \
         "
 # Satisfy setup.py 'setup_requires'
 DEPENDS += " \
-        python-pbr-native \
+        python3-pbr-native \
         "
 
 RDEPENDS_${PN} += " \
-      python-babel \
-      python-iso8601 \
-      python-netaddr \
-      python-posix-ipc \
-      python-pytz \
-      python-six \
-      python-webob \
-      python-pbr \
+      python3-babel \
+      python3-iso8601 \
+      python3-netaddr \
+      python3-posix-ipc \
+      python3-pytz \
+      python3-six \
+      python3-webob \
+      python3-pbr \
         "
-- 
2.17.1




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

* [PATCH 3/3] [meta-virtualization][PATCH] python3-keystonemiddleware: Change python to python3
  2020-07-28  0:44 [PATCH 1/3] [meta-virtualization][PATCH] python3-keystoneclient: Change python to python3 Wang Mingyu
  2020-07-28  0:44 ` [PATCH 2/3] [meta-virtualization][PATCH] python3-pycadf: " Wang Mingyu
@ 2020-07-28  0:44 ` Wang Mingyu
  2020-07-30 19:46 ` [PATCH 1/3] [meta-virtualization][PATCH] python3-keystoneclient: " Bruce Ashfield
  2 siblings, 0 replies; 4+ messages in thread
From: Wang Mingyu @ 2020-07-28  0:44 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Wang Mingyu

Version updated to 4.17.1

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
 .../python/python-keystonemiddleware_git.bb   | 44 -------------------
 .../python/python3-keystonemiddleware_git.bb  | 44 +++++++++++++++++++
 2 files changed, 44 insertions(+), 44 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb
 create mode 100644 meta-openstack/recipes-devtools/python/python3-keystonemiddleware_git.bb

diff --git a/meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb b/meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb
deleted file mode 100644
index c730906..0000000
--- a/meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb
+++ /dev/null
@@ -1,44 +0,0 @@
-DESCRIPTION = "Middleware for OpenStack Identity API"
-HOMEPAGE = "https://launchpad.net/keystonemiddleware"
-SECTION = "devel/python"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=4a4d0e932ffae1c0131528d30d419c55"
-
-SRCNAME = "keystonemiddleware"
-
-SRC_URI = "\
-	git://git.openstack.org/openstack/keystonemiddleware;branch=stable/pike \
-	"
-
-PV = "4.17.0+git${SRCPV}"
-SRCREV = "69aed2693475797c8d0dda2725a790eea05a9419"
-S = "${WORKDIR}/git"
-
-inherit setuptools3
-
-DEPENDS += " \
-        python-pip \
-        python-pbr \
-        "
-
-# Satisfy setup.py 'setup_requires'
-DEPENDS += " \
-        python-pbr-native \
-        "
-
-RDEPENDS_${PN} += " \
-        python-keystoneauth1 \
-        python-oslo.config \
-        python-oslo.context \
-        python-oslo.i18n \
-        python-oslo.log \
-        python-oslo.serialization \
-        python-oslo.utils \
-        python-pbr \
-        python-positional \
-        python-pycadf \
-        python-keystoneclient \
-        python-requests \
-        python-six \
-        python-webob \
-        "
diff --git a/meta-openstack/recipes-devtools/python/python3-keystonemiddleware_git.bb b/meta-openstack/recipes-devtools/python/python3-keystonemiddleware_git.bb
new file mode 100644
index 0000000..b9f0f79
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-keystonemiddleware_git.bb
@@ -0,0 +1,44 @@
+DESCRIPTION = "Middleware for OpenStack Identity API"
+HOMEPAGE = "https://launchpad.net/keystonemiddleware"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=4a4d0e932ffae1c0131528d30d419c55"
+
+SRCNAME = "keystonemiddleware"
+
+SRC_URI = "\
+	git://git.openstack.org/openstack/keystonemiddleware;branch=stable/pike \
+	"
+
+PV = "4.17.1+git${SRCPV}"
+SRCREV = "6712e8b7125fcbcf891b7e89ecb240798dad28ac"
+S = "${WORKDIR}/git"
+
+inherit setuptools3
+
+DEPENDS += " \
+        python3-pip \
+        python3-pbr \
+        "
+
+# Satisfy setup.py 'setup_requires'
+DEPENDS += " \
+        python3-pbr-native \
+        "
+
+RDEPENDS_${PN} += " \
+        python3-keystoneauth1 \
+        python3-oslo.config \
+        python3-oslo.context \
+        python3-oslo.i18n \
+        python3-oslo.log \
+        python3-oslo.serialization \
+        python3-oslo.utils \
+        python3-pbr \
+        python3-positional \
+        python3-pycadf \
+        python3-keystoneclient \
+        python3-requests \
+        python3-six \
+        python3-webob \
+        "
-- 
2.17.1




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

* Re: [PATCH 1/3] [meta-virtualization][PATCH] python3-keystoneclient: Change python to python3
  2020-07-28  0:44 [PATCH 1/3] [meta-virtualization][PATCH] python3-keystoneclient: Change python to python3 Wang Mingyu
  2020-07-28  0:44 ` [PATCH 2/3] [meta-virtualization][PATCH] python3-pycadf: " Wang Mingyu
  2020-07-28  0:44 ` [PATCH 3/3] [meta-virtualization][PATCH] python3-keystonemiddleware: " Wang Mingyu
@ 2020-07-30 19:46 ` Bruce Ashfield
  2 siblings, 0 replies; 4+ messages in thread
From: Bruce Ashfield @ 2020-07-30 19:46 UTC (permalink / raw)
  To: Wang Mingyu; +Cc: meta-virtualization

merged.

Bruce

In message: [PATCH 1/3] [meta-virtualization][PATCH] python3-keystoneclient: Change python to python3
on 28/07/2020 Wang Mingyu wrote:

> Version updated to 3.13.1
> 
> Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
> ---
>  .../keystone-api-check.sh                     |  0
>  ...t_git.bb => python3-keystoneclient_git.bb} | 40 ++++++++++---------
>  2 files changed, 21 insertions(+), 19 deletions(-)
>  rename meta-openstack/recipes-devtools/python/{python-keystoneclient => python3-keystoneclient}/keystone-api-check.sh (100%)
>  rename meta-openstack/recipes-devtools/python/{python-keystoneclient_git.bb => python3-keystoneclient_git.bb} (59%)
> 
> diff --git a/meta-openstack/recipes-devtools/python/python-keystoneclient/keystone-api-check.sh b/meta-openstack/recipes-devtools/python/python3-keystoneclient/keystone-api-check.sh
> similarity index 100%
> rename from meta-openstack/recipes-devtools/python/python-keystoneclient/keystone-api-check.sh
> rename to meta-openstack/recipes-devtools/python/python3-keystoneclient/keystone-api-check.sh
> diff --git a/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb b/meta-openstack/recipes-devtools/python/python3-keystoneclient_git.bb
> similarity index 59%
> rename from meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb
> rename to meta-openstack/recipes-devtools/python/python3-keystoneclient_git.bb
> index c7bfef4..c8fe38a 100644
> --- a/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb
> +++ b/meta-openstack/recipes-devtools/python/python3-keystoneclient_git.bb
> @@ -6,12 +6,14 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4a4d0e932ffae1c0131528d30d419c55"
>  
>  SRCNAME = "keystoneclient"
>  
> +SRC_URI = "file://keystone-api-check.sh"
> +
>  SRC_URI = "\
> -	git://github.com/openstack/python-keystoneclient.git;branch=stable/pike \
> -	file://keystone-api-check.sh \
> -	"
> +        git://github.com/openstack/python-keystoneclient.git;branch=stable/pike \
> +        file://keystone-api-check.sh \
> +        "
>  
> -PV = "3.13.0+git${SRCPV}"
> +PV = "4.1.0+git${SRCPV}"
>  SRCREV = "7ff05baa1fa56f152173651f16fc6fd181291292"
>  S = "${WORKDIR}/git"
>  
> @@ -20,28 +22,28 @@ inherit setuptools3 monitor
>  FILES_${PN}-doc += "${datadir}/keystoneclient" 
>  
>  DEPENDS += " \
> -        python-pip \
> -        python-pbr \
> +        python3-pip \
> +        python3-pbr \
>          "
>  
>  # Satisfy setup.py 'setup_requires'
>  DEPENDS += " \
> -        python-pbr-native \
> +        python3-pbr-native \
>          "
>  
>  RDEPENDS_${PN} += " \
>          bash \
> -        python-pbr \
> -        python-debtcollector \
> -        python-keystoneauth1 \
> -        python-oslo.config \
> -        python-oslo.i18n \
> -        python-oslo.serialization \
> -        python-oslo.utils \
> -        python-positional \
> -        python-requests \
> -        python-six \
> -        python-stevedore \
> +        python3-pbr \
> +        python3-debtcollector \
> +        python3-keystoneauth1 \
> +        python3-oslo.config \
> +        python3-oslo.i18n \
> +        python3-oslo.serialization \
> +        python3-oslo.utils \
> +        python3-positional \
> +        python3-requests \
> +        python3-six \
> +        python3-stevedore \
>          "
>  
>  do_install_append() {
> @@ -53,7 +55,7 @@ PACKAGES =+ " ${SRCNAME}-tests"
>  FILES_${SRCNAME}-tests = "${PYTHON_SITEPACKAGES_DIR}/${SRCNAME}/examples \
>          "
>  RDEPENDS_${SRCNAME}-tests += " \
> -	python-httpretty \
> +	python3-httpretty \
>          bash \
>  	"
>  
> -- 
> 2.17.1
> 
> 
> 

> 



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

end of thread, other threads:[~2020-07-30 19:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-28  0:44 [PATCH 1/3] [meta-virtualization][PATCH] python3-keystoneclient: Change python to python3 Wang Mingyu
2020-07-28  0:44 ` [PATCH 2/3] [meta-virtualization][PATCH] python3-pycadf: " Wang Mingyu
2020-07-28  0:44 ` [PATCH 3/3] [meta-virtualization][PATCH] python3-keystonemiddleware: " Wang Mingyu
2020-07-30 19:46 ` [PATCH 1/3] [meta-virtualization][PATCH] python3-keystoneclient: " 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.