All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/5] python3-gmqtt: Upgrade 0.6.7 -> 0.6.8
@ 2020-11-18 14:02 Leon Anavi
  2020-11-18 14:02 ` [meta-python][PATCH 2/5] python3-diskcache: Upgrade 5.0.3 -> 5.1.0 Leon Anavi
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Leon Anavi @ 2020-11-18 14:02 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 0.6.8:

- Fix encode str to bytes

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

diff --git a/meta-python/recipes-devtools/python/python3-gmqtt_0.6.7.bb b/meta-python/recipes-devtools/python/python3-gmqtt_0.6.8.bb
similarity index 73%
rename from meta-python/recipes-devtools/python/python3-gmqtt_0.6.7.bb
rename to meta-python/recipes-devtools/python/python3-gmqtt_0.6.8.bb
index 70527e026c..6219d20093 100644
--- a/meta-python/recipes-devtools/python/python3-gmqtt_0.6.7.bb
+++ b/meta-python/recipes-devtools/python/python3-gmqtt_0.6.8.bb
@@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/wialon/gmqtt"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=903f1792621a3b35ee546da75d139177"
 
-SRC_URI[md5sum] = "9e26fec7d5b64afab63d6d82faacc208"
-SRC_URI[sha256sum] = "86b3679de400b8068dfadf871ce063a7040ed5052d30cc323aed69430888b422"
+SRC_URI[md5sum] = "8745f3b576e5247310276f0ef5c32f65"
+SRC_URI[sha256sum] = "1285c428a5faf4c6aaac1e2ccb876383b4c7e087ef34ff7edb9f549a78cdebf1"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 2/5] python3-diskcache: Upgrade 5.0.3 -> 5.1.0
  2020-11-18 14:02 [meta-python][PATCH 1/5] python3-gmqtt: Upgrade 0.6.7 -> 0.6.8 Leon Anavi
@ 2020-11-18 14:02 ` Leon Anavi
  2020-11-23 20:56   ` [oe] " Trevor Gamblin
  2020-11-18 14:02 ` [meta-python][PATCH 3/5] python3-croniter: Upgrade 0.3.35 -> 0.3.36 Leon Anavi
                   ` (4 subsequent siblings)
  5 siblings, 1 reply; 12+ messages in thread
From: Leon Anavi @ 2020-11-18 14:02 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 5.1.0:

- Support transactions in FanoutCache (probably a bad idea)
- Prevent cache shard attribute access when unsafe

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

diff --git a/meta-python/recipes-devtools/python/python3-diskcache_5.0.3.bb b/meta-python/recipes-devtools/python/python3-diskcache_5.1.0.bb
similarity index 67%
rename from meta-python/recipes-devtools/python/python3-diskcache_5.0.3.bb
rename to meta-python/recipes-devtools/python/python3-diskcache_5.1.0.bb
index 7e89fa68a5..9aaf714034 100644
--- a/meta-python/recipes-devtools/python/python3-diskcache_5.0.3.bb
+++ b/meta-python/recipes-devtools/python/python3-diskcache_5.1.0.bb
@@ -3,8 +3,8 @@ HOMEPAGE = "http://www.grantjenks.com/docs/diskcache/"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=c985b6a9269e57a1073d5f142d68eb68"
 
-SRC_URI[md5sum] = "86fb97b0ff87cc5f1b31654ee0d341a1"
-SRC_URI[sha256sum] = "5f4bc2018d653a1d7bbdcdecce45ea12061bf8d3b5f0323b7a5402054a285c52"
+SRC_URI[md5sum] = "9ce87661369752c9ead63243b07eaf19"
+SRC_URI[sha256sum] = "bc7928df986dbc8a8d6e34c33b0da89d668cfa65e7fcc91298a6959a35076993"
 
 PYPI_PACKAGE = "diskcache"
 
-- 
2.17.1


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

* [meta-python][PATCH 3/5] python3-croniter: Upgrade 0.3.35 -> 0.3.36
  2020-11-18 14:02 [meta-python][PATCH 1/5] python3-gmqtt: Upgrade 0.6.7 -> 0.6.8 Leon Anavi
  2020-11-18 14:02 ` [meta-python][PATCH 2/5] python3-diskcache: Upgrade 5.0.3 -> 5.1.0 Leon Anavi
