diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2020-11-26 20:03:45 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-11-27 11:54:04 -0800 |
| commit | fdf6726fa82f87962f74ed62fdbb38884cceb4f4 (patch) | |
| tree | f84ab0fc517b8f27fd7ec9a6db369420b2eac393 /meta-python/recipes-devtools/python | |
| parent | 416aa23c9e4fa3c00ae12483be3f52647e8776de (diff) | |
| download | meta-openembedded-fdf6726fa82f87962f74ed62fdbb38884cceb4f4.tar.gz | |
python3-pyrad: Upgrade 2.3 -> 2.4
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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pyrad_2.3.bb | 9 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pyrad_2.4.bb | 9 |
2 files changed, 9 insertions, 9 deletions
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 @@ | |||
| 1 | SUMMARY = "RADIUS tools" | ||
| 2 | SECTION = "devel/python" | ||
| 3 | LICENSE = "BSD-3-Clause" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=debd8dc49cd9a7d58c7fffc771efed4f" | ||
| 5 | |||
| 6 | PYPI_PACKAGE = "pyrad" | ||
| 7 | SRC_URI[sha256sum] = "89c4d9b2cab1746c48dc0d93898d278e34a40acedf6f511aeaa748bcd4490295" | ||
| 8 | |||
| 9 | 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 @@ | |||
| 1 | SUMMARY = "RADIUS tools" | ||
| 2 | SECTION = "devel/python" | ||
| 3 | LICENSE = "BSD-3-Clause" | ||
| 4 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e910b35b0ef4e1f665b9a75d6afb7709" | ||
| 5 | |||
| 6 | PYPI_PACKAGE = "pyrad" | ||
| 7 | SRC_URI[sha256sum] = "057de4b7e89d8da57ba782c1bde45c63ebee720ae2c0b0a69beaff15c47e30d9" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
