All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/6] python3-pulsectl: Upgrade 21.2.0 -> 21.3.4
@ 2021-03-16  8:37 Leon Anavi
  2021-03-16  8:37 ` [meta-python][PATCH 2/6] python3-configparser: Upgrade 5.0.1 -> 5.0.2 Leon Anavi
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Leon Anavi @ 2021-03-16  8:37 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 21.3.4:

- Add timeout= option for connect() method
- Expose "base_volume" (alsa volume level) attribute for
  sinks/sources
- There is now https://pypi.org/project/pulsectl-asyncio/ module

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-pulsectl_21.2.0.bb => python3-pulsectl_21.3.4.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pulsectl_21.2.0.bb => python3-pulsectl_21.3.4.bb} (84%)

diff --git a/meta-python/recipes-devtools/python/python3-pulsectl_21.2.0.bb b/meta-python/recipes-devtools/python/python3-pulsectl_21.3.4.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-pulsectl_21.2.0.bb
rename to meta-python/recipes-devtools/python/python3-pulsectl_21.3.4.bb
index c99a5507f..a4455eeb1 100644
--- a/meta-python/recipes-devtools/python/python3-pulsectl_21.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pulsectl_21.3.4.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/mk-fg/python-pulse-control"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=f1d10048469ff90123263eb5e214061d"
 
-SRC_URI[sha256sum] = "282be9ad1a9add961f0bbafa8e19723ac397a2eec5e14fb8cd6c51ff29962715"
+SRC_URI[sha256sum] = "faa8b9336237565990298f20870e13dd1678a4586847ca5a7ff2abf10752f356"
 
 RDEPENDS_${PN} += "pulseaudio"
 
-- 
2.17.1


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

* [meta-python][PATCH 2/6] python3-configparser: Upgrade 5.0.1 -> 5.0.2
  2021-03-16  8:37 [meta-python][PATCH 1/6] python3-pulsectl: Upgrade 21.2.0 -> 21.3.4 Leon Anavi
@ 2021-03-16  8:37 ` Leon Anavi
  2021-03-17 15:00   ` [oe] " Trevor Gamblin
  2021-03-16  8:37 ` [meta-python][PATCH 3/6] python3-defusedxml: Upgrade 0.6.0 -> 0.7.1 Leon Anavi
                   ` (4 subsequent siblings)
  5 siblings, 1 reply; 12+ messages in thread
From: Leon Anavi @ 2021-03-16  8:37 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 5.0.2:

- Packaging refresh

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...on3-configparser_5.0.1.bb => python3-configparser_5.0.2.bb} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-configparser_5.0.1.bb => python3-configparser_5.0.2.bb} (78%)

diff --git a/meta-python/recipes-devtools/python/python3-configparser_5.0.1.bb b/meta-python/recipes-devtools/python/python3-configparser_5.0.2.bb
similarity index 78%
rename from meta-python/recipes-devtools/python/python3-configparser_5.0.1.bb
rename to meta-python/recipes-devtools/python/python3-configparser_5.0.2.bb
index b78de5844..87cdd09f7 100644
--- a/meta-python/recipes-devtools/python/python3-configparser_5.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-configparser_5.0.2.bb
@@ -5,8 +5,7 @@ LICENSE = "MIT"
 
 LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=10;endline=10;md5=23f9ad5cad3d8cc0336e2a5d8a87e1fa"
 
-SRC_URI[md5sum] = "5faf185693cd21d83f6a3bc01b5733fa"
-SRC_URI[sha256sum] = "005c3b102c96f4be9b8f40dafbd4997db003d07d1caa19f37808be8031475f2a"
+SRC_URI[sha256sum] = "85d5de102cfe6d14a5172676f09d19c465ce63d6019cf0a4ef13385fc535e828"
 
 DEPENDS += "${PYTHON_PN}-setuptools-scm-native ${PYTHON_PN}-toml-native"
 inherit pypi setuptools3
-- 
2.17.1


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

* [meta-python][PATCH 3/6] python3-defusedxml: Upgrade 0.6.0 -> 0.7.1
  2021-03-16  8:37 [meta-python][PATCH 1/6] python3-pulsectl: Upgrade 21.2.0 -> 21.3.4 Leon Anavi
  2021-03-16  8:37 ` [meta-python][PATCH 2/6] python3-configparser: Upgrade 5.0.1 -> 5.0.2 Leon Anavi