@ 2020-11-18 14:02 ` Leon Anavi
  2020-11-23 20:57   ` [oe] " Trevor Gamblin
  2020-11-18 14:02 ` [meta-python][PATCH 4/5] python3-bitarray: Upgrade 1.6.0 -> 1.6.1 Leon Anavi
                   ` (3 subsequent siblings)
  5 siblings, 1 reply; 12+ messages in thread
From: Leon Anavi @ 2020-11-18 14:02 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 0.3.36:

- Updated docs section regarding max_years_between_matches to
  be more shorter and hopefully more relevant
- Don't install tests

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

diff --git a/meta-python/recipes-devtools/python/python3-croniter_0.3.35.bb b/meta-python/recipes-devtools/python/python3-croniter_0.3.36.bb
similarity index 68%
rename from meta-python/recipes-devtools/python/python3-croniter_0.3.35.bb
rename to meta-python/recipes-devtools/python/python3-croniter_0.3.36.bb
index 388885c158..b2571491b6 100644
--- a/meta-python/recipes-devtools/python/python3-croniter_0.3.35.bb
+++ b/meta-python/recipes-devtools/python/python3-croniter_0.3.36.bb
@@ -4,8 +4,8 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://docs/LICENSE;md5=b8ee59850b882cbf623188489ea748e2"
 
 PYPI_PACKAGE = "croniter"
-SRC_URI[md5sum] = "8bb1443b90123f96ad64d7fae26df342"
-SRC_URI[sha256sum] = "b9075573d9d18fdc4c67ad6741c4bfa4b446b1b1d7f03279757244c8a75abedf"
+SRC_URI[md5sum] = "1be5dd43ca26a66b5f981e41c74fd346"
+SRC_URI[sha256sum] = "9d3098e50f7edc7480470455d42f09c501fa1bb7e2fc113526ec6e90b068f32c"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 4/5] python3-bitarray: Upgrade 1.6.0 -> 1.6.1
  2020-11-18 14:02 [meta-python][PATCH 1/5] python3-gmqtt: Upgrade 0.6.7 -> 0.6.8 Leon Anavi
  2020-11-18 14:02 ` [meta-python][PATCH 2/5] python3-diskcache: Upgrade 5.0.3 -> 5.1.0 Leon Anavi
  2020-11-18 14:02 ` [meta-python][PATCH 3/5] python3-croniter: Upgrade 0.3.35 -> 0.3.36 Leon Anavi
@ 2020-11-18 14:02 ` Leon Anavi
  2020-11-23 20:57   ` [oe] " Trevor Gamblin
  2020-11-18 14:02 ` [meta-python][PATCH 5/5] python3-certifi: Upgrade 2020.6.20 -> 2020.11.8 Leon Anavi
                   ` (2 subsequent siblings)
  5 siblings, 1 reply; 12+ messages in thread
From: Leon Anavi @ 2020-11-18 14:02 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.6.1:

- use PyType_Ready for all types: bitarray, bitarrayiterator,
  decodeiterator, decodetree, searchiterator

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

diff --git a/meta-python/recipes-devtools/python/python3-bitarray_1.6.0.bb b/meta-python/recipes-devtools/python/python3-bitarray_1.6.1.bb
similarity index 68%
rename from meta-python/recipes-devtools/python/python3-bitarray_1.6.0.bb
rename to meta-python/recipes-devtools/python/python3-bitarray_1.6.1.bb
index b085cf7c09..f54d54f92c 100644
--- a/meta-python/recipes-devtools/python/python3-bitarray_1.6.0.bb
+++ b/meta-python/recipes-devtools/python/python3-bitarray_1.6.1.bb
@@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/ilanschnell/bitarray"
 LICENSE = "PSF"
 LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=2ad702cdcd49e8d2ac01d7e7d0810d2d"
 
-SRC_URI[md5sum] = "08ddac722b139c1544087c4953a6335b"
-SRC_URI[sha256sum] = "ba157ddebddc723fe021fc80595b3c70924d69ee58286b62bfca21da48edfc9d"
+SRC_URI[md5sum] = "a082075dbae478fb53c69e25cc7f9cd6"
+SRC_URI[sha256sum] = "ab85b38365dd9956264226b30dababa02161ed49bb36c7ee82cc6545e07b1599"
 
 inherit setuptools3 pypi
 
