From 2d411d21157e8835b1d1e2344c4256ef25d076391f1485bfbd2481e5ad9d0c52 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 23 Jun 2022 06:00:36 +0000 Subject: [PATCH] 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 --- pyroute2-0.6.12.tar.gz | 3 +++ pyroute2-0.6.9.tar.gz | 3 --- python-pyroute2.changes | 29 +++++++++++++++++++++++++++++ python-pyroute2.spec | 2 +- 4 files changed, 33 insertions(+), 4 deletions(-) create mode 100644 pyroute2-0.6.12.tar.gz delete mode 100644 pyroute2-0.6.9.tar.gz diff --git a/pyroute2-0.6.12.tar.gz b/pyroute2-0.6.12.tar.gz new file mode 100644 index 0000000..58d82c9 --- /dev/null +++ b/pyroute2-0.6.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72752f9b1f51fb8a141a07fa2e96cc94069d561fc461c357d5ea7cf20b4f4e7e +size 24344 diff --git a/pyroute2-0.6.9.tar.gz b/pyroute2-0.6.9.tar.gz deleted file mode 100644 index 01eb900..0000000 --- a/pyroute2-0.6.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d1c4d1a71fb569cab578f55f7134ef02d48e8b3182b4e7e66b2a775628edafb -size 23700 diff --git a/python-pyroute2.changes b/python-pyroute2.changes index 84ff09d..681631c 100644 --- a/python-pyroute2.changes +++ b/python-pyroute2.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Wed Jun 22 14:24:21 UTC 2022 - Yogalakshmi Arunachalam + +- 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 diff --git a/python-pyroute2.spec b/python-pyroute2.spec index 517c377..f280073 100644 --- a/python-pyroute2.spec +++ b/python-pyroute2.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pyroute2 -Version: 0.6.9 +Version: 0.6.12 Release: 0 Summary: Python Netlink library License: Apache-2.0 OR GPL-2.0-or-later