diff --git a/pyroute2-0.5.4.tar.gz b/pyroute2-0.5.4.tar.gz deleted file mode 100644 index 0a2acfd..0000000 --- a/pyroute2-0.5.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c910aa9876268c810fdb5246705690833cd1f781556c12845c28a1449124df70 -size 694768 diff --git a/pyroute2-0.5.5.tar.gz b/pyroute2-0.5.5.tar.gz new file mode 100644 index 0000000..7c1de34 --- /dev/null +++ b/pyroute2-0.5.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad679a91d453fe8426c4076d0da3a67265e5ccfe641879d75c9bc7660d075dfa +size 702481 diff --git a/python-pyroute2.changes b/python-pyroute2.changes index 8767cc7..b890f3a 100644 --- a/python-pyroute2.changes +++ b/python-pyroute2.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Apr 12 13:10:15 UTC 2019 - pgajdos@suse.com + +- version update to 0.5.5 + * nftables: rules expressions + * + * netns: ns_pids + * + * ndb: wait() method + * ndb: add extra logging, log state transitions + * ndb: nested views, e.g. `ndb.interfaces['br0'].ports + * cli: port pyroute2-cli to use NDB instead of IPDB + * iproute: basic Windows support (proof of concept only) + * remote: support mitogen proxy chains, support remote netns + ------------------------------------------------------------------- Mon Mar 4 11:51:42 UTC 2019 - Tomáš Chvátal diff --git a/python-pyroute2.spec b/python-pyroute2.spec index 1657e64..c6f143d 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.5.4 +Version: 0.5.5 Release: 0 Summary: Python Netlink library License: GPL-2.0-or-later OR Apache-2.0 @@ -69,5 +69,6 @@ protocols. Some supported netlink families and protocols: %license LICENSE.Apache.v2 LICENSE.GPL.v2 %{python_sitelib}/* %python3_only %{_bindir}/ss2 +%python3_only %{_bindir}/pyroute2-cli %changelog