All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/5] python3-ruamel-yaml: Upgrade 0.16.12 -> 0.16.13
@ 2021-03-08 16:18 Leon Anavi
  2021-03-08 16:18 ` [meta-python][PATCH 2/5] python3-prettytable: Upgrade 2.0.0 -> 2.1.0 Leon Anavi
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Leon Anavi @ 2021-03-08 16:18 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 0.16.13:

- fix: could not update() CommentedMap with keyword arguments
- fix: unable to dump mutated TimeStamp objects
- fix: unable to addd comment without starting space
- fix: recursive call to walk_tree not preserving all params
- a None value in a flow-style sequence is now dumped as `null`
  instead of `!!null ''`

License-Update: Update year

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...ruamel-yaml_0.16.12.bb => python3-ruamel-yaml_0.16.13.bb} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-ruamel-yaml_0.16.12.bb => python3-ruamel-yaml_0.16.13.bb} (63%)

diff --git a/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.16.12.bb b/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.16.13.bb
similarity index 63%
rename from meta-python/recipes-devtools/python/python3-ruamel-yaml_0.16.12.bb
rename to meta-python/recipes-devtools/python/python3-ruamel-yaml_0.16.13.bb
index 7593ce7f5..39795b784 100644
--- a/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.16.12.bb
+++ b/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.16.13.bb
@@ -2,7 +2,7 @@ SUMMARY = "YAML parser/emitter that supports roundtrip preservation of comments,
 AUTHOR = "Anthon van der Neut"
 
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=60afc0a1bb0501c0c555cabe78bba022"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=fa0a51dfb461e2f803969e0f3fa71dfe"
 
 PYPI_PACKAGE = "ruamel.yaml"
 
@@ -10,8 +10,7 @@ inherit pypi setuptools3
 
 BBCLASSEXTEND = "native nativesdk"
 
-SRC_URI[md5sum] = "c7e4b216d9554d80be42011b448b7c61"
-SRC_URI[sha256sum] = "076cc0bc34f1966d920a49f18b52b6ad559fbe656a0748e3535cf7b3f29ebf9e"
+SRC_URI[sha256sum] = "bb48c514222702878759a05af96f4b7ecdba9b33cd4efcf25c86b882cef3a942"
 
 do_install_prepend() {
     export RUAMEL_NO_PIP_INSTALL_CHECK=1
-- 
2.17.1


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

* [meta-python][PATCH 2/5] python3-prettytable: Upgrade 2.0.0 -> 2.1.0
  2021-03-08 16:18 [meta-python][PATCH 1/5] python3-ruamel-yaml: Upgrade 0.16.12 -> 0.16.13 Leon Anavi
@ 2021-03-08 16:18 ` Leon Anavi
  2021-03-10 16:46   ` [oe] " Trevor Gamblin
  2021-03-08 16:18 ` [meta-python][PATCH 3/5] python3-huey: Upgrade 2.3.0 -> 2.3.1 Leon Anavi
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 10+ messages in thread
From: Leon Anavi @ 2021-03-08 16:18 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2.1.0:

- Support formatting options in get_json_string()
- Replace setuptools/pkg_resources with importlib.metadata for
  getting version
- Docs: Add documentation for align, max_width, etc.
- Docs: Remove reference to Python 2.x print statement in README
- Docs: Update get_html_string with thead and tbody tags

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

diff --git a/meta-python/recipes-devtools/python/python3-prettytable_2.0.0.bb b/meta-python/recipes-devtools/python/python3-prettytable_2.1.0.bb
similarity index 91%
rename from meta-python/recipes-devtools/python/python3-prettytable_2.0.0.bb
rename to meta-python/recipes-devtools/python/python3-prettytable_2.1.0.bb
index 3563bfa11..fe7206255 100644
--- a/meta-python/recipes-devtools/python/python3-prettytable_2.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-prettytable_2.1.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://code.google.com/p/prettytable"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://COPYING;md5=c9a6829fcd174d9535b46211917c7671"
 
