Hello community,
here is the log from the commit of package python-pyroute2 for openSUSE:Factory
checked in at 2019-03-05 12:22:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyroute2 (Old)
and /work/SRC/openSUSE:Factory/.python-pyroute2.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyroute2"
Tue Mar 5 12:22:43 2019 rev:10 rq:681315 version:0.5.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyroute2/python-pyroute2.changes
2018-12-07 14:39:13.166787230 +0100
+++
/work/SRC/openSUSE:Factory/.python-pyroute2.new.28833/python-pyroute2.changes
2019-03-05 12:22:52.160886306 +0100
@@ -1,0 +2,9 @@
+Mon Mar 4 11:51:42 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 0.5.4:
+ * iproute: basic SR-IOV support, virtual functions setup
+ * ipdb: shutdown logging fixed
+ * ipset: fix regression
+ * netns: pushns() / popns() / dropns() calls
+
+-------------------------------------------------------------------
Old:
----
pyroute2-0.5.3.tar.gz
New:
----
pyroute2-0.5.4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pyroute2.spec ++++++
--- /var/tmp/diff_new_pack.OXLLDq/_old 2019-03-05 12:22:54.024885738 +0100
+++ /var/tmp/diff_new_pack.OXLLDq/_new 2019-03-05 12:22:54.052885729 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-pyroute2
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,19 +18,18 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pyroute2
-Version: 0.5.3
+Version: 0.5.4
Release: 0
Summary: Python Netlink library
License: GPL-2.0-or-later OR Apache-2.0
Group: Development/Languages/Python
-Url: https://github.com/svinota/pyroute2
+URL: https://github.com/svinota/pyroute2
Source:
https://files.pythonhosted.org/packages/source/p/pyroute2/pyroute2-%{version}.tar.gz
+BuildRequires: %{python_module nose}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
-
%python_subpackages
%description
@@ -60,9 +59,13 @@
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
+%check
+# tests require root access
+#%%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib}
nosetests-%{$python_bin_suffix} -v
+
%files %{python_files}
-%defattr(-,root,root,-)
-%doc README.md CHANGELOG.md README.license.md README.report.md
+%license README.license.md
+%doc README.md CHANGELOG.md README.report.md
%license LICENSE.Apache.v2 LICENSE.GPL.v2
%{python_sitelib}/*
%python3_only %{_bindir}/ss2
++++++ pyroute2-0.5.3.tar.gz -> pyroute2-0.5.4.tar.gz ++++++
++++ 4035 lines of diff (skipped)