All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/5] python3-cachetools: Upgrade 4.2.0 -> 4.2.1
@ 2021-01-26 12:49 Leon Anavi
  2021-01-26 12:50 ` [meta-python][PATCH 2/5] python3-coverage: Upgrade 5.3.1 -> 5.4 Leon Anavi
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Leon Anavi @ 2021-01-26 12:49 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 4.2.1:

- Handle __missing__() not storing cache items.
- Clean up __missing__() example.

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

diff --git a/meta-python/recipes-devtools/python/python3-cachetools_4.2.0.bb b/meta-python/recipes-devtools/python/python3-cachetools_4.2.1.bb
similarity index 83%
rename from meta-python/recipes-devtools/python/python3-cachetools_4.2.0.bb
rename to meta-python/recipes-devtools/python/python3-cachetools_4.2.1.bb
index cc697d5a9..616e88045 100644
--- a/meta-python/recipes-devtools/python/python3-cachetools_4.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-cachetools_4.2.1.bb
@@ -27,7 +27,6 @@ do_install_ptest() {
 	cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
 }
 
-SRC_URI[md5sum] = "9d54dacd774e2af7e9a50741386f5455"
-SRC_URI[sha256sum] = "3796e1de094f0eaca982441c92ce96c68c89cced4cd97721ab297ea4b16db90e"
+SRC_URI[sha256sum] = "f469e29e7aa4cff64d8de4aad95ce76de8ea1125a16c68e0d93f65c3c3dc92e9"
 
 BBCLASSEXTEND = "native nativesdk"
-- 
2.17.1


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

* [meta-python][PATCH 2/5] python3-coverage: Upgrade 5.3.1 -> 5.4
  2021-01-26 12:49 [meta-python][PATCH 1/5] python3-cachetools: Upgrade 4.2.0 -> 4.2.1 Leon Anavi
@ 2021-01-26 12:50 ` Leon Anavi
  2021-01-28 13:07   ` [oe] " Trevor Gamblin
  2021-01-26 12:50 ` [meta-python][PATCH 3/5] python3-diskcache: Upgrade 5.1.0 -> 5.2.1 Leon Anavi
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 11+ messages in thread
From: Leon Anavi @ 2021-01-26 12:50 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 5.4:

- The text report produced by coverage report now always outputs
  a TOTAL line, even if only one Python file is reported. This
  makes regex parsing of the output easier.
- The skip_covered and skip_empty settings in the configuration
  file can now be specified in the [html] section, so that text
  reports and HTML reports can use separate settings. The HTML
  report will still use the [report] settings if there isn't a
  value in the [html] section.
- Combining files on Windows across drives how works properly.
- Fix an obscure warning from deep in the _decimal module.
- Update to support Python 3.10 alphas in progress, including
  PEP 626: Precise line numbers for debugging and other tools.

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

diff --git a/meta-python/recipes-devtools/python/python3-coverage_5.3.1.bb b/meta-python/recipes-devtools/python/python3-coverage_5.4.bb
similarity index 71%
rename from meta-python/recipes-devtools/python/python3-coverage_5.3.1.bb
rename to meta-python/recipes-devtools/python/python3-coverage_5.4.bb
index 14d29a247..4ea9b6a19 100644
--- a/meta-python/recipes-devtools/python/python3-coverage_5.3.1.bb
+++ b/meta-python/recipes-devtools/python/python3-coverage_5.4.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://coverage.readthedocs.io"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2ee41112a44fe7014dce33e26468ba93"
 
