forked from pool/python-pyroute2
Accepting request 681315 from devel:languages:python
- 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 OBS-URL: https://build.opensuse.org/request/show/681315 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyroute2?expand=0&rev=10
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:79f7b4286be773c46914df0201dabaf92717a9c06e341e0c420603b2dd31c6bf
|
|
||||||
size 687019
|
|
3
pyroute2-0.5.4.tar.gz
Normal file
3
pyroute2-0.5.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c910aa9876268c810fdb5246705690833cd1f781556c12845c28a1449124df70
|
||||||
|
size 694768
|
@@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 4 11:51:42 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 4 12:52:45 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
Tue Dec 4 12:52:45 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pyroute2
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,19 +18,18 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-pyroute2
|
Name: python-pyroute2
|
||||||
Version: 0.5.3
|
Version: 0.5.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python Netlink library
|
Summary: Python Netlink library
|
||||||
License: GPL-2.0-or-later OR Apache-2.0
|
License: GPL-2.0-or-later OR Apache-2.0
|
||||||
Group: Development/Languages/Python
|
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
|
Source: https://files.pythonhosted.org/packages/source/p/pyroute2/pyroute2-%{version}.tar.gz
|
||||||
|
BuildRequires: %{python_module nose}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -60,9 +59,13 @@ protocols. Some supported netlink families and protocols:
|
|||||||
%python_install
|
%python_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%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}
|
%files %{python_files}
|
||||||
%defattr(-,root,root,-)
|
%license README.license.md
|
||||||
%doc README.md CHANGELOG.md README.license.md README.report.md
|
%doc README.md CHANGELOG.md README.report.md
|
||||||
%license LICENSE.Apache.v2 LICENSE.GPL.v2
|
%license LICENSE.Apache.v2 LICENSE.GPL.v2
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
%python3_only %{_bindir}/ss2
|
%python3_only %{_bindir}/ss2
|
||||||
|
Reference in New Issue
Block a user