All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/3] python3-pyrad: Upgrade 2.3 -> 2.4
@ 2020-11-26 18:03 Leon Anavi
  2020-11-26 18:03 ` [meta-python][PATCH 2/3] python3-bitstruct: Upgrade 8.11.0 -> 8.11.1 Leon Anavi
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Leon Anavi @ 2020-11-26 18:03 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2.4:

- Support poetry for for building this project
- Use secrets.SysRandom instead of random.SystemRandom if possible
- .get on Packets has an optional default parameter (to mimic
  dict.get())
- Fix: digestmod is not optional in python3.8 anymore
- Fix: authenticator was refreshed before the packet was generated
- Fix bug causing Message-Authenticator verification to fail if
  multiple instances of an attribute do not appear sequentially in
  the attributes list
- Fixed VerifyReply broken when multiple instances of same
  attribute are not adjacent on reply
- Fixed Missing send_packet for async Client
- Fixed python3 support for SaltCrypt (was previously broken)

License-Update: Use file PKG-INFO.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 meta-python/recipes-devtools/python/python3-pyrad_2.3.bb | 9 ---------
 meta-python/recipes-devtools/python/python3-pyrad_2.4.bb | 9 +++++++++
 2 files changed, 9 insertions(+), 9 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-pyrad_2.3.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-pyrad_2.4.bb

diff --git a/meta-python/recipes-devtools/python/python3-pyrad_2.3.bb b/meta-python/recipes-devtools/python/python3-pyrad_2.3.bb
deleted file mode 100644
index 3b38fb3a4b..0000000000
--- a/meta-python/recipes-devtools/python/python3-pyrad_2.3.bb
+++ /dev/null
@@ -1,9 +0,0 @@
-SUMMARY = "RADIUS tools"
-SECTION = "devel/python"
-LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=debd8dc49cd9a7d58c7fffc771efed4f"
-
-PYPI_PACKAGE = "pyrad"
-SRC_URI[sha256sum] = "89c4d9b2cab1746c48dc0d93898d278e34a40acedf6f511aeaa748bcd4490295"
-
-inherit pypi setuptools3
diff --git a/meta-python/recipes-devtools/python/python3-pyrad_2.4.bb b/meta-python/recipes-devtools/python/python3-pyrad_2.4.bb
new file mode 100644
index 0000000000..86a95a4aa4
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pyrad_2.4.bb
@@ -0,0 +1,9 @@
+SUMMARY = "RADIUS tools"
+SECTION = "devel/python"
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e910b35b0ef4e1f665b9a75d6afb7709"
+
+PYPI_PACKAGE = "pyrad"
+SRC_URI[sha256sum] = "057de4b7e89d8da57ba782c1bde45c63ebee720ae2c0b0a69beaff15c47e30d9"
+
+inherit pypi setuptools3
-- 
2.17.1


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

* [meta-python][PATCH 2/3] python3-bitstruct: Upgrade 8.11.0 -> 8.11.1
  2020-11-26 18:03 [meta-python][PATCH 1/3] python3-pyrad: Upgrade 2.3 -> 2.4 Leon Anavi
@ 2020-11-26 18:03 ` Leon Anavi
  2020-11-27 13:49   ` [oe] " Trevor Gamblin
  2020-11-26 18:03 ` [meta-python][PATCH 3/3] python3-yarl: Upgrade 1.6.2 -> 1.6.3 Leon Anavi
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 8+ messages in thread
From: Leon Anavi @ 2020-11-26 18:03 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 8.11.1:

- Fix memory leak in unpack dict C extension
- Release with python3

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

diff --git a/meta-python/recipes-devtools/python/python3-bitstruct_8.11.0.bb b/meta-python/recipes-devtools/python/python3-bitstruct_8.11.1.bb
similarity index 70%
rename from meta-python/recipes-devtools/python/python3-bitstruct_8.11.0.bb
rename to meta-python/recipes-devtools/python/python3-bitstruct_8.11.1.bb
index a25380418c..49b31971a6 100644
--- a/meta-python/recipes-devtools/python/python3-bitstruct_8.11.0.bb
+++ b/meta-python/recipes-devtools/python/python3-bitstruct_8.11.1.bb
@@ -3,8 +3,7 @@ HOMEPAGE = "https://github.com/eerimoq/bitstruct"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=d9aa4ec07de78abae21c490c9ffe61bd"
 