-SRC_URI[sha256sum] = "e37acd91976fe6119172771520e58d1742c8479703489321dc1d9c85e7259922"
+SRC_URI[sha256sum] = "5882ed9092b391bb8f6e91f59bcdbd748924ff556bb7c634089d5519be87baa0"
 
 do_install_append() {
     perm_files=`find "${D}${PYTHON_SITEPACKAGES_DIR}/" -name "*.txt" -o -name "PKG-INFO"`
-- 
2.17.1


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

* [meta-python][PATCH 3/5] python3-huey: Upgrade 2.3.0 -> 2.3.1
  2021-03-08 16:18 [meta-python][PATCH 1/5] python3-ruamel-yaml: Upgrade 0.16.12 -> 0.16.13 Leon Anavi
  2021-03-08 16:18 ` [meta-python][PATCH 2/5] python3-prettytable: Upgrade 2.0.0 -> 2.1.0 Leon Anavi
@ 2021-03-08 16:18 ` Leon Anavi
  2021-03-10 16:46   ` [oe] " Trevor Gamblin
  2021-03-08 16:18 ` [meta-python][PATCH 4/5] python3-pychromecast: Upgrade 8.1.0 -> 9.1.1 Leon Anavi
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 10+ messages in thread
From: Leon Anavi @ 2021-03-08 16:18 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2.3.1:

- Add SIGNAL_INTERRUPTED to signal when a task is interrupted when
  a consumer exits abruptly.
- Use the Huey.create_consumer() API within the Django management
  command, to allow Django users to customize the creation of the
  Consumer instance.

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

diff --git a/meta-python/recipes-devtools/python/python3-huey_2.3.0.bb b/meta-python/recipes-devtools/python/python3-huey_2.3.1.bb
similarity index 59%
rename from meta-python/recipes-devtools/python/python3-huey_2.3.0.bb
rename to meta-python/recipes-devtools/python/python3-huey_2.3.1.bb
index f70a349fd..d8141c8e8 100644
--- a/meta-python/recipes-devtools/python/python3-huey_2.3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-huey_2.3.1.bb
@@ -5,8 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5cac039fcc82f01141cc170b48f315d4"
 
 PYPI_PACKAGE = "huey"
 
-SRC_URI[md5sum] = "aa9f2a8f54cb68c62690c5e28589f49c"
-SRC_URI[sha256sum] = "76978840a875607cd77c283c4ebf3ea5071b2ec06a1ac428d63be0d88f1e7070"
+SRC_URI[sha256sum] = "de9b6d0fd59794378fe05813d302be68038044ef3b68274b84ca8d285e20f803"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 4/5] python3-pychromecast: Upgrade 8.1.0 -> 9.1.1
  2021-03-08 16:18 [meta-python][PATCH 1/5] python3-ruamel-yaml: Upgrade 0.16.12 -> 0.16.13 Leon Anavi
  2021-03-08 16:18 ` [meta-python][PATCH 2/5] python3-prettytable: Upgrade 2.0.0 -> 2.1.0 Leon Anavi
  2021-03-08 16:18 ` [meta-python][PATCH 3/5] python3-huey: Upgrade 2.3.0 -> 2.3.1 Leon Anavi
@ 2021-03-08 16:18 ` Leon Anavi
  2021-03-10 16:46   ` [oe] " Trevor Gamblin
  2021-03-08 16:18 ` [meta-python][PATCH 5/5] python3-incremental: Upgrade 17.5.0 -> 21.3.0 Leon Anavi
  2021-03-10 16:46 ` [oe] [meta-python][PATCH 1/5] python3-ruamel-yaml: Upgrade 0.16.12 -> 0.16.13 Trevor Gamblin
  4 siblings, 1 reply; 10+ messages in thread
From: Leon Anavi @ 2021-03-08 16:18 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 9.1.1:

- BREAKING CHANGE: Update discovery to support a list of known
  hosts
- Add HostBrowser.update_hosts
- Handle audio groups removed from known host
- Bump pylint from 2.7.1 to 2.7.2
- Remove useless pylint and flake8 directives

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

