Revisions of python-netaddr

buildservice-autocommit accepted request 1160042 from Daniel Garcia's avatar Daniel Garcia (dgarcia) (revision 35)
baserev update by copy to link target
Daniel Garcia's avatar Daniel Garcia (dgarcia) committed (revision 34)
- Update to 1.2.1:
  * Fix bad version 1.2.0 upload to PyPI – now yanked. No changes to
    the package.
- 1.2.0:
  * Add CLI tool subcommand to display cli-network-info.
  * Support running interactive-shell without IPython installed.
  * Explicitly raise TypeError is a non-string value is passed to
    valid_ipv4 or valid_ipv6.
- 1.1.0:
  * Add the required Python version to the package metadata (#365).
  * Add expand_partial_ipv4_address to the public API.
  * Fix IPNetwork(...) in IPRange(...) false negatives (#157).
  * Fix a few IPNetwork slicing edge cases (#214).
  * Fix support for partial IP addresses accidentally left in IPNetwork in 1.0.0.
  * Fixed an incorrect license classifier in the package metadata.
- 1.0.0:
  * Removed:
    * Drop support for Python versions lower than 3.7.
    * Remove the flag shorthands: N, P and Z. Use NOHOST, INET_PTON
      and ZEROFILL instead.
    * Remove abbreviated CIDR format support in IPNetwork (implicit_prefix=True),
      use cidr_abbrev_to_verbose if you need this behavior.
    * Remove the IPAddress.is_private method.
  * Changed:
    * Stop accepting leading zeros when parsing IPv4 addresses in INET_PTON mode
      (it's been allowed on some platforms).
    * Stop parsing IPv4 addresses permissively (inet_aton()-like) by default.
    * Apply the two changes above to valid_ipv4 as well.
    * Update the address databases to the 2024-02-10 versions.
  * Fixed:
buildservice-autocommit accepted request 1137444 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 33)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 32)
- 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
buildservice-autocommit accepted request 1113440 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 31)
baserev update by copy to link target
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) accepted request 1113402 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 30)
- Update to version 0.9.0
  Added:
  * Add hash capabilities to OUI.
  Fixed:
  * Backwards incompatible: Handle RFC 6164 IPv6 addresses (don't
    reserve first IP address in point-to-point subnets).
  * Technically backwards incompatible: Fix for is_loopback
    behaviour – consider IPNetwork('::1/128') to be loopback.
  * Fix print syntax in the documentation to be Python 3 compatible
  * Fix the Sphinx syntax in the documentation.
  Other:
  * Deprecate Python 3.6.
  * Eliminate unnecessary evals.
buildservice-autocommit accepted request 1092399 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 29)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1092293 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 28)
- Add %{?sle15_python_module_pythons}
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 27)
- fix build for older distros
buildservice-autocommit accepted request 819016 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 26)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 818948 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 25)
- Update to version 0.8.0
  * Fixed weak reference support in classes with __slots__
  * Added __bytes__ to IPAddress for intuitive usage
  * Added format() function to EUI
  * Added IPNetwork.netmask property setter
  * Added support for IABs in the 40:D8:55 OUI
  * Drastically optimized spanning_cidr()
  * Fixed "x.x.x.x/x" in IPNetwork tests
  * Added support for passing iterables of IPRange to IPSet and
    cidr_merge()
  Bugfixes:
  * N log N complexity instead of linear
  * Efficiently creating a large IPSet from a list of IPRanges?
  * Weak reference support
- Run testsuite
buildservice-autocommit accepted request 808040 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 24)
baserev update by copy to link target
buildservice-autocommit accepted request 659508 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 22)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 21)
Remove superfluous devel dependency for noarch package
Todd R's avatar Todd R (TheBlackCat) committed (revision 20)
converted link to branch
Todd R's avatar Todd R (TheBlackCat) committed (revision 19)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 514799 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 18)
- Convert to singlespec
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 17)
Displaying revisions 1 - 20 of 35
openSUSE Build Service is sponsored by