-- 
2.17.1


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

* [meta-python][PATCH 5/5] python3-certifi: Upgrade 2020.6.20 -> 2020.11.8
  2020-11-18 14:02 [meta-python][PATCH 1/5] python3-gmqtt: Upgrade 0.6.7 -> 0.6.8 Leon Anavi
                   ` (2 preceding siblings ...)
  2020-11-18 14:02 ` [meta-python][PATCH 4/5] python3-bitarray: Upgrade 1.6.0 -> 1.6.1 Leon Anavi
@ 2020-11-18 14:02 ` Leon Anavi
  2020-11-23 20:57   ` [oe] " Trevor Gamblin
  2020-11-18 16:23 ` [oe] [meta-python][PATCH 1/5] python3-gmqtt: Upgrade 0.6.7 -> 0.6.8 Khem Raj
  2020-11-23 20:56 ` Trevor Gamblin
  5 siblings, 1 reply; 12+ messages in thread
From: Leon Anavi @ 2020-11-18 14:02 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2020.11.8:

- Declare support for Python 3.9

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

diff --git a/meta-python/recipes-devtools/python/python3-certifi_2020.6.20.bb b/meta-python/recipes-devtools/python/python3-certifi_2020.11.8.bb
similarity index 79%
rename from meta-python/recipes-devtools/python/python3-certifi_2020.6.20.bb
rename to meta-python/recipes-devtools/python/python3-certifi_2020.11.8.bb
index 8174201416..b680fade6c 100644
--- a/meta-python/recipes-devtools/python/python3-certifi_2020.6.20.bb
+++ b/meta-python/recipes-devtools/python/python3-certifi_2020.11.8.bb
@@ -7,8 +7,8 @@ HOMEPAGE = " http://certifi.io/"
 LICENSE = "ISC"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=f77f61d14ee6feac4228d3ebd26cc1f1"
 
-SRC_URI[md5sum] = "89525ece725d674d91b0c43007d2a47e"
-SRC_URI[sha256sum] = "5930595817496dd21bb8dc35dad090f1c2cd0adfaf21204bf6732ca5d8ee34d3"
+SRC_URI[md5sum] = "b25267355218d11652c707e46accd059"
+SRC_URI[sha256sum] = "f05def092c44fbf25834a51509ef6e631dc19765ab8a57b4e7ab85531f0a9cf4"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* Re: [oe] [meta-python][PATCH 1/5] python3-gmqtt: Upgrade 0.6.7 -> 0.6.8
  2020-11-18 14:02 [meta-python][PATCH 1/5] python3-gmqtt: Upgrade 0.6.7 -> 0.6.8 Leon Anavi
                   ` (3 preceding siblings ...)
  2020-11-18 14:02 ` [meta-python][PATCH 5/5] python3-certifi: Upgrade 2020.6.20 -> 2020.11.8 Leon Anavi
