summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-dnspython_2.4.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-dnspython: upgrade 2.4.1 -> 2.4.2Wang Mingyu2023-08-151-0/+35
Changelog: ========== - Async queries could wait forever instead of respecting the timeout if the timeout was 0 and a packet was lost. The timeout is now respected. - Restore HTTP/2 support which was accidentally broken during the https refactoring done as part of 2.4.0. - When an inception time and lifetime are specified, the signer now sets the expiration to the inception time plus lifetime, instead of the current time plus the lifetime. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>