On 8/3/20 10:05 AM, Leon Anavi wrote:
Upgrade to release 2.0.0:

- Python 3.6 or newer is required.
- Rdata is now immutable. Use dns.rdata.Rdata.replace() to make
   a new Rdata based on an existing one.
- dns.resolver.resolve() has been added, allowing control of
   whether search lists are used. dns.resolver.query() is retained
   for backwards compatibility, but deprecated. The default for
   search list behavior can be set at in the resolver object with
   the use_search_by_default parameter. The default is False.
- DNS-over-TLS is supported with dns.query.tls().
- DNS-over-HTTPS is supported with dns.query.https(), and the
   resolver will use DNS-over-HTTPS for a nameserver which is an
   HTTPS URL.
- Basic query and resolver support for the Trio, Curio, and
   asyncio asynchronous I/O libraries has been added in
   dns.asyncquery and dns.asyncresolver. This API should be viewed
   as experimental as asynchronous I/O support in dnspython is
   still evolving.
- TSIG now defaults to using SHA-256.
- Basic type info has been added to some functions. Future
   releases will have comprehensive type info.
- from_text() functions now have a relativize_to parameter.
- python-cryptography is now used for DNSSEC.
- Ed25519 and Ed448 signatures are now supported.
- A helper for NSEC3 generating hashes has been added.
- SHA384 DS records are supported.
- Rdatasets and RRsets are much faster.
- dns.resolver.resolve_address() has been added, allowing easy
   address-to-name lookups.
- dns.reversename functions now allow an alternate origin to be
   specified.
- The repr form of Rdatasets and RRsets now includes the rdata.
- A number of standard resolv.conf options are now parsed.
- The nameserver and port used to get a response are now part of
   the resolver’s Answer object.
- The NINFO record is supported.
- The dns.hash module has been removed; just use Python’s native
   hashlib module.
- Rounding is done in the standard python 3 fashion; dnspython
   1.x rounded in the python 2 style on both python 2 and 3.
- The resolver will now do negative caching if a cache has been
   configured.
- TSIG and OPT now have rdata types.
- The class for query messages is now QueryMessage. Class Message
   is now a base class, and is also used for messages for which we
   don’t have a better class. Update messages are now class
   UpdateMessage, though class Update is retained for compatibility.

Signed-off-by: Leon Anavi <[email protected]>
Acked-by: Trevor Gamblin <[email protected]>
---
  ...python3-dnspython_1.16.0.bb => python3-dnspython_2.0.0.bb} | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
  rename meta-python/recipes-devtools/python/{python3-dnspython_1.16.0.bb => 
python3-dnspython_2.0.0.bb} (81%)

diff --git a/meta-python/recipes-devtools/python/python3-dnspython_1.16.0.bb 
b/meta-python/recipes-devtools/python/python3-dnspython_2.0.0.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-dnspython_1.16.0.bb
rename to meta-python/recipes-devtools/python/python3-dnspython_2.0.0.bb
index 66cd88363..a4e984619 100644
--- a/meta-python/recipes-devtools/python/python3-dnspython_1.16.0.bb
+++ b/meta-python/recipes-devtools/python/python3-dnspython_2.0.0.bb
@@ -3,8 +3,8 @@ HOMEPAGE = "http://www.dnspython.org/";
  LICENSE = "ISC"
  LIC_FILES_CHKSUM = "file://LICENSE;md5=5af50906b5929837f667dfe31052bd34"
-SRC_URI[md5sum] = "bc9ca3b3a82164667d5730ec6d5248a2"
-SRC_URI[sha256sum] = 
"36c5e8e38d4369a08b6780b7f27d790a292b2b08eea01607865bf0936c558e01"
+SRC_URI[md5sum] = "42f922c9223dde0275e8c0695ead37da"
+SRC_URI[sha256sum] = 
"044af09374469c3a39eeea1a146e8cac27daec951f1f1f157b1962fc7cb9d1b7"
PYPI_PACKAGE_EXT = "zip"

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#86178): 
https://lists.openembedded.org/g/openembedded-devel/message/86178
Mute This Topic: https://lists.openembedded.org/mt/75966163/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to