diff --git a/meta-python/recipes-devtools/python/python3-pychromecast_8.1.0.bb b/meta-python/recipes-devtools/python/python3-pychromecast_9.1.1.bb
similarity index 76%
rename from meta-python/recipes-devtools/python/python3-pychromecast_8.1.0.bb
rename to meta-python/recipes-devtools/python/python3-pychromecast_9.1.1.bb
index 7b2b5142e..3d0b84cf0 100644
--- a/meta-python/recipes-devtools/python/python3-pychromecast_8.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pychromecast_9.1.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/balloob/pychromecast"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b1dbd4e85f47b389bdadee9c694669f5"
 
-SRC_URI[sha256sum] = "df0295f653cee752de38cf8ef09f13ad9782c53924dfbaa191ca62bd5e1dce14"
+SRC_URI[sha256sum] = "ab9da1d2ef424b1fc755f6436f545a56056ec6de24075e93f369eac8eb821837"
 
 PYPI_PACKAGE = "PyChromecast"
 
-- 
2.17.1


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

* [meta-python][PATCH 5/5] python3-incremental: Upgrade 17.5.0 -> 21.3.0
  2021-03-08 16:18 [meta-python][PATCH 1/5] python3-ruamel-yaml: Upgrade 0.16.12 -> 0.16.13 Leon Anavi
                   ` (2 preceding siblings ...)
  2021-03-08 16:18 ` [meta-python][PATCH 4/5] python3-pychromecast: Upgrade 8.1.0 -> 9.1.1 Leon Anavi
@ 2021-03-08 16:18 ` Leon Anavi
  2021-03-10 16:47   ` [oe] " Trevor Gamblin
  2021-03-10 16:46 ` [oe] [meta-python][PATCH 1/5] python3-ruamel-yaml: Upgrade 0.16.12 -> 0.16.13 Trevor Gamblin
  4 siblings, 1 reply; 10+ messages in thread
From: Leon Anavi @ 2021-03-08 16:18 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 21.3.0:

- The output of incremental is now compatible with Black
- Incremental now properly supports PEP 440-compliant dev, rc,
  post suffixes
- Incremental now properly supports PEP 440-compliant post
  releases

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

diff --git a/meta-python/recipes-devtools/python/python3-incremental_17.5.0.bb b/meta-python/recipes-devtools/python/python3-incremental_21.3.0.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-incremental_17.5.0.bb
rename to meta-python/recipes-devtools/python/python3-incremental_21.3.0.bb
index 568ba1989..ff8fab31f 100644
--- a/meta-python/recipes-devtools/python/python3-incremental_17.5.0.bb
+++ b/meta-python/recipes-devtools/python/python3-incremental_21.3.0.bb
@@ -3,8 +3,7 @@ HOMEPAGE = "https://github.com/twisted/incremental"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=6ca9b07f08e2c72d48c74d363d1e0e15"
 
-SRC_URI[md5sum] = "602746e0d438e075a5a9e0678140bba2"
-SRC_URI[sha256sum] = "7b751696aaf36eebfab537e458929e194460051ccad279c72b755a167eebd4b3"
+SRC_URI[sha256sum] = "02f5de5aff48f6b9f665d99d48bfc7ec03b6e3943210de7cfc88856d755d6f57"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* Re: [oe] [meta-python][PATCH 1/5] python3-ruamel-yaml: Upgrade 0.16.12 -> 0.16.13
  2021-03-08 16:18 [meta-python][PATCH 1/5] python3-ruamel-yaml: Upgrade 0.16.12 -> 0.16.13 Leon Anavi
                   ` (3 preceding siblings ...)
  2021-03-08 16:18 ` [meta-python][PATCH 5/5] python3-incremental: Upgrade 17.5.0 -> 21.3.0 Leon Anavi
@ 2021-03-10 16:46 ` Trevor Gamblin
  4 siblings, 0 replies; 10+ messages in thread