-SRC_URI[sha256sum] = "38f16b1317b8dd82df67ed5daa5f5e7c959e46579840d77a67a4ceb9cef0a50b"
+SRC_URI[sha256sum] = "6d2e262e5e8da6fa56e774fb8e2643417351427604c2b177f8e8c5f75fc928ca"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 3/5] python3-diskcache: Upgrade 5.1.0 -> 5.2.1
  2021-01-26 12:49 [meta-python][PATCH 1/5] python3-cachetools: Upgrade 4.2.0 -> 4.2.1 Leon Anavi
  2021-01-26 12:50 ` [meta-python][PATCH 2/5] python3-coverage: Upgrade 5.3.1 -> 5.4 Leon Anavi
@ 2021-01-26 12:50 ` Leon Anavi
  2021-01-28 13:08   ` [oe] " Trevor Gamblin
  2021-01-26 12:50 ` [meta-python][PATCH 4/5] python3-aenum: Upgrade 2.2.6 -> 3.0.0 Leon Anavi
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 11+ messages in thread
From: Leon Anavi @ 2021-01-26 12:50 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 5.2.1:

- Install libmemcached-dev for release GitHub action

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

diff --git a/meta-python/recipes-devtools/python/python3-diskcache_5.1.0.bb b/meta-python/recipes-devtools/python/python3-diskcache_5.2.1.bb
similarity index 50%
rename from meta-python/recipes-devtools/python/python3-diskcache_5.1.0.bb
rename to meta-python/recipes-devtools/python/python3-diskcache_5.2.1.bb
index 9aaf71403..4a028d769 100644
--- a/meta-python/recipes-devtools/python/python3-diskcache_5.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-diskcache_5.2.1.bb
@@ -1,10 +1,9 @@
 DESCRIPTION = "Disk Cache -- Disk and file backed persistent cache."
 HOMEPAGE = "http://www.grantjenks.com/docs/diskcache/"
 LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=c985b6a9269e57a1073d5f142d68eb68"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=a3e7dd5bc8f0053fee7c5fe9692b932d"
 
-SRC_URI[md5sum] = "9ce87661369752c9ead63243b07eaf19"
-SRC_URI[sha256sum] = "bc7928df986dbc8a8d6e34c33b0da89d668cfa65e7fcc91298a6959a35076993"
+SRC_URI[sha256sum] = "1805acd5868ac10ad547208951a1190a0ab7bbff4e70f9a07cde4dbdfaa69f64"
 
 PYPI_PACKAGE = "diskcache"
 
-- 
2.17.1


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

* [meta-python][PATCH 4/5] python3-aenum: Upgrade 2.2.6 -> 3.0.0
  2021-01-26 12:49 [meta-python][PATCH 1/5] python3-cachetools: Upgrade 4.2.0 -> 4.2.1 Leon Anavi
  2021-01-26 12:50 ` [meta-python][PATCH 2/5] python3-coverage: Upgrade 5.3.1 -> 5.4 Leon Anavi
  2021-01-26 12:50 ` [meta-python][PATCH 3/5] python3-diskcache: Upgrade 5.1.0 -> 5.2.1 Leon Anavi
@ 2021-01-26 12:50 ` Leon Anavi
  2021-01-28 13:08   ` [oe] " Trevor Gamblin
  2021-01-26 12:50 ` [meta-python][PATCH 5/5] python3-xmlschema: Upgrade 1.4.1 -> 1.4.2 Leon Anavi
  2021-01-28 13:07 ` [oe] [meta-python][PATCH 1/5] python3-cachetools: Upgrade 4.2.0 -> 4.2.1 Trevor Gamblin
  4 siblings, 1 reply; 11+ messages in thread
From: Leon Anavi @ 2021-01-26 12:50 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 3.0.0:

- Flags only list single bit names, multi-bit are aliases
- error checking to go with that
- getattr magic is off for AutoValue
- Member creation has been redone to match Python 3.10's methods.
  This also allows all supported Pythons (2.7, 3.3+) to use the
  __set_name__ and __init_subclass__ protocols (more robustly
  than in aenum 2.2.5)
- enum_property() has been renamed to property() (old name still
  available, but deprecated)
- bin() replacement shows negative integers in twos-complement

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

