forked from pool/python-pyroute2
Accepting request 785076 from devel:languages:python
- update to 0.5.10: * general: don't use pkg_resources <https://github.com/svinota/pyroute2/issues/677> * iproute: fix Windows support * netlink: provide the target field * ndb: use the target field from the netlink header * ndb: multiple SQL fixes, transactions fixed with the PostgreSQL backend * ndb: multiple object cache fixes <https://github.com/svinota/pyroute2/issues/683> * ndb.schema: drop DB triggers * ndb.objects: fix object management within a netns <https://github.com/svinota/pyroute2/issues/628> * ndb.objects.route: support route metrics * ndb.objects.route: fix default route syntax OBS-URL: https://build.opensuse.org/request/show/785076 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyroute2?expand=0&rev=15
This commit is contained in:
3
pyroute2-0.5.10.tar.gz
Normal file
3
pyroute2-0.5.10.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:39aca55d1d2ccc37062840eb81ae91de1bdf4bcec61e905f6d27ec6378d0742a
|
||||||
|
size 758703
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:240ed116fabef02c284cc40d27986e629f02aa788311a8059905b8988752d5b7
|
|
||||||
size 734751
|
|
@@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 14 15:55:55 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 0.5.10:
|
||||||
|
* general: don't use pkg_resources <https://github.com/svinota/pyroute2/issues/677>
|
||||||
|
* iproute: fix Windows support
|
||||||
|
* netlink: provide the target field
|
||||||
|
* ndb: use the target field from the netlink header
|
||||||
|
* ndb: multiple SQL fixes, transactions fixed with the PostgreSQL backend
|
||||||
|
* ndb: multiple object cache fixes <https://github.com/svinota/pyroute2/issues/683>
|
||||||
|
* ndb.schema: drop DB triggers
|
||||||
|
* ndb.objects: fix object management within a netns <https://github.com/svinota/pyroute2/issues/628>
|
||||||
|
* ndb.objects.route: support route metrics
|
||||||
|
* ndb.objects.route: fix default route syntax
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 28 23:04:37 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
Fri Feb 28 23:04:37 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-pyroute2
|
Name: python-pyroute2
|
||||||
Version: 0.5.9
|
Version: 0.5.10
|
||||||
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
|
||||||
|
Reference in New Issue
Block a user