* [meta-virtualization] [PATCH] python3-hgtools: upgrade 6.3 -> 8.2.0
@ 2020-09-18 21:19 zangrc
2020-09-18 21:19 ` [meta-virtualization] [PATCH] python3-httpretty: upgrade 0.9.7 -> 1.0.2 zangrc
0 siblings, 1 reply; 15+ messages in thread
From: zangrc @ 2020-09-18 21:19 UTC (permalink / raw)
To: meta-virtualization
-License-Update: Update copyright.
Consolidate inc and bb files into a single bb file.
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
.../recipes-devtools/python/python-hgtools.inc | 13 -------------
.../python/python3-hgtools_6.3.bb | 2 --
.../python/python3-hgtools_8.2.0.bb | 16 ++++++++++++++++
3 files changed, 16 insertions(+), 15 deletions(-)
delete mode 100644 meta-openstack/recipes-devtools/python/python-hgtools.inc
delete mode 100644 meta-openstack/recipes-devtools/python/python3-hgtools_6.3.bb
create mode 100644 meta-openstack/recipes-devtools/python/python3-hgtools_8.2.0.bb
diff --git a/meta-openstack/recipes-devtools/python/python-hgtools.inc b/meta-openstack/recipes-devtools/python/python-hgtools.inc
deleted file mode 100644
index 561df3d..0000000
--- a/meta-openstack/recipes-devtools/python/python-hgtools.inc
+++ /dev/null
@@ -1,13 +0,0 @@
-DESCRIPTION = "Classes and setuptools plugin for Mercurial repositories"
-HOMEPAGE = "https://pypi.python.org/pypi/hgtools"
-SECTION = "devel/python"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=a428d7abf1504d4dfeb4cbde155ba484"
-
-PYPI_PACKAGE_EXT = "zip"
-
-SRC_URI[md5sum] = "584d74b81b1efae3604c53086d1a3acb"
-SRC_URI[sha256sum] = "1d0ef6ceaba1673e6923b17d7f09c5ae2f4394d16ef80562812987a27e7836ff"
-
-inherit pypi
-
diff --git a/meta-openstack/recipes-devtools/python/python3-hgtools_6.3.bb b/meta-openstack/recipes-devtools/python/python3-hgtools_6.3.bb
deleted file mode 100644
index 51a488f..0000000
--- a/meta-openstack/recipes-devtools/python/python3-hgtools_6.3.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-require python-hgtools.inc
-inherit setuptools3
diff --git a/meta-openstack/recipes-devtools/python/python3-hgtools_8.2.0.bb b/meta-openstack/recipes-devtools/python/python3-hgtools_8.2.0.bb
new file mode 100644
index 0000000..cfaf034
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-hgtools_8.2.0.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "Classes and setuptools plugin for Mercurial repositories"
+HOMEPAGE = "https://pypi.python.org/pypi/hgtools"
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=7a7126e068206290f3fe9f8d6c713ea6"
+
+SRC_URI[md5sum] = "200c967071c63efeb869470d24f250e3"
+SRC_URI[sha256sum] = "5f30e3e7729f67e414b63ae91697743bb2ec72f3cac0c514d16fd3c21bd25300"
+
+DEPENDS += " \
+ python3-setuptools-scm-native \
+ python3-toml-native \
+"
+
+inherit setuptools3 pypi
+
--
2.25.1
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [meta-virtualization] [PATCH] python3-httpretty: upgrade 0.9.7 -> 1.0.2
@ 2020-09-18 21:19 ` zangrc
2020-09-18 21:19 ` [meta-virtualization] [PATCH] python3-i18n: upgrade 0.3.1 -> 0.3.9 zangrc
0 siblings, 1 reply; 15+ messages in thread
From: zangrc @ 2020-09-18 21:19 UTC (permalink / raw)
To: meta-virtualization
-License-Update: Copyright year updated to 2020.
Consolidate inc and bb files into a single bb file.
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
.../python/python-httpretty.inc | 18 --------------
.../python/python3-httpretty_0.9.7.bb | 3 ---
.../python/python3-httpretty_1.0.2.bb | 24 +++++++++++++++++++
3 files changed, 24 insertions(+), 21 deletions(-)
delete mode 100644 meta-openstack/recipes-devtools/python/python-httpretty.inc
delete mode 100644 meta-openstack/recipes-devtools/python/python3-httpretty_0.9.7.bb
create mode 100644 meta-openstack/recipes-devtools/python/python3-httpretty_1.0.2.bb
diff --git a/meta-openstack/recipes-devtools/python/python-httpretty.inc b/meta-openstack/recipes-devtools/python/python-httpretty.inc
deleted file mode 100644
index 97bd6b3..0000000
--- a/meta-openstack/recipes-devtools/python/python-httpretty.inc
+++ /dev/null
@@ -1,18 +0,0 @@
-#
-# Copyright (C) 2014 Wind River Systems, Inc.
-#
-DESCRIPTION = "HTTP client mock for Python"
-HOMEPAGE = "https://pypi.python.org/pypi/httpretty"
-SECTION = "devel/python"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://COPYING;md5=113a91608a1d89039af9393c39bcaa2c"
-
-SRC_URI[md5sum] = "2fc3d0dc986200be95ce8ad3ef56bc04"
-SRC_URI[sha256sum] = "66216f26b9d2c52e81808f3e674a6fb65d4bf719721394a1a9be926177e55fbe"
-
-inherit pypi
-
-DEPENDS += " \
- ${PYTHON_PN}-pip \
- "
-
diff --git a/meta-openstack/recipes-devtools/python/python3-httpretty_0.9.7.bb b/meta-openstack/recipes-devtools/python/python3-httpretty_0.9.7.bb
deleted file mode 100644
index b9f7699..0000000
--- a/meta-openstack/recipes-devtools/python/python3-httpretty_0.9.7.bb
+++ /dev/null
@@ -1,3 +0,0 @@
-inherit setuptools3
-require python-httpretty.inc
-
diff --git a/meta-openstack/recipes-devtools/python/python3-httpretty_1.0.2.bb b/meta-openstack/recipes-devtools/python/python3-httpretty_1.0.2.bb
new file mode 100644
index 0000000..0b8f192
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-httpretty_1.0.2.bb
@@ -0,0 +1,24 @@
+#
+# Copyright (C) 2014 Wind River Systems, Inc.
+#
+DESCRIPTION = "HTTP client mock for Python"
+HOMEPAGE = "https://pypi.python.org/pypi/httpretty"
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d87f7868a62b8d598eab40164594d21b"
+
+SRC_URI[md5sum] = "1f6b9b64818837134b93839e5c7051bb"
+SRC_URI[sha256sum] = "24a6fd2fe1c76e94801b74db8f52c0fb42718dc4a199a861b305b1a492b9d868"
+
+inherit setuptools3 pypi
+
+DEPENDS += " \
+ ${PYTHON_PN}-pip \
+ "
+
+RDEPENDS_${PN} = " \
+ ${PYTHON_PN}-crypt \
+ ${PYTHON_PN}-logging \
+ ${PYTHON_PN}-json \
+ ${PYTHON_PN}-typing \
+"
--
2.25.1
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [meta-virtualization] [PATCH] python3-i18n: upgrade 0.3.1 -> 0.3.9
@ 2020-09-18 21:19 ` zangrc
2020-09-18 21:20 ` [meta-virtualization] [PATCH] python3-ipaddr: upgrade 2.1.11 -> 2.2.0 zangrc
0 siblings, 1 reply; 15+ messages in thread
From: zangrc @ 2020-09-18 21:19 UTC (permalink / raw)
To: meta-virtualization
-License-Update: Update README.md.
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
.../recipes-devtools/python/python3-i18n_0.3.1.bb | 2 --
.../python/{python-i18n.inc => python3-i18n_0.3.9.bb} | 8 ++++----
2 files changed, 4 insertions(+), 6 deletions(-)
delete mode 100644 meta-openstack/recipes-devtools/python/python3-i18n_0.3.1.bb
rename meta-openstack/recipes-devtools/python/{python-i18n.inc => python3-i18n_0.3.9.bb} (58%)
diff --git a/meta-openstack/recipes-devtools/python/python3-i18n_0.3.1.bb b/meta-openstack/recipes-devtools/python/python3-i18n_0.3.1.bb
deleted file mode 100644
index 8e98d13..0000000
--- a/meta-openstack/recipes-devtools/python/python3-i18n_0.3.1.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-require python-i18n.inc
-inherit setuptools3
diff --git a/meta-openstack/recipes-devtools/python/python-i18n.inc b/meta-openstack/recipes-devtools/python/python3-i18n_0.3.9.bb
similarity index 58%
rename from meta-openstack/recipes-devtools/python/python-i18n.inc
rename to meta-openstack/recipes-devtools/python/python3-i18n_0.3.9.bb
index 74200e7..92a5aa3 100644
--- a/meta-openstack/recipes-devtools/python/python-i18n.inc
+++ b/meta-openstack/recipes-devtools/python/python3-i18n_0.3.9.bb
@@ -2,14 +2,14 @@ DESCRIPTION = "Translation library for Python"
HOMEPAGE = "https://github.com/tuvistavie/python-i18n"
SECTION = "devel/python"
LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://README.md;md5=7624ac071dec291ca8ef74e62e536a7a"
+LIC_FILES_CHKSUM = "file://README.md;md5=57cb947993e30ec5ab6df3f12d04ebad"
PYPI_PACKAGE = "python-i18n"
-SRC_URI[md5sum] = "08b8c247add9f90806c4742a685fdb88"
-SRC_URI[sha256sum] = "e1d832ff7d1d39ce593793cc709b2344aa8fdf321cf707081335f146160d9f20"
+SRC_URI[md5sum] = "581de49007179e536c4c47982a651cea"
+SRC_URI[sha256sum] = "df97f3d2364bf3a7ebfbd6cbefe8e45483468e52a9e30b909c6078f5f471e4e8"
-inherit pypi
+inherit setuptools3 pypi
# DEPENDS_default: python-pip
--
2.25.1
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [meta-virtualization] [PATCH] python3-ipaddr: upgrade 2.1.11 -> 2.2.0
@ 2020-09-18 21:20 ` zangrc
2020-09-18 21:20 ` [meta-virtualization] [PATCH] python3-jsonpath-rw: Consolidate in a single file zangrc
0 siblings, 1 reply; 15+ messages in thread
From: zangrc @ 2020-09-18 21:20 UTC (permalink / raw)
To: meta-virtualization
-License-Update: Update PKG-INFO.
Because python2 is no longer maintained, bb file is changed to python3 version.
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
.../python/python-ipaddr_2.1.11.bb | 19 -------------------
.../python/python3-ipaddr_2.2.0.bb | 19 +++++++++++++++++++
2 files changed, 19 insertions(+), 19 deletions(-)
delete mode 100644 meta-openstack/recipes-devtools/python/python-ipaddr_2.1.11.bb
create mode 100644 meta-openstack/recipes-devtools/python/python3-ipaddr_2.2.0.bb
diff --git a/meta-openstack/recipes-devtools/python/python-ipaddr_2.1.11.bb b/meta-openstack/recipes-devtools/python/python-ipaddr_2.1.11.bb
deleted file mode 100644
index 989f715..0000000
--- a/meta-openstack/recipes-devtools/python/python-ipaddr_2.1.11.bb
+++ /dev/null
@@ -1,19 +0,0 @@
-DESCRIPTION = "Google's IP address manipulation library"
-HOMEPAGE = "http://code.google.com/p/ipaddr-py/"
-SECTION = "devel/python"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://PKG-INFO;md5=d8b8c1199001505d7b77da5db34ba441"
-
-SRC_URI[md5sum] = "f2c7852f95862715f92e7d089dc3f2cf"
-SRC_URI[sha256sum] = "1b555b8a8800134fdafe32b7d0cb52f5bdbfdd093707c3dd484c5ea59f1d98b7"
-
-inherit distutils3 pypi
-
-DEPENDS += " \
- python-pip \
- python-pbr \
- "
-
-RDEPENDS_${PN} += " \
- python-pbr \
- "
diff --git a/meta-openstack/recipes-devtools/python/python3-ipaddr_2.2.0.bb b/meta-openstack/recipes-devtools/python/python3-ipaddr_2.2.0.bb
new file mode 100644
index 0000000..008ae39
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-ipaddr_2.2.0.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "Google's IP address manipulation library"
+HOMEPAGE = "http://code.google.com/p/ipaddr-py/"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://PKG-INFO;md5=e7e54827196088e6e96b33e9aec35c4a"
+
+SRC_URI[md5sum] = "f88353e40dec06410acfa075b8209b27"
+SRC_URI[sha256sum] = "4092dfe667588d16aa12b59acb7c8a4024e5dcb23a681cd0b0b602373eca88d6"
+
+inherit distutils3 pypi
+
+DEPENDS += " \
+ python3-pip \
+ python3-pbr \
+ "
+
+RDEPENDS_${PN} += " \
+ python3-pbr \
+ "
--
2.25.1
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [meta-virtualization] [PATCH] python3-jsonpath-rw: Consolidate in a single file
@ 2020-09-18 21:20 ` zangrc
2020-09-18 21:20 ` [meta-virtualization] [PATCH] python3-jsonpath-rw-ext: Change to python3 zangrc
0 siblings, 1 reply; 15+ messages in thread
From: zangrc @ 2020-09-18 21:20 UTC (permalink / raw)
To: meta-virtualization
Consolidate inc and bb files into a single bb file.
Since python2 is no longer maintained, the recipe of python2 is removed.
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
.../recipes-devtools/python/python-jsonpath-rw.inc | 10 ----------
.../python/python-jsonpath-rw_1.4.0.bb | 2 --
.../python/python3-jsonpath-rw_1.4.0.bb | 12 ++++++++++--
3 files changed, 10 insertions(+), 14 deletions(-)
delete mode 100644 meta-openstack/recipes-devtools/python/python-jsonpath-rw.inc
delete mode 100644 meta-openstack/recipes-devtools/python/python-jsonpath-rw_1.4.0.bb
diff --git a/meta-openstack/recipes-devtools/python/python-jsonpath-rw.inc b/meta-openstack/recipes-devtools/python/python-jsonpath-rw.inc
deleted file mode 100644
index dc2bad2..0000000
--- a/meta-openstack/recipes-devtools/python/python-jsonpath-rw.inc
+++ /dev/null
@@ -1,10 +0,0 @@
-DESCRIPTION = "A robust and significantly extended implementation of JSONPath for Python"
-HOMEPAGE = "https://github.com/kennknowles/python-jsonpath-rw"
-SECTION = "devel/python"
-LICENSE = "BSD+"
-LIC_FILES_CHKSUM = "file://README.rst;md5=02384665f821c394981e0dd1faec9a7d"
-
-SRC_URI[md5sum] = "3a807e05c2c12158fc6bb0a402fd5778"
-SRC_URI[sha256sum] = "05c471281c45ae113f6103d1268ec7a4831a2e96aa80de45edc89b11fac4fbec"
-
-inherit pypi
diff --git a/meta-openstack/recipes-devtools/python/python-jsonpath-rw_1.4.0.bb b/meta-openstack/recipes-devtools/python/python-jsonpath-rw_1.4.0.bb
deleted file mode 100644
index c320f01..0000000
--- a/meta-openstack/recipes-devtools/python/python-jsonpath-rw_1.4.0.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-require python-jsonpath-rw.inc
-inherit setuptools3
diff --git a/meta-openstack/recipes-devtools/python/python3-jsonpath-rw_1.4.0.bb b/meta-openstack/recipes-devtools/python/python3-jsonpath-rw_1.4.0.bb
index c320f01..77366f3 100644
--- a/meta-openstack/recipes-devtools/python/python3-jsonpath-rw_1.4.0.bb
+++ b/meta-openstack/recipes-devtools/python/python3-jsonpath-rw_1.4.0.bb
@@ -1,2 +1,10 @@
-require python-jsonpath-rw.inc
-inherit setuptools3
+DESCRIPTION = "A robust and significantly extended implementation of JSONPath for Python"
+HOMEPAGE = "https://github.com/kennknowles/python-jsonpath-rw"
+SECTION = "devel/python"
+LICENSE = "BSD+"
+LIC_FILES_CHKSUM = "file://README.rst;md5=02384665f821c394981e0dd1faec9a7d"
+
+SRC_URI[md5sum] = "3a807e05c2c12158fc6bb0a402fd5778"
+SRC_URI[sha256sum] = "05c471281c45ae113f6103d1268ec7a4831a2e96aa80de45edc89b11fac4fbec"
+
+inherit setuptools3 pypi
--
2.25.1
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [meta-virtualization] [PATCH] python3-jsonpath-rw-ext: Change to python3
@ 2020-09-18 21:20 ` zangrc
2020-09-18 21:20 ` [meta-virtualization] [PATCH] python3-kafka: upgrade 1.4.7 -> 2.0.1 zangrc
0 siblings, 1 reply; 15+ messages in thread
From: zangrc @ 2020-09-18 21:20 UTC (permalink / raw)
To: meta-virtualization
Because python2 is no longer maintained, bb file is changed to python3 version.
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
...it.bb => python3-jsonpath-rw-ext_1.2.2.bb} | 22 ++++++++-----------
1 file changed, 9 insertions(+), 13 deletions(-)
rename meta-openstack/recipes-devtools/python/{python-jsonpath-rw-ext_git.bb => python3-jsonpath-rw-ext_1.2.2.bb} (51%)
diff --git a/meta-openstack/recipes-devtools/python/python-jsonpath-rw-ext_git.bb b/meta-openstack/recipes-devtools/python/python3-jsonpath-rw-ext_1.2.2.bb
similarity index 51%
rename from meta-openstack/recipes-devtools/python/python-jsonpath-rw-ext_git.bb
rename to meta-openstack/recipes-devtools/python/python3-jsonpath-rw-ext_1.2.2.bb
index c6416f9..a4517a6 100644
--- a/meta-openstack/recipes-devtools/python/python-jsonpath-rw-ext_git.bb
+++ b/meta-openstack/recipes-devtools/python/python3-jsonpath-rw-ext_1.2.2.bb
@@ -3,30 +3,26 @@ HOMEPAGE = "https://github.com/sileht/python-jsonpath-rw-ext"
SECTION = "devel/python"
LICENSE = "Apache-2.0"
-PV = "0.1.9+git${SRCPV}"
-SRCREV = "0a2d032f9743f5c9dd0f29be20a22b3f3388a93d"
-
-SRCNAME = "jsonpath-rw-ext"
-
LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
-SRC_URI = "git://github.com/sileht/${BPN}.git"
-S = "${WORKDIR}/git"
+SRC_URI[sha256sum] = "a9e44e803b6d87d135b09d1e5af0db4d4cf97ba62711a80aa51c8c721980a994"
-inherit setuptools3
+inherit pypi setuptools3
DEPENDS += " \
- python-pbr \
+ python3-pbr \
"
# Satisfy setup.py 'setup_requires'
DEPENDS += " \
- python-pbr-native \
+ python3-pbr-native \
"
RDEPENDS_${PN} += " \
- python-pbr \
- python-babel \
- python-jsonpath-rw \
+ python3-pbr \
+ python3-babel \
+ python3-jsonpath-rw \
+ python3-six \
+ python3-ply \
"
--
2.25.1
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [meta-virtualization] [PATCH] python3-kafka: upgrade 1.4.7 -> 2.0.1
@ 2020-09-18 21:20 ` zangrc
2020-09-18 21:21 ` [meta-virtualization] [PATCH] python3-keyring: Change to python3 zangrc
0 siblings, 1 reply; 15+ messages in thread
From: zangrc @ 2020-09-18 21:20 UTC (permalink / raw)
To: meta-virtualization
Consolidate inc and bb files into a single bb file.
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
.../recipes-devtools/python/python-kafka.inc | 23 ----------------
.../python/python3-kafka_git.bb | 26 ++++++++++++++++++-
2 files changed, 25 insertions(+), 24 deletions(-)
delete mode 100644 meta-openstack/recipes-devtools/python/python-kafka.inc
diff --git a/meta-openstack/recipes-devtools/python/python-kafka.inc b/meta-openstack/recipes-devtools/python/python-kafka.inc
deleted file mode 100644
index 0b360c1..0000000
--- a/meta-openstack/recipes-devtools/python/python-kafka.inc
+++ /dev/null
@@ -1,23 +0,0 @@
-SUMMARY = "Python client for Apache Kafka"
-HOMEPAGE = "https://github.com/mumrah/kafka-python"
-SECTION = "devel/python"
-LICENSE = "Apache-2.0"
-
-PV = "1.4.7+git${SRCPV}"
-SRCREV = "0552b04326c73be29f209c12920ef4cbaceb9818"
-
-SRCNAME = "kafka-python"
-
-LIC_FILES_CHKSUM = "file://LICENSE;md5=22efebb1e053dcc946f4b9d17f3cbbea"
-SRC_URI = "git://github.com/mumrah/${SRCNAME}.git"
-
-S = "${WORKDIR}/git"
-
-DEPENDS += " \
- ${PYTHON_PN}-pbr \
- "
-
-RDEPENDS_${PN} += " \
- ${PYTHON_PN}-six \
- "
-
diff --git a/meta-openstack/recipes-devtools/python/python3-kafka_git.bb b/meta-openstack/recipes-devtools/python/python3-kafka_git.bb
index 55c9fcb..4fa5c2f 100644
--- a/meta-openstack/recipes-devtools/python/python3-kafka_git.bb
+++ b/meta-openstack/recipes-devtools/python/python3-kafka_git.bb
@@ -1,3 +1,27 @@
-require python-kafka.inc
+SUMMARY = "Python client for Apache Kafka"
+HOMEPAGE = "https://github.com/mumrah/kafka-python"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+
+PV = "2.0.1+git${SRCPV}"
+SRCREV = "fcc9a30c62662cee7aa2c1f69c0d06a9741e2700"
+
+SRCNAME = "kafka-python"
+
+LIC_FILES_CHKSUM = "file://LICENSE;md5=22efebb1e053dcc946f4b9d17f3cbbea"
+SRC_URI = "git://github.com/mumrah/${SRCNAME}.git"
+
+S = "${WORKDIR}/git"
+
inherit setuptools3
+DEPENDS += " \
+ ${PYTHON_PN}-pbr \
+ "
+
+RDEPENDS_${PN} += " \
+ ${PYTHON_PN}-six \
+ ${PYTHON_PN}-logging \
+ ${PYTHON_PN}-compression \
+ "
+
--
2.25.1
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [meta-virtualization] [PATCH] python3-keyring: Change to python3
@ 2020-09-18 21:21 ` zangrc
2020-09-18 21:21 ` [meta-virtualization] [PATCH] python3-xstatic-angular-irdragndrop: Consolidate in a single file zangrc
0 siblings, 1 reply; 15+ messages in thread
From: zangrc @ 2020-09-18 21:21 UTC (permalink / raw)
To: meta-virtualization
Because python2 is no longer maintained, bb file is changed to python3 version.
-License-Update:Because CONTRIBUTIRS.txt file does not exist in the latest version, choose LICENSE file to verify.
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
.../python/python-keyring_5.3.bb | 14 -------------
.../python/python3-keyring_21.4.0.bb | 21 +++++++++++++++++++
2 files changed, 21 insertions(+), 14 deletions(-)
delete mode 100644 meta-openstack/recipes-devtools/python/python-keyring_5.3.bb
create mode 100644 meta-openstack/recipes-devtools/python/python3-keyring_21.4.0.bb
diff --git a/meta-openstack/recipes-devtools/python/python-keyring_5.3.bb b/meta-openstack/recipes-devtools/python/python-keyring_5.3.bb
deleted file mode 100644
index e137fc6..0000000
--- a/meta-openstack/recipes-devtools/python/python-keyring_5.3.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-DESCRIPTION = "Store and access your passwords safely"
-HOMEPAGE = "https://pypi.python.org/pypi/keyring/"
-SECTION = "devel/python"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://CONTRIBUTORS.txt;md5=50793e96bcc5250698eddfef509a2061"
-
-PYPI_PACKAGE_EXT = "zip"
-
-SRC_URI[md5sum] = "fd50a2be4a44a78efb09a7c046b6410d"
-SRC_URI[sha256sum] = "ac2b4dc17e6edfb804b09ade15df79f251522e442976ea0c8ea0051474502cf5"
-
-inherit setuptools3 pypi
-
-DEPENDS += " python-hgtools"
diff --git a/meta-openstack/recipes-devtools/python/python3-keyring_21.4.0.bb b/meta-openstack/recipes-devtools/python/python3-keyring_21.4.0.bb
new file mode 100644
index 0000000..569a546
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-keyring_21.4.0.bb
@@ -0,0 +1,21 @@
+DESCRIPTION = "Store and access your passwords safely"
+HOMEPAGE = "https://pypi.python.org/pypi/keyring/"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=7a7126e068206290f3fe9f8d6c713ea6"
+
+SRC_URI[md5sum] = "c9691de646eced3b15e888e5b410d6a1"
+SRC_URI[sha256sum] = "9aeadd006a852b78f4b4ef7c7556c2774d2432bbef8ee538a3e9089ac8b11466"
+
+inherit setuptools3 pypi
+
+DEPENDS += " \
+ python3-hgtools \
+ python3-setuptools-scm-native \
+ python3-toml-native \
+"
+
+RDEPENDS_${PN} = " \
+ python3-logging \
+ python3-importlib-metadata \
+"
--
2.25.1
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [meta-virtualization] [PATCH] python3-xstatic-angular-irdragndrop: Consolidate in a single file
@ 2020-09-18 21:21 ` zangrc
2020-09-18 21:21 ` [meta-virtualization] [PATCH] python3-xstatic-hogan: upgrade 2.0.0.2 -> 2.0.0.3 zangrc
0 siblings, 1 reply; 15+ messages in thread
From: zangrc @ 2020-09-18 21:21 UTC (permalink / raw)
To: meta-virtualization
Consolidate inc and bb files into a single bb file.
Since python2 is no longer maintained, the recipe of python2 is removed.
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
.../python-xstatic-angular-irdragndrop.inc | 19 -----------------
...hon-xstatic-angular-irdragndrop_1.0.2.2.bb | 2 --
...on3-xstatic-angular-irdragndrop_1.0.2.2.bb | 21 +++++++++++++++++--
3 files changed, 19 insertions(+), 23 deletions(-)
delete mode 100644 meta-openstack/recipes-devtools/python/python-xstatic-angular-irdragndrop.inc
delete mode 100644 meta-openstack/recipes-devtools/python/python-xstatic-angular-irdragndrop_1.0.2.2.bb
diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-angular-irdragndrop.inc b/meta-openstack/recipes-devtools/python/python-xstatic-angular-irdragndrop.inc
deleted file mode 100644
index 90331a9..0000000
--- a/meta-openstack/recipes-devtools/python/python-xstatic-angular-irdragndrop.inc
+++ /dev/null
@@ -1,19 +0,0 @@
-DESCRIPTION = "IrDragNDrop javascript library packaged for setuptools"
-HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Angular-IrDragNDrop"
-SECTION = "devel/python"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://PKG-INFO;md5=9acc2dfc3a0345c175df08104bd22298"
-
-PYPI_PACKAGE = "XStatic-Angular-IrDragNDrop"
-
-SRC_URI[md5sum] = "6ea8809bae94014aef699d58836dba84"
-SRC_URI[sha256sum] = "5595f4a98ac8f8468f7e56dc916e10c0fc5f0197567899a75755f99fe8b5bd6d"
-
-inherit pypi
-
-DEPENDS += " \
- ${PYTHON_PN}-pip \
- "
-
-RDEPENDS_${PN} += " \
- "
diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-angular-irdragndrop_1.0.2.2.bb b/meta-openstack/recipes-devtools/python/python-xstatic-angular-irdragndrop_1.0.2.2.bb
deleted file mode 100644
index 72c8781..0000000
--- a/meta-openstack/recipes-devtools/python/python-xstatic-angular-irdragndrop_1.0.2.2.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-require python-xstatic-angular-irdragndrop.inc
-inherit setuptools3
diff --git a/meta-openstack/recipes-devtools/python/python3-xstatic-angular-irdragndrop_1.0.2.2.bb b/meta-openstack/recipes-devtools/python/python3-xstatic-angular-irdragndrop_1.0.2.2.bb
index 72c8781..b50fe20 100644
--- a/meta-openstack/recipes-devtools/python/python3-xstatic-angular-irdragndrop_1.0.2.2.bb
+++ b/meta-openstack/recipes-devtools/python/python3-xstatic-angular-irdragndrop_1.0.2.2.bb
@@ -1,2 +1,19 @@
-require python-xstatic-angular-irdragndrop.inc
-inherit setuptools3
+DESCRIPTION = "IrDragNDrop javascript library packaged for setuptools"
+HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Angular-IrDragNDrop"
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://PKG-INFO;md5=9acc2dfc3a0345c175df08104bd22298"
+
+PYPI_PACKAGE = "XStatic-Angular-IrDragNDrop"
+
+SRC_URI[md5sum] = "6ea8809bae94014aef699d58836dba84"
+SRC_URI[sha256sum] = "5595f4a98ac8f8468f7e56dc916e10c0fc5f0197567899a75755f99fe8b5bd6d"
+
+inherit setuptools3 pypi
+
+DEPENDS += " \
+ ${PYTHON_PN}-pip \
+ "
+
+RDEPENDS_${PN} += " \
+ "
--
2.25.1
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [meta-virtualization] [PATCH] python3-xstatic-hogan: upgrade 2.0.0.2 -> 2.0.0.3
@ 2020-09-18 21:21 ` zangrc
2020-09-18 21:21 ` [meta-virtualization] [PATCH] python3-xstatic-jsencrypt: Change to python3 zangrc
0 siblings, 1 reply; 15+ messages in thread
From: zangrc @ 2020-09-18 21:21 UTC (permalink / raw)
To: meta-virtualization
-License-Update: Update PKG-INFO.
Consolidate inc and bb files into a single bb file.
Since python2 is no longer maintained, the recipe of python2 is removed.
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
.../python/python-xstatic-hogan_2.0.0.2.bb | 2 --
.../python/python3-xstatic-hogan_2.0.0.2.bb | 2 --
...xstatic-hogan.inc => python3-xstatic-hogan_2.0.0.3.bb} | 8 ++++----
3 files changed, 4 insertions(+), 8 deletions(-)
delete mode 100644 meta-openstack/recipes-devtools/python/python-xstatic-hogan_2.0.0.2.bb
delete mode 100644 meta-openstack/recipes-devtools/python/python3-xstatic-hogan_2.0.0.2.bb
rename meta-openstack/recipes-devtools/python/{python-xstatic-hogan.inc => python3-xstatic-hogan_2.0.0.3.bb} (58%)
diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-hogan_2.0.0.2.bb b/meta-openstack/recipes-devtools/python/python-xstatic-hogan_2.0.0.2.bb
deleted file mode 100644
index bdd3c27..0000000
--- a/meta-openstack/recipes-devtools/python/python-xstatic-hogan_2.0.0.2.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-require python-xstatic-hogan.inc
-inherit setuptools3
diff --git a/meta-openstack/recipes-devtools/python/python3-xstatic-hogan_2.0.0.2.bb b/meta-openstack/recipes-devtools/python/python3-xstatic-hogan_2.0.0.2.bb
deleted file mode 100644
index bdd3c27..0000000
--- a/meta-openstack/recipes-devtools/python/python3-xstatic-hogan_2.0.0.2.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-require python-xstatic-hogan.inc
-inherit setuptools3
diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-hogan.inc b/meta-openstack/recipes-devtools/python/python3-xstatic-hogan_2.0.0.3.bb
similarity index 58%
rename from meta-openstack/recipes-devtools/python/python-xstatic-hogan.inc
rename to meta-openstack/recipes-devtools/python/python3-xstatic-hogan_2.0.0.3.bb
index deeeae1..14f6a3d 100644
--- a/meta-openstack/recipes-devtools/python/python-xstatic-hogan.inc
+++ b/meta-openstack/recipes-devtools/python/python3-xstatic-hogan_2.0.0.3.bb
@@ -2,14 +2,14 @@ DESCRIPTION = "Hogan JavaScript library packaged for setuptools"
HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Hogan"
SECTION = "devel/python"
LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://PKG-INFO;md5=18dc983faa3113478ed59ae157a985d5"
+LIC_FILES_CHKSUM = "file://PKG-INFO;md5=e5366bec2bd8e901c248ef0df2425a7f"
PYPI_PACKAGE = "XStatic-Hogan"
-SRC_URI[md5sum] = "1c1de09c4813e8568aab98fa5270d6a0"
-SRC_URI[sha256sum] = "5941bc7fb2a09916b8837848e6fc2a13b2dfc271811e9b522c61e1337d5fc2bd"
+SRC_URI[md5sum] = "b9b7610ba5c16e9ba398efb83d26a656"
+SRC_URI[sha256sum] = "27a921963e470abbada15b2d85d198833795aaead5fd73339bc2883cfddb5619"
-inherit pypi
+inherit setuptools3 pypi
# DEPENDS_default: python-pip
--
2.25.1
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [meta-virtualization] [PATCH] python3-xstatic-jsencrypt: Change to python3
@ 2020-09-18 21:21 ` zangrc
2020-09-18 21:21 ` [meta-virtualization] [PATCH] python3-heat-cfntools: upgrade 1.2.8 -> 1.4.2 zangrc
0 siblings, 1 reply; 15+ messages in thread
From: zangrc @ 2020-09-18 21:21 UTC (permalink / raw)
To: meta-virtualization
Because python2 is no longer maintained, bb file is changed to python3 version.
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
...sencrypt_2.3.1.1.bb => python3-xstatic-jsencrypt_2.3.1.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-openstack/recipes-devtools/python/{python-xstatic-jsencrypt_2.3.1.1.bb => python3-xstatic-jsencrypt_2.3.1.1.bb} (96%)
diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-jsencrypt_2.3.1.1.bb b/meta-openstack/recipes-devtools/python/python3-xstatic-jsencrypt_2.3.1.1.bb
similarity index 96%
rename from meta-openstack/recipes-devtools/python/python-xstatic-jsencrypt_2.3.1.1.bb
rename to meta-openstack/recipes-devtools/python/python3-xstatic-jsencrypt_2.3.1.1.bb
index 5c21816..05b3dba 100644
--- a/meta-openstack/recipes-devtools/python/python-xstatic-jsencrypt_2.3.1.1.bb
+++ b/meta-openstack/recipes-devtools/python/python3-xstatic-jsencrypt_2.3.1.1.bb
@@ -14,7 +14,7 @@ inherit setuptools3 pypi
# DEPENDS_default: python-pip
DEPENDS += " \
- python-pip \
+ python3-pip \
"
# RDEPENDS_default:
--
2.25.1
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [meta-virtualization] [PATCH] python3-heat-cfntools: upgrade 1.2.8 -> 1.4.2
@ 2020-09-18 21:21 ` zangrc
2020-09-18 21:22 ` [meta-virtualization] [PATCH] python3-hp3parclient: Change to python3 zangrc
0 siblings, 1 reply; 15+ messages in thread
From: zangrc @ 2020-09-18 21:21 UTC (permalink / raw)
To: meta-virtualization
Because python2 is no longer maintained, bb file is changed to python3 version.
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
...fntools_1.2.8.bb => python3-heat-cfntools_1.4.2.bb} | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
rename meta-openstack/recipes-devtools/python/{python-heat-cfntools_1.2.8.bb => python3-heat-cfntools_1.4.2.bb} (65%)
diff --git a/meta-openstack/recipes-devtools/python/python-heat-cfntools_1.2.8.bb b/meta-openstack/recipes-devtools/python/python3-heat-cfntools_1.4.2.bb
similarity index 65%
rename from meta-openstack/recipes-devtools/python/python-heat-cfntools_1.2.8.bb
rename to meta-openstack/recipes-devtools/python/python3-heat-cfntools_1.4.2.bb
index 1160594..8439daa 100644
--- a/meta-openstack/recipes-devtools/python/python-heat-cfntools_1.2.8.bb
+++ b/meta-openstack/recipes-devtools/python/python3-heat-cfntools_1.4.2.bb
@@ -4,20 +4,20 @@ SECTION = "devel/python"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
-SRC_URI[md5sum] = "0d5f8e7685e7f9a34dbd2552ffa40984"
-SRC_URI[sha256sum] = "de7d93338d3afb71cc4c53d713740316ead0af3a9c869b1231617347e94a8326"
+SRC_URI[md5sum] = "395e95fecdfa47a89e260998fd5e50b4"
+SRC_URI[sha256sum] = "8608e11c2cfdd198bbead763a1a73008a17111c67e44a7e299922f4d5da8ca33"
inherit setuptools3 pypi
DEPENDS += "\
- python-pbr \
+ python3-pbr \
"
# Satisfy setup.py 'setup_requires'
DEPENDS += " \
- python-pbr-native \
+ python3-pbr-native \
"
RDPENDS_${PN} += "\
- python-pbr \
+ python3-pbr \
"
--
2.25.1
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [meta-virtualization] [PATCH] python3-hp3parclient: Change to python3
@ 2020-09-18 21:22 ` zangrc
2020-09-21 13:42 ` [meta-virtualization] [PATCH] python3-xstatic-jasmine: upgrade 2.4.1.1 -> 2.4.1.2 zangrc
0 siblings, 1 reply; 15+ messages in thread
From: zangrc @ 2020-09-18 21:22 UTC (permalink / raw)
To: meta-virtualization
Refresh the following patch:
fix_hp3parclient_memory_leak.patch
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
.../fix_hp3parclient_memory_leak.patch | 8 ++++----
...p3parclient_3.2.0.bb => python3-hp3parclient_3.2.0.bb} | 0
2 files changed, 4 insertions(+), 4 deletions(-)
rename meta-openstack/recipes-devtools/python/{python-hp3parclient => python3-hp3parclient}/fix_hp3parclient_memory_leak.patch (91%)
rename meta-openstack/recipes-devtools/python/{python-hp3parclient_3.2.0.bb => python3-hp3parclient_3.2.0.bb} (100%)
diff --git a/meta-openstack/recipes-devtools/python/python-hp3parclient/fix_hp3parclient_memory_leak.patch b/meta-openstack/recipes-devtools/python/python3-hp3parclient/fix_hp3parclient_memory_leak.patch
similarity index 91%
rename from meta-openstack/recipes-devtools/python/python-hp3parclient/fix_hp3parclient_memory_leak.patch
rename to meta-openstack/recipes-devtools/python/python3-hp3parclient/fix_hp3parclient_memory_leak.patch
index ac196fd..25aebc0 100644
--- a/meta-openstack/recipes-devtools/python/python-hp3parclient/fix_hp3parclient_memory_leak.patch
+++ b/meta-openstack/recipes-devtools/python/python3-hp3parclient/fix_hp3parclient_memory_leak.patch
@@ -4,7 +4,7 @@
--- a/hp3parclient/http.py
+++ b/hp3parclient/http.py
-@@ -61,6 +61,7 @@
+@@ -66,6 +66,7 @@
self.set_debug_flag(http_log_debug)
self.times = [] # [("item", starttime, endtime), ...]
@@ -25,7 +25,7 @@
def _http_log_req(self, args, kwargs):
if not self.http_log_debug:
return
-@@ -205,6 +212,9 @@
+@@ -208,6 +215,9 @@
resp, body = self.request(url, method, **kwargs)
self.times.append(("%s %s" % (method, url),
start_time, time.time()))
@@ -33,5 +33,5 @@
+ while len(self.times) > self.times_max_len:
+ del self.times[0]
return resp, body
-
-
+
+ def _do_reauth(self, url, method, ex, **kwargs):
diff --git a/meta-openstack/recipes-devtools/python/python-hp3parclient_3.2.0.bb b/meta-openstack/recipes-devtools/python/python3-hp3parclient_3.2.0.bb
similarity index 100%
rename from meta-openstack/recipes-devtools/python/python-hp3parclient_3.2.0.bb
rename to meta-openstack/recipes-devtools/python/python3-hp3parclient_3.2.0.bb
--
2.25.1
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [meta-virtualization] [PATCH] python3-xstatic-jasmine: upgrade 2.4.1.1 -> 2.4.1.2
@ 2020-09-21 13:42 ` zangrc
2020-09-21 21:34 ` Bruce Ashfield
0 siblings, 1 reply; 15+ messages in thread
From: zangrc @ 2020-09-21 13:42 UTC (permalink / raw)
To: meta-virtualization
Consolidate inc and bb files into a single bb file.
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
.../python/python3-xstatic-jasmine_2.4.1.1.bb | 2 --
...tatic-jasmine.inc => python3-xstatic-jasmine_2.4.1.2.bb} | 6 +++---
2 files changed, 3 insertions(+), 5 deletions(-)
delete mode 100644 meta-openstack/recipes-devtools/python/python3-xstatic-jasmine_2.4.1.1.bb
rename meta-openstack/recipes-devtools/python/{python-xstatic-jasmine.inc => python3-xstatic-jasmine_2.4.1.2.bb} (72%)
diff --git a/meta-openstack/recipes-devtools/python/python3-xstatic-jasmine_2.4.1.1.bb b/meta-openstack/recipes-devtools/python/python3-xstatic-jasmine_2.4.1.1.bb
deleted file mode 100644
index 86eb7e2..0000000
--- a/meta-openstack/recipes-devtools/python/python3-xstatic-jasmine_2.4.1.1.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-require python-xstatic-jasmine.inc
-inherit setuptools3
diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-jasmine.inc b/meta-openstack/recipes-devtools/python/python3-xstatic-jasmine_2.4.1.2.bb
similarity index 72%
rename from meta-openstack/recipes-devtools/python/python-xstatic-jasmine.inc
rename to meta-openstack/recipes-devtools/python/python3-xstatic-jasmine_2.4.1.2.bb
index cdfb223..7e1638b 100644
--- a/meta-openstack/recipes-devtools/python/python-xstatic-jasmine.inc
+++ b/meta-openstack/recipes-devtools/python/python3-xstatic-jasmine_2.4.1.2.bb
@@ -6,10 +6,10 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda
PYPI_PACKAGE = "XStatic-Jasmine"
-SRC_URI[md5sum] = "9378ce965dfcb4ddb64855cc717d4ec8"
-SRC_URI[sha256sum] = "d1e8bf3c0e1cf683cc2c0aad95f197e9e51ea747fb91291445223a2b7dbc4740"
+SRC_URI[md5sum] = "736937d16fd655d1f6f2096b97d8255b"
+SRC_URI[sha256sum] = "bf921be423c254a5cebc2156a7fd66d8210cefd251fc2fa51f792a153bf9e82b"
-inherit pypi
+inherit setuptools3 pypi
# DEPENDS_default: python-pip
--
2.25.1
^ permalink raw reply related [flat|nested] 15+ messages in thread
* Re: [meta-virtualization] [PATCH] python3-xstatic-jasmine: upgrade 2.4.1.1 -> 2.4.1.2
2020-09-21 13:42 ` [meta-virtualization] [PATCH] python3-xstatic-jasmine: upgrade 2.4.1.1 -> 2.4.1.2 zangrc
@ 2020-09-21 21:34 ` Bruce Ashfield
0 siblings, 0 replies; 15+ messages in thread
From: Bruce Ashfield @ 2020-09-21 21:34 UTC (permalink / raw)
To: zangrc; +Cc: meta-virtualization
merged.
Bruce
In message: [meta-virtualization] [PATCH] python3-xstatic-jasmine: upgrade 2.4.1.1 -> 2.4.1.2
on 21/09/2020 zangrc wrote:
> Consolidate inc and bb files into a single bb file.
>
> Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
> ---
> .../python/python3-xstatic-jasmine_2.4.1.1.bb | 2 --
> ...tatic-jasmine.inc => python3-xstatic-jasmine_2.4.1.2.bb} | 6 +++---
> 2 files changed, 3 insertions(+), 5 deletions(-)
> delete mode 100644 meta-openstack/recipes-devtools/python/python3-xstatic-jasmine_2.4.1.1.bb
> rename meta-openstack/recipes-devtools/python/{python-xstatic-jasmine.inc => python3-xstatic-jasmine_2.4.1.2.bb} (72%)
>
> diff --git a/meta-openstack/recipes-devtools/python/python3-xstatic-jasmine_2.4.1.1.bb b/meta-openstack/recipes-devtools/python/python3-xstatic-jasmine_2.4.1.1.bb
> deleted file mode 100644
> index 86eb7e2..0000000
> --- a/meta-openstack/recipes-devtools/python/python3-xstatic-jasmine_2.4.1.1.bb
> +++ /dev/null
> @@ -1,2 +0,0 @@
> -require python-xstatic-jasmine.inc
> -inherit setuptools3
> diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-jasmine.inc b/meta-openstack/recipes-devtools/python/python3-xstatic-jasmine_2.4.1.2.bb
> similarity index 72%
> rename from meta-openstack/recipes-devtools/python/python-xstatic-jasmine.inc
> rename to meta-openstack/recipes-devtools/python/python3-xstatic-jasmine_2.4.1.2.bb
> index cdfb223..7e1638b 100644
> --- a/meta-openstack/recipes-devtools/python/python-xstatic-jasmine.inc
> +++ b/meta-openstack/recipes-devtools/python/python3-xstatic-jasmine_2.4.1.2.bb
> @@ -6,10 +6,10 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda
>
> PYPI_PACKAGE = "XStatic-Jasmine"
>
> -SRC_URI[md5sum] = "9378ce965dfcb4ddb64855cc717d4ec8"
> -SRC_URI[sha256sum] = "d1e8bf3c0e1cf683cc2c0aad95f197e9e51ea747fb91291445223a2b7dbc4740"
> +SRC_URI[md5sum] = "736937d16fd655d1f6f2096b97d8255b"
> +SRC_URI[sha256sum] = "bf921be423c254a5cebc2156a7fd66d8210cefd251fc2fa51f792a153bf9e82b"
>
> -inherit pypi
> +inherit setuptools3 pypi
>
> # DEPENDS_default: python-pip
>
> --
> 2.25.1
>
>
>
>
>
>
^ permalink raw reply [flat|nested] 15+ messages in thread
end of thread, other threads:[~2020-09-21 21:34 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-18 21:19 [meta-virtualization] [PATCH] python3-hgtools: upgrade 6.3 -> 8.2.0 zangrc
2020-09-18 21:19 ` [meta-virtualization] [PATCH] python3-httpretty: upgrade 0.9.7 -> 1.0.2 zangrc
2020-09-18 21:19 ` [meta-virtualization] [PATCH] python3-i18n: upgrade 0.3.1 -> 0.3.9 zangrc
2020-09-18 21:20 ` [meta-virtualization] [PATCH] python3-ipaddr: upgrade 2.1.11 -> 2.2.0 zangrc
2020-09-18 21:20 ` [meta-virtualization] [PATCH] python3-jsonpath-rw: Consolidate in a single file zangrc
2020-09-18 21:20 ` [meta-virtualization] [PATCH] python3-jsonpath-rw-ext: Change to python3 zangrc
2020-09-18 21:20 ` [meta-virtualization] [PATCH] python3-kafka: upgrade 1.4.7 -> 2.0.1 zangrc
2020-09-18 21:21 ` [meta-virtualization] [PATCH] python3-keyring: Change to python3 zangrc
2020-09-18 21:21 ` [meta-virtualization] [PATCH] python3-xstatic-angular-irdragndrop: Consolidate in a single file zangrc
2020-09-18 21:21 ` [meta-virtualization] [PATCH] python3-xstatic-hogan: upgrade 2.0.0.2 -> 2.0.0.3 zangrc
2020-09-18 21:21 ` [meta-virtualization] [PATCH] python3-xstatic-jsencrypt: Change to python3 zangrc
2020-09-18 21:21 ` [meta-virtualization] [PATCH] python3-heat-cfntools: upgrade 1.2.8 -> 1.4.2 zangrc
2020-09-18 21:22 ` [meta-virtualization] [PATCH] python3-hp3parclient: Change to python3 zangrc
2020-09-21 13:42 ` [meta-virtualization] [PATCH] python3-xstatic-jasmine: upgrade 2.4.1.1 -> 2.4.1.2 zangrc
2020-09-21 21:34 ` 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.