All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/5] python3-nocasedict: Upgrade 1.0.0 -> 1.0.1
@ 2020-10-05 11:55 Leon Anavi
  2020-10-05 11:55 ` [meta-python][PATCH 2/5] python3-google-api-python-client: Upgrade 1.12.2 -> 1.12.3 Leon Anavi
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Leon Anavi @ 2020-10-05 11:55 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.0.1:

- Test: Fixed issue with virtualenv raising AttributeError during
  installtest on Python 3.4.
- Fixed UserWarning about unpreserved order of input items.
- Added checking for no expected warning. Adjusted a testcase to
  accomodate the new check.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...ython3-nocasedict_1.0.0.bb => python3-nocasedict_1.0.1.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-nocasedict_1.0.0.bb => python3-nocasedict_1.0.1.bb} (62%)

diff --git a/meta-python/recipes-devtools/python/python3-nocasedict_1.0.0.bb b/meta-python/recipes-devtools/python/python3-nocasedict_1.0.1.bb
similarity index 62%
rename from meta-python/recipes-devtools/python/python3-nocasedict_1.0.0.bb
rename to meta-python/recipes-devtools/python/python3-nocasedict_1.0.1.bb
index dae1ebf30d..af5da52f68 100644
--- a/meta-python/recipes-devtools/python/python3-nocasedict_1.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-nocasedict_1.0.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/pywbem/nocasedict"
 LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742"
 
-SRC_URI[md5sum] = "14b405bf7ffe9d0f784aa9c3c39e277b"
-SRC_URI[sha256sum] = "22840b434e40f20da6d2ccf0821baba54589e2476499b65420b6e4c2e669aa04"
+SRC_URI[md5sum] = "93e7f19f73c7cd56c36cd7535b6b9ab1"
+SRC_URI[sha256sum] = "6e5d5bd11de33f93d22545d9ed23a0b98f840f2cdac0d749d2faa4617adc7772"
 
 inherit pypi setuptools3
-- 
2.17.1


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

* [meta-python][PATCH 2/5] python3-google-api-python-client: Upgrade 1.12.2 -> 1.12.3
  2020-10-05 11:55 [meta-python][PATCH 1/5] python3-nocasedict: Upgrade 1.0.0 -> 1.0.1 Leon Anavi
@ 2020-10-05 11:55 ` Leon Anavi
  2020-10-07 13:47   ` [oe] " Trevor Gamblin
  2020-10-05 11:55 ` [meta-python][PATCH 3/5] beautifulsoup4: Upgrade 4.9.2 -> 4.9.3 Leon Anavi
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 10+ messages in thread
From: Leon Anavi @ 2020-10-05 11:55 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.12.3:

- deps: update setup.py to install httplib2>=0.15.0

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...t_1.12.2.bb => python3-google-api-python-client_1.12.3.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-google-api-python-client_1.12.2.bb => python3-google-api-python-client_1.12.3.bb} (69%)

diff --git a/meta-python/recipes-devtools/python/python3-google-api-python-client_1.12.2.bb b/meta-python/recipes-devtools/python/python3-google-api-python-client_1.12.3.bb
similarity index 69%
rename from meta-python/recipes-devtools/python/python3-google-api-python-client_1.12.2.bb
rename to meta-python/recipes-devtools/python/python3-google-api-python-client_1.12.3.bb
index 4fcdb66b0d..cf65044627 100644
--- a/meta-python/recipes-devtools/python/python3-google-api-python-client_1.12.2.bb
+++ b/meta-python/recipes-devtools/python/python3-google-api-python-client_1.12.3.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/googleapis/google-api-python-client"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=94023d14f6b58272fd885e4e3f2f08b3"
 
-SRC_URI[md5sum] = "94d58d98a32b85cf455d8b4f0737b4b5"
-SRC_URI[sha256sum] = "54a7d330833a2e7b0587446d7e4ae6d0244925a9a8e1dfe878f3f7e06cdedb62"
+SRC_URI[md5sum] = "24e87dbe11fbbe3d97f23c230f518531"
+SRC_URI[sha256sum] = "844ef76bda585ea0ea2d5e7f8f9a0eb10d6e2eba66c4fea0210ec7843941cb1a"
 
 inherit pypi setuptools3
-- 
2.17.1


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