diff --git a/meta-python/recipes-devtools/python/python3-aenum_2.2.6.bb b/meta-python/recipes-devtools/python/python3-aenum_3.0.0.bb
similarity index 63%
rename from meta-python/recipes-devtools/python/python3-aenum_2.2.6.bb
rename to meta-python/recipes-devtools/python/python3-aenum_3.0.0.bb
index 061770a93..cb8462d24 100644
--- a/meta-python/recipes-devtools/python/python3-aenum_2.2.6.bb
+++ b/meta-python/recipes-devtools/python/python3-aenum_3.0.0.bb
@@ -3,8 +3,7 @@ HOMEPAGE = "https://pypi.org/project/aenum/"
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://aenum/LICENSE;md5=c6a85477543f8b8591b9c1f82abebbe9"
 
-SRC_URI[md5sum] = "52ec17f5efdfa13952657fe954cd6d99"
-SRC_URI[sha256sum] = "260225470b49429f5893a195a8b99c73a8d182be42bf90c37c93e7b20e44eaae"
+SRC_URI[sha256sum] = "17cd8cfed1ee4b617198c9fabbabd70ebd8f01e54ac29cd6c3a92df14bd86656"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 5/5] python3-xmlschema: Upgrade 1.4.1 -> 1.4.2
  2021-01-26 12:49 [meta-python][PATCH 1/5] python3-cachetools: Upgrade 4.2.0 -> 4.2.1 Leon Anavi
                   ` (2 preceding siblings ...)
  2021-01-26 12:50 ` [meta-python][PATCH 4/5] python3-aenum: Upgrade 2.2.6 -> 3.0.0 Leon Anavi
@ 2021-01-26 12:50 ` Leon Anavi
  2021-01-26 22:47   ` [oe] " Khem Raj
  2021-01-28 13:08   ` Trevor Gamblin
  2021-01-28 13:07 ` [oe] [meta-python][PATCH 1/5] python3-cachetools: Upgrade 4.2.0 -> 4.2.1 Trevor Gamblin
  4 siblings, 2 replies; 11+ messages in thread
From: Leon Anavi @ 2021-01-26 12:50 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.4.2:

- Add decoding of binary datatypes (xs:hexBinary and
  xs:base64Binary)
- Fix encoding from string values for some builtin datatypes
  (decimal, binary, duration and datetime)

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

diff --git a/meta-python/recipes-devtools/python/python3-xmlschema_1.4.1.bb b/meta-python/recipes-devtools/python/python3-xmlschema_1.4.2.bb
similarity index 70%
rename from meta-python/recipes-devtools/python/python3-xmlschema_1.4.1.bb
rename to meta-python/recipes-devtools/python/python3-xmlschema_1.4.2.bb
index c60993105..055a82d4c 100644
--- a/meta-python/recipes-devtools/python/python3-xmlschema_1.4.1.bb
+++ b/meta-python/recipes-devtools/python/python3-xmlschema_1.4.2.bb
@@ -3,14 +3,13 @@ HOMEPAGE = "https://github.com/sissaschool/xmlschema"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=47489cb18c469474afeb259ed1d4832f"
 
-SRC_URI[md5sum] = "f4c46f8c4415a0ca31dc2f623b668664"
-SRC_URI[sha256sum] = "ade693114ff2e4a9ed5a2371ce29ae888f689bc58e326e5796f8a7dc8954dd4a"
+SRC_URI[sha256sum] = "f372005d08dfc231ce7f001c3a7a2c7f7ae138295349268bc551a9df3c700b82"
 
 PYPI_PACKAGE = "xmlschema"
 inherit pypi setuptools3
 
 DEPENDS += "\
-    ${PYTHON_PN}-elementpath \
+    ${PYTHON_PN}-elementpath-native \
 "
 
 RDEPENDS_${PN} += "\
-- 
2.17.1


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