@ 2021-03-16  8:37 ` Leon Anavi
  2021-03-17 15:00   ` [oe] " Trevor Gamblin
  2021-03-16  8:37 ` [meta-python][PATCH 4/6] python3-twine: Upgrade 3.3.0 -> 3.4.0 Leon Anavi
                   ` (3 subsequent siblings)
  5 siblings, 1 reply; 12+ messages in thread
From: Leon Anavi @ 2021-03-16  8:37 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 0.7.1:

- Re-add and deprecate ``defusedxml.cElementTree``
- Use GitHub Actions instead of TravisCI
- Restore ``ElementTree`` attribute of ``xml.etree`` module
  after patching
- Add support for Python 3.9
- Python 2 is deprecate. Support for Python 2 will be removed
  in 0.8.0.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...python3-defusedxml_0.6.0.bb => python3-defusedxml_0.7.1.bb} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-defusedxml_0.6.0.bb => python3-defusedxml_0.7.1.bb} (68%)

diff --git a/meta-python/recipes-devtools/python/python3-defusedxml_0.6.0.bb b/meta-python/recipes-devtools/python/python3-defusedxml_0.7.1.bb
similarity index 68%
rename from meta-python/recipes-devtools/python/python3-defusedxml_0.6.0.bb
rename to meta-python/recipes-devtools/python/python3-defusedxml_0.7.1.bb
index d041d0e6c..f48c429c4 100644
--- a/meta-python/recipes-devtools/python/python3-defusedxml_0.6.0.bb
+++ b/meta-python/recipes-devtools/python/python3-defusedxml_0.7.1.bb
@@ -5,7 +5,6 @@ parsers that prevent any potentially malicious operation."
 LICENSE = "PSF"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=056fea6a4b395a24d0d278bf5c80249e"
 
-SRC_URI[md5sum] = "a59741f675c4cba649de40a99f732897"
-SRC_URI[sha256sum] = "f684034d135af4c6cbb949b8a4d2ed61634515257a67299e5f940fbaa34377f5"
+SRC_URI[sha256sum] = "1bb3032db185915b62d7c6209c5a8792be6a32ab2fedacc84e01b52c51aa3e69"
 
 inherit pypi setuptools3
-- 
2.17.1


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

* [meta-python][PATCH 4/6] python3-twine: Upgrade 3.3.0 -> 3.4.0
  2021-03-16  8:37 [meta-python][PATCH 1/6] python3-pulsectl: Upgrade 21.2.0 -> 21.3.4 Leon Anavi
  2021-03-16  8:37 ` [meta-python][PATCH 2/6] python3-configparser: Upgrade 5.0.1 -> 5.0.2 Leon Anavi
  2021-03-16  8:37 ` [meta-python][PATCH 3/6] python3-defusedxml: Upgrade 0.6.0 -> 0.7.1 Leon Anavi
@ 2021-03-16  8:37 ` Leon Anavi
  2021-03-17 15:00   ` [oe] " Trevor Gamblin
  2021-03-16  8:37 ` [meta-python][PATCH 5/6] python3-socketio: Upgrade 5.0.4 -> 5.1.0 Leon Anavi
                   ` (2 subsequent siblings)
  5 siblings, 1 reply; 12+ messages in thread
From: Leon Anavi @ 2021-03-16  8:37 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 3.4.0:

- Prefer importlib.metadata for entry point handling
- Rely on importlib_metadata 3.6 for nicer entry point processing
- Eliminated dependency on Setuptools/pkg_resources and replaced
  with packaging and importlib_metadata

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../python/{python3-twine_3.3.0.bb => python3-twine_3.4.0.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-twine_3.3.0.bb => python3-twine_3.4.0.bb} (77%)

diff --git a/meta-python/recipes-devtools/python/python3-twine_3.3.0.bb b/meta-python/recipes-devtools/python/python3-twine_3.4.0.bb
similarity index 77%
rename from meta-python/recipes-devtools/python/python3-twine_3.3.0.bb
rename to meta-python/recipes-devtools/python/python3-twine_3.4.0.bb
index 0bc199992..2cbf16876 100644
--- a/meta-python/recipes-devtools/python/python3-twine_3.3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-twine_3.4.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://twine.readthedocs.io/"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a3d1106b253a8d50dd82a4202a045b4c"
 