@ 2020-11-18 16:23 ` Khem Raj
  2020-11-19  8:36   ` Leon Anavi
  2020-11-23 20:56 ` Trevor Gamblin
  5 siblings, 1 reply; 12+ messages in thread
From: Khem Raj @ 2020-11-18 16:23 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel



On 11/18/20 6:02 AM, Leon Anavi wrote:
> Upgrade to release 0.6.8:
> 
> - Fix encode str to bytes
> 
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
> ---
>   .../python/{python3-gmqtt_0.6.7.bb => python3-gmqtt_0.6.8.bb} | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-gmqtt_0.6.7.bb => python3-gmqtt_0.6.8.bb} (73%)
> 
> diff --git a/meta-python/recipes-devtools/python/python3-gmqtt_0.6.7.bb b/meta-python/recipes-devtools/python/python3-gmqtt_0.6.8.bb
> similarity index 73%
> rename from meta-python/recipes-devtools/python/python3-gmqtt_0.6.7.bb
> rename to meta-python/recipes-devtools/python/python3-gmqtt_0.6.8.bb
> index 70527e026c..6219d20093 100644
> --- a/meta-python/recipes-devtools/python/python3-gmqtt_0.6.7.bb
> +++ b/meta-python/recipes-devtools/python/python3-gmqtt_0.6.8.bb
> @@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/wialon/gmqtt"
>   LICENSE = "MIT"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=903f1792621a3b35ee546da75d139177"
>   
> -SRC_URI[md5sum] = "9e26fec7d5b64afab63d6d82faacc208"
> -SRC_URI[sha256sum] = "86b3679de400b8068dfadf871ce063a7040ed5052d30cc323aed69430888b422"
> +SRC_URI[md5sum] = "8745f3b576e5247310276f0ef5c32f65"
> +SRC_URI[sha256sum] = "1285c428a5faf4c6aaac1e2ccb876383b4c7e087ef34ff7edb9f549a78cdebf1"
>   

you can drop md5sum from recipes and keep only sha256sum when you upgrade

>   inherit pypi setuptools3
>   
> 
> 
> 
> 
> 

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

* Re: [oe] [meta-python][PATCH 1/5] python3-gmqtt: Upgrade 0.6.7 -> 0.6.8
  2020-11-18 16:23 ` [oe] [meta-python][PATCH 1/5] python3-gmqtt: Upgrade 0.6.7 -> 0.6.8 Khem Raj
@ 2020-11-19  8:36   ` Leon Anavi
  0 siblings, 0 replies; 12+ messages in thread
From: Leon Anavi @ 2020-11-19  8:36 UTC (permalink / raw)
  To: Khem Raj, openembedded-devel

Hi Khem,

On 18.11.20 г. 18:23 ч., Khem Raj wrote:
>
>
> On 11/18/20 6:02 AM, Leon Anavi wrote:
>> Upgrade to release 0.6.8:
>>
>> - Fix encode str to bytes
>>
>> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
>> ---
>>   .../python/{python3-gmqtt_0.6.7.bb => python3-gmqtt_0.6.8.bb} | 4 ++--
>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>   rename meta-python/recipes-devtools/python/{python3-gmqtt_0.6.7.bb 
>> => python3-gmqtt_0.6.8.bb} (73%)
>>
>> diff --git 
>> a/meta-python/recipes-devtools/python/python3-gmqtt_0.6.7.bb 
>> b/meta-python/recipes-devtools/python/python3-gmqtt_0.6.8.bb
>> similarity index 73%
>> rename from meta-python/recipes-devtools/python/python3-gmqtt_0.6.7.bb
>> rename to meta-python/recipes-devtools/python/python3-gmqtt_0.6.8.bb
>> index 70527e026c..6219d20093 100644
>> --- a/meta-python/recipes-devtools/python/python3-gmqtt_0.6.7.bb
>> +++ b/meta-python/recipes-devtools/python/python3-gmqtt_0.6.8.bb
>> @@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/wialon/gmqtt"
>>   LICENSE = "MIT"
>>   LIC_FILES_CHKSUM = 
>> "file://LICENSE;md5=903f1792621a3b35ee546da75d139177"
>>   -SRC_URI[md5sum] = "9e26fec7d5b64afab63d6d82faacc208"
>> -SRC_URI[sha256sum] = 
>> "86b3679de400b8068dfadf871ce063a7040ed5052d30cc323aed69430888b422"
>> +SRC_URI[md5sum] = "8745f3b576e5247310276f0ef5c32f65"
>> +SRC_URI[sha256sum] = 
>> "1285c428a5faf4c6aaac1e2ccb876383b4c7e087ef34ff7edb9f549a78cdebf1"
>
> you can drop md5sum from recipes and keep only sha256sum when you upgrade

OK, thank you. Noted and for new upgrade in future I will drop md5sum.

Thanks,
Leon

>
>>   inherit pypi setuptools3
>>
>>
>>
>> 
>>
-- 
Leon Anavi
Software Engineer
konsulko.com


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

* Re: [oe] [meta-python][PATCH 1/5] python3-gmqtt: Upgrade 0.6.7 -> 0.6.8
  2020-11-18 14:02 [meta-python][PATCH 1/5] python3-gmqtt: Upgrade 0.6.7 -> 0.6.8 Leon Anavi
                   ` (4 preceding siblings ...)
  2020-11-18 16:23 ` [oe] [meta-python][PATCH 1/5] python3-gmqtt: Upgrade 0.6.7 -> 0.6.8 Khem Raj
@ 2020-11-23 20:56 ` Trevor Gamblin
  5 siblings, 0 replies; 12+ messages in thread
