forked from pool/python-pyroute2
Accepting request 984519 from home:yarunachalam:branches:devel:languages:python
- update to 0.6.12: * ndb: allow dict as keys in __contains__ * ndb: fixed count() on nested views * ndb: fix IPv6 addr removal: #926 * ifinfmsg: fixed IFLA_IPTUN_FLAGS: #924 * tc: fix tcm_info setting: #928 - update to 0.6.11: * ipdb: fix requests compatibility: #920 * ipdb: added deprecation warning - update to 0.6.10: * ndb: fix DB reload on incomplete requests in the IPRoute API fallbacks: #890 * ndb: basic ipvlan support * ndb: support ndb.schema.backup("filename") fro SQLite3 backend * ndb: transactions, CheckProcess, PingAddress, see test_ndb/test_transaction.py and docs * ndb: make snapshots only for commit() calls, no automatic snapshots for apply() * netlink: filter out all the subsequent messages starting from the first error: #892 * protocols: fix arp module export * iproute: deprecate positional arguments to IPRoute.rule() * iproute, ndb: use pyroute2.requests to filter and transform API call arguments * conntrack: fix exports: #900 * nftables: multiple fixes: #902 * tc: fix em_ipset crash: #905 * tests: integrated pre-commit, github actions and more * tests: support basic OpenBSD tests * pyroute2-cli: parser fixes OBS-URL: https://build.opensuse.org/request/show/984519 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyroute2?expand=0&rev=55
This commit is contained in:
3
pyroute2-0.6.12.tar.gz
Normal file
3
pyroute2-0.6.12.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:72752f9b1f51fb8a141a07fa2e96cc94069d561fc461c357d5ea7cf20b4f4e7e
|
||||||
|
size 24344
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3d1c4d1a71fb569cab578f55f7134ef02d48e8b3182b4e7e66b2a775628edafb
|
|
||||||
size 23700
|
|
@@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 22 14:24:21 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
|
- update to 0.6.12:
|
||||||
|
* ndb: allow dict as keys in __contains__
|
||||||
|
* ndb: fixed count() on nested views
|
||||||
|
* ndb: fix IPv6 addr removal: #926
|
||||||
|
* ifinfmsg: fixed IFLA_IPTUN_FLAGS: #924
|
||||||
|
* tc: fix tcm_info setting: #928
|
||||||
|
- update to 0.6.11:
|
||||||
|
* ipdb: fix requests compatibility: #920
|
||||||
|
* ipdb: added deprecation warning
|
||||||
|
- update to 0.6.10:
|
||||||
|
* ndb: fix DB reload on incomplete requests in the IPRoute API fallbacks: #890
|
||||||
|
* ndb: basic ipvlan support
|
||||||
|
* ndb: support ndb.schema.backup("filename") fro SQLite3 backend
|
||||||
|
* ndb: transactions, CheckProcess, PingAddress, see test_ndb/test_transaction.py and docs
|
||||||
|
* ndb: make snapshots only for commit() calls, no automatic snapshots for apply()
|
||||||
|
* netlink: filter out all the subsequent messages starting from the first error: #892
|
||||||
|
* protocols: fix arp module export
|
||||||
|
* iproute: deprecate positional arguments to IPRoute.rule()
|
||||||
|
* iproute, ndb: use pyroute2.requests to filter and transform API call arguments
|
||||||
|
* conntrack: fix exports: #900
|
||||||
|
* nftables: multiple fixes: #902
|
||||||
|
* tc: fix em_ipset crash: #905
|
||||||
|
* tests: integrated pre-commit, github actions and more
|
||||||
|
* tests: support basic OpenBSD tests
|
||||||
|
* pyroute2-cli: parser fixes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 10 19:01:23 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
Tue May 10 19:01:23 UTC 2022 - Dirk Müller <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.6.9
|
Version: 0.6.12
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python Netlink library
|
Summary: Python Netlink library
|
||||||
License: Apache-2.0 OR GPL-2.0-or-later
|
License: Apache-2.0 OR GPL-2.0-or-later
|
||||||
|
Reference in New Issue
Block a user