diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-11-22 14:28:02 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-11-21 22:35:51 -0800 |
| commit | 0bfb7b316460850785880444efc5300ed2568acd (patch) | |
| tree | fbf5e725ef1a05dfb3bb23e097f3681983c85d31 /meta-python/recipes-networking/python | |
| parent | 3f54dcad53ab7081b0bd75c6503b8de2bf3939e7 (diff) | |
| download | meta-openembedded-0bfb7b316460850785880444efc5300ed2568acd.tar.gz | |
python3-ldap: upgrade 3.4.3 -> 3.4.4
Changelog:
=============
-Reconnect race condition in ReconnectLDAPObject is now fixed
-Socket ownership is now claimed once we've passed it to libldap
-LDAP_set_option string formats are now compatible with Python 3.12
-Security Policy was created
-Broken article links are fixed now
-Bring Conscious Language improvements
-Add testing and document support for Python 3.10, 3.11, and 3.12
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-networking/python')
| -rw-r--r-- | meta-python/recipes-networking/python/python3-ldap_3.4.4.bb (renamed from meta-python/recipes-networking/python/python3-ldap_3.4.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-networking/python/python3-ldap_3.4.3.bb b/meta-python/recipes-networking/python/python3-ldap_3.4.4.bb index 0bf1ff14a8..6caf5f37ce 100644 --- a/meta-python/recipes-networking/python/python3-ldap_3.4.3.bb +++ b/meta-python/recipes-networking/python/python3-ldap_3.4.4.bb | |||
| @@ -13,7 +13,7 @@ PYPI_PACKAGE = "python-ldap" | |||
| 13 | 13 | ||
| 14 | inherit pypi setuptools3 | 14 | inherit pypi setuptools3 |
| 15 | 15 | ||
| 16 | SRC_URI[sha256sum] = "ab26c519a0ef2a443a2a10391fa3c5cb52d7871323399db949ebfaa9f25ee2a0" | 16 | SRC_URI[sha256sum] = "7edb0accec4e037797705f3a05cbf36a9fde50d08c8f67f2aef99a2628fab828" |
| 17 | 17 | ||
| 18 | do_configure:prepend() { | 18 | do_configure:prepend() { |
| 19 | sed -i -e 's:^library_dirs =.*::' \ | 19 | sed -i -e 's:^library_dirs =.*::' \ |