-SRC_URI[md5sum] = "8eaf853c95e10ca4b6bca2fe5ff307c6"
-SRC_URI[sha256sum] = "2b13f2c3e76b49e8cd854f7a1da590bb73ecbc6cbfacc2d479eacf2b88282d5d"
+SRC_URI[sha256sum] = "4e7b8769c0f09fee403d0a5f637f8b575b191a79a92e140811aa109ce7461f0c"
 
 PYPI_PACKAGE = "bitstruct"
 
-- 
2.17.1


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

* [meta-python][PATCH 3/3] python3-yarl: Upgrade 1.6.2 -> 1.6.3
  2020-11-26 18:03 [meta-python][PATCH 1/3] python3-pyrad: Upgrade 2.3 -> 2.4 Leon Anavi
  2020-11-26 18:03 ` [meta-python][PATCH 2/3] python3-bitstruct: Upgrade 8.11.0 -> 8.11.1 Leon Anavi
@ 2020-11-26 18:03 ` Leon Anavi
  2020-11-27 13:49   ` [oe] " Trevor Gamblin
  2020-11-26 18:06 ` [oe] [meta-python][PATCH 1/3] python3-pyrad: Upgrade 2.3 -> 2.4 Khem Raj
  2020-11-27 13:49 ` Trevor Gamblin
  3 siblings, 1 reply; 8+ messages in thread
From: Leon Anavi @ 2020-11-26 18:03 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.6.3:

- No longer loose characters when decoding incorrect
  percent-sequences (like %e2%82%f8). All non-decodable
  percent-sequences are now preserved.
- Provide x86 Windows wheels.

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

diff --git a/meta-python/recipes-devtools/python/python3-yarl_1.6.2.bb b/meta-python/recipes-devtools/python/python3-yarl_1.6.3.bb
similarity index 79%
rename from meta-python/recipes-devtools/python/python3-yarl_1.6.2.bb
rename to meta-python/recipes-devtools/python/python3-yarl_1.6.3.bb
index dbb5d23bd2..01682a46d4 100644
--- a/meta-python/recipes-devtools/python/python3-yarl_1.6.2.bb
+++ b/meta-python/recipes-devtools/python/python3-yarl_1.6.3.bb
@@ -3,8 +3,7 @@ HOMEPAGE = "https://github.com/aio-libs/yarl/"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b334fc90d45983db318f54fd5bf6c90b"
 
-SRC_URI[md5sum] = "65c3346f694e37f45045f4e29a60d280"
-SRC_URI[sha256sum] = "c45b49b59a5724869899798e1bbd447ac486215269511d3b76b4c235a1b766b6"
+SRC_URI[sha256sum] = "8a9066529240171b68893d60dca86a763eae2139dd42f42106b03cf4b426bf10"
 
 SRC_URI += " \
     file://run-ptest \
-- 
2.17.1


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

* Re: [oe] [meta-python][PATCH 1/3] python3-pyrad: Upgrade 2.3 -> 2.4
  2020-11-26 18:03 [meta-python][PATCH 1/3] python3-pyrad: Upgrade 2.3 -> 2.4 Leon Anavi
  2020-11-26 18:03 ` [meta-python][PATCH 2/3] python3-bitstruct: Upgrade 8.11.0 -> 8.11.1 Leon Anavi
  2020-11-26 18:03 ` [meta-python][PATCH 3/3] python3-yarl: Upgrade 1.6.2 -> 1.6.3 Leon Anavi
@ 2020-11-26 18:06 ` Khem Raj
  2020-11-27  9:28   ` Leon Anavi
  2020-11-27 13:49 ` Trevor Gamblin
  3 siblings, 1 reply; 8+ messages in thread
From: Khem Raj @ 2020-11-26 18:06 UTC (permalink / raw)
  To: Leon Anavi; +Cc: openembeded-devel