-SRC_URI[sha256sum] = "fcffa8fc37e8083a5be0728371f299598870ee1eccc94e9a25cef7b1dcfa8297"
+SRC_URI[sha256sum] = "101f1c43ea4587ab19261d09157c63b6f37a0e55b215f0dd26304df1d49b620c"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 5/6] python3-socketio: Upgrade 5.0.4 -> 5.1.0
  2021-03-16  8:37 [meta-python][PATCH 1/6] python3-pulsectl: Upgrade 21.2.0 -> 21.3.4 Leon Anavi
                   ` (2 preceding siblings ...)
  2021-03-16  8:37 ` [meta-python][PATCH 4/6] python3-twine: Upgrade 3.3.0 -> 3.4.0 Leon Anavi
@ 2021-03-16  8:37 ` Leon Anavi
  2021-03-17 15:00   ` [oe] " Trevor Gamblin
  2021-03-16  8:37 ` [meta-python][PATCH 6/6] python3-pastedeploy: Upgrade 2.0.1 -> 2.1.1 Leon Anavi
  2021-03-17 14:59 ` [oe] [meta-python][PATCH 1/6] python3-pulsectl: Upgrade 21.2.0 -> 21.3.4 Trevor Gamblin
  5 siblings, 1 reply; 12+ messages in thread
From: Leon Anavi @ 2021-03-16  8:37 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 5.1.0:

- Added wait argument to client's connect method
- Invoke the disconnect handler when the client initiates a
  disconnection
- Pass auth information sent by client to the connect handler
- Catch all possible Redis errors
- Reset message queue sleep timer upon reconnect
- Fixed bad event object used by asyncio client reconnect logic
- Adding missing example of async client implementation to
  documentation
- Add scrolling to documentation sidebar
- Typo fix in documentation

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-socketio_5.0.4.bb => python3-socketio_5.1.0.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-socketio_5.0.4.bb => python3-socketio_5.1.0.bb} (88%)

diff --git a/meta-python/recipes-devtools/python/python3-socketio_5.0.4.bb b/meta-python/recipes-devtools/python/python3-socketio_5.1.0.bb
similarity index 88%
rename from meta-python/recipes-devtools/python/python3-socketio_5.0.4.bb
rename to meta-python/recipes-devtools/python/python3-socketio_5.1.0.bb
index 70db342cc..8cf6a96ba 100644
--- a/meta-python/recipes-devtools/python/python3-socketio_5.0.4.bb
+++ b/meta-python/recipes-devtools/python/python3-socketio_5.1.0.bb
@@ -9,7 +9,7 @@ inherit pypi setuptools3
 
 PYPI_PACKAGE = "python-socketio"
 
-SRC_URI[sha256sum] = "f53fd0d5bd9f75a70492062f4ae6195ab5d34d67a29024d740f25e468392893e"
+SRC_URI[sha256sum] = "338cc29abb6f3ca14c88f1f8d05ed27c690df4648f62062b299f92625bbf7093"
 
 PACKAGECONFIG ?= "asyncio_client client"
 PACKAGECONFIG[asyncio_client] = ",,,${PYTHON_PN}-aiohttp ${PYTHON_PN}-websockets"
-- 
2.17.1


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

* [meta-python][PATCH 6/6] python3-pastedeploy: Upgrade 2.0.1 -> 2.1.1
  2021-03-16  8:37 [meta-python][PATCH 1/6] python3-pulsectl: Upgrade 21.2.0 -> 21.3.4 Leon Anavi
                   ` (3 preceding siblings ...)
  2021-03-16  8:37 ` [meta-python][PATCH 5/6] python3-socketio: Upgrade 5.0.4 -> 5.1.0 Leon Anavi
