forked from pool/python-netaddr
- update to 0.10.1:
* Get rid of some warnings * Add an :data:`INET_ATON` flag to explicitly request ``inet_aton()`` IPv4 parsing semantics from :class:`IPAddress`. * Add an :meth:`IPAddress.is_ipv4_private_use` convenience method. * Add an :meth:`IPAddress.is_global` convenience method to allow determining if an address is considered globally reachable. * Add an :meth:`IPAddress.is_ipv6_unique_local` convenience method. * Improve Python 3.13 compatibility, thank you John Eckersberg. * Deprecate Python 3.7 support. * Deprecate abbreviated CIDR format support in :class:`IPNetwork` * Deprecate accepting leading zeros when parsing IPv4 addresses in :data:`INET_PTON` mode (it's been allowed on some platforms). If you need to allow and discard leading zeros use the :data:`ZEROFILL` flag. * Raise an exception if invalid flags are passed to ``IPAddress``, ``IPNetwork`` or ``IPRange``. * Improve the documentation substantially. * Update the DB files to the latest versions (2023-12-23). - IP recognition failure OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netaddr?expand=0&rev=32
This commit is contained in:
@@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 7 20:54:19 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.10.1:
|
||||
* Get rid of some warnings
|
||||
* Add an :data:`INET_ATON` flag to explicitly request
|
||||
``inet_aton()`` IPv4 parsing semantics from :class:`IPAddress`.
|
||||
* Add an :meth:`IPAddress.is_ipv4_private_use` convenience
|
||||
method.
|
||||
* Add an :meth:`IPAddress.is_global` convenience method to
|
||||
allow determining if an address is considered globally reachable.
|
||||
* Add an :meth:`IPAddress.is_ipv6_unique_local` convenience
|
||||
method.
|
||||
* Improve Python 3.13 compatibility, thank you John Eckersberg.
|
||||
* Deprecate Python 3.7 support.
|
||||
* Deprecate abbreviated CIDR format support in
|
||||
:class:`IPNetwork`
|
||||
* Deprecate accepting leading zeros when parsing IPv4 addresses
|
||||
in :data:`INET_PTON` mode (it's been allowed on some platforms).
|
||||
If you need to allow and discard leading zeros use the
|
||||
:data:`ZEROFILL` flag.
|
||||
* Raise an exception if invalid flags are passed to
|
||||
``IPAddress``, ``IPNetwork`` or ``IPRange``.
|
||||
* Improve the documentation substantially.
|
||||
* Update the DB files to the latest versions (2023-12-23).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 25 09:15:49 UTC 2023 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
@@ -139,7 +165,7 @@ Tue Jan 6 23:51:18 UTC 2015 - michael@stroeder.com
|
||||
* IPAddress objects can now be added to/subtracted from each other
|
||||
* compute static global ipv6 addr from the net prefix and mac address
|
||||
* add classifiers for python 3.3 and 3.4 support
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 11 12:40:27 UTC 2014 - dmueller@suse.com
|
||||
|
||||
@@ -327,7 +353,7 @@ Wed Oct 6 01:41:45 UTC 2010 - alexandre@exatati.com.br
|
||||
* FIXED Issue 53 - http://code.google.com/p/netaddr/issues/detail?id=53
|
||||
- Error in online documentation
|
||||
* FIXED Issue 54 - http://code.google.com/p/netaddr/issues/detail?id=54
|
||||
- IP recognition failure
|
||||
- IP recognition failure
|
||||
* FIXED Issue 55 - http://code.google.com/p/netaddr/issues/detail?id=55
|
||||
- Support for Python 3.x
|
||||
* FIXED Issue 56 - http://code.google.com/p/netaddr/issues/detail?id=56
|
||||
|
Reference in New Issue
Block a user