Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-netaddr for openSUSE:Factory checked in at 2024-12-05 17:09:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-netaddr (Old) and /work/SRC/openSUSE:Factory/.python-netaddr.new.28523 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-netaddr" Thu Dec 5 17:09:44 2024 rev:30 rq:1228484 version:1.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-netaddr/python-netaddr.changes 2024-03-21 17:01:41.479187359 +0100 +++ /work/SRC/openSUSE:Factory/.python-netaddr.new.28523/python-netaddr.changes 2024-12-05 17:12:03.574183321 +0100 @@ -1,0 +2,19 @@ +Thu Dec 5 09:53:32 UTC 2024 - Matej Cepl <[email protected]> + +- Fix incorrect removal of shebangs + +------------------------------------------------------------------- +Thu Dec 5 06:41:14 UTC 2024 - Johannes Kastl <[email protected]> + +- update to 1.3.0: + * Added: + - Add partial address expansion in IPNetwork via the + expand_partial switch, this enables opting into pre-1.1.0 + behavior + * Fixed: + - Fix running the test suite on musl systems + - Fix IPAddress IPv6 parsing with ZEROFILL enabled + - Fix handling of the NOHOST flag in the IPNetwork copy + constructor + +------------------------------------------------------------------- Old: ---- netaddr-1.2.1.tar.gz New: ---- netaddr-1.3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-netaddr.spec ++++++ --- /var/tmp/diff_new_pack.TEabcG/_old 2024-12-05 17:12:04.178208615 +0100 +++ /var/tmp/diff_new_pack.TEabcG/_new 2024-12-05 17:12:04.182208783 +0100 @@ -18,17 +18,22 @@ %{?sle15_python_module_pythons} Name: python-netaddr -Version: 1.2.1 +Version: 1.3.0 Release: 0 Summary: Pythonic manipulation of IPv4, IPv6, CIDR, EUI and MAC network addresses License: BSD-3-Clause Group: Development/Languages/Python -URL: https://github.com/drkjam/netaddr +URL: https://github.com/netaddr/netaddr Source: https://files.pythonhosted.org/packages/source/n/netaddr/netaddr-%{version}.tar.gz BuildRequires: %{python_module pip} -BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} +# SECTION test +BuildRequires: %{python_module pytest} +BuildRequires: %{python_module iniconfig} +BuildRequires: %{python_module packaging} +BuildRequires: %{python_module pluggy} +# /SECTION BuildRequires: fdupes BuildRequires: python-rpm-macros Requires(post): update-alternatives @@ -55,7 +60,7 @@ %prep %autosetup -p1 -n netaddr-%{version} -sed -i "1d" netaddr/{cli,ip/iana,eui/ieee,tests/__init__}.py # Fix non-executable scripts +sed -i "1{\@/usr/bin/env python@d}" netaddr/{cli,ip/iana,eui/ieee}.py # Fix non-executable scripts %build %pyproject_wheel ++++++ netaddr-1.2.1.tar.gz -> netaddr-1.3.0.tar.gz ++++++ ++++ 2240 lines of diff (skipped)