* Re: [oe] [meta-python][PATCH 5/5] python3-xmlschema: Upgrade 1.4.1 -> 1.4.2
  2021-01-26 12:50 ` [meta-python][PATCH 5/5] python3-xmlschema: Upgrade 1.4.1 -> 1.4.2 Leon Anavi
@ 2021-01-26 22:47   ` Khem Raj
  2021-01-28 13:08   ` Trevor Gamblin
  1 sibling, 0 replies; 11+ messages in thread
From: Khem Raj @ 2021-01-26 22:47 UTC (permalink / raw)
  To: Leon Anavi; +Cc: openembeded-devel

seeing a build failure
https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/885

On Tue, Jan 26, 2021 at 4:50 AM Leon Anavi <leon.anavi@konsulko.com> wrote:
>
> Upgrade to release 1.4.2:
>
> - Add decoding of binary datatypes (xs:hexBinary and
>   xs:base64Binary)
> - Fix encoding from string values for some builtin datatypes
>   (decimal, binary, duration and datetime)
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
> ---
>  ...python3-xmlschema_1.4.1.bb => python3-xmlschema_1.4.2.bb} | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)
>  rename meta-python/recipes-devtools/python/{python3-xmlschema_1.4.1.bb => python3-xmlschema_1.4.2.bb} (70%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-xmlschema_1.4.1.bb b/meta-python/recipes-devtools/python/python3-xmlschema_1.4.2.bb
> similarity index 70%
> rename from meta-python/recipes-devtools/python/python3-xmlschema_1.4.1.bb
> rename to meta-python/recipes-devtools/python/python3-xmlschema_1.4.2.bb
> index c60993105..055a82d4c 100644
> --- a/meta-python/recipes-devtools/python/python3-xmlschema_1.4.1.bb
> +++ b/meta-python/recipes-devtools/python/python3-xmlschema_1.4.2.bb
> @@ -3,14 +3,13 @@ HOMEPAGE = "https://github.com/sissaschool/xmlschema"
>  LICENSE = "MIT"
>  LIC_FILES_CHKSUM = "file://LICENSE;md5=47489cb18c469474afeb259ed1d4832f"
>
> -SRC_URI[md5sum] = "f4c46f8c4415a0ca31dc2f623b668664"
> -SRC_URI[sha256sum] = "ade693114ff2e4a9ed5a2371ce29ae888f689bc58e326e5796f8a7dc8954dd4a"
> +SRC_URI[sha256sum] = "f372005d08dfc231ce7f001c3a7a2c7f7ae138295349268bc551a9df3c700b82"
>
>  PYPI_PACKAGE = "xmlschema"
>  inherit pypi setuptools3
>
>  DEPENDS += "\
> -    ${PYTHON_PN}-elementpath \
> +    ${PYTHON_PN}-elementpath-native \
>  "
>
>  RDEPENDS_${PN} += "\
> --
> 2.17.1
>
>
> 
>

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

* Re: [oe] [meta-python][PATCH 1/5] python3-cachetools: Upgrade 4.2.0 -> 4.2.1
  2021-01-26 12:49 [meta-python][PATCH 1/5] python3-cachetools: Upgrade 4.2.0 -> 4.2.1 Leon Anavi
                   ` (3 preceding siblings ...)
  2021-01-26 12:50 ` [meta-python][PATCH 5/5] python3-xmlschema: Upgrade 1.4.1 -> 1.4.2 Leon Anavi
@ 2021-01-28 13:07 ` Trevor Gamblin
  4 siblings, 0 replies; 11+ messages in thread
