14
0

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:
2021-04-30 09:06:28 +00:00
committed by Git OBS Bridge
parent 8015b084aa
commit b583cde383
4 changed files with 28 additions and 7 deletions

View File

@@ -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>