14
0

- update to 0.7.3:

* nlsocket: CompileContext support
  * nlsocket: support for per request parsers (see IPRoute.get_default_routes())
  * generic: added support for dumping policies <#981>
  * ndb: changed API for reports
  * conntrack: fix TCP states <#991>
  * ipmock: new component (IPMock) for mock tests
  * thermal: update
  * ci: nlm_generator = True -- force using generators in the CI
  * iproute: fix neighbours dump <#962>
  * iproute: fix rule add <#964>
  * setup: fix build-backend <#961>
  * packaging: back to single package layout <#935>
  * packaging: static version <#939>
  * ci: use nox, finish migration from nose
  * netlink: universal nlmsg.get()

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyroute2?expand=0&rev=58
This commit is contained in:
2022-10-01 13:48:55 +00:00
committed by Git OBS Bridge
parent 5f414ccc50
commit 2c0b2d0d3b
4 changed files with 53 additions and 16 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Sat Oct 1 13:44:24 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 0.7.3:
* nlsocket: CompileContext support
* nlsocket: support for per request parsers (see IPRoute.get_default_routes())
* generic: added support for dumping policies <#981>
* ndb: changed API for reports
* conntrack: fix TCP states <#991>
* ipmock: new component (IPMock) for mock tests
* thermal: update
* ci: nlm_generator = True -- force using generators in the CI
* iproute: fix neighbours dump <#962>
* iproute: fix rule add <#964>
* setup: fix build-backend <#961>
* packaging: back to single package layout <#935>
* packaging: static version <#939>
* ci: use nox, finish migration from nose
* netlink: universal nlmsg.get()
-------------------------------------------------------------------
Wed Jul 6 12:33:36 UTC 2022 - Dirk Müller <dmueller@suse.com>