From: Trevor Gamblin @ 2021-01-28 13:07 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2021-01-26 7:49 a.m., Leon Anavi wrote:
> - Handle __missing__() not storing cache items.
> - Clean up __missing__() example.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...python3-cachetools_4.2.0.bb => python3-cachetools_4.2.1.bb} | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-cachetools_4.2.0.bb => python3-cachetools_4.2.1.bb} (83%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-cachetools_4.2.0.bb b/meta-python/recipes-devtools/python/python3-cachetools_4.2.1.bb
> similarity index 83%
> rename from meta-python/recipes-devtools/python/python3-cachetools_4.2.0.bb
> rename to meta-python/recipes-devtools/python/python3-cachetools_4.2.1.bb
> index cc697d5a9..616e88045 100644
> --- a/meta-python/recipes-devtools/python/python3-cachetools_4.2.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-cachetools_4.2.1.bb
> @@ -27,7 +27,6 @@ do_install_ptest() {
>   	cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
>   }
>   
> -SRC_URI[md5sum] = "9d54dacd774e2af7e9a50741386f5455"
> -SRC_URI[sha256sum] = "3796e1de094f0eaca982441c92ce96c68c89cced4cd97721ab297ea4b16db90e"
> +SRC_URI[sha256sum] = "f469e29e7aa4cff64d8de4aad95ce76de8ea1125a16c68e0d93f65c3c3dc92e9"
>   
>   BBCLASSEXTEND = "native nativesdk"
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 2/5] python3-coverage: Upgrade 5.3.1 -> 5.4
  2021-01-26 12:50 ` [meta-python][PATCH 2/5] python3-coverage: Upgrade 5.3.1 -> 5.4 Leon Anavi
@ 2021-01-28 13:07   ` Trevor Gamblin
  0 siblings, 0 replies; 11+ messages in thread
From: Trevor Gamblin @ 2021-01-28 13:07 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2021-01-26 7:50 a.m., Leon Anavi wrote:
> - The text report produced by coverage report now always outputs
>    a TOTAL line, even if only one Python file is reported. This
>    makes regex parsing of the output easier.
> - The skip_covered and skip_empty settings in the configuration
>    file can now be specified in the [html] section, so that text
>    reports and HTML reports can use separate settings. The HTML
>    report will still use the [report] settings if there isn't a
>    value in the [html] section.
> - Combining files on Windows across drives how works properly.
> - Fix an obscure warning from deep in the _decimal module.
> - Update to support Python 3.10 alphas in progress, including
>    PEP 626: Precise line numbers for debugging and other tools.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-coverage_5.3.1.bb => python3-coverage_5.4.bb}      | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>   rename meta-python/recipes-devtools/python/{python3-coverage_5.3.1.bb => python3-coverage_5.4.bb} (71%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-coverage_5.3.1.bb b/meta-python/recipes-devtools/python/python3-coverage_5.4.bb
> similarity index 71%
> rename from meta-python/recipes-devtools/python/python3-coverage_5.3.1.bb
> rename to meta-python/recipes-devtools/python/python3-coverage_5.4.bb
> index 14d29a247..4ea9b6a19 100644
> --- a/meta-python/recipes-devtools/python/python3-coverage_5.3.1.bb
> +++ b/meta-python/recipes-devtools/python/python3-coverage_5.4.bb
> @@ -3,7 +3,7 @@ HOMEPAGE = "https://coverage.readthedocs.io"
>   LICENSE = "Apache-2.0"
>   LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2ee41112a44fe7014dce33e26468ba93"
>   
> -SRC_URI[sha256sum] = "38f16b1317b8dd82df67ed5daa5f5e7c959e46579840d77a67a4ceb9cef0a50b"
> +SRC_URI[sha256sum] = "6d2e262e5e8da6fa56e774fb8e2643417351427604c2b177f8e8c5f75fc928ca"
>   
>   inherit pypi setuptools3
>   
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 3/5] python3-diskcache: Upgrade 5.1.0 -> 5.2.1
  2021-01-26 12:50 ` [meta-python][PATCH 3/5] python3-diskcache: Upgrade 5.1.0 -> 5.2.1 Leon Anavi
@ 2021-01-28 13:08   ` Trevor Gamblin
  0 siblings, 0 replies; 11+ messages in thread
