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

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.