From: Trevor Gamblin @ 2021-03-10 16:46 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2021-03-08 11:18 a.m., Leon Anavi wrote:
> [Please note: This e-mail is from an EXTERNAL e-mail address]
>
> Upgrade to release 0.16.13:
>
> - fix: could not update() CommentedMap with keyword arguments
> - fix: unable to dump mutated TimeStamp objects
> - fix: unable to addd comment without starting space
> - fix: recursive call to walk_tree not preserving all params
> - a None value in a flow-style sequence is now dumped as `null`
>    instead of `!!null ''`
>
> License-Update: Update year
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...ruamel-yaml_0.16.12.bb => python3-ruamel-yaml_0.16.13.bb} | 5 ++---
>   1 file changed, 2 insertions(+), 3 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-ruamel-yaml_0.16.12.bb => python3-ruamel-yaml_0.16.13.bb} (63%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.16.12.bb b/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.16.13.bb
> similarity index 63%
> rename from meta-python/recipes-devtools/python/python3-ruamel-yaml_0.16.12.bb
> rename to meta-python/recipes-devtools/python/python3-ruamel-yaml_0.16.13.bb
> index 7593ce7f5..39795b784 100644
> --- a/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.16.12.bb
> +++ b/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.16.13.bb
> @@ -2,7 +2,7 @@ SUMMARY = "YAML parser/emitter that supports roundtrip preservation of comments,
>   AUTHOR = "Anthon van der Neut"
>
>   LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=60afc0a1bb0501c0c555cabe78bba022"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=fa0a51dfb461e2f803969e0f3fa71dfe"
>
>   PYPI_PACKAGE = "ruamel.yaml"
>
> @@ -10,8 +10,7 @@ inherit pypi setuptools3
>
>   BBCLASSEXTEND = "native nativesdk"
>
> -SRC_URI[md5sum] = "c7e4b216d9554d80be42011b448b7c61"
> -SRC_URI[sha256sum] = "076cc0bc34f1966d920a49f18b52b6ad559fbe656a0748e3535cf7b3f29ebf9e"
> +SRC_URI[sha256sum] = "bb48c514222702878759a05af96f4b7ecdba9b33cd4efcf25c86b882cef3a942"
>
>   do_install_prepend() {
>       export RUAMEL_NO_PIP_INSTALL_CHECK=1
> --
> 2.17.1
>
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 2/5] python3-prettytable: Upgrade 2.0.0 -> 2.1.0
  2021-03-08 16:18 ` [meta-python][PATCH 2/5] python3-prettytable: Upgrade 2.0.0 -> 2.1.0 Leon Anavi
@ 2021-03-10 16:46   ` Trevor Gamblin
  0 siblings, 0 replies; 10+ messages in thread
From: Trevor Gamblin @ 2021-03-10 16:46 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2021-03-08 11:18 a.m., Leon Anavi wrote:
> [Please note: This e-mail is from an EXTERNAL e-mail address]
>
> Upgrade to release 2.1.0:
>
> - Support formatting options in get_json_string()
> - Replace setuptools/pkg_resources with importlib.metadata for
>    getting version
> - Docs: Add documentation for align, max_width, etc.
> - Docs: Remove reference to Python 2.x print statement in README
> - Docs: Update get_html_string with thead and tbody tags
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...ython3-prettytable_2.0.0.bb => python3-prettytable_2.1.0.bb} | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>   rename meta-python/recipes-devtools/python/{python3-prettytable_2.0.0.bb => python3-prettytable_2.1.0.bb} (91%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-prettytable_2.0.0.bb b/meta-python/recipes-devtools/python/python3-prettytable_2.1.0.bb
> similarity index 91%
> rename from meta-python/recipes-devtools/python/python3-prettytable_2.0.0.bb
> rename to meta-python/recipes-devtools/python/python3-prettytable_2.1.0.bb
> index 3563bfa11..fe7206255 100644
> --- a/meta-python/recipes-devtools/python/python3-prettytable_2.0.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-prettytable_2.1.0.bb
> @@ -3,7 +3,7 @@ HOMEPAGE = "http://code.google.com/p/prettytable"
>   LICENSE = "BSD-3-Clause"
>   LIC_FILES_CHKSUM = "file://COPYING;md5=c9a6829fcd174d9535b46211917c7671"
>
> -SRC_URI[sha256sum] = "e37acd91976fe6119172771520e58d1742c8479703489321dc1d9c85e7259922"
> +SRC_URI[sha256sum] = "5882ed9092b391bb8f6e91f59bcdbd748924ff556bb7c634089d5519be87baa0"
>
>   do_install_append() {
>       perm_files=`find "${D}${PYTHON_SITEPACKAGES_DIR}/" -name "*.txt" -o -name "PKG-INFO"`
> --
> 2.17.1
>
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 3/5] python3-huey: Upgrade 2.3.0 -> 2.3.1
  2021-03-08 16:18 ` [meta-python][PATCH 3/5] python3-huey: Upgrade 2.3.0 -> 2.3.1 Leon Anavi
@ 2021-03-10 16:46   ` Trevor Gamblin
  0 siblings, 0 replies; 10+ messages in thread
From: Trevor Gamblin @ 2021-03-10 16:46 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2021-03-08 11:18 a.m., Leon Anavi wrote:
> [Please note: This e-mail is from an EXTERNAL e-mail address]
>
> Upgrade to release 2.3.1:
>
> - Add SIGNAL_INTERRUPTED to signal when a task is interrupted when
>    a consumer exits abruptly.
> - Use the Huey.create_consumer() API within the Django management
>    command, to allow Django users to customize the creation of the
>    Consumer instance.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../python/{python3-huey_2.3.0.bb => python3-huey_2.3.1.bb}    | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-huey_2.3.0.bb => python3-huey_2.3.1.bb} (59%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-huey_2.3.0.bb b/meta-python/recipes-devtools/python/python3-huey_2.3.1.bb
> similarity index 59%
> rename from meta-python/recipes-devtools/python/python3-huey_2.3.0.bb
> rename to meta-python/recipes-devtools/python/python3-huey_2.3.1.bb
> index f70a349fd..d8141c8e8 100644
> --- a/meta-python/recipes-devtools/python/python3-huey_2.3.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-huey_2.3.1.bb
> @@ -5,8 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5cac039fcc82f01141cc170b48f315d4"
>
>   PYPI_PACKAGE = "huey"
>
> -SRC_URI[md5sum] = "aa9f2a8f54cb68c62690c5e28589f49c"
> -SRC_URI[sha256sum] = "76978840a875607cd77c283c4ebf3ea5071b2ec06a1ac428d63be0d88f1e7070"
> +SRC_URI[sha256sum] = "de9b6d0fd59794378fe05813d302be68038044ef3b68274b84ca8d285e20f803"
>
>   inherit pypi setuptools3
>
> --
> 2.17.1
>
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 4/5] python3-pychromecast: Upgrade 8.1.0 -> 9.1.1
  2021-03-08 16:18 ` [meta-python][PATCH 4/5] python3-pychromecast: Upgrade 8.1.0 -> 9.1.1 Leon Anavi
@ 2021-03-10 16:46   ` Trevor Gamblin
  0 siblings, 0 replies; 10+ messages in thread