From: Trevor Gamblin @ 2020-11-23 20:56 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2020-11-18 9:02 a.m., Leon Anavi wrote:
> [Please note this e-mail is from an EXTERNAL e-mail address]
>
> Upgrade to release 0.6.8:
>
> - Fix encode str to bytes
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../python/{python3-gmqtt_0.6.7.bb => python3-gmqtt_0.6.8.bb} | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-gmqtt_0.6.7.bb => python3-gmqtt_0.6.8.bb} (73%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-gmqtt_0.6.7.bb b/meta-python/recipes-devtools/python/python3-gmqtt_0.6.8.bb
> similarity index 73%
> rename from meta-python/recipes-devtools/python/python3-gmqtt_0.6.7.bb
> rename to meta-python/recipes-devtools/python/python3-gmqtt_0.6.8.bb
> index 70527e026c..6219d20093 100644
> --- a/meta-python/recipes-devtools/python/python3-gmqtt_0.6.7.bb
> +++ b/meta-python/recipes-devtools/python/python3-gmqtt_0.6.8.bb
> @@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/wialon/gmqtt"
>   LICENSE = "MIT"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=903f1792621a3b35ee546da75d139177"
>
> -SRC_URI[md5sum] = "9e26fec7d5b64afab63d6d82faacc208"
> -SRC_URI[sha256sum] = "86b3679de400b8068dfadf871ce063a7040ed5052d30cc323aed69430888b422"
> +SRC_URI[md5sum] = "8745f3b576e5247310276f0ef5c32f65"
> +SRC_URI[sha256sum] = "1285c428a5faf4c6aaac1e2ccb876383b4c7e087ef34ff7edb9f549a78cdebf1"
>
>   inherit pypi setuptools3
>
> --
> 2.17.1
>
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 2/5] python3-diskcache: Upgrade 5.0.3 -> 5.1.0
  2020-11-18 14:02 ` [meta-python][PATCH 2/5] python3-diskcache: Upgrade 5.0.3 -> 5.1.0 Leon Anavi
@ 2020-11-23 20:56   ` Trevor Gamblin
  0 siblings, 0 replies; 12+ messages in thread
From: Trevor Gamblin @ 2020-11-23 20:56 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2020-11-18 9:02 a.m., Leon Anavi wrote:
> [Please note this e-mail is from an EXTERNAL e-mail address]
>
> Upgrade to release 5.1.0:
>
> - Support transactions in FanoutCache (probably a bad idea)
> - Prevent cache shard attribute access when unsafe
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...{python3-diskcache_5.0.3.bb => python3-diskcache_5.1.0.bb} | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-diskcache_5.0.3.bb => python3-diskcache_5.1.0.bb} (67%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-diskcache_5.0.3.bb b/meta-python/recipes-devtools/python/python3-diskcache_5.1.0.bb
> similarity index 67%
> rename from meta-python/recipes-devtools/python/python3-diskcache_5.0.3.bb
> rename to meta-python/recipes-devtools/python/python3-diskcache_5.1.0.bb
> index 7e89fa68a5..9aaf714034 100644
> --- a/meta-python/recipes-devtools/python/python3-diskcache_5.0.3.bb
> +++ b/meta-python/recipes-devtools/python/python3-diskcache_5.1.0.bb
> @@ -3,8 +3,8 @@ HOMEPAGE = "http://www.grantjenks.com/docs/diskcache/"
>   LICENSE = "Apache-2.0"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=c985b6a9269e57a1073d5f142d68eb68"
>
> -SRC_URI[md5sum] = "86fb97b0ff87cc5f1b31654ee0d341a1"
> -SRC_URI[sha256sum] = "5f4bc2018d653a1d7bbdcdecce45ea12061bf8d3b5f0323b7a5402054a285c52"
> +SRC_URI[md5sum] = "9ce87661369752c9ead63243b07eaf19"
> +SRC_URI[sha256sum] = "bc7928df986dbc8a8d6e34c33b0da89d668cfa65e7fcc91298a6959a35076993"
>
>   PYPI_PACKAGE = "diskcache"
>
> --
> 2.17.1
>
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 3/5] python3-croniter: Upgrade 0.3.35 -> 0.3.36
  2020-11-18 14:02 ` [meta-python][PATCH 3/5] python3-croniter: Upgrade 0.3.35 -> 0.3.36 Leon Anavi
@ 2020-11-23 20:57   ` Trevor Gamblin
  0 siblings, 0 replies; 12+ messages in thread
