All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization] [PATCH] python3-pysaml2: Change to python3
@ 2020-08-18 18:36 zhengruoqin
  2020-08-18 18:36 ` [meta-virtualization] [PATCH] python3-python-editor: upgrade to 1.0.4 zhengruoqin
  0 siblings, 1 reply; 7+ messages in thread
From: zhengruoqin @ 2020-08-18 18:36 UTC (permalink / raw)
  To: meta-virtualization

-License-Update: Rename from LICENSE.txt to LICENSE.

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

diff --git a/meta-openstack/recipes-devtools/python/python-pysaml2_git.bb b/meta-openstack/recipes-devtools/python/python-pysaml2_git.bb
deleted file mode 100644
index 3e1aa9b..0000000
--- a/meta-openstack/recipes-devtools/python/python-pysaml2_git.bb
+++ /dev/null
@@ -1,24 +0,0 @@
-DESCRIPTION = "Python implementation of SAML Version 2 to be used in a WSGI environment"
-HOMEPAGE = "https://github.com/rohe/pysaml2"
-SECTION = "devel/python"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e53b335c47f863b1e324a1c9f2e8e3f3"
-
-PV = "3.0.2+git${SRCPV}"
-SRCREV = "248c629aa570b16fdc79c5a5eb2b3c4c0ee52916"
-
-SRCNAME = "pysaml2"
-SRC_URI = "git://github.com/rohe/${SRCNAME}.git"
-
-S = "${WORKDIR}/git"
-
-inherit setuptools3
-
-DEPENDS += " \
-        python-pip \
-        "
-
-RDEPENDS_${PN} += " \
-	python-zopeinterface \
-	python-repoze.who \
-        "
diff --git a/meta-openstack/recipes-devtools/python/python3-pysaml2_6.1.0.bb b/meta-openstack/recipes-devtools/python/python3-pysaml2_6.1.0.bb
new file mode 100644
index 0000000..bfd1c48
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-pysaml2_6.1.0.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "Python implementation of SAML Version 2 to be used in a WSGI environment"
+HOMEPAGE = "https://github.com/rohe/pysaml2"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=861cc9087857b5bea2e11356c3de95d9"
+
+inherit setuptools3 pypi
+
+SRC_URI[sha256sum] = "f7b80553f84bf4e3c823266d2243ab6c0303785648402fbbc1c13a14737876d4"
+
+DEPENDS += " \
+        python3-pip \
+        "
+
+RDEPENDS_${PN} += " \
+	python3-zopeinterface \
+	python3-repoze.who \
+        "
-- 
2.25.1




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

* [meta-virtualization] [PATCH] python3-python-editor: upgrade to 1.0.4
@ 2020-08-18 18:36 ` zhengruoqin
  2020-08-18 18:41   ` [PATCH] [meta-virtualization] [PATCH] python3-xstatic-angular-lrdragndrop: upgrade 1.0.2.2 -> 1.0.2.4 zhengruoqin
  0 siblings, 1 reply; 7+ messages in thread
From: zhengruoqin @ 2020-08-18 18:36 UTC (permalink / raw)
  To: meta-virtualization

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>/
---
 .../recipes-devtools/python/python-python-editor_git.bb   | 2 --
 ...n-python-editor.inc => python3-python-editor_1.0.4.bb} | 8 ++------
 .../recipes-devtools/python/python3-python-editor_git.bb  | 2 --
 3 files changed, 2 insertions(+), 10 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-python-editor_git.bb
 rename meta-openstack/recipes-devtools/python/{python-python-editor.inc => python3-python-editor_1.0.4.bb} (65%)
 delete mode 100644 meta-openstack/recipes-devtools/python/python3-python-editor_git.bb

diff --git a/meta-openstack/recipes-devtools/python/python-python-editor_git.bb b/meta-openstack/recipes-devtools/python/python-python-editor_git.bb
deleted file mode 100644
index 7529398..0000000
--- a/meta-openstack/recipes-devtools/python/python-python-editor_git.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-require python-python-editor.inc
-inherit setuptools3
diff --git a/meta-openstack/recipes-devtools/python/python-python-editor.inc b/meta-openstack/recipes-devtools/python/python3-python-editor_1.0.4.bb
similarity index 65%
rename from meta-openstack/recipes-devtools/python/python-python-editor.inc
rename to meta-openstack/recipes-devtools/python/python3-python-editor_1.0.4.bb
index 07692a3..fea7093 100644
--- a/meta-openstack/recipes-devtools/python/python-python-editor.inc
+++ b/meta-openstack/recipes-devtools/python/python3-python-editor_1.0.4.bb
@@ -4,13 +4,9 @@ SECTION = "devel/python"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"
 
-PV = "0.4+git${SRCPV}"
-SRCREV = "d6fa2a6bb3106a1ba00fe40f9af62e4ddc539e1e"
+inherit setuptools3 pypi
 
-SRCNAME = "python-editor"
-SRC_URI = "git://github.com/fmoo/${SRCNAME}.git"
-
-S = "${WORKDIR}/git"
+SRC_URI[sha256sum] = "51fda6bcc5ddbbb7063b2af7509e43bd84bfc32a4ff71349ec7847713882327b"
 
 DEPENDS += " \
         ${PYTHON_PN}-pip \
diff --git a/meta-openstack/recipes-devtools/python/python3-python-editor_git.bb b/meta-openstack/recipes-devtools/python/python3-python-editor_git.bb
deleted file mode 100644
index 7529398..0000000
--- a/meta-openstack/recipes-devtools/python/python3-python-editor_git.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-require python-python-editor.inc
-inherit setuptools3
-- 
2.25.1




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

* [PATCH] [meta-virtualization] [PATCH] python3-xstatic-angular-lrdragndrop: upgrade 1.0.2.2 -> 1.0.2.4
@ 2020-08-18 18:41   ` zhengruoqin
  2020-08-18 18:41     ` [meta-virtualization] [PATCH] python3-xstatic-angular-mock: change to python3 zhengruoqin
  0 siblings, 1 reply; 7+ messages in thread
From: zhengruoqin @ 2020-08-18 18:41 UTC (permalink / raw)
  To: meta-virtualization

-License-Update: Update PKG-INFO.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>/
---
 ....bb => python3-xstatic-angular-lrdragndrop_1.0.2.4.bb} | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
 rename meta-openstack/recipes-devtools/python/{python-xstatic-angular-lrdragndrop_1.0.2.2.bb => python3-xstatic-angular-lrdragndrop_1.0.2.4.bb} (57%)

diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-angular-lrdragndrop_1.0.2.2.bb b/meta-openstack/recipes-devtools/python/python3-xstatic-angular-lrdragndrop_1.0.2.4.bb
similarity index 57%
rename from meta-openstack/recipes-devtools/python/python-xstatic-angular-lrdragndrop_1.0.2.2.bb
rename to meta-openstack/recipes-devtools/python/python3-xstatic-angular-lrdragndrop_1.0.2.4.bb
index c754ef4..4946357 100644
--- a/meta-openstack/recipes-devtools/python/python-xstatic-angular-lrdragndrop_1.0.2.2.bb
+++ b/meta-openstack/recipes-devtools/python/python3-xstatic-angular-lrdragndrop_1.0.2.4.bb
@@ -2,17 +2,17 @@ DESCRIPTION = "LrDragNDrop javascript library packaged for setuptools3"
 HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Angular-lrdragndrop"
 SECTION = "devel/python"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://PKG-INFO;md5=92d5d5d8e51c0c2f4f6db4a084a59173"
+LIC_FILES_CHKSUM = "file://PKG-INFO;md5=a1d98e7268455ffeb218786128e982dd"
 
 PYPI_PACKAGE = "XStatic-Angular-lrdragndrop"
 
-SRC_URI[md5sum] = "afd682cab9f436cf22b025dfcabaa225"
-SRC_URI[sha256sum] = "1cf04495981db5dfd5536441e17ec69bb18d624f847ddc203f3259d81b10a77e"
+SRC_URI[md5sum] = "6c6c7969bfa89701db2b316162b36291"
+SRC_URI[sha256sum] = "5d3cce15a6342814811ddc372c6035bf4026253664c0b72a660b481cb183ae1b"
 
 inherit setuptools3 pypi
 
 DEPENDS += " \
-        python-pip \
+        python3-pip \
         "
 
 RDEPENDS_${PN} += " \
-- 
2.25.1




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

* [meta-virtualization] [PATCH] python3-xstatic-angular-mock: change to python3
@ 2020-08-18 18:41     ` zhengruoqin
  2020-08-18 18:41       ` [meta-virtualization] [PATCH] python3-xstatic-magic-search: upgrade 0.2.5.1 -> 0.2.5.2 zhengruoqin
  0 siblings, 1 reply; 7+ messages in thread
From: zhengruoqin @ 2020-08-18 18:41 UTC (permalink / raw)
  To: meta-virtualization

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>/
---
 ...ock_1.2.1.1.bb => python3-xstatic-angular-mock_1.2.1.1.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-openstack/recipes-devtools/python/{python-xstatic-angular-mock_1.2.1.1.bb => python3-xstatic-angular-mock_1.2.1.1.bb} (91%)

diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-angular-mock_1.2.1.1.bb b/meta-openstack/recipes-devtools/python/python3-xstatic-angular-mock_1.2.1.1.bb
similarity index 91%
rename from meta-openstack/recipes-devtools/python/python-xstatic-angular-mock_1.2.1.1.bb
rename to meta-openstack/recipes-devtools/python/python3-xstatic-angular-mock_1.2.1.1.bb
index 727d5b0..505a637 100644
--- a/meta-openstack/recipes-devtools/python/python-xstatic-angular-mock_1.2.1.1.bb
+++ b/meta-openstack/recipes-devtools/python/python3-xstatic-angular-mock_1.2.1.1.bb
@@ -11,10 +11,10 @@ SRC_URI[sha256sum] = "ffee6edfab8276abd8057ddc28c4d8503424c0c61938e787720766862e
 
 inherit setuptools3 pypi
 
-# DEPENDS_default: python-pip
+# DEPENDS_default: python3-pip
 
 DEPENDS += " \
-        python-pip \
+        python3-pip \
         "
 
 # RDEPENDS_default: 
-- 
2.25.1




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

* [meta-virtualization] [PATCH] python3-xstatic-magic-search: upgrade 0.2.5.1 -> 0.2.5.2
@ 2020-08-18 18:41       ` zhengruoqin
  2020-08-18 18:41         ` [meta-virtualization] [PATCH] python3-xstatic-mdi: upgrade 1.4.57.0 -> 1.6.50.2 zhengruoqin
  0 siblings, 1 reply; 7+ messages in thread
From: zhengruoqin @ 2020-08-18 18:41 UTC (permalink / raw)
  To: meta-virtualization

-License-Update: Update PKG-INFO.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>/
---
 ...h_0.2.5.1.bb => python3-xstatic-magic-search_0.2.5.2.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-openstack/recipes-devtools/python/{python-xstatic-magic-search_0.2.5.1.bb => python3-xstatic-magic-search_0.2.5.2.bb} (61%)

diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-magic-search_0.2.5.1.bb b/meta-openstack/recipes-devtools/python/python3-xstatic-magic-search_0.2.5.2.bb
similarity index 61%
rename from meta-openstack/recipes-devtools/python/python-xstatic-magic-search_0.2.5.1.bb
rename to meta-openstack/recipes-devtools/python/python3-xstatic-magic-search_0.2.5.2.bb
index 06a5ffc..1bc1457 100644
--- a/meta-openstack/recipes-devtools/python/python-xstatic-magic-search_0.2.5.1.bb
+++ b/meta-openstack/recipes-devtools/python/python3-xstatic-magic-search_0.2.5.2.bb
@@ -2,12 +2,12 @@ DESCRIPTION = "An AngularJS directive that provides a UI for both faceted filter
 HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Magic-Search"
 SECTION = "devel/python"
 LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://PKG-INFO;md5=e3d8469611ec04e52d71f2e293d54e9c"
+LIC_FILES_CHKSUM = "file://PKG-INFO;md5=ed1f7d184ee839074df6b44c744de2c0"
 
 PYPI_PACKAGE = "XStatic-Magic-Search"
 
-SRC_URI[md5sum] = "cfb8a82129fffbe1f5c6339240cb6139"
-SRC_URI[sha256sum] = "9b2f35a5792f4e763e6dc319036e3676f3e18f46153096f3ab5e507177ec007e"
+SRC_URI[md5sum] = "7edce59ce76a326b618f74f797498451"
+SRC_URI[sha256sum] = "e72fcf08e7806b60cb6b120fb712c8d221f3ba53c12a10995da01e16fa5360f5"
 
 inherit setuptools3 pypi
 
-- 
2.25.1




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

* [meta-virtualization] [PATCH] python3-xstatic-mdi: upgrade 1.4.57.0 -> 1.6.50.2
@ 2020-08-18 18:41         ` zhengruoqin
  2020-08-20 19:25           ` Bruce Ashfield
  0 siblings, 1 reply; 7+ messages in thread
From: zhengruoqin @ 2020-08-18 18:41 UTC (permalink / raw)
  To: meta-virtualization

-License-Update: Update PKG-INFO.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>/
---
 ...ic-mdi_1.4.57.0.bb => python3-xstatic-mdi_1.6.50.2.bb} | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
 rename meta-openstack/recipes-devtools/python/{python-xstatic-mdi_1.4.57.0.bb => python3-xstatic-mdi_1.6.50.2.bb} (56%)

diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-mdi_1.4.57.0.bb b/meta-openstack/recipes-devtools/python/python3-xstatic-mdi_1.6.50.2.bb
similarity index 56%
rename from meta-openstack/recipes-devtools/python/python-xstatic-mdi_1.4.57.0.bb
rename to meta-openstack/recipes-devtools/python/python3-xstatic-mdi_1.6.50.2.bb
index 9ea1473..3354f47 100644
--- a/meta-openstack/recipes-devtools/python/python-xstatic-mdi_1.4.57.0.bb
+++ b/meta-openstack/recipes-devtools/python/python3-xstatic-mdi_1.6.50.2.bb
@@ -2,17 +2,17 @@ DESCRIPTION = "mdi javascript library packaged for setuptools3 (easy_install) /
 HOMEPAGE = "https://pypi.python.org/pypi/XStatic-mdi"
 SECTION = "devel/python"
 LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://PKG-INFO;md5=898ae9ca7b59edc4521f10be07c6b622"
+LIC_FILES_CHKSUM = "file://PKG-INFO;md5=af9320964a0ddf3bd33eccd79c29f964"
 
 PYPI_PACKAGE = "XStatic-mdi"
 
-SRC_URI[md5sum] = "f3d3d58603178e5898ee1ea4737826ee"
-SRC_URI[sha256sum] = "19b4d522f8fa62fee2893b39147fcf45ebaba8b95d63f3708ebdf34e130a8a53"
+SRC_URI[md5sum] = "aa720e603fce607681cc69989fbd41a9"
+SRC_URI[sha256sum] = "be1005af7a593b0b3a349aadb05e4160ea65894248a47b246c6658345e2f10c1"
 
 inherit setuptools3 pypi
 
 DEPENDS += " \
-        python-pip \
+        python3-pip \
         "
 
 RDEPENDS_${PN} += " \
-- 
2.25.1




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

* Re: [meta-virtualization] [PATCH] python3-xstatic-mdi: upgrade 1.4.57.0 -> 1.6.50.2
  2020-08-18 18:41         ` [meta-virtualization] [PATCH] python3-xstatic-mdi: upgrade 1.4.57.0 -> 1.6.50.2 zhengruoqin