From: Trevor Gamblin @ 2021-03-10 16:46 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2021-03-08 11:18 a.m., Leon Anavi wrote:
> [Please note: This e-mail is from an EXTERNAL e-mail address]
>
> Upgrade to release 9.1.1:
>
> - BREAKING CHANGE: Update discovery to support a list of known
>    hosts
> - Add HostBrowser.update_hosts
> - Handle audio groups removed from known host
> - Bump pylint from 2.7.1 to 2.7.2
> - Remove useless pylint and flake8 directives
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...hon3-pychromecast_8.1.0.bb => python3-pychromecast_9.1.1.bb} | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>   rename meta-python/recipes-devtools/python/{python3-pychromecast_8.1.0.bb => python3-pychromecast_9.1.1.bb} (76%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-pychromecast_8.1.0.bb b/meta-python/recipes-devtools/python/python3-pychromecast_9.1.1.bb
> similarity index 76%
> rename from meta-python/recipes-devtools/python/python3-pychromecast_8.1.0.bb
> rename to meta-python/recipes-devtools/python/python3-pychromecast_9.1.1.bb
> index 7b2b5142e..3d0b84cf0 100644
> --- a/meta-python/recipes-devtools/python/python3-pychromecast_8.1.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-pychromecast_9.1.1.bb
> @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/balloob/pychromecast"
>   LICENSE = "MIT"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=b1dbd4e85f47b389bdadee9c694669f5"
>
> -SRC_URI[sha256sum] = "df0295f653cee752de38cf8ef09f13ad9782c53924dfbaa191ca62bd5e1dce14"
> +SRC_URI[sha256sum] = "ab9da1d2ef424b1fc755f6436f545a56056ec6de24075e93f369eac8eb821837"
>
>   PYPI_PACKAGE = "PyChromecast"
>
> --
> 2.17.1
>
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 5/5] python3-incremental: Upgrade 17.5.0 -> 21.3.0
  2021-03-08 16:18 ` [meta-python][PATCH 5/5] python3-incremental: Upgrade 17.5.0 -> 21.3.0 Leon Anavi
@ 2021-03-10 16:47   ` Trevor Gamblin
  0 siblings, 0 replies; 10+ messages in thread