On Thu, Nov 26, 2020 at 10:04 AM Leon Anavi <leon.anavi@konsulko.com> wrote:
>
> Upgrade to release 2.4:
>
> - Support poetry for for building this project
> - Use secrets.SysRandom instead of random.SystemRandom if possible
> - .get on Packets has an optional default parameter (to mimic
>   dict.get())
> - Fix: digestmod is not optional in python3.8 anymore
> - Fix: authenticator was refreshed before the packet was generated
> - Fix bug causing Message-Authenticator verification to fail if
>   multiple instances of an attribute do not appear sequentially in
>   the attributes list
> - Fixed VerifyReply broken when multiple instances of same
>   attribute are not adjacent on reply
> - Fixed Missing send_packet for async Client
> - Fixed python3 support for SaltCrypt (was previously broken)
>
> License-Update: Use file PKG-INFO.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
> ---
>  meta-python/recipes-devtools/python/python3-pyrad_2.3.bb | 9 ---------
>  meta-python/recipes-devtools/python/python3-pyrad_2.4.bb | 9 +++++++++
>  2 files changed, 9 insertions(+), 9 deletions(-)
>  delete mode 100644 meta-python/recipes-devtools/python/python3-pyrad_2.3.bb
>  create mode 100644 meta-python/recipes-devtools/python/python3-pyrad_2.4.bb
>
> diff --git a/meta-python/recipes-devtools/python/python3-pyrad_2.3.bb b/meta-python/recipes-devtools/python/python3-pyrad_2.3.bb
> deleted file mode 100644
> index 3b38fb3a4b..0000000000
> --- a/meta-python/recipes-devtools/python/python3-pyrad_2.3.bb
> +++ /dev/null
> @@ -1,9 +0,0 @@
> -SUMMARY = "RADIUS tools"
> -SECTION = "devel/python"
> -LICENSE = "BSD-3-Clause"
> -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=debd8dc49cd9a7d58c7fffc771efed4f"
> -
> -PYPI_PACKAGE = "pyrad"
> -SRC_URI[sha256sum] = "89c4d9b2cab1746c48dc0d93898d278e34a40acedf6f511aeaa748bcd4490295"
> -
> -inherit pypi setuptools3
> diff --git a/meta-python/recipes-devtools/python/python3-pyrad_2.4.bb b/meta-python/recipes-devtools/python/python3-pyrad_2.4.bb
> new file mode 100644
> index 0000000000..86a95a4aa4
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python3-pyrad_2.4.bb
> @@ -0,0 +1,9 @@
> +SUMMARY = "RADIUS tools"
> +SECTION = "devel/python"
> +LICENSE = "BSD-3-Clause"
> +LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e910b35b0ef4e1f665b9a75d6afb7709"

I still see https://github.com/pyradius/pyrad/blob/master/LICENSE.txt
why is this changed here ?

> +
> +PYPI_PACKAGE = "pyrad"
> +SRC_URI[sha256sum] = "057de4b7e89d8da57ba782c1bde45c63ebee720ae2c0b0a69beaff15c47e30d9"
> +
> +inherit pypi setuptools3
> --
> 2.17.1
>
>
> 
>

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

* Re: [oe] [meta-python][PATCH 1/3] python3-pyrad: Upgrade 2.3 -> 2.4
  2020-11-26 18:06 ` [oe] [meta-python][PATCH 1/3] python3-pyrad: Upgrade 2.3 -> 2.4 Khem Raj
@ 2020-11-27  9:28   ` Leon Anavi
  0 siblings, 0 replies; 8+ messages in thread
From: Leon Anavi @ 2020-11-27  9:28 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembeded-devel

Hi Khem,

