All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization] [PATCH] python3-rsa: Remove recipe
@ 2020-10-27  5:03 zangrc
  2020-10-27  5:04 ` [meta-virtualization] [PATCH] python3-oauth2client: upgrade 4.1.2 -> 4.1.3 zangrc
  0 siblings, 1 reply; 5+ messages in thread
From: zangrc @ 2020-10-27  5:03 UTC (permalink / raw)
  To: meta-virtualization

Remove this recipe, because a higher version of the recipe exists in:
meta-openembedded/meta-python/recipes-devtools/python/python3-rsa_4.6.bb

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
 .../recipes-devtools/python/python-rsa.inc          | 13 -------------
 .../recipes-devtools/python/python3-rsa_3.4.2.bb    |  2 --
 2 files changed, 15 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-rsa.inc
 delete mode 100644 meta-openstack/recipes-devtools/python/python3-rsa_3.4.2.bb

diff --git a/meta-openstack/recipes-devtools/python/python-rsa.inc b/meta-openstack/recipes-devtools/python/python-rsa.inc
deleted file mode 100644
index ccb65d5..0000000
--- a/meta-openstack/recipes-devtools/python/python-rsa.inc
+++ /dev/null
@@ -1,13 +0,0 @@
-SUMMARY = "Pure-Python RSA implementation"
-AUTHOR = "Sybren A. Stuvel"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=c403f6882d4f97a9cd927df987d55634"
-
-inherit pypi
-
-SRC_URI[md5sum] = "b315f47882c24030ee6b5aad628cccdb"
-SRC_URI[sha256sum] = "25df4e10c263fb88b5ace923dd84bf9aa7f5019687b5e55382ffcdb8bede9db5"
-
-RDEPENDS_${PN} += " \
-        ${PYTHON_PN}-pyasn1 \
-        "
diff --git a/meta-openstack/recipes-devtools/python/python3-rsa_3.4.2.bb b/meta-openstack/recipes-devtools/python/python3-rsa_3.4.2.bb
deleted file mode 100644
index 2d6c93c..0000000
--- a/meta-openstack/recipes-devtools/python/python3-rsa_3.4.2.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-inherit setuptools3
-require python-rsa.inc
-- 
2.25.1




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

* [meta-virtualization] [PATCH] python3-oauth2client: upgrade 4.1.2 -> 4.1.3
@ 2020-10-27  5:04 ` zangrc
  2020-10-27  5:04   ` [meta-virtualization] [PATCH] python3-positional: Consolidate in a single file zangrc
  0 siblings, 1 reply; 5+ messages in thread
From: zangrc @ 2020-10-27  5:04 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/python3-oauth2client_4.1.2.bb   | 2 --
 ...ython-oauth2client.inc => python3-oauth2client_4.1.3.bb} | 6 +++---
 2 files changed, 3 insertions(+), 5 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python3-oauth2client_4.1.2.bb
 rename meta-openstack/recipes-devtools/python/{python-oauth2client.inc => python3-oauth2client_4.1.3.bb} (70%)

diff --git a/meta-openstack/recipes-devtools/python/python3-oauth2client_4.1.2.bb b/meta-openstack/recipes-devtools/python/python3-oauth2client_4.1.2.bb
deleted file mode 100644
index 9650800..0000000
--- a/meta-openstack/recipes-devtools/python/python3-oauth2client_4.1.2.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-inherit setuptools3
-require python-oauth2client.inc
diff --git a/meta-openstack/recipes-devtools/python/python-oauth2client.inc b/meta-openstack/recipes-devtools/python/python3-oauth2client_4.1.3.bb
similarity index 70%
rename from meta-openstack/recipes-devtools/python/python-oauth2client.inc
rename to meta-openstack/recipes-devtools/python/python3-oauth2client_4.1.3.bb
index d91fc46..0583c97 100644
--- a/meta-openstack/recipes-devtools/python/python-oauth2client.inc
+++ b/meta-openstack/recipes-devtools/python/python3-oauth2client_4.1.3.bb
@@ -4,10 +4,10 @@ HOMEPAGE = "http://github.com/google/oauth2client/"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=038e1390e94fe637991fa5569daa62bc"
 
-inherit pypi
+inherit setuptools3 pypi
 
-SRC_URI[md5sum] = "bc30976cd1e859cd6199264a50c5ba72"
-SRC_URI[sha256sum] = "bd3062c06f8b10c6ef7a890b22c2740e5f87d61b6e1f4b1c90d069cdfc9dadb5"
+SRC_URI[md5sum] = "3a9eb781f685949c04946f6c09e4c11d"
+SRC_URI[sha256sum] = "d486741e451287f69568a4d26d70d9acd73a2bbfa275746c535b4209891cccc6"
 
 RDEPENDS_${PN} += " \
         ${PYTHON_PN}-httplib2 \
-- 
2.25.1




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

* [meta-virtualization] [PATCH] python3-positional: Consolidate in a single file
@ 2020-10-27  5:04   ` zangrc
  2020-10-27  5:05     ` [meta-virtualization] [PATCH] python3-pysnmp: upgrade 4.2.5 -> 4.4.12 zangrc
  0 siblings, 1 reply; 5+ messages in thread
From: zangrc @ 2020-10-27  5:04 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/python-positional.inc              | 21 -----------------
 .../python/python3-positional_1.2.1.bb        | 23 +++++++++++++++++--
 2 files changed, 21 insertions(+), 23 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-positional.inc

diff --git a/meta-openstack/recipes-devtools/python/python-positional.inc b/meta-openstack/recipes-devtools/python/python-positional.inc
deleted file mode 100644
index 736e691..0000000
--- a/meta-openstack/recipes-devtools/python/python-positional.inc
+++ /dev/null
@@ -1,21 +0,0 @@
-DESCRIPTION = "Library to enforce positional or key-word arguments"
-HOMEPAGE = "https://github.com/morganfainberg/positional"
-SECTION = "devel/python"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=5335066555b14d832335aa4660d6c376"
-
-SRC_URI[md5sum] = "4afcffd8e2ba733fd7a50f137a2ee893"
-SRC_URI[sha256sum] = "cf48ea169f6c39486d5efa0ce7126a97bed979a52af6261cf255a41f9a74453a"
-
-inherit pypi
-
-CLEANBROKEN = "1"
-
-# Satisfy setup.py 'setup_requires'
-DEPENDS += " \
-        ${PYTHON_PN}-pbr-native \
-        "
-
-RDEPENDS_${PN} += " \
-    ${PYTHON_PN}-wrapt \
-"
diff --git a/meta-openstack/recipes-devtools/python/python3-positional_1.2.1.bb b/meta-openstack/recipes-devtools/python/python3-positional_1.2.1.bb
index 3081cd2..5e2f178 100644
--- a/meta-openstack/recipes-devtools/python/python3-positional_1.2.1.bb
+++ b/meta-openstack/recipes-devtools/python/python3-positional_1.2.1.bb
@@ -1,2 +1,21 @@
-inherit setuptools3
-require python-positional.inc
+DESCRIPTION = "Library to enforce positional or key-word arguments"
+HOMEPAGE = "https://github.com/morganfainberg/positional"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=5335066555b14d832335aa4660d6c376"
+
+SRC_URI[md5sum] = "4afcffd8e2ba733fd7a50f137a2ee893"
+SRC_URI[sha256sum] = "cf48ea169f6c39486d5efa0ce7126a97bed979a52af6261cf255a41f9a74453a"
+
+inherit setuptools3 pypi
+
+CLEANBROKEN = "1"
+
+# Satisfy setup.py 'setup_requires'
+DEPENDS += " \
+        ${PYTHON_PN}-pbr-native \
+        "
+
+RDEPENDS_${PN} += " \
+    ${PYTHON_PN}-wrapt \
+"
-- 
2.25.1




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

* [meta-virtualization] [PATCH] python3-pysnmp: upgrade 4.2.5 -> 4.4.12
@ 2020-10-27  5:05     ` zangrc
  2020-11-03 21:33       ` Bruce Ashfield
  0 siblings, 1 reply; 5+ messages in thread
From: zangrc @ 2020-10-27  5:05 UTC (permalink / raw)
  To: meta-virtualization

-License-Update: Renamed to LICENSE.rst and Copyright year updated to 2019.

Consolidate inc and bb files into a single bb file.

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
 .../recipes-devtools/python/python-pysnmp.inc      | 14 --------------
 .../python/python3-pysnmp_4.2.5.bb                 |  2 --
 .../python/python3-pysnmp_4.4.12.bb                | 14 ++++++++++++++
 3 files changed, 14 insertions(+), 16 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-pysnmp.inc
 delete mode 100644 meta-openstack/recipes-devtools/python/python3-pysnmp_4.2.5.bb
 create mode 100644 meta-openstack/recipes-devtools/python/python3-pysnmp_4.4.12.bb

diff --git a/meta-openstack/recipes-devtools/python/python-pysnmp.inc b/meta-openstack/recipes-devtools/python/python-pysnmp.inc
deleted file mode 100644
index 1a9ca0f..0000000
--- a/meta-openstack/recipes-devtools/python/python-pysnmp.inc
+++ /dev/null
@@ -1,14 +0,0 @@
-DESCRIPTION = "A pure-Python SNMPv1/v2c/v3 library"
-HOMEPAGE = "https://pypi.python.org/pypi/pysnmp"
-SECTION = "devel/python"
-LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=ae098273b2cf8b4af164ac20e32bddf7"
-
-SRC_URI[md5sum] = "1f75d3e392a050e84348904fc1be3212"
-SRC_URI[sha256sum] = "c46e65d99a604f690b3d5800e2f6e26e1ed9a3c7f7e17e7b4b4d897150f7077f"
-
-inherit pypi
-
-RDEPENDS_${PN} += "${PYTHON_PN}-pycrypto \
-                   ${PYTHON_PN}-pyasn1 \
-"
diff --git a/meta-openstack/recipes-devtools/python/python3-pysnmp_4.2.5.bb b/meta-openstack/recipes-devtools/python/python3-pysnmp_4.2.5.bb
deleted file mode 100644
index b31eb5a..0000000
--- a/meta-openstack/recipes-devtools/python/python3-pysnmp_4.2.5.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-require python-pysnmp.inc
-inherit setuptools3
diff --git a/meta-openstack/recipes-devtools/python/python3-pysnmp_4.4.12.bb b/meta-openstack/recipes-devtools/python/python3-pysnmp_4.4.12.bb
new file mode 100644
index 0000000..06ea97a
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-pysnmp_4.4.12.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "A pure-Python SNMPv1/v2c/v3 library"
+HOMEPAGE = "https://pypi.python.org/pypi/pysnmp"
+SECTION = "devel/python"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=b15d29f500f748d1c2a15709769090a8"
+
+SRC_URI[md5sum] = "2222880259daf6e2cb322e938c818276"
+SRC_URI[sha256sum] = "0c3dbef2f958caca96071fe5c19de43e9c1b0484ab02a0cf08b190bcee768ba9"
+
+inherit setuptools3 pypi
+
+RDEPENDS_${PN} += "${PYTHON_PN}-pycrypto \
+                   ${PYTHON_PN}-pyasn1 \
+"
-- 
2.25.1




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

* Re: [meta-virtualization] [PATCH] python3-pysnmp: upgrade 4.2.5 -> 4.4.12
  2020-10-27  5:05     ` [meta-virtualization] [PATCH] python3-pysnmp: upgrade 4.2.5 -> 4.4.12 zangrc