@ 2021-03-16  8:37 ` Leon Anavi
  2021-03-17 15:01   ` [oe] " Trevor Gamblin
  2021-03-17 14:59 ` [oe] [meta-python][PATCH 1/6] python3-pulsectl: Upgrade 21.2.0 -> 21.3.4 Trevor Gamblin
  5 siblings, 1 reply; 12+ messages in thread
From: Leon Anavi @ 2021-03-16  8:37 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2.1.1:

- Added setuptools as an explicit dependency. This has always been
  required but now that more environments are becoming capable of
  operating without it being installed, we now need to ensure it's
  available.
- pytest-runner removed, use tox to run tests.

License-Update: Use license file from PyPI tarball.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...tedeploy_2.0.1.bb => python3-pastedeploy_2.1.1.bb} | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-pastedeploy_2.0.1.bb => python3-pastedeploy_2.1.1.bb} (52%)

diff --git a/meta-python/recipes-devtools/python/python3-pastedeploy_2.0.1.bb b/meta-python/recipes-devtools/python/python3-pastedeploy_2.1.1.bb
similarity index 52%
rename from meta-python/recipes-devtools/python/python3-pastedeploy_2.0.1.bb
rename to meta-python/recipes-devtools/python/python3-pastedeploy_2.1.1.bb
index b7c8c61d2..0b82d6bbd 100644
--- a/meta-python/recipes-devtools/python/python3-pastedeploy_2.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pastedeploy_2.1.1.bb
@@ -1,13 +1,12 @@
 SUMMARY = "Load, configure, and compose WSGI applications and servers"
 HOMEPAGE = "https://pylonsproject.org/"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://${WORKDIR}/license.txt;md5=1798f29d55080c60365e6283cb49779c"
+LIC_FILES_CHKSUM = "file://${WORKDIR}/PasteDeploy-license.txt;md5=1798f29d55080c60365e6283cb49779c"
 
 inherit pypi
 PYPI_PACKAGE = "PasteDeploy"
-SRC_URI[md5sum] = "6193afccc0982abedb9b7711d0d6adb0"
-SRC_URI[sha256sum] = "d423fb9d51fdcf853aa4ff43ac7ec469b643ea19590f67488122d6d0d772350a"
-SRC_URI[PasteDeploy-license.txt.md5sum] = "1798f29d55080c60365e6283cb49779c"
+
+SRC_URI[sha256sum] = "6dead6ab9823a85d585ef27f878bc647f787edb9ca8da0716aa9f1261b464817"
 
 S = "${WORKDIR}/PasteDeploy-${PV}"
 
@@ -20,7 +19,3 @@ PACKAGECONFIG[docs] = ",,,python3-sphinx python3-pylons-sphinx-themes"
 
 DEPENDS= "python3 python3-setuptools-scm-native python3-pytest-runner-native"
 RDEPENDS_${PN} += "python3-core  python3-misc python3-netclient python3-pkgutil python3-setuptools python3-threading python3-core"
-
-# PyPI tarball is missing license.txt
-# We will need to keep retrieving this from the online repository until version 2.1.0
-SRC_URI += "https://raw.githubusercontent.com/Pylons/pastedeploy/2.0.1/license.txt;name=PasteDeploy-license.txt;downloadfilename=PasteDeploy-license.txt"
\ No newline at end of file
-- 
2.17.1


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

* Re: [oe] [meta-python][PATCH 1/6] python3-pulsectl: Upgrade 21.2.0 -> 21.3.4
  2021-03-16  8:37 [meta-python][PATCH 1/6] python3-pulsectl: Upgrade 21.2.0 -> 21.3.4 Leon Anavi
                   ` (4 preceding siblings ...)
  2021-03-16  8:37 ` [meta-python][PATCH 6/6] python3-pastedeploy: Upgrade 2.0.1 -> 2.1.1 Leon Anavi
@ 2021-03-17 14:59 ` Trevor Gamblin
  5 siblings, 0 replies; 12+ messages in thread
From: Trevor Gamblin @ 2021-03-17 14:59 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1644 bytes --]