* [meta-python][PATCH 3/5] beautifulsoup4: Upgrade 4.9.2 -> 4.9.3
  2020-10-05 11:55 [meta-python][PATCH 1/5] python3-nocasedict: Upgrade 1.0.0 -> 1.0.1 Leon Anavi
  2020-10-05 11:55 ` [meta-python][PATCH 2/5] python3-google-api-python-client: Upgrade 1.12.2 -> 1.12.3 Leon Anavi
@ 2020-10-05 11:55 ` Leon Anavi
  2020-10-07 13:48   ` [oe] " Trevor Gamblin
  2020-10-05 11:55 ` [meta-python][PATCH 4/5] python3-humanize: Upgrade 3.0.0 -> 3.0.1 Leon Anavi
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 10+ messages in thread
From: Leon Anavi @ 2020-10-05 11:55 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 4.9.3:

- Implemented a significant performance optimization to the
  process of searching the parse tree.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...eautifulsoup4_4.9.2.bb => python3-beautifulsoup4_4.9.3.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-beautifulsoup4_4.9.2.bb => python3-beautifulsoup4_4.9.3.bb} (71%)

diff --git a/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.9.2.bb b/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.9.3.bb
similarity index 71%
rename from meta-python/recipes-devtools/python/python3-beautifulsoup4_4.9.2.bb
rename to meta-python/recipes-devtools/python/python3-beautifulsoup4_4.9.3.bb
index fb5fb1a6b8..5e03ad5e9e 100644
--- a/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.9.2.bb
+++ b/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.9.3.bb
@@ -3,8 +3,8 @@ HOMEPAGE = " https://www.crummy.com/software/BeautifulSoup/bs4"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING.txt;md5=f2d38d8a40bf73fd4b3d16ca2e5882d1"
 
-SRC_URI[md5sum] = "5672f9b9bdfb0c6ab3ef074396bf59aa"
-SRC_URI[sha256sum] = "1edf5e39f3a5bc6e38b235b369128416c7239b34f692acccececb040233032a1"
+SRC_URI[md5sum] = "57fd468ae3eb055f6871106e8f7813e2"
+SRC_URI[sha256sum] = "84729e322ad1d5b4d25f805bfa05b902dd96450f43842c4e99067d5e1369eb25"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 4/5] python3-humanize: Upgrade 3.0.0 -> 3.0.1
  2020-10-05 11:55 [meta-python][PATCH 1/5] python3-nocasedict: Upgrade 1.0.0 -> 1.0.1 Leon Anavi
  2020-10-05 11:55 ` [meta-python][PATCH 2/5] python3-google-api-python-client: Upgrade 1.12.2 -> 1.12.3 Leon Anavi
  2020-10-05 11:55 ` [meta-python][PATCH 3/5] beautifulsoup4: Upgrade 4.9.2 -> 4.9.3 Leon Anavi
@ 2020-10-05 11:55 ` Leon Anavi
  2020-10-07 13:48   ` [oe] " Trevor Gamblin
  2020-10-05 11:55 ` [meta-python][PATCH 5/5] python3-zipp: Upgrade 3.2.0 -> 3.3.0 Leon Anavi
  2020-10-07 13:47 ` [oe] [meta-python][PATCH 1/5] python3-nocasedict: Upgrade 1.0.0 -> 1.0.1 Trevor Gamblin
  4 siblings, 1 reply; 10+ messages in thread
From: Leon Anavi @ 2020-10-05 11:55 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 3.0.1:

- Fix some translation for id_ID

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

diff --git a/meta-python/recipes-devtools/python/python3-humanize_3.0.0.bb b/meta-python/recipes-devtools/python/python3-humanize_3.0.1.bb
similarity index 71%
rename from meta-python/recipes-devtools/python/python3-humanize_3.0.0.bb
rename to meta-python/recipes-devtools/python/python3-humanize_3.0.1.bb
index 386fb1e136..92831bf135 100644
--- a/meta-python/recipes-devtools/python/python3-humanize_3.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-humanize_3.0.1.bb
@@ -4,8 +4,8 @@ HOMEPAGE = "http://github.com/jmoiron/humanize"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENCE;md5=4ecc42519e84f6f3e23529464df7bd1d"
 
-SRC_URI[md5sum] = "779b291ac40b73a0fd6006c0485c1794"
-SRC_URI[sha256sum] = "db08acbd8e31954f146467a213a112c4b80a5b8e319e06b76aa184a679bd8b48"
+SRC_URI[md5sum] = "53faa88dedddba1227f9c41d65440c54"
+SRC_URI[sha256sum] = "8ff8f292c9bf52bbefdc620410e7defd1c95e7eeb1a5cfc2859aaea4b1877ff5"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 5/5] python3-zipp: Upgrade 3.2.0 -> 3.3.0
  2020-10-05 11:55 [meta-python][PATCH 1/5] python3-nocasedict: Upgrade 1.0.0 -> 1.0.1 Leon Anavi
                   ` (2 preceding siblings ...)
  2020-10-05 11:55 ` [meta-python][PATCH 4/5] python3-humanize: Upgrade 3.0.0 -> 3.0.1 Leon Anavi