From: Trevor Gamblin @ 2021-01-28 13:08 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2021-01-26 7:50 a.m., Leon Anavi wrote:
> - Install libmemcached-dev for release GitHub action
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...python3-diskcache_5.1.0.bb => python3-diskcache_5.2.1.bb} | 5 ++---
>   1 file changed, 2 insertions(+), 3 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-diskcache_5.1.0.bb => python3-diskcache_5.2.1.bb} (50%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-diskcache_5.1.0.bb b/meta-python/recipes-devtools/python/python3-diskcache_5.2.1.bb
> similarity index 50%
> rename from meta-python/recipes-devtools/python/python3-diskcache_5.1.0.bb
> rename to meta-python/recipes-devtools/python/python3-diskcache_5.2.1.bb
> index 9aaf71403..4a028d769 100644
> --- a/meta-python/recipes-devtools/python/python3-diskcache_5.1.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-diskcache_5.2.1.bb
> @@ -1,10 +1,9 @@
>   DESCRIPTION = "Disk Cache -- Disk and file backed persistent cache."
>   HOMEPAGE = "http://www.grantjenks.com/docs/diskcache/"
>   LICENSE = "Apache-2.0"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=c985b6a9269e57a1073d5f142d68eb68"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=a3e7dd5bc8f0053fee7c5fe9692b932d"
>   
> -SRC_URI[md5sum] = "9ce87661369752c9ead63243b07eaf19"
> -SRC_URI[sha256sum] = "bc7928df986dbc8a8d6e34c33b0da89d668cfa65e7fcc91298a6959a35076993"
> +SRC_URI[sha256sum] = "1805acd5868ac10ad547208951a1190a0ab7bbff4e70f9a07cde4dbdfaa69f64"
>   
>   PYPI_PACKAGE = "diskcache"
>   
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 4/5] python3-aenum: Upgrade 2.2.6 -> 3.0.0
  2021-01-26 12:50 ` [meta-python][PATCH 4/5] python3-aenum: Upgrade 2.2.6 -> 3.0.0 Leon Anavi
@ 2021-01-28 13:08   ` Trevor Gamblin
  0 siblings, 0 replies; 11+ messages in thread
From: Trevor Gamblin @ 2021-01-28 13:08 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2021-01-26 7:50 a.m., Leon Anavi wrote:
> - Flags only list single bit names, multi-bit are aliases
> - error checking to go with that
> - getattr magic is off for AutoValue
> - Member creation has been redone to match Python 3.10's methods.
>    This also allows all supported Pythons (2.7, 3.3+) to use the
>    __set_name__ and __init_subclass__ protocols (more robustly
>    than in aenum 2.2.5)
> - enum_property() has been renamed to property() (old name still
>    available, but deprecated)
> - bin() replacement shows negative integers in twos-complement
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../python/{python3-aenum_2.2.6.bb => python3-aenum_3.0.0.bb}  | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-aenum_2.2.6.bb => python3-aenum_3.0.0.bb} (63%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-aenum_2.2.6.bb b/meta-python/recipes-devtools/python/python3-aenum_3.0.0.bb
> similarity index 63%
> rename from meta-python/recipes-devtools/python/python3-aenum_2.2.6.bb
> rename to meta-python/recipes-devtools/python/python3-aenum_3.0.0.bb
> index 061770a93..cb8462d24 100644
> --- a/meta-python/recipes-devtools/python/python3-aenum_2.2.6.bb
> +++ b/meta-python/recipes-devtools/python/python3-aenum_3.0.0.bb
> @@ -3,8 +3,7 @@ HOMEPAGE = "https://pypi.org/project/aenum/"
>   LICENSE = "BSD"
>   LIC_FILES_CHKSUM = "file://aenum/LICENSE;md5=c6a85477543f8b8591b9c1f82abebbe9"
>   
> -SRC_URI[md5sum] = "52ec17f5efdfa13952657fe954cd6d99"
> -SRC_URI[sha256sum] = "260225470b49429f5893a195a8b99c73a8d182be42bf90c37c93e7b20e44eaae"
> +SRC_URI[sha256sum] = "17cd8cfed1ee4b617198c9fabbabd70ebd8f01e54ac29cd6c3a92df14bd86656"
>   
>   inherit pypi setuptools3
>   
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 5/5] python3-xmlschema: Upgrade 1.4.1 -> 1.4.2
  2021-01-26 12:50 ` [meta-python][PATCH 5/5] python3-xmlschema: Upgrade 1.4.1 -> 1.4.2 Leon Anavi
  2021-01-26 22:47   ` [oe] " Khem Raj
