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-05-19 22:49:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyroute2 (Old)
and /work/SRC/openSUSE:Factory/.python-pyroute2.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyroute2"
Thu May 19 22:49:41 2022 rev:24 rq:978081 version:0.6.9
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyroute2/python-pyroute2.changes
2021-05-01 00:46:50.563413511 +0200
+++
/work/SRC/openSUSE:Factory/.python-pyroute2.new.1538/python-pyroute2.changes
2022-05-19 22:50:17.558409685 +0200
@@ -1,0 +2,46 @@
+Tue May 10 19:01:23 UTC 2022 - Dirk M??ller <[email protected]>
+
+- update to 0.6.9:
+ * wireguard peer fix for both IPv4 and IPv6:
+ * netns: avoid extra libc reloads:
+ * wireguard: IPv6 fixes:
+ * ndb: support arbitrary IPRoute-compatible source classes
+ * ndb: tolerate source failures
+ * ndb: chaotic tests
+ * general: kernel version parser:
+ * package: static version file:
+ * iproute: support custom link kind classes:
+ * ndb: reload of tunnels in the down state
+ * ndb: improved reliability in the state sync, affected multihop and encap
routes
+ * ndb: improved neighbours management
+ * tuntap: support loongarch
+ * ndb: fix routes cleanup
+ * ndb: support `in` for sources, interfaces and addresses
+ * ndb: support changing tunnel (gre, ipip, ...) attributes
+ * netlink: support NLM_F_DUMP_INTR
+
+-------------------------------------------------------------------
+Sat Oct 16 21:54:19 UTC 2021 - Dirk M??ller <[email protected]>
+
+- update to 0.6.5:
+ * ndb: fix `in` for sources
+ * core: provide entry_points aliases for legacy code
+ * packaging: fix missing exports
+ * ndb: memory leak fix
+ * packaging: fix internal modules import
+ * netlink: DEFAULT_RCVBUF size increased
+ * rtnl: fix COLLECT_METADATA for geneve devices
+ * ndb: route spec fixes
+ * packaging: force virtual packages to require same versions
+ * core: relocate RemoteIPRoute
+ * wireguard: fix key parsing
+ * packaging: fix importlib-metadata deps
+ * tc: support pfifo qdisc
+ * packaging: new layout
+ * ndb: fix default routes keys
+ * mptcp: basic support
+ * netlink: ext_ack support fix
+ * tc: netem rate setting
+ * NSPopen: fix fd leak
+
+-------------------------------------------------------------------
Old:
----
pyroute2-0.5.18.tar.gz
New:
----
pyroute2-0.6.9.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pyroute2.spec ++++++
--- /var/tmp/diff_new_pack.gzaFMs/_old 2022-05-19 22:50:18.006410260 +0200
+++ /var/tmp/diff_new_pack.gzaFMs/_new 2022-05-19 22:50:18.006410260 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-pyroute2
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pyroute2
-Version: 0.5.18
+Version: 0.6.9
Release: 0
Summary: Python Netlink library
License: Apache-2.0 OR GPL-2.0-or-later
@@ -31,6 +31,13 @@
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}
%python_subpackages
%description
@@ -58,27 +65,11 @@
%install
%python_install
-%python_clone -a %{buildroot}%{_bindir}/pyroute2-cli
-%python_clone -a %{buildroot}%{_bindir}/ss2
%python_expand %fdupes %{buildroot}%{$python_sitelib}
-%check
-%pytest
-
-%post
-%python_install_alternative pyroute2-cli
-%python_install_alternative ss2
-
-%postun
-%python_uninstall_alternative pyroute2-cli
-%python_uninstall_alternative ss2
-
%files %{python_files}
-%license README.license.md
-%doc README.md CHANGELOG.md README.report.md
+%doc README.rst CHANGELOG.md
%license LICENSE.Apache.v2 LICENSE.GPL.v2
%{python_sitelib}/*
-%python_alternative %{_bindir}/ss2
-%python_alternative %{_bindir}/pyroute2-cli
%changelog
++++++ pyroute2-0.5.18.tar.gz -> pyroute2-0.6.9.tar.gz ++++++
++++ 79828 lines of diff (skipped)