@ 2020-10-05 11:55 ` Leon Anavi
  2020-10-07 13:48   ` [oe] " Trevor Gamblin
  2020-10-07 13:47 ` [oe] [meta-python][PATCH 1/5] python3-nocasedict: Upgrade 1.0.0 -> 1.0.1 Trevor Gamblin
  4 siblings, 1 reply; 10+ messages in thread
From: Leon Anavi @ 2020-10-05 11:55 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 3.3.0:

- Path objects now expose a .filename attribute and rely on that
  to resolve .name and .parent when the Path object is at the
  root of the zipfile.

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

diff --git a/meta-python/recipes-devtools/python/python3-zipp_3.2.0.bb b/meta-python/recipes-devtools/python/python3-zipp_3.3.0.bb
similarity index 77%
rename from meta-python/recipes-devtools/python/python3-zipp_3.2.0.bb
rename to meta-python/recipes-devtools/python/python3-zipp_3.3.0.bb
index 59d71500d5..746f9cea52 100644
--- a/meta-python/recipes-devtools/python/python3-zipp_3.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-zipp_3.3.0.bb
@@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/jaraco/zipp"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=7a7126e068206290f3fe9f8d6c713ea6"
 
-SRC_URI[md5sum] = "321a0dfa1080d58e5de0800a26565452"
-SRC_URI[sha256sum] = "b52f22895f4cfce194bc8172f3819ee8de7540aa6d873535a8668b730b8b411f"
+SRC_URI[md5sum] = "87a53f0bf48671f6bf6d3e9938218509"
+SRC_URI[sha256sum] = "64ad89efee774d1897a58607895d80789c59778ea02185dd846ac38394a8642b"
 
 DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
 
-- 
2.17.1


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

* Re: [oe] [meta-python][PATCH 1/5] python3-nocasedict: Upgrade 1.0.0 -> 1.0.1
  2020-10-05 11:55 [meta-python][PATCH 1/5] python3-nocasedict: Upgrade 1.0.0 -> 1.0.1 Leon Anavi
                   ` (3 preceding siblings ...)
  2020-10-05 11:55 ` [meta-python][PATCH 5/5] python3-zipp: Upgrade 3.2.0 -> 3.3.0 Leon Anavi
@ 2020-10-07 13:47 ` Trevor Gamblin
  4 siblings, 0 replies; 10+ messages in thread
From: Trevor Gamblin @ 2020-10-07 13:47 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 10/5/20 7:55 AM, Leon Anavi wrote:
> - Test: Fixed issue with virtualenv raising AttributeError during
>    installtest on Python 3.4.
> - Fixed UserWarning about unpreserved order of input items.
> - Added checking for no expected warning. Adjusted a testcase to
>    accomodate the new check.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...ython3-nocasedict_1.0.0.bb => python3-nocasedict_1.0.1.bb} | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-nocasedict_1.0.0.bb => python3-nocasedict_1.0.1.bb} (62%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-nocasedict_1.0.0.bb b/meta-python/recipes-devtools/python/python3-nocasedict_1.0.1.bb
> similarity index 62%
> rename from meta-python/recipes-devtools/python/python3-nocasedict_1.0.0.bb
> rename to meta-python/recipes-devtools/python/python3-nocasedict_1.0.1.bb
> index dae1ebf30d..af5da52f68 100644
> --- a/meta-python/recipes-devtools/python/python3-nocasedict_1.0.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-nocasedict_1.0.1.bb
> @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/pywbem/nocasedict"
>   LICENSE = "LGPLv2.1"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742"
>   
> -SRC_URI[md5sum] = "14b405bf7ffe9d0f784aa9c3c39e277b"
> -SRC_URI[sha256sum] = "22840b434e40f20da6d2ccf0821baba54589e2476499b65420b6e4c2e669aa04"
> +SRC_URI[md5sum] = "93e7f19f73c7cd56c36cd7535b6b9ab1"
> +SRC_URI[sha256sum] = "6e5d5bd11de33f93d22545d9ed23a0b98f840f2cdac0d749d2faa4617adc7772"
>   
>   inherit pypi setuptools3
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 2/5] python3-google-api-python-client: Upgrade 1.12.2 -> 1.12.3
  2020-10-05 11:55 ` [meta-python][PATCH 2/5] python3-google-api-python-client: Upgrade 1.12.2 -> 1.12.3 Leon Anavi
@ 2020-10-07 13:47   ` Trevor Gamblin
  0 siblings, 0 replies; 10+ messages in thread