On 2021-03-16 4:37 a.m., Leon Anavi wrote:
> [Please note: This e-mail is from an EXTERNAL e-mail address]
>
> Upgrade to release 21.3.4:
>
> - Add timeout= option for connect() method
> - Expose "base_volume" (alsa volume level) attribute for
>    sinks/sources
> - There is now https://pypi.org/project/pulsectl-asyncio/ module
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-pulsectl_21.2.0.bb => python3-pulsectl_21.3.4.bb}  | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>   rename meta-python/recipes-devtools/python/{python3-pulsectl_21.2.0.bb => python3-pulsectl_21.3.4.bb} (84%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-pulsectl_21.2.0.bb b/meta-python/recipes-devtools/python/python3-pulsectl_21.3.4.bb
> similarity index 84%
> rename from meta-python/recipes-devtools/python/python3-pulsectl_21.2.0.bb
> rename to meta-python/recipes-devtools/python/python3-pulsectl_21.3.4.bb
> index c99a5507f..a4455eeb1 100644
> --- a/meta-python/recipes-devtools/python/python3-pulsectl_21.2.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-pulsectl_21.3.4.bb
> @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/mk-fg/python-pulse-control"
>   LICENSE = "MIT"
>   LIC_FILES_CHKSUM = "file://COPYING;md5=f1d10048469ff90123263eb5e214061d"
>
> -SRC_URI[sha256sum] = "282be9ad1a9add961f0bbafa8e19723ac397a2eec5e14fb8cd6c51ff29962715"
> +SRC_URI[sha256sum] = "faa8b9336237565990298f20870e13dd1678a4586847ca5a7ff2abf10752f356"
>
>   RDEPENDS_${PN} += "pulseaudio"
>
> --
> 2.17.1
>
>
> 
>

[-- Attachment #2: Type: text/html, Size: 2725 bytes --]

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

* Re: [oe] [meta-python][PATCH 2/6] python3-configparser: Upgrade 5.0.1 -> 5.0.2
  2021-03-16  8:37 ` [meta-python][PATCH 2/6] python3-configparser: Upgrade 5.0.1 -> 5.0.2 Leon Anavi
@ 2021-03-17 15:00   ` Trevor Gamblin
  0 siblings, 0 replies; 12+ messages in thread
From: Trevor Gamblin @ 2021-03-17 15:00 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1587 bytes --]


On 2021-03-16 4:37 a.m., Leon Anavi wrote:
> [Please note: This e-mail is from an EXTERNAL e-mail address]
>
> Upgrade to release 5.0.2:
>
> - Packaging refresh
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...on3-configparser_5.0.1.bb => python3-configparser_5.0.2.bb} | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-configparser_5.0.1.bb => python3-configparser_5.0.2.bb} (78%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-configparser_5.0.1.bb b/meta-python/recipes-devtools/python/python3-configparser_5.0.2.bb
> similarity index 78%
> rename from meta-python/recipes-devtools/python/python3-configparser_5.0.1.bb
> rename to meta-python/recipes-devtools/python/python3-configparser_5.0.2.bb
> index b78de5844..87cdd09f7 100644
> --- a/meta-python/recipes-devtools/python/python3-configparser_5.0.1.bb
> +++ b/meta-python/recipes-devtools/python/python3-configparser_5.0.2.bb
> @@ -5,8 +5,7 @@ LICENSE = "MIT"
>
>   LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=10;endline=10;md5=23f9ad5cad3d8cc0336e2a5d8a87e1fa"
>
> -SRC_URI[md5sum] = "5faf185693cd21d83f6a3bc01b5733fa"
> -SRC_URI[sha256sum] = "005c3b102c96f4be9b8f40dafbd4997db003d07d1caa19f37808be8031475f2a"
> +SRC_URI[sha256sum] = "85d5de102cfe6d14a5172676f09d19c465ce63d6019cf0a4ef13385fc535e828"
>
>   DEPENDS += "${PYTHON_PN}-setuptools-scm-native ${PYTHON_PN}-toml-native"
>   inherit pypi setuptools3
> --
> 2.17.1
>
>
> 
>

[-- Attachment #2: Type: text/html, Size: 2511 bytes --]

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

* Re: [oe] [meta-python][PATCH 3/6] python3-defusedxml: Upgrade 0.6.0 -> 0.7.1
  2021-03-16  8:37 ` [meta-python][PATCH 3/6] python3-defusedxml: Upgrade 0.6.0 -> 0.7.1 Leon Anavi
@ 2021-03-17 15:00   ` Trevor Gamblin
  0 siblings, 0 replies; 12+ messages in thread
From: Trevor Gamblin @ 2021-03-17 15:00 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1801 bytes --]


On 2021-03-16 4:37 a.m., Leon Anavi wrote:
> [Please note: This e-mail is from an EXTERNAL e-mail address]
>
> Upgrade to release 0.7.1:
>
> - Re-add and deprecate ``defusedxml.cElementTree``
> - Use GitHub Actions instead of TravisCI
> - Restore ``ElementTree`` attribute of ``xml.etree`` module
>    after patching
> - Add support for Python 3.9
> - Python 2 is deprecate. Support for Python 2 will be removed
>    in 0.8.0.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...python3-defusedxml_0.6.0.bb => python3-defusedxml_0.7.1.bb} | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-defusedxml_0.6.0.bb => python3-defusedxml_0.7.1.bb} (68%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-defusedxml_0.6.0.bb b/meta-python/recipes-devtools/python/python3-defusedxml_0.7.1.bb
> similarity index 68%
> rename from meta-python/recipes-devtools/python/python3-defusedxml_0.6.0.bb
> rename to meta-python/recipes-devtools/python/python3-defusedxml_0.7.1.bb
> index d041d0e6c..f48c429c4 100644
> --- a/meta-python/recipes-devtools/python/python3-defusedxml_0.6.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-defusedxml_0.7.1.bb
> @@ -5,7 +5,6 @@ parsers that prevent any potentially malicious operation."
>   LICENSE = "PSF"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=056fea6a4b395a24d0d278bf5c80249e"
>
> -SRC_URI[md5sum] = "a59741f675c4cba649de40a99f732897"
> -SRC_URI[sha256sum] = "f684034d135af4c6cbb949b8a4d2ed61634515257a67299e5f940fbaa34377f5"
> +SRC_URI[sha256sum] = "1bb3032db185915b62d7c6209c5a8792be6a32ab2fedacc84e01b52c51aa3e69"
>
>   inherit pypi setuptools3
> --
> 2.17.1
>
>
> 
>

[-- Attachment #2: Type: text/html, Size: 2682 bytes --]

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

* Re: [oe] [meta-python][PATCH 4/6] python3-twine: Upgrade 3.3.0 -> 3.4.0
  2021-03-16  8:37 ` [meta-python][PATCH 4/6] python3-twine: Upgrade 3.3.0 -> 3.4.0 Leon Anavi
@ 2021-03-17 15:00   ` Trevor Gamblin
  0 siblings, 0 replies; 12+ messages in thread
From: Trevor Gamblin @ 2021-03-17 15:00 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1639 bytes --]


On 2021-03-16 4:37 a.m., Leon Anavi wrote:
> [Please note: This e-mail is from an EXTERNAL e-mail address]
>
> Upgrade to release 3.4.0:
>
> - Prefer importlib.metadata for entry point handling
> - Rely on importlib_metadata 3.6 for nicer entry point processing
> - Eliminated dependency on Setuptools/pkg_resources and replaced
>    with packaging and importlib_metadata
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../python/{python3-twine_3.3.0.bb => python3-twine_3.4.0.bb}   | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>   rename meta-python/recipes-devtools/python/{python3-twine_3.3.0.bb => python3-twine_3.4.0.bb} (77%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-twine_3.3.0.bb b/meta-python/recipes-devtools/python/python3-twine_3.4.0.bb
> similarity index 77%
> rename from meta-python/recipes-devtools/python/python3-twine_3.3.0.bb
> rename to meta-python/recipes-devtools/python/python3-twine_3.4.0.bb
> index 0bc199992..2cbf16876 100644
> --- a/meta-python/recipes-devtools/python/python3-twine_3.3.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-twine_3.4.0.bb
> @@ -3,7 +3,7 @@ HOMEPAGE = "https://twine.readthedocs.io/"
>   LICENSE = "Apache-2.0"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=a3d1106b253a8d50dd82a4202a045b4c"
>
> -SRC_URI[sha256sum] = "fcffa8fc37e8083a5be0728371f299598870ee1eccc94e9a25cef7b1dcfa8297"
> +SRC_URI[sha256sum] = "101f1c43ea4587ab19261d09157c63b6f37a0e55b215f0dd26304df1d49b620c"
>
>   inherit pypi setuptools3
>
> --
> 2.17.1
>
>
> 
>

[-- Attachment #2: Type: text/html, Size: 2597 bytes --]

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

* Re: [oe] [meta-python][PATCH 5/6] python3-socketio: Upgrade 5.0.4 -> 5.1.0
  2021-03-16  8:37 ` [meta-python][PATCH 5/6] python3-socketio: Upgrade 5.0.4 -> 5.1.0 Leon Anavi
@ 2021-03-17 15:00   ` Trevor Gamblin
  0 siblings, 0 replies; 12+ messages in thread
From: Trevor Gamblin @ 2021-03-17 15:00 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1956 bytes --]


On 2021-03-16 4:37 a.m., Leon Anavi wrote:
> [Please note: This e-mail is from an EXTERNAL e-mail address]
>
> Upgrade to release 5.1.0:
>
> - Added wait argument to client's connect method
> - Invoke the disconnect handler when the client initiates a
>    disconnection
> - Pass auth information sent by client to the connect handler
> - Catch all possible Redis errors
> - Reset message queue sleep timer upon reconnect
> - Fixed bad event object used by asyncio client reconnect logic
> - Adding missing example of async client implementation to
>    documentation
> - Add scrolling to documentation sidebar
> - Typo fix in documentation
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-socketio_5.0.4.bb => python3-socketio_5.1.0.bb}    | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>   rename meta-python/recipes-devtools/python/{python3-socketio_5.0.4.bb => python3-socketio_5.1.0.bb} (88%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-socketio_5.0.4.bb b/meta-python/recipes-devtools/python/python3-socketio_5.1.0.bb
> similarity index 88%
> rename from meta-python/recipes-devtools/python/python3-socketio_5.0.4.bb
> rename to meta-python/recipes-devtools/python/python3-socketio_5.1.0.bb
> index 70db342cc..8cf6a96ba 100644
> --- a/meta-python/recipes-devtools/python/python3-socketio_5.0.4.bb
> +++ b/meta-python/recipes-devtools/python/python3-socketio_5.1.0.bb
> @@ -9,7 +9,7 @@ inherit pypi setuptools3
>
>   PYPI_PACKAGE = "python-socketio"
>
> -SRC_URI[sha256sum] = "f53fd0d5bd9f75a70492062f4ae6195ab5d34d67a29024d740f25e468392893e"
> +SRC_URI[sha256sum] = "338cc29abb6f3ca14c88f1f8d05ed27c690df4648f62062b299f92625bbf7093"
>
>   PACKAGECONFIG ?= "asyncio_client client"
>   PACKAGECONFIG[asyncio_client] = ",,,${PYTHON_PN}-aiohttp ${PYTHON_PN}-websockets"
> --
> 2.17.1
>
>
> 
>

[-- Attachment #2: Type: text/html, Size: 2729 bytes --]

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

* Re: [oe] [meta-python][PATCH 6/6] python3-pastedeploy: Upgrade 2.0.1 -> 2.1.1
  2021-03-16  8:37 ` [meta-python][PATCH 6/6] python3-pastedeploy: Upgrade 2.0.1 -> 2.1.1 Leon Anavi
@ 2021-03-17 15:01   ` Trevor Gamblin
  0 siblings, 0 replies; 12+ messages in thread
From: Trevor Gamblin @ 2021-03-17 15:01 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2824 bytes --]


On 2021-03-16 4:37 a.m., Leon Anavi wrote:
> [Please note: This e-mail is from an EXTERNAL e-mail address]
>
> Upgrade to release 2.1.1:
>
> - Added setuptools as an explicit dependency. This has always been
>    required but now that more environments are becoming capable of
>    operating without it being installed, we now need to ensure it's
>    available.
> - pytest-runner removed, use tox to run tests.
>
> License-Update: Use license file from PyPI tarball.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...tedeploy_2.0.1.bb => python3-pastedeploy_2.1.1.bb} | 11 +++--------
>   1 file changed, 3 insertions(+), 8 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-pastedeploy_2.0.1.bb => python3-pastedeploy_2.1.1.bb} (52%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-pastedeploy_2.0.1.bb b/meta-python/recipes-devtools/python/python3-pastedeploy_2.1.1.bb
> similarity index 52%
> rename from meta-python/recipes-devtools/python/python3-pastedeploy_2.0.1.bb
> rename to meta-python/recipes-devtools/python/python3-pastedeploy_2.1.1.bb
> index b7c8c61d2..0b82d6bbd 100644
> --- a/meta-python/recipes-devtools/python/python3-pastedeploy_2.0.1.bb
> +++ b/meta-python/recipes-devtools/python/python3-pastedeploy_2.1.1.bb
> @@ -1,13 +1,12 @@
>   SUMMARY = "Load, configure, and compose WSGI applications and servers"
>   HOMEPAGE = "https://pylonsproject.org/"
>   LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://${WORKDIR}/license.txt;md5=1798f29d55080c60365e6283cb49779c"
> +LIC_FILES_CHKSUM = "file://${WORKDIR}/PasteDeploy-license.txt;md5=1798f29d55080c60365e6283cb49779c"
>
>   inherit pypi
>   PYPI_PACKAGE = "PasteDeploy"
> -SRC_URI[md5sum] = "6193afccc0982abedb9b7711d0d6adb0"
> -SRC_URI[sha256sum] = "d423fb9d51fdcf853aa4ff43ac7ec469b643ea19590f67488122d6d0d772350a"
> -SRC_URI[PasteDeploy-license.txt.md5sum] = "1798f29d55080c60365e6283cb49779c"
> +
> +SRC_URI[sha256sum] = "6dead6ab9823a85d585ef27f878bc647f787edb9ca8da0716aa9f1261b464817"
>
>   S = "${WORKDIR}/PasteDeploy-${PV}"
>
> @@ -20,7 +19,3 @@ PACKAGECONFIG[docs] = ",,,python3-sphinx python3-pylons-sphinx-themes"
>
>   DEPENDS= "python3 python3-setuptools-scm-native python3-pytest-runner-native"
>   RDEPENDS_${PN} += "python3-core  python3-misc python3-netclient python3-pkgutil python3-setuptools python3-threading python3-core"
> -
> -# PyPI tarball is missing license.txt
> -# We will need to keep retrieving this from the online repository until version 2.1.0
> -SRC_URI += "https://raw.githubusercontent.com/Pylons/pastedeploy/2.0.1/license.txt;name=PasteDeploy-license.txt;downloadfilename=PasteDeploy-license.txt"
> \ No newline at end of file
> --
> 2.17.1
>
>
> 
>

[-- Attachment #2: Type: text/html, Size: 4157 bytes --]

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

end of thread, other threads:[~2021-03-17 15:01 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-16  8:37 [meta-python][PATCH 1/6] python3-pulsectl: Upgrade 21.2.0 -> 21.3.4 Leon Anavi
2021-03-16  8:37 ` [meta-python][PATCH 2/6] python3-configparser: Upgrade 5.0.1 -> 5.0.2 Leon Anavi
2021-03-17 15:00   ` [oe] " Trevor Gamblin
2021-03-16  8:37 ` [meta-python][PATCH 3/6] python3-defusedxml: Upgrade 0.6.0 -> 0.7.1 Leon Anavi
2021-03-17 15:00   ` [oe] " Trevor Gamblin
2021-03-16  8:37 ` [meta-python][PATCH 4/6] python3-twine: Upgrade 3.3.0 -> 3.4.0 Leon Anavi
2021-03-17 15:00   ` [oe] " Trevor Gamblin
2021-03-16  8:37 ` [meta-python][PATCH 5/6] python3-socketio: Upgrade 5.0.4 -> 5.1.0 Leon Anavi
2021-03-17 15:00   ` [oe] " Trevor Gamblin
2021-03-16  8:37 ` [meta-python][PATCH 6/6] python3-pastedeploy: Upgrade 2.0.1 -> 2.1.1 Leon Anavi
2021-03-17 15:01   ` [oe] " Trevor Gamblin
2021-03-17 14:59 ` [oe] [meta-python][PATCH 1/6] python3-pulsectl: Upgrade 21.2.0 -> 21.3.4 Trevor Gamblin

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.