On 26.11.20 г. 20:06 ч., Khem Raj wrote:
> On Thu, Nov 26, 2020 at 10:04 AM Leon Anavi <leon.anavi@konsulko.com> wrote:
>> Upgrade to release 2.4:
>>
>> - Support poetry for for building this project
>> - Use secrets.SysRandom instead of random.SystemRandom if possible
>> - .get on Packets has an optional default parameter (to mimic
>>    dict.get())
>> - Fix: digestmod is not optional in python3.8 anymore
>> - Fix: authenticator was refreshed before the packet was generated
>> - Fix bug causing Message-Authenticator verification to fail if
>>    multiple instances of an attribute do not appear sequentially in
>>    the attributes list
>> - Fixed VerifyReply broken when multiple instances of same
>>    attribute are not adjacent on reply
>> - Fixed Missing send_packet for async Client
>> - Fixed python3 support for SaltCrypt (was previously broken)
>>
>> License-Update: Use file PKG-INFO.
>>
>> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
>> ---
>>   meta-python/recipes-devtools/python/python3-pyrad_2.3.bb | 9 ---------
>>   meta-python/recipes-devtools/python/python3-pyrad_2.4.bb | 9 +++++++++
>>   2 files changed, 9 insertions(+), 9 deletions(-)
>>   delete mode 100644 meta-python/recipes-devtools/python/python3-pyrad_2.3.bb
>>   create mode 100644 meta-python/recipes-devtools/python/python3-pyrad_2.4.bb
>>
>> diff --git a/meta-python/recipes-devtools/python/python3-pyrad_2.3.bb b/meta-python/recipes-devtools/python/python3-pyrad_2.3.bb
>> deleted file mode 100644
>> index 3b38fb3a4b..0000000000
>> --- a/meta-python/recipes-devtools/python/python3-pyrad_2.3.bb
>> +++ /dev/null
>> @@ -1,9 +0,0 @@
>> -SUMMARY = "RADIUS tools"
>> -SECTION = "devel/python"
>> -LICENSE = "BSD-3-Clause"
>> -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=debd8dc49cd9a7d58c7fffc771efed4f"
>> -
>> -PYPI_PACKAGE = "pyrad"
>> -SRC_URI[sha256sum] = "89c4d9b2cab1746c48dc0d93898d278e34a40acedf6f511aeaa748bcd4490295"
>> -
>> -inherit pypi setuptools3
>> diff --git a/meta-python/recipes-devtools/python/python3-pyrad_2.4.bb b/meta-python/recipes-devtools/python/python3-pyrad_2.4.bb
>> new file mode 100644
>> index 0000000000..86a95a4aa4
>> --- /dev/null
>> +++ b/meta-python/recipes-devtools/python/python3-pyrad_2.4.bb
>> @@ -0,0 +1,9 @@
>> +SUMMARY = "RADIUS tools"
>> +SECTION = "devel/python"
>> +LICENSE = "BSD-3-Clause"
>> +LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e910b35b0ef4e1f665b9a75d6afb7709"
> I still see https://github.com/pyradius/pyrad/blob/master/LICENSE.txt
> why is this changed here ?

LICENSE.txt is not present in pyrad-2.4.tar.gz:
https://files.pythonhosted.org/packages/fc/04/0fe33dca20685b3ced8359f487638bdf03f2776652f7f6812a639cce1b70/pyrad-2.4.tar.gz

Best regards,
Leon

>
>> +
>> +PYPI_PACKAGE = "pyrad"
>> +SRC_URI[sha256sum] = "057de4b7e89d8da57ba782c1bde45c63ebee720ae2c0b0a69beaff15c47e30d9"
>> +
>> +inherit pypi setuptools3
>> --
>> 2.17.1
>>
>>
>> 
>>
-- 
Leon Anavi
Software Engineer
konsulko.com


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

* Re: [oe] [meta-python][PATCH 3/3] python3-yarl: Upgrade 1.6.2 -> 1.6.3
  2020-11-26 18:03 ` [meta-python][PATCH 3/3] python3-yarl: Upgrade 1.6.2 -> 1.6.3 Leon Anavi
@ 2020-11-27 13:49   ` Trevor Gamblin
  0 siblings, 0 replies; 8+ messages in thread
