forked from pool/python-pyroute2
Accepting request 889497 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/889497 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyroute2?expand=0&rev=23
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:774c5ecf05fe40f0f601a7ab33c19ca0b24f00bf4a094e58deaa5333b7ca49b5
|
|
||||||
size 873722
|
|
3
pyroute2-0.5.18.tar.gz
Normal file
3
pyroute2-0.5.18.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:08ac40cad52c0bb2e0f20087520599aa91fcce0b221dd26e9042330428810bc5
|
||||||
|
size 715991
|
@@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 30 08:34:54 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
|
||||||
|
|
||||||
|
- update to 0.5.18:
|
||||||
|
* netlink: support zero length lladdr
|
||||||
|
<https://github.com/svinota/pyroute2/issues/717>
|
||||||
|
- update to 0.5.17:
|
||||||
|
* license: aligned cli/ss2
|
||||||
|
<https://github.com/svinota/pyroute2/pull/777>
|
||||||
|
* ndb: del_ip() improvements
|
||||||
|
* ndb: wait(timeout=...)
|
||||||
|
- update to 0.5.16:
|
||||||
|
* ndb: fix syntax for Python < 3.6
|
||||||
|
<https://github.com/svinota/pyroute2/pull/776>
|
||||||
|
- update to 0.5.15:
|
||||||
|
* ndb: don't mess with SQL adapters unless really needed
|
||||||
|
* ndb: support more virtual interface types
|
||||||
|
* ndb: support in for views and record sets
|
||||||
|
* ndb: fix nested fetches from DB
|
||||||
|
* tests: start migration to pytest
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 16 11:14:53 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
Wed Sep 16 11:14:53 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pyroute2
|
# spec file for package python-pyroute2
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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,10 +18,10 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-pyroute2
|
Name: python-pyroute2
|
||||||
Version: 0.5.14
|
Version: 0.5.18
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python Netlink library
|
Summary: Python Netlink library
|
||||||
License: GPL-2.0-or-later OR Apache-2.0
|
License: Apache-2.0 OR GPL-2.0-or-later
|
||||||
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 pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
@@ -29,7 +29,7 @@ BuildRequires: %{python_module setuptools}
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun):update-alternatives
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user