@ 2021-01-28 13:08   ` Trevor Gamblin
  1 sibling, 0 replies; 11+ messages in thread
From: Trevor Gamblin @ 2021-01-28 13:08 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2021-01-26 7:50 a.m., Leon Anavi wrote:
> - Add decoding of binary datatypes (xs:hexBinary and
>    xs:base64Binary)
> - Fix encoding from string values for some builtin datatypes
>    (decimal, binary, duration and datetime)
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...python3-xmlschema_1.4.1.bb => python3-xmlschema_1.4.2.bb} | 5 ++---
>   1 file changed, 2 insertions(+), 3 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-xmlschema_1.4.1.bb => python3-xmlschema_1.4.2.bb} (70%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-xmlschema_1.4.1.bb b/meta-python/recipes-devtools/python/python3-xmlschema_1.4.2.bb
> similarity index 70%
> rename from meta-python/recipes-devtools/python/python3-xmlschema_1.4.1.bb
> rename to meta-python/recipes-devtools/python/python3-xmlschema_1.4.2.bb
> index c60993105..055a82d4c 100644
> --- a/meta-python/recipes-devtools/python/python3-xmlschema_1.4.1.bb
> +++ b/meta-python/recipes-devtools/python/python3-xmlschema_1.4.2.bb
> @@ -3,14 +3,13 @@ HOMEPAGE = "https://github.com/sissaschool/xmlschema"
>   LICENSE = "MIT"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=47489cb18c469474afeb259ed1d4832f"
>   
> -SRC_URI[md5sum] = "f4c46f8c4415a0ca31dc2f623b668664"
> -SRC_URI[sha256sum] = "ade693114ff2e4a9ed5a2371ce29ae888f689bc58e326e5796f8a7dc8954dd4a"
> +SRC_URI[sha256sum] = "f372005d08dfc231ce7f001c3a7a2c7f7ae138295349268bc551a9df3c700b82"
>   
>   PYPI_PACKAGE = "xmlschema"
>   inherit pypi setuptools3
>   
>   DEPENDS += "\
> -    ${PYTHON_PN}-elementpath \
> +    ${PYTHON_PN}-elementpath-native \
>   "
>   
>   RDEPENDS_${PN} += "\
>
> 
>

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

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

end of thread, other threads:[~2021-01-28 13:08 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-26 12:49 [meta-python][PATCH 1/5] python3-cachetools: Upgrade 4.2.0 -> 4.2.1 Leon Anavi
2021-01-26 12:50 ` [meta-python][PATCH 2/5] python3-coverage: Upgrade 5.3.1 -> 5.4 Leon Anavi
2021-01-28 13:07   ` [oe] " Trevor Gamblin
2021-01-26 12:50 ` [meta-python][PATCH 3/5] python3-diskcache: Upgrade 5.1.0 -> 5.2.1 Leon Anavi
2021-01-28 13:08   ` [oe] " Trevor Gamblin
2021-01-26 12:50 ` [meta-python][PATCH 4/5] python3-aenum: Upgrade 2.2.6 -> 3.0.0 Leon Anavi
2021-01-28 13:08   ` [oe] " Trevor Gamblin
2021-01-26 12:50 ` [meta-python][PATCH 5/5] python3-xmlschema: Upgrade 1.4.1 -> 1.4.2 Leon Anavi
2021-01-26 22:47   ` [oe] " Khem Raj
2021-01-28 13:08   ` Trevor Gamblin
2021-01-28 13:07 ` [oe] [meta-python][PATCH 1/5] python3-cachetools: Upgrade 4.2.0 -> 4.2.1 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.