From: Trevor Gamblin @ 2020-11-27 13:49 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2020-11-26 1:03 p.m., Leon Anavi wrote:
> [Please note this e-mail is from an EXTERNAL e-mail address]
>
> Upgrade to release 1.6.3:
>
> - No longer loose characters when decoding incorrect
>    percent-sequences (like %e2%82%f8). All non-decodable
>    percent-sequences are now preserved.
> - Provide x86 Windows wheels.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../python/{python3-yarl_1.6.2.bb => python3-yarl_1.6.3.bb}    | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-yarl_1.6.2.bb => python3-yarl_1.6.3.bb} (79%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-yarl_1.6.2.bb b/meta-python/recipes-devtools/python/python3-yarl_1.6.3.bb
> similarity index 79%
> rename from meta-python/recipes-devtools/python/python3-yarl_1.6.2.bb
> rename to meta-python/recipes-devtools/python/python3-yarl_1.6.3.bb
> index dbb5d23bd2..01682a46d4 100644
> --- a/meta-python/recipes-devtools/python/python3-yarl_1.6.2.bb
> +++ b/meta-python/recipes-devtools/python/python3-yarl_1.6.3.bb
> @@ -3,8 +3,7 @@ HOMEPAGE = "https://github.com/aio-libs/yarl/"
>   LICENSE = "Apache-2.0"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=b334fc90d45983db318f54fd5bf6c90b"
>
> -SRC_URI[md5sum] = "65c3346f694e37f45045f4e29a60d280"
> -SRC_URI[sha256sum] = "c45b49b59a5724869899798e1bbd447ac486215269511d3b76b4c235a1b766b6"
> +SRC_URI[sha256sum] = "8a9066529240171b68893d60dca86a763eae2139dd42f42106b03cf4b426bf10"
>
>   SRC_URI += " \
>       file://run-ptest \
> --
> 2.17.1
>
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 2/3] python3-bitstruct: Upgrade 8.11.0 -> 8.11.1
  2020-11-26 18:03 ` [meta-python][PATCH 2/3] python3-bitstruct: Upgrade 8.11.0 -> 8.11.1 Leon Anavi
@ 2020-11-27 13:49   ` Trevor Gamblin
  0 siblings, 0 replies; 8+ messages in thread
From: Trevor Gamblin @ 2020-11-27 13:49 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2020-11-26 1:03 p.m., Leon Anavi wrote:
> [Please note this e-mail is from an EXTERNAL e-mail address]
>
> Upgrade to release 8.11.1:
>
> - Fix memory leak in unpack dict C extension
> - Release with python3
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...python3-bitstruct_8.11.0.bb => python3-bitstruct_8.11.1.bb} | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-bitstruct_8.11.0.bb => python3-bitstruct_8.11.1.bb} (70%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-bitstruct_8.11.0.bb b/meta-python/recipes-devtools/python/python3-bitstruct_8.11.1.bb
> similarity index 70%
> rename from meta-python/recipes-devtools/python/python3-bitstruct_8.11.0.bb
> rename to meta-python/recipes-devtools/python/python3-bitstruct_8.11.1.bb
> index a25380418c..49b31971a6 100644
> --- a/meta-python/recipes-devtools/python/python3-bitstruct_8.11.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-bitstruct_8.11.1.bb
> @@ -3,8 +3,7 @@ HOMEPAGE = "https://github.com/eerimoq/bitstruct"
>   LICENSE = "MIT"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=d9aa4ec07de78abae21c490c9ffe61bd"
>
> -SRC_URI[md5sum] = "8eaf853c95e10ca4b6bca2fe5ff307c6"
> -SRC_URI[sha256sum] = "2b13f2c3e76b49e8cd854f7a1da590bb73ecbc6cbfacc2d479eacf2b88282d5d"
> +SRC_URI[sha256sum] = "4e7b8769c0f09fee403d0a5f637f8b575b191a79a92e140811aa109ce7461f0c"
>
>   PYPI_PACKAGE = "bitstruct"
>
> --
> 2.17.1
>
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 1/3] python3-pyrad: Upgrade 2.3 -> 2.4
  2020-11-26 18:03 [meta-python][PATCH 1/3] python3-pyrad: Upgrade 2.3 -> 2.4 Leon Anavi
                   ` (2 preceding siblings ...)
  2020-11-26 18:06 ` [oe] [meta-python][PATCH 1/3] python3-pyrad: Upgrade 2.3 -> 2.4 Khem Raj
