forked from pool/python-pyroute2
Accepting request 889491 from home:alarrosa:branches:devel:languages:python
- 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 OBS-URL: https://build.opensuse.org/request/show/889491 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyroute2?expand=0&rev=51
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>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,10 +18,10 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-pyroute2
|
||||
Version: 0.5.14
|
||||
Version: 0.5.18
|
||||
Release: 0
|
||||
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
|
||||
Source: https://files.pythonhosted.org/packages/source/p/pyroute2/pyroute2-%{version}.tar.gz
|
||||
BuildRequires: %{python_module pytest}
|
||||
@@ -29,7 +29,7 @@ BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
|
Reference in New Issue
Block a user