From: Trevor Gamblin @ 2020-10-07 13:47 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 10/5/20 7:55 AM, Leon Anavi wrote:
> - deps: update setup.py to install httplib2>=0.15.0
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...t_1.12.2.bb => python3-google-api-python-client_1.12.3.bb} | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-google-api-python-client_1.12.2.bb => python3-google-api-python-client_1.12.3.bb} (69%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-google-api-python-client_1.12.2.bb b/meta-python/recipes-devtools/python/python3-google-api-python-client_1.12.3.bb
> similarity index 69%
> rename from meta-python/recipes-devtools/python/python3-google-api-python-client_1.12.2.bb
> rename to meta-python/recipes-devtools/python/python3-google-api-python-client_1.12.3.bb
> index 4fcdb66b0d..cf65044627 100644
> --- a/meta-python/recipes-devtools/python/python3-google-api-python-client_1.12.2.bb
> +++ b/meta-python/recipes-devtools/python/python3-google-api-python-client_1.12.3.bb
> @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/googleapis/google-api-python-client"
>   LICENSE = "Apache-2.0"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=94023d14f6b58272fd885e4e3f2f08b3"
>   
> -SRC_URI[md5sum] = "94d58d98a32b85cf455d8b4f0737b4b5"
> -SRC_URI[sha256sum] = "54a7d330833a2e7b0587446d7e4ae6d0244925a9a8e1dfe878f3f7e06cdedb62"
> +SRC_URI[md5sum] = "24e87dbe11fbbe3d97f23c230f518531"
> +SRC_URI[sha256sum] = "844ef76bda585ea0ea2d5e7f8f9a0eb10d6e2eba66c4fea0210ec7843941cb1a"
>   
>   inherit pypi setuptools3
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 3/5] beautifulsoup4: Upgrade 4.9.2 -> 4.9.3
  2020-10-05 11:55 ` [meta-python][PATCH 3/5] beautifulsoup4: Upgrade 4.9.2 -> 4.9.3 Leon Anavi
@ 2020-10-07 13:48   ` Trevor Gamblin
  0 siblings, 0 replies; 10+ messages in thread
From: Trevor Gamblin @ 2020-10-07 13:48 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 10/5/20 7:55 AM, Leon Anavi wrote:
> - Implemented a significant performance optimization to the
>    process of searching the parse tree.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...eautifulsoup4_4.9.2.bb => python3-beautifulsoup4_4.9.3.bb} | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-beautifulsoup4_4.9.2.bb => python3-beautifulsoup4_4.9.3.bb} (71%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.9.2.bb b/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.9.3.bb
> similarity index 71%
> rename from meta-python/recipes-devtools/python/python3-beautifulsoup4_4.9.2.bb
> rename to meta-python/recipes-devtools/python/python3-beautifulsoup4_4.9.3.bb
> index fb5fb1a6b8..5e03ad5e9e 100644
> --- a/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.9.2.bb
> +++ b/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.9.3.bb
> @@ -3,8 +3,8 @@ HOMEPAGE = " https://www.crummy.com/software/BeautifulSoup/bs4"
>   LICENSE = "MIT"
>   LIC_FILES_CHKSUM = "file://COPYING.txt;md5=f2d38d8a40bf73fd4b3d16ca2e5882d1"
>   
> -SRC_URI[md5sum] = "5672f9b9bdfb0c6ab3ef074396bf59aa"
> -SRC_URI[sha256sum] = "1edf5e39f3a5bc6e38b235b369128416c7239b34f692acccececb040233032a1"
> +SRC_URI[md5sum] = "57fd468ae3eb055f6871106e8f7813e2"
> +SRC_URI[sha256sum] = "84729e322ad1d5b4d25f805bfa05b902dd96450f43842c4e99067d5e1369eb25"
>   
>   inherit pypi setuptools3
>   
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 4/5] python3-humanize: Upgrade 3.0.0 -> 3.0.1
  2020-10-05 11:55 ` [meta-python][PATCH 4/5] python3-humanize: Upgrade 3.0.0 -> 3.0.1 Leon Anavi
@ 2020-10-07 13:48   ` Trevor Gamblin
  0 siblings, 0 replies; 10+ messages in thread
From: Trevor Gamblin @ 2020-10-07 13:48 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 10/5/20 7:55 AM, Leon Anavi wrote:
> - Fix some translation for id_ID
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-humanize_3.0.0.bb => python3-humanize_3.0.1.bb}  | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-humanize_3.0.0.bb => python3-humanize_3.0.1.bb} (71%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-humanize_3.0.0.bb b/meta-python/recipes-devtools/python/python3-humanize_3.0.1.bb
> similarity index 71%
> rename from meta-python/recipes-devtools/python/python3-humanize_3.0.0.bb
> rename to meta-python/recipes-devtools/python/python3-humanize_3.0.1.bb
> index 386fb1e136..92831bf135 100644
> --- a/meta-python/recipes-devtools/python/python3-humanize_3.0.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-humanize_3.0.1.bb
> @@ -4,8 +4,8 @@ HOMEPAGE = "http://github.com/jmoiron/humanize"
>   LICENSE = "MIT"
>   LIC_FILES_CHKSUM = "file://LICENCE;md5=4ecc42519e84f6f3e23529464df7bd1d"
>   
> -SRC_URI[md5sum] = "779b291ac40b73a0fd6006c0485c1794"
> -SRC_URI[sha256sum] = "db08acbd8e31954f146467a213a112c4b80a5b8e319e06b76aa184a679bd8b48"
> +SRC_URI[md5sum] = "53faa88dedddba1227f9c41d65440c54"
> +SRC_URI[sha256sum] = "8ff8f292c9bf52bbefdc620410e7defd1c95e7eeb1a5cfc2859aaea4b1877ff5"
>   
>   inherit pypi setuptools3
>   
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 5/5] python3-zipp: Upgrade 3.2.0 -> 3.3.0
  2020-10-05 11:55 ` [meta-python][PATCH 5/5] python3-zipp: Upgrade 3.2.0 -> 3.3.0 Leon Anavi
@ 2020-10-07 13:48   ` Trevor Gamblin
  0 siblings, 0 replies; 10+ messages in thread
From: Trevor Gamblin @ 2020-10-07 13:48 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 10/5/20 7:55 AM, Leon Anavi wrote:
> - Path objects now expose a .filename attribute and rely on that
>    to resolve .name and .parent when the Path object is at the
>    root of the zipfile.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../python/{python3-zipp_3.2.0.bb => python3-zipp_3.3.0.bb}   | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-zipp_3.2.0.bb => python3-zipp_3.3.0.bb} (77%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-zipp_3.2.0.bb b/meta-python/recipes-devtools/python/python3-zipp_3.3.0.bb
> similarity index 77%
> rename from meta-python/recipes-devtools/python/python3-zipp_3.2.0.bb
> rename to meta-python/recipes-devtools/python/python3-zipp_3.3.0.bb
> index 59d71500d5..746f9cea52 100644
> --- a/meta-python/recipes-devtools/python/python3-zipp_3.2.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-zipp_3.3.0.bb
> @@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/jaraco/zipp"
>   LICENSE = "MIT"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=7a7126e068206290f3fe9f8d6c713ea6"
>   
> -SRC_URI[md5sum] = "321a0dfa1080d58e5de0800a26565452"
> -SRC_URI[sha256sum] = "b52f22895f4cfce194bc8172f3819ee8de7540aa6d873535a8668b730b8b411f"
> +SRC_URI[md5sum] = "87a53f0bf48671f6bf6d3e9938218509"
> +SRC_URI[sha256sum] = "64ad89efee774d1897a58607895d80789c59778ea02185dd846ac38394a8642b"
>   
>   DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
>   
>
> 
>

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

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

end of thread, other threads:[~2020-10-07 13:48 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-05 11:55 [meta-python][PATCH 1/5] python3-nocasedict: Upgrade 1.0.0 -> 1.0.1 Leon Anavi
2020-10-05 11:55 ` [meta-python][PATCH 2/5] python3-google-api-python-client: Upgrade 1.12.2 -> 1.12.3 Leon Anavi
2020-10-07 13:47   ` [oe] " Trevor Gamblin
2020-10-05 11:55 ` [meta-python][PATCH 3/5] beautifulsoup4: Upgrade 4.9.2 -> 4.9.3 Leon Anavi
2020-10-07 13:48   ` [oe] " Trevor Gamblin
2020-10-05 11:55 ` [meta-python][PATCH 4/5] python3-humanize: Upgrade 3.0.0 -> 3.0.1 Leon Anavi
2020-10-07 13:48   ` [oe] " Trevor Gamblin
2020-10-05 11:55 ` [meta-python][PATCH 5/5] python3-zipp: Upgrade 3.2.0 -> 3.3.0 Leon Anavi
2020-10-07 13:48   ` [oe] " Trevor Gamblin
2020-10-07 13:47 ` [oe] [meta-python][PATCH 1/5] python3-nocasedict: Upgrade 1.0.0 -> 1.0.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.