From: Trevor Gamblin @ 2020-11-23 20:57 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2020-11-18 9:02 a.m., Leon Anavi wrote:
> [Please note this e-mail is from an EXTERNAL e-mail address]
>
> Upgrade to release 0.3.36:
>
> - Updated docs section regarding max_years_between_matches to
>    be more shorter and hopefully more relevant
> - Don't install tests
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...{python3-croniter_0.3.35.bb => python3-croniter_0.3.36.bb} | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-croniter_0.3.35.bb => python3-croniter_0.3.36.bb} (68%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-croniter_0.3.35.bb b/meta-python/recipes-devtools/python/python3-croniter_0.3.36.bb
> similarity index 68%
> rename from meta-python/recipes-devtools/python/python3-croniter_0.3.35.bb
> rename to meta-python/recipes-devtools/python/python3-croniter_0.3.36.bb
> index 388885c158..b2571491b6 100644
> --- a/meta-python/recipes-devtools/python/python3-croniter_0.3.35.bb
> +++ b/meta-python/recipes-devtools/python/python3-croniter_0.3.36.bb
> @@ -4,8 +4,8 @@ LICENSE = "MIT"
>   LIC_FILES_CHKSUM = "file://docs/LICENSE;md5=b8ee59850b882cbf623188489ea748e2"
>
>   PYPI_PACKAGE = "croniter"
> -SRC_URI[md5sum] = "8bb1443b90123f96ad64d7fae26df342"
> -SRC_URI[sha256sum] = "b9075573d9d18fdc4c67ad6741c4bfa4b446b1b1d7f03279757244c8a75abedf"
> +SRC_URI[md5sum] = "1be5dd43ca26a66b5f981e41c74fd346"
> +SRC_URI[sha256sum] = "9d3098e50f7edc7480470455d42f09c501fa1bb7e2fc113526ec6e90b068f32c"
>
>   inherit pypi setuptools3
>
> --
> 2.17.1
>
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 4/5] python3-bitarray: Upgrade 1.6.0 -> 1.6.1
  2020-11-18 14:02 ` [meta-python][PATCH 4/5] python3-bitarray: Upgrade 1.6.0 -> 1.6.1 Leon Anavi
@ 2020-11-23 20:57   ` Trevor Gamblin
  0 siblings, 0 replies; 12+ messages in thread
From: Trevor Gamblin @ 2020-11-23 20:57 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2020-11-18 9:02 a.m., Leon Anavi wrote:
> [Please note this e-mail is from an EXTERNAL e-mail address]
>
> Upgrade to release 1.6.1:
>
> - use PyType_Ready for all types: bitarray, bitarrayiterator,
>    decodeiterator, decodetree, searchiterator
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-bitarray_1.6.0.bb => python3-bitarray_1.6.1.bb}  | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-bitarray_1.6.0.bb => python3-bitarray_1.6.1.bb} (68%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-bitarray_1.6.0.bb b/meta-python/recipes-devtools/python/python3-bitarray_1.6.1.bb
> similarity index 68%
> rename from meta-python/recipes-devtools/python/python3-bitarray_1.6.0.bb
> rename to meta-python/recipes-devtools/python/python3-bitarray_1.6.1.bb
> index b085cf7c09..f54d54f92c 100644
> --- a/meta-python/recipes-devtools/python/python3-bitarray_1.6.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-bitarray_1.6.1.bb
> @@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/ilanschnell/bitarray"
>   LICENSE = "PSF"
>   LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=2ad702cdcd49e8d2ac01d7e7d0810d2d"
>
> -SRC_URI[md5sum] = "08ddac722b139c1544087c4953a6335b"
> -SRC_URI[sha256sum] = "ba157ddebddc723fe021fc80595b3c70924d69ee58286b62bfca21da48edfc9d"
> +SRC_URI[md5sum] = "a082075dbae478fb53c69e25cc7f9cd6"
> +SRC_URI[sha256sum] = "ab85b38365dd9956264226b30dababa02161ed49bb36c7ee82cc6545e07b1599"
>
>   inherit setuptools3 pypi
>
> --
> 2.17.1
>
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 5/5] python3-certifi: Upgrade 2020.6.20 -> 2020.11.8
  2020-11-18 14:02 ` [meta-python][PATCH 5/5] python3-certifi: Upgrade 2020.6.20 -> 2020.11.8 Leon Anavi
@ 2020-11-23 20:57   ` Trevor Gamblin
  0 siblings, 0 replies; 12+ messages in thread