@ 2020-11-03 21:33       ` Bruce Ashfield
  0 siblings, 0 replies; 5+ messages in thread
From: Bruce Ashfield @ 2020-11-03 21:33 UTC (permalink / raw)
  To: zangrc; +Cc: meta-virtualization

merged.

Bruce

In message: [meta-virtualization] [PATCH] python3-pysnmp: upgrade 4.2.5 -> 4.4.12
on 27/10/2020 zangrc wrote:

> -License-Update: Renamed to LICENSE.rst and Copyright year updated to 2019.
> 
> Consolidate inc and bb files into a single bb file.
> 
> Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
> ---
>  .../recipes-devtools/python/python-pysnmp.inc      | 14 --------------
>  .../python/python3-pysnmp_4.2.5.bb                 |  2 --
>  .../python/python3-pysnmp_4.4.12.bb                | 14 ++++++++++++++
>  3 files changed, 14 insertions(+), 16 deletions(-)
>  delete mode 100644 meta-openstack/recipes-devtools/python/python-pysnmp.inc
>  delete mode 100644 meta-openstack/recipes-devtools/python/python3-pysnmp_4.2.5.bb
>  create mode 100644 meta-openstack/recipes-devtools/python/python3-pysnmp_4.4.12.bb
> 
> diff --git a/meta-openstack/recipes-devtools/python/python-pysnmp.inc b/meta-openstack/recipes-devtools/python/python-pysnmp.inc
> deleted file mode 100644
> index 1a9ca0f..0000000
> --- a/meta-openstack/recipes-devtools/python/python-pysnmp.inc
> +++ /dev/null
> @@ -1,14 +0,0 @@
> -DESCRIPTION = "A pure-Python SNMPv1/v2c/v3 library"
> -HOMEPAGE = "https://pypi.python.org/pypi/pysnmp"
> -SECTION = "devel/python"
> -LICENSE = "BSD"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=ae098273b2cf8b4af164ac20e32bddf7"
> -
> -SRC_URI[md5sum] = "1f75d3e392a050e84348904fc1be3212"
> -SRC_URI[sha256sum] = "c46e65d99a604f690b3d5800e2f6e26e1ed9a3c7f7e17e7b4b4d897150f7077f"
> -
> -inherit pypi
> -
> -RDEPENDS_${PN} += "${PYTHON_PN}-pycrypto \
> -                   ${PYTHON_PN}-pyasn1 \
> -"
> diff --git a/meta-openstack/recipes-devtools/python/python3-pysnmp_4.2.5.bb b/meta-openstack/recipes-devtools/python/python3-pysnmp_4.2.5.bb
> deleted file mode 100644
> index b31eb5a..0000000
> --- a/meta-openstack/recipes-devtools/python/python3-pysnmp_4.2.5.bb
> +++ /dev/null
> @@ -1,2 +0,0 @@
> -require python-pysnmp.inc
> -inherit setuptools3
> diff --git a/meta-openstack/recipes-devtools/python/python3-pysnmp_4.4.12.bb b/meta-openstack/recipes-devtools/python/python3-pysnmp_4.4.12.bb
> new file mode 100644
> index 0000000..06ea97a
> --- /dev/null
> +++ b/meta-openstack/recipes-devtools/python/python3-pysnmp_4.4.12.bb
> @@ -0,0 +1,14 @@
> +DESCRIPTION = "A pure-Python SNMPv1/v2c/v3 library"
> +HOMEPAGE = "https://pypi.python.org/pypi/pysnmp"
> +SECTION = "devel/python"
> +LICENSE = "BSD"
> +LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=b15d29f500f748d1c2a15709769090a8"
> +
> +SRC_URI[md5sum] = "2222880259daf6e2cb322e938c818276"
> +SRC_URI[sha256sum] = "0c3dbef2f958caca96071fe5c19de43e9c1b0484ab02a0cf08b190bcee768ba9"
> +
> +inherit setuptools3 pypi
> +
> +RDEPENDS_${PN} += "${PYTHON_PN}-pycrypto \
> +                   ${PYTHON_PN}-pyasn1 \
> +"
> -- 
> 2.25.1
> 
> 
> 

> 
> 
> 



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

end of thread, other threads:[~2020-11-03 21:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-27  5:03 [meta-virtualization] [PATCH] python3-rsa: Remove recipe zangrc
2020-10-27  5:04 ` [meta-virtualization] [PATCH] python3-oauth2client: upgrade 4.1.2 -> 4.1.3 zangrc
2020-10-27  5:04   ` [meta-virtualization] [PATCH] python3-positional: Consolidate in a single file zangrc
2020-10-27  5:05     ` [meta-virtualization] [PATCH] python3-pysnmp: upgrade 4.2.5 -> 4.4.12 zangrc
2020-11-03 21:33       ` 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.