From: Trevor Gamblin @ 2021-03-10 16:47 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2021-03-08 11:18 a.m., Leon Anavi wrote:
> [Please note: This e-mail is from an EXTERNAL e-mail address]
>
> Upgrade to release 21.3.0:
>
> - The output of incremental is now compatible with Black
> - Incremental now properly supports PEP 440-compliant dev, rc,
>    post suffixes
> - Incremental now properly supports PEP 440-compliant post
>    releases
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...on3-incremental_17.5.0.bb => python3-incremental_21.3.0.bb} | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-incremental_17.5.0.bb => python3-incremental_21.3.0.bb} (82%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-incremental_17.5.0.bb b/meta-python/recipes-devtools/python/python3-incremental_21.3.0.bb
> similarity index 82%
> rename from meta-python/recipes-devtools/python/python3-incremental_17.5.0.bb
> rename to meta-python/recipes-devtools/python/python3-incremental_21.3.0.bb
> index 568ba1989..ff8fab31f 100644
> --- a/meta-python/recipes-devtools/python/python3-incremental_17.5.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-incremental_21.3.0.bb
> @@ -3,8 +3,7 @@ HOMEPAGE = "https://github.com/twisted/incremental"
>   LICENSE = "MIT"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=6ca9b07f08e2c72d48c74d363d1e0e15"
>
> -SRC_URI[md5sum] = "602746e0d438e075a5a9e0678140bba2"
> -SRC_URI[sha256sum] = "7b751696aaf36eebfab537e458929e194460051ccad279c72b755a167eebd4b3"
> +SRC_URI[sha256sum] = "02f5de5aff48f6b9f665d99d48bfc7ec03b6e3943210de7cfc88856d755d6f57"
>
>   inherit pypi setuptools3
>
> --
> 2.17.1
>
>
> 
>

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

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

end of thread, other threads:[~2021-03-10 16:47 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-08 16:18 [meta-python][PATCH 1/5] python3-ruamel-yaml: Upgrade 0.16.12 -> 0.16.13 Leon Anavi
2021-03-08 16:18 ` [meta-python][PATCH 2/5] python3-prettytable: Upgrade 2.0.0 -> 2.1.0 Leon Anavi
2021-03-10 16:46   ` [oe] " Trevor Gamblin
2021-03-08 16:18 ` [meta-python][PATCH 3/5] python3-huey: Upgrade 2.3.0 -> 2.3.1 Leon Anavi
2021-03-10 16:46   ` [oe] " Trevor Gamblin
2021-03-08 16:18 ` [meta-python][PATCH 4/5] python3-pychromecast: Upgrade 8.1.0 -> 9.1.1 Leon Anavi
2021-03-10 16:46   ` [oe] " Trevor Gamblin
2021-03-08 16:18 ` [meta-python][PATCH 5/5] python3-incremental: Upgrade 17.5.0 -> 21.3.0 Leon Anavi
2021-03-10 16:47   ` [oe] " Trevor Gamblin
2021-03-10 16:46 ` [oe] [meta-python][PATCH 1/5] python3-ruamel-yaml: Upgrade 0.16.12 -> 0.16.13 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.