@ 2020-08-20 19:25           ` Bruce Ashfield
  0 siblings, 0 replies; 7+ messages in thread
From: Bruce Ashfield @ 2020-08-20 19:25 UTC (permalink / raw)
  To: zhengruoqin; +Cc: meta-virtualization

merged.

Bruce

In message: [meta-virtualization] [PATCH] python3-xstatic-mdi: upgrade 1.4.57.0 -> 1.6.50.2
on 19/08/2020 zhengruoqin wrote:

> -License-Update: Update PKG-INFO.
> 
> Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>/
> ---
>  ...ic-mdi_1.4.57.0.bb => python3-xstatic-mdi_1.6.50.2.bb} | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
>  rename meta-openstack/recipes-devtools/python/{python-xstatic-mdi_1.4.57.0.bb => python3-xstatic-mdi_1.6.50.2.bb} (56%)
> 
> diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-mdi_1.4.57.0.bb b/meta-openstack/recipes-devtools/python/python3-xstatic-mdi_1.6.50.2.bb
> similarity index 56%
> rename from meta-openstack/recipes-devtools/python/python-xstatic-mdi_1.4.57.0.bb
> rename to meta-openstack/recipes-devtools/python/python3-xstatic-mdi_1.6.50.2.bb
> index 9ea1473..3354f47 100644
> --- a/meta-openstack/recipes-devtools/python/python-xstatic-mdi_1.4.57.0.bb
> +++ b/meta-openstack/recipes-devtools/python/python3-xstatic-mdi_1.6.50.2.bb
> @@ -2,17 +2,17 @@ DESCRIPTION = "mdi javascript library packaged for setuptools3 (easy_install) /
>  HOMEPAGE = "https://pypi.python.org/pypi/XStatic-mdi"
>  SECTION = "devel/python"
>  LICENSE = "Apache-2.0"
> -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=898ae9ca7b59edc4521f10be07c6b622"
> +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=af9320964a0ddf3bd33eccd79c29f964"
>  
>  PYPI_PACKAGE = "XStatic-mdi"
>  
> -SRC_URI[md5sum] = "f3d3d58603178e5898ee1ea4737826ee"
> -SRC_URI[sha256sum] = "19b4d522f8fa62fee2893b39147fcf45ebaba8b95d63f3708ebdf34e130a8a53"
> +SRC_URI[md5sum] = "aa720e603fce607681cc69989fbd41a9"
> +SRC_URI[sha256sum] = "be1005af7a593b0b3a349aadb05e4160ea65894248a47b246c6658345e2f10c1"
>  
>  inherit setuptools3 pypi
>  
>  DEPENDS += " \
> -        python-pip \
> +        python3-pip \
>          "
>  
>  RDEPENDS_${PN} += " \
> -- 
> 2.25.1
> 
> 
> 

> 



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

end of thread, other threads:[~2020-08-20 19:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-18 18:36 [meta-virtualization] [PATCH] python3-pysaml2: Change to python3 zhengruoqin
2020-08-18 18:36 ` [meta-virtualization] [PATCH] python3-python-editor: upgrade to 1.0.4 zhengruoqin
2020-08-18 18:41   ` [PATCH] [meta-virtualization] [PATCH] python3-xstatic-angular-lrdragndrop: upgrade 1.0.2.2 -> 1.0.2.4 zhengruoqin
2020-08-18 18:41     ` [meta-virtualization] [PATCH] python3-xstatic-angular-mock: change to python3 zhengruoqin
2020-08-18 18:41       ` [meta-virtualization] [PATCH] python3-xstatic-magic-search: upgrade 0.2.5.1 -> 0.2.5.2 zhengruoqin
2020-08-18 18:41         ` [meta-virtualization] [PATCH] python3-xstatic-mdi: upgrade 1.4.57.0 -> 1.6.50.2 zhengruoqin
2020-08-20 19:25           ` 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.