@ 2020-11-27 13:49 ` Trevor Gamblin
  3 siblings, 0 replies; 8+ messages in thread
From: Trevor Gamblin @ 2020-11-27 13:49 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2020-11-26 1:03 p.m., Leon Anavi wrote:
> [Please note this e-mail is from an EXTERNAL e-mail address]
>
> Upgrade to release 2.4:
>
> - Support poetry for for building this project
> - Use secrets.SysRandom instead of random.SystemRandom if possible
> - .get on Packets has an optional default parameter (to mimic
>    dict.get())
> - Fix: digestmod is not optional in python3.8 anymore
> - Fix: authenticator was refreshed before the packet was generated
> - Fix bug causing Message-Authenticator verification to fail if
>    multiple instances of an attribute do not appear sequentially in
>    the attributes list
> - Fixed VerifyReply broken when multiple instances of same
>    attribute are not adjacent on reply
> - Fixed Missing send_packet for async Client
> - Fixed python3 support for SaltCrypt (was previously broken)
>
> License-Update: Use file PKG-INFO.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   meta-python/recipes-devtools/python/python3-pyrad_2.3.bb | 9 ---------
>   meta-python/recipes-devtools/python/python3-pyrad_2.4.bb | 9 +++++++++
>   2 files changed, 9 insertions(+), 9 deletions(-)
>   delete mode 100644 meta-python/recipes-devtools/python/python3-pyrad_2.3.bb
>   create mode 100644 meta-python/recipes-devtools/python/python3-pyrad_2.4.bb
>
> diff --git a/meta-python/recipes-devtools/python/python3-pyrad_2.3.bb b/meta-python/recipes-devtools/python/python3-pyrad_2.3.bb
> deleted file mode 100644
> index 3b38fb3a4b..0000000000
> --- a/meta-python/recipes-devtools/python/python3-pyrad_2.3.bb
> +++ /dev/null
> @@ -1,9 +0,0 @@
> -SUMMARY = "RADIUS tools"
> -SECTION = "devel/python"
> -LICENSE = "BSD-3-Clause"
> -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=debd8dc49cd9a7d58c7fffc771efed4f"
> -
> -PYPI_PACKAGE = "pyrad"
> -SRC_URI[sha256sum] = "89c4d9b2cab1746c48dc0d93898d278e34a40acedf6f511aeaa748bcd4490295"
> -
> -inherit pypi setuptools3
> diff --git a/meta-python/recipes-devtools/python/python3-pyrad_2.4.bb b/meta-python/recipes-devtools/python/python3-pyrad_2.4.bb
> new file mode 100644
> index 0000000000..86a95a4aa4
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python3-pyrad_2.4.bb
> @@ -0,0 +1,9 @@
> +SUMMARY = "RADIUS tools"
> +SECTION = "devel/python"
> +LICENSE = "BSD-3-Clause"
> +LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e910b35b0ef4e1f665b9a75d6afb7709"
> +
> +PYPI_PACKAGE = "pyrad"
> +SRC_URI[sha256sum] = "057de4b7e89d8da57ba782c1bde45c63ebee720ae2c0b0a69beaff15c47e30d9"
> +
> +inherit pypi setuptools3
> --
> 2.17.1
>
>
> 
>

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

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

end of thread, other threads:[~2020-11-27 13:49 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-26 18:03 [meta-python][PATCH 1/3] python3-pyrad: Upgrade 2.3 -> 2.4 Leon Anavi
2020-11-26 18:03 ` [meta-python][PATCH 2/3] python3-bitstruct: Upgrade 8.11.0 -> 8.11.1 Leon Anavi
2020-11-27 13:49   ` [oe] " Trevor Gamblin
2020-11-26 18:03 ` [meta-python][PATCH 3/3] python3-yarl: Upgrade 1.6.2 -> 1.6.3 Leon Anavi
2020-11-27 13:49   ` [oe] " Trevor Gamblin
2020-11-26 18:06 ` [oe] [meta-python][PATCH 1/3] python3-pyrad: Upgrade 2.3 -> 2.4 Khem Raj
2020-11-27  9:28   ` Leon Anavi
2020-11-27 13:49 ` 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.