All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][meta-cloud-services][PATCH] python3-falcon: Change python to python3
@ 2020-07-08  8:54 Wang Mingyu
  2020-07-08  8:54 ` [meta-virtualization][meta-cloud-services][PATCH] python3-xstatic-bootstrap-datepicker: upgrade 1.3.1.0 -> 1.4.0.0 Wang Mingyu
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Wang Mingyu @ 2020-07-08  8:54 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Wang Mingyu

upgrade 0.2 -> 2.0.0

python-mimeparse is only for Python 2, so remove it.

content of README.rst is changed.

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
 ...ython-falcon_0.2.bb => python3-falcon_2.0.0.bb} | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)
 rename meta-openstack/recipes-devtools/python/{python-falcon_0.2.bb => python3-falcon_2.0.0.bb} (51%)

diff --git a/meta-openstack/recipes-devtools/python/python-falcon_0.2.bb b/meta-openstack/recipes-devtools/python/python3-falcon_2.0.0.bb
similarity index 51%
rename from meta-openstack/recipes-devtools/python/python-falcon_0.2.bb
rename to meta-openstack/recipes-devtools/python/python3-falcon_2.0.0.bb
index b014a72..648a7dd 100644
--- a/meta-openstack/recipes-devtools/python/python-falcon_0.2.bb
+++ b/meta-openstack/recipes-devtools/python/python3-falcon_2.0.0.bb
@@ -2,10 +2,10 @@ DESCRIPTION = "An unladen web framework for building APIs and app backends."
 HOMEPAGE = "http://falconframework.org"
 SECTION = "devel/python"
 LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://README.rst;md5=2bf705a48be7b7799862ffe602c94b87"
+LIC_FILES_CHKSUM = "file://README.rst;md5=a0c7260e38287caff6c266d1f287e962"
 
-SRC_URI[md5sum] = "bf9e8bdd20700f1ff7ce6397cd441fbd"
-SRC_URI[sha256sum] = "92bb899bf6e58e2299e3b1de1e628b90c38544ba3354a0141d108318b50c3402"
+SRC_URI[md5sum] = "77c52c144dd284e6259d257c6f008072"
+SRC_URI[sha256sum] = "eea593cf466b9c126ce667f6d30503624ef24459f118c75594a69353b6c3d5fc"
 
 inherit setuptools3 pypi
 
@@ -15,10 +15,12 @@ do_install_append() {
 }
 
 DEPENDS += " \
-        python-pip \
+        python3-pip \
         "
 
 RDEPENDS_${PN} += " \
-        python-six \
-        python-mimeparse \
+        python3-six \
+        python3-json \
+        python3-xml \
+        python3-netserver \
         "
-- 
2.17.1




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

end of thread, other threads:[~2020-07-09  3:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-08  8:54 [meta-virtualization][meta-cloud-services][PATCH] python3-falcon: Change python to python3 Wang Mingyu
2020-07-08  8:54 ` [meta-virtualization][meta-cloud-services][PATCH] python3-xstatic-bootstrap-datepicker: upgrade 1.3.1.0 -> 1.4.0.0 Wang Mingyu
2020-07-08  8:54 ` [meta-virtualization][meta-cloud-services][PATCH] python3-xstatic-jquery-ui: Change python to python3 Wang Mingyu
2020-07-08  8:54 ` [meta-virtualization][meta-cloud-services][PATCH] python3-xstatic-tv4: " Wang Mingyu
2020-07-09  3:03 ` [meta-virtualization][meta-cloud-services][PATCH] python3-falcon: " 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.