Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pyroute2 for openSUSE:Factory checked in at 2022-10-01 17:44:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyroute2 (Old) and /work/SRC/openSUSE:Factory/.python-pyroute2.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyroute2" Sat Oct 1 17:44:11 2022 rev:26 rq:1007453 version:0.7.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyroute2/python-pyroute2.changes 2022-07-07 12:57:20.283320931 +0200 +++ /work/SRC/openSUSE:Factory/.python-pyroute2.new.2275/python-pyroute2.changes 2022-10-01 17:44:36.089827805 +0200 @@ -1,0 +2,20 @@ +Sat Oct 1 13:44:24 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- update to 0.7.3: + * nlsocket: CompileContext support + * nlsocket: support for per request parsers (see IPRoute.get_default_routes()) + * generic: added support for dumping policies <#981> + * ndb: changed API for reports + * conntrack: fix TCP states <#991> + * ipmock: new component (IPMock) for mock tests + * thermal: update + * ci: nlm_generator = True -- force using generators in the CI + * iproute: fix neighbours dump <#962> + * iproute: fix rule add <#964> + * setup: fix build-backend <#961> + * packaging: back to single package layout <#935> + * packaging: static version <#939> + * ci: use nox, finish migration from nose + * netlink: universal nlmsg.get() + +------------------------------------------------------------------- Old: ---- pyroute2-0.6.13.tar.gz New: ---- pyroute2-0.7.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyroute2.spec ++++++ --- /var/tmp/diff_new_pack.eCxjbB/_old 2022-10-01 17:44:36.577828692 +0200 +++ /var/tmp/diff_new_pack.eCxjbB/_new 2022-10-01 17:44:36.585828706 +0200 @@ -18,26 +18,34 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pyroute2 -Version: 0.6.13 +Version: 0.7.3 Release: 0 Summary: Python Netlink library License: Apache-2.0 OR GPL-2.0-or-later URL: https://github.com/svinota/pyroute2 Source: https://files.pythonhosted.org/packages/source/p/pyroute2/pyroute2-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires(post): update-alternatives Requires(postun):update-alternatives BuildArch: noarch -Requires: python-pyroute2.core = %{version} -Requires: python-pyroute2.ethtool = %{version} -Requires: python-pyroute2.ipdb = %{version} -Requires: python-pyroute2.ipset = %{version} -Requires: python-pyroute2.ndb = %{version} -Requires: python-pyroute2.nftables = %{version} -Requires: python-pyroute2.nslink = %{version} +Provides: python-pyroute2.core = %{version} +Obsoletes: python-pyroute2.core < %{version} +Provides: python-pyroute2.ethtool = %{version} +Obsoletes: python-pyroute2.ethtool < %{version} +Provides: python-pyroute2.ipdb = %{version} +Obsoletes: python-pyroute2.ipdb < %{version} +Provides: python-pyroute2.ipset = %{version} +Obsoletes: python-pyroute2.ipset < %{version} +Provides: python-pyroute2.ndb = %{version} +Obsoletes: python-pyroute2.ndb < %{version} +Provides: python-pyroute2.nftables = %{version} +Obsoletes: python-pyroute2.nftables < %{version} +Provides: python-pyroute2.nslink = %{version} +Obsoletes: python-pyroute2.nslink < %{version} %python_subpackages %description @@ -61,15 +69,24 @@ %setup -q -n pyroute2-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} +%python_clone -a %{buildroot}%{_bindir}/pyroute2-cli +%python_clone -a %{buildroot}%{_bindir}/pyroute2-dhcp-client +%python_clone -a %{buildroot}%{_bindir}/pyroute2-test-platform +%python_clone -a %{buildroot}%{_bindir}/ss2 + %files %{python_files} -%doc README.rst CHANGELOG.md -%license LICENSE.Apache.v2 LICENSE.GPL.v2 +%doc README.rst CHANGELOG.rst +%license LICENSE LICENSE.Apache-2.0 LICENSE.GPL-2.0-or-later +%python_alternative %{_bindir}/pyroute2-cli +%python_alternative %{_bindir}/pyroute2-dhcp-client +%python_alternative %{_bindir}/pyroute2-test-platform +%python_alternative %{_bindir}/ss2 %{python_sitelib}/* %changelog ++++++ pyroute2-0.6.13.tar.gz -> pyroute2-0.7.3.tar.gz ++++++ ++++ 57184 lines of diff (skipped)