All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization] [PATCH] python3-kazoo: upgrade 2.7.0 -> 2.8.0
@ 2020-11-10  6:45         ` zhengruoqin
  2020-11-15  4:18           ` Bruce Ashfield
  0 siblings, 1 reply; 7+ messages in thread
From: zhengruoqin @ 2020-11-10  6:45 UTC (permalink / raw
  To: meta-virtualization

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

diff --git a/meta-openstack/recipes-devtools/python/python3-kazoo_2.7.0.bb b/meta-openstack/recipes-devtools/python/python3-kazoo_2.8.0.bb
similarity index 79%
rename from meta-openstack/recipes-devtools/python/python3-kazoo_2.7.0.bb
rename to meta-openstack/recipes-devtools/python/python3-kazoo_2.8.0.bb
index adfec92c..554e1659 100644
--- a/meta-openstack/recipes-devtools/python/python3-kazoo_2.7.0.bb
+++ b/meta-openstack/recipes-devtools/python/python3-kazoo_2.8.0.bb
@@ -9,8 +9,8 @@ SRCNAME = "kazoo"
 
 PYPI_SRC_URI = "https://pypi.python.org/packages/source/k/${SRCNAME}/kazoo-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "073445f65d71520de2b6275530d88c4e"
-SRC_URI[sha256sum] = "6883f6dd3e8d4e1741076dd3b23b0861592f13759072e3835f035bcb72b077cb"
+SRC_URI[md5sum] = "5b2667e9c3f7b92675aef16c14cef97c"
+SRC_URI[sha256sum] = "588e27868e4a0ed70ae4a7a5b0f3bca4cec5e5c49dbd7e41349c0883182bf2fe"
 
 inherit setuptools3 pypi
 
-- 
2.25.1




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

* [meta-virtualization] [PATCH] python3-keyring: upgrade 21.4.0 -> 21.5.0
@ 2020-11-10  6:46       ` zhengruoqin
  2020-11-10  6:45         ` [meta-virtualization] [PATCH] python3-kazoo: upgrade 2.7.0 -> 2.8.0 zhengruoqin
  0 siblings, 1 reply; 7+ messages in thread
From: zhengruoqin @ 2020-11-10  6:46 UTC (permalink / raw
  To: meta-virtualization

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
---
 .../{python3-keyring_21.4.0.bb => python3-keyring_21.5.0.bb} | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
 rename meta-openstack/recipes-devtools/python/{python3-keyring_21.4.0.bb => python3-keyring_21.5.0.bb} (72%)

diff --git a/meta-openstack/recipes-devtools/python/python3-keyring_21.4.0.bb b/meta-openstack/recipes-devtools/python/python3-keyring_21.5.0.bb
similarity index 72%
rename from meta-openstack/recipes-devtools/python/python3-keyring_21.4.0.bb
rename to meta-openstack/recipes-devtools/python/python3-keyring_21.5.0.bb
index 569a546c..59e6dbf1 100644
--- a/meta-openstack/recipes-devtools/python/python3-keyring_21.4.0.bb
+++ b/meta-openstack/recipes-devtools/python/python3-keyring_21.5.0.bb
@@ -4,8 +4,8 @@ SECTION = "devel/python"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=7a7126e068206290f3fe9f8d6c713ea6"
 
-SRC_URI[md5sum] = "c9691de646eced3b15e888e5b410d6a1"
-SRC_URI[sha256sum] = "9aeadd006a852b78f4b4ef7c7556c2774d2432bbef8ee538a3e9089ac8b11466"
+SRC_URI[md5sum] = "1609e4804bfc08ca0adf43f9d9c90de6"
+SRC_URI[sha256sum] = "207bd66f2a9881c835dad653da04e196c678bf104f8252141d2d3c4f31051579"
 
 inherit setuptools3 pypi
 
@@ -18,4 +18,5 @@ DEPENDS += " \
 RDEPENDS_${PN} = " \
 	python3-logging \
 	python3-importlib-metadata \
+	python3-typing \
 "
-- 
2.25.1




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

* [meta-virtualization] [PATCH] python3-paste: upgrade 3.4.6 -> 3.5.0
@ 2020-11-10  6:47     ` zhengruoqin
  2020-11-10  6:46       ` [meta-virtualization] [PATCH] python3-keyring: upgrade 21.4.0 -> 21.5.0 zhengruoqin
  0 siblings, 1 reply; 7+ messages in thread
From: zhengruoqin @ 2020-11-10  6:47 UTC (permalink / raw
  To: meta-virtualization

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
---
 .../{python3-paste_3.4.6.bb => python3-paste_3.5.0.bb}    | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
 rename meta-openstack/recipes-devtools/python/{python3-paste_3.4.6.bb => python3-paste_3.5.0.bb} (60%)

diff --git a/meta-openstack/recipes-devtools/python/python3-paste_3.4.6.bb b/meta-openstack/recipes-devtools/python/python3-paste_3.5.0.bb
similarity index 60%
rename from meta-openstack/recipes-devtools/python/python3-paste_3.4.6.bb
rename to meta-openstack/recipes-devtools/python/python3-paste_3.5.0.bb
index efb3abf9..2be69ea2 100644
--- a/meta-openstack/recipes-devtools/python/python3-paste_3.4.6.bb
+++ b/meta-openstack/recipes-devtools/python/python3-paste_3.5.0.bb
@@ -6,7 +6,11 @@ LIC_FILES_CHKSUM = "file://docs/license.txt;md5=1798f29d55080c60365e6283cb49779c
 
 PYPI_PACKAGE = "Paste"
 
-SRC_URI[md5sum] = "4690566403fd89b01ae70a64245441b7"
-SRC_URI[sha256sum] = "001370f4fcc7446006b52a39ed386341fce626605af711e0ec18ddb0b4912cb7"
+SRC_URI[md5sum] = "90c56e0f84c58ca4841c0df0bcfc11d9"
+SRC_URI[sha256sum] = "1b095c42dc91d426f3ae85101796b14d265887f8f36f3aad143a5f29effdc39d"
 
 inherit setuptools3 pypi
+
+RDEPENDS_${PN} += " \
+	python3-typing \
+"
-- 
2.25.1




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

* [meta-virtualization] [PATCH] python3-routes: upgrade 2.4.1 -> 2.5.1
@ 2020-11-10  6:47   ` zhengruoqin
  2020-11-10  6:47     ` [meta-virtualization] [PATCH] python3-paste: upgrade 3.4.6 -> 3.5.0 zhengruoqin
  0 siblings, 1 reply; 7+ messages in thread
From: zhengruoqin @ 2020-11-10  6:47 UTC (permalink / raw
  To: meta-virtualization

Consolidate inc and bb files into a single bb file.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
---
 .../recipes-devtools/python/python-routes.inc   | 15 ---------------
 .../python/python3-routes_2.5.1.bb              | 17 +++++++++++++++++
 .../python/python3-routes_git.bb                |  2 --
 3 files changed, 17 insertions(+), 17 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-routes.inc
 create mode 100644 meta-openstack/recipes-devtools/python/python3-routes_2.5.1.bb
 delete mode 100644 meta-openstack/recipes-devtools/python/python3-routes_git.bb

diff --git a/meta-openstack/recipes-devtools/python/python-routes.inc b/meta-openstack/recipes-devtools/python/python-routes.inc
deleted file mode 100644
index 4224552f..00000000
--- a/meta-openstack/recipes-devtools/python/python-routes.inc
+++ /dev/null
@@ -1,15 +0,0 @@
-DESCRIPTION = "A Python re-implementation of the Rails routes system."
-HOMEPAGE = "http://routes.groovie.org"
-SECTION = "devel/python"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=90976c1a0e3029278f882cfe2e84a6ae"
-
-PV = "2.4.1+git${SRCPV}"
-SRCREV = "2dcef8079cf09f427eeb0be62374f6c1a52bf59d"
-
-SRCNAME = "Routes"
-SRC_URI = "git://github.com/bbangert/routes.git"
-
-S = "${WORKDIR}/git"
-
-RDEPENDS_${PN} += "${PYTHON_PN}-repoze.lru"
diff --git a/meta-openstack/recipes-devtools/python/python3-routes_2.5.1.bb b/meta-openstack/recipes-devtools/python/python3-routes_2.5.1.bb
new file mode 100644
index 00000000..309bb292
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-routes_2.5.1.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "A Python re-implementation of the Rails routes system."
+HOMEPAGE = "http://routes.groovie.org"
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=90976c1a0e3029278f882cfe2e84a6ae"
+
+SRC_URI[sha256sum] = "b6346459a15f0cbab01a45a90c3d25caf980d4733d628b4cc1952b865125d053"
+
+PYPI_PACKAGE = "Routes"
+
+inherit setuptools3 pypi
+
+RDEPENDS_${PN} += " \
+	${PYTHON_PN}-netclient \	
+	${PYTHON_PN}-six \	
+	${PYTHON_PN}-repoze.lru \	
+"
diff --git a/meta-openstack/recipes-devtools/python/python3-routes_git.bb b/meta-openstack/recipes-devtools/python/python3-routes_git.bb
deleted file mode 100644
index 06dd1ad7..00000000
--- a/meta-openstack/recipes-devtools/python/python3-routes_git.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-inherit setuptools3
-require python-routes.inc
-- 
2.25.1




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

* [meta-virtualization] [PATCH] python3-tempita: Consolidate in a single file
@ 2020-11-10  6:47 ` zhengruoqin
  2020-11-10  6:47   ` [meta-virtualization] [PATCH] python3-routes: upgrade 2.4.1 -> 2.5.1 zhengruoqin
  0 siblings, 1 reply; 7+ messages in thread
From: zhengruoqin @ 2020-11-10  6:47 UTC (permalink / raw
  To: meta-virtualization

Consolidate inc and bb files into a single bb file.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
---
 .../recipes-devtools/python/python-tempita.inc     | 12 ------------
 .../python/python3-tempita_0.5.3dev.bb             | 14 ++++++++++++--
 2 files changed, 12 insertions(+), 14 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-tempita.inc

diff --git a/meta-openstack/recipes-devtools/python/python-tempita.inc b/meta-openstack/recipes-devtools/python/python-tempita.inc
deleted file mode 100644
index c511c128..00000000
--- a/meta-openstack/recipes-devtools/python/python-tempita.inc
+++ /dev/null
@@ -1,12 +0,0 @@
-DESCRIPTION = "A very small text templating language"
-HOMEPAGE = "http://pythonpaste.org/tempita/"
-SECTION = "devel/python"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://setup.py;beginline=33;endline=33;md5=2d33c00f47720c7e35e1fdb4b9fab027"
-
-PYPI_PACKAGE = "Tempita"
-
-SRC_URI[md5sum] = "365c3b4f36435e2178902d5619301140"
-SRC_URI[sha256sum] = "38392bb708a10128419f75fa9120a6d2c8d137013b353968e5008a77a5c7a2ca"
-
-inherit pypi
diff --git a/meta-openstack/recipes-devtools/python/python3-tempita_0.5.3dev.bb b/meta-openstack/recipes-devtools/python/python3-tempita_0.5.3dev.bb
index a0123a69..140b334d 100644
--- a/meta-openstack/recipes-devtools/python/python3-tempita_0.5.3dev.bb
+++ b/meta-openstack/recipes-devtools/python/python3-tempita_0.5.3dev.bb
@@ -1,2 +1,12 @@
-require python-tempita.inc
-inherit setuptools3
+DESCRIPTION = "A very small text templating language"
+HOMEPAGE = "http://pythonpaste.org/tempita/"
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://setup.py;beginline=33;endline=33;md5=2d33c00f47720c7e35e1fdb4b9fab027"
+
+PYPI_PACKAGE = "Tempita"
+
+SRC_URI[md5sum] = "365c3b4f36435e2178902d5619301140"
+SRC_URI[sha256sum] = "38392bb708a10128419f75fa9120a6d2c8d137013b353968e5008a77a5c7a2ca"
+
+inherit setuptools3 pypi
-- 
2.25.1




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

* [meta-virtualization] [PATCH] python3-wsgiref: remove recipe
@ 2020-11-10  6:48 zhengruoqin
  2020-11-10  6:47 ` [meta-virtualization] [PATCH] python3-tempita: Consolidate in a single file zhengruoqin
  0 siblings, 1 reply; 7+ messages in thread
From: zhengruoqin @ 2020-11-10  6:48 UTC (permalink / raw
  To: meta-virtualization

This is a standalone release of the wsgiref library, that provides
validation support for WSGI 1.0.1 (PEP 3333) for Python versions < 3.2,
and includes the new wsgiref.util.test() utility function.But the
current version of python3 is 3.9.0, so remove this recipe.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
---
 .../python/python-wsgiref.inc                 | 23 -------------------
 .../python/python3-wsgiref_0.1.2.bb           |  2 --
 2 files changed, 25 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-wsgiref.inc
 delete mode 100644 meta-openstack/recipes-devtools/python/python3-wsgiref_0.1.2.bb

diff --git a/meta-openstack/recipes-devtools/python/python-wsgiref.inc b/meta-openstack/recipes-devtools/python/python-wsgiref.inc
deleted file mode 100644
index 1449bea0..00000000
--- a/meta-openstack/recipes-devtools/python/python-wsgiref.inc
+++ /dev/null
@@ -1,23 +0,0 @@
-DESCRIPTION = "WSGI (PEP 333) Reference Library"
-HOMEPAGE = "http://cheeseshop.python.org/pypi/wsgiref"
-SECTION = "devel/python"
-LICENSE = "PSF"
-LIC_FILES_CHKSUM = "file://PKG-INFO;md5=fe761dfec1d54629c6b9a3bbc7b1baf5"
-
-# Archived version so we need to overwrite what the pypi class will derive
-PYPI_SRC_URI = "https://pypi.python.org/packages/source/w/wsgiref/wsgiref-${PV}.zip"
-
-SRC_URI[md5sum] = "29b146e6ebd0f9fb119fe321f7bcf6cb"
-SRC_URI[sha256sum] = "c7e610c800957046c04c8014aab8cce8f0b9f0495c8cd349e57c1f7cabf40e79"
-
-inherit pypi
-
-# DEPENDS_default: python-pip
-
-DEPENDS += " \
-        ${PYTHON_PN}-pip \
-        "
-
-# RDEPENDS_default: 
-RDEPENDS_${PN} += " \
-        "
diff --git a/meta-openstack/recipes-devtools/python/python3-wsgiref_0.1.2.bb b/meta-openstack/recipes-devtools/python/python3-wsgiref_0.1.2.bb
deleted file mode 100644
index 0fa887af..00000000
--- a/meta-openstack/recipes-devtools/python/python3-wsgiref_0.1.2.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-require python-wsgiref.inc
-inherit setuptools3
-- 
2.25.1




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

* Re: [meta-virtualization] [PATCH] python3-kazoo: upgrade 2.7.0 -> 2.8.0
  2020-11-10  6:45         ` [meta-virtualization] [PATCH] python3-kazoo: upgrade 2.7.0 -> 2.8.0 zhengruoqin
@ 2020-11-15  4:18           ` Bruce Ashfield
  0 siblings, 0 replies; 7+ messages in thread
From: Bruce Ashfield @ 2020-11-15  4:18 UTC (permalink / raw
  To: zhengruoqin; +Cc: meta-virtualization

merged.

Bruce

In message: [meta-virtualization] [PATCH] python3-kazoo: upgrade 2.7.0 -> 2.8.0
on 10/11/2020 zhengruoqin wrote:

> Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
> ---
>  .../python/{python3-kazoo_2.7.0.bb => python3-kazoo_2.8.0.bb} | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta-openstack/recipes-devtools/python/{python3-kazoo_2.7.0.bb => python3-kazoo_2.8.0.bb} (79%)
> 
> diff --git a/meta-openstack/recipes-devtools/python/python3-kazoo_2.7.0.bb b/meta-openstack/recipes-devtools/python/python3-kazoo_2.8.0.bb
> similarity index 79%
> rename from meta-openstack/recipes-devtools/python/python3-kazoo_2.7.0.bb
> rename to meta-openstack/recipes-devtools/python/python3-kazoo_2.8.0.bb
> index adfec92c..554e1659 100644
> --- a/meta-openstack/recipes-devtools/python/python3-kazoo_2.7.0.bb
> +++ b/meta-openstack/recipes-devtools/python/python3-kazoo_2.8.0.bb
> @@ -9,8 +9,8 @@ SRCNAME = "kazoo"
>  
>  PYPI_SRC_URI = "https://pypi.python.org/packages/source/k/${SRCNAME}/kazoo-${PV}.tar.gz"
>  
> -SRC_URI[md5sum] = "073445f65d71520de2b6275530d88c4e"
> -SRC_URI[sha256sum] = "6883f6dd3e8d4e1741076dd3b23b0861592f13759072e3835f035bcb72b077cb"
> +SRC_URI[md5sum] = "5b2667e9c3f7b92675aef16c14cef97c"
> +SRC_URI[sha256sum] = "588e27868e4a0ed70ae4a7a5b0f3bca4cec5e5c49dbd7e41349c0883182bf2fe"
>  
>  inherit setuptools3 pypi
>  
> -- 
> 2.25.1
> 
> 
> 

> 
> 
> 



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

end of thread, other threads:[~2020-11-15  4:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-10  6:48 [meta-virtualization] [PATCH] python3-wsgiref: remove recipe zhengruoqin
2020-11-10  6:47 ` [meta-virtualization] [PATCH] python3-tempita: Consolidate in a single file zhengruoqin
2020-11-10  6:47   ` [meta-virtualization] [PATCH] python3-routes: upgrade 2.4.1 -> 2.5.1 zhengruoqin
2020-11-10  6:47     ` [meta-virtualization] [PATCH] python3-paste: upgrade 3.4.6 -> 3.5.0 zhengruoqin
2020-11-10  6:46       ` [meta-virtualization] [PATCH] python3-keyring: upgrade 21.4.0 -> 21.5.0 zhengruoqin
2020-11-10  6:45         ` [meta-virtualization] [PATCH] python3-kazoo: upgrade 2.7.0 -> 2.8.0 zhengruoqin
2020-11-15  4:18           ` 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.