From: Trevor Gamblin @ 2020-11-23 20:57 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2020-11-18 9:02 a.m., Leon Anavi wrote:
> [Please note this e-mail is from an EXTERNAL e-mail address]
>
> Upgrade to release 2020.11.8:
>
> - Declare support for Python 3.9
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...hon3-certifi_2020.6.20.bb => python3-certifi_2020.11.8.bb} | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-certifi_2020.6.20.bb => python3-certifi_2020.11.8.bb} (79%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-certifi_2020.6.20.bb b/meta-python/recipes-devtools/python/python3-certifi_2020.11.8.bb
> similarity index 79%
> rename from meta-python/recipes-devtools/python/python3-certifi_2020.6.20.bb
> rename to meta-python/recipes-devtools/python/python3-certifi_2020.11.8.bb
> index 8174201416..b680fade6c 100644
> --- a/meta-python/recipes-devtools/python/python3-certifi_2020.6.20.bb
> +++ b/meta-python/recipes-devtools/python/python3-certifi_2020.11.8.bb
> @@ -7,8 +7,8 @@ HOMEPAGE = " http://certifi.io/"
>   LICENSE = "ISC"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=f77f61d14ee6feac4228d3ebd26cc1f1"
>
> -SRC_URI[md5sum] = "89525ece725d674d91b0c43007d2a47e"
> -SRC_URI[sha256sum] = "5930595817496dd21bb8dc35dad090f1c2cd0adfaf21204bf6732ca5d8ee34d3"
> +SRC_URI[md5sum] = "b25267355218d11652c707e46accd059"
> +SRC_URI[sha256sum] = "f05def092c44fbf25834a51509ef6e631dc19765ab8a57b4e7ab85531f0a9cf4"
>
>   inherit pypi setuptools3
>
> --
> 2.17.1
>
>
> 
>

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

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

end of thread, other threads:[~2020-11-23 20:57 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-18 14:02 [meta-python][PATCH 1/5] python3-gmqtt: Upgrade 0.6.7 -> 0.6.8 Leon Anavi
2020-11-18 14:02 ` [meta-python][PATCH 2/5] python3-diskcache: Upgrade 5.0.3 -> 5.1.0 Leon Anavi
2020-11-23 20:56   ` [oe] " Trevor Gamblin
2020-11-18 14:02 ` [meta-python][PATCH 3/5] python3-croniter: Upgrade 0.3.35 -> 0.3.36 Leon Anavi
2020-11-23 20:57   ` [oe] " Trevor Gamblin
2020-11-18 14:02 ` [meta-python][PATCH 4/5] python3-bitarray: Upgrade 1.6.0 -> 1.6.1 Leon Anavi
2020-11-23 20:57   ` [oe] " Trevor Gamblin
2020-11-18 14:02 ` [meta-python][PATCH 5/5] python3-certifi: Upgrade 2020.6.20 -> 2020.11.8 Leon Anavi
2020-11-23 20:57   ` [oe] " Trevor Gamblin
2020-11-18 16:23 ` [oe] [meta-python][PATCH 1/5] python3-gmqtt: Upgrade 0.6.7 -> 0.6.8 Khem Raj
2020-11-19  8:36   ` Leon Anavi
2020-11-23 20:56 ` 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.