Revisions of python-pyroute2

buildservice-autocommit accepted request 1153828 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 63)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 62)
- update to 0.7.12:
  * cli: move readline import to the script
  * nl80211: decoder improvements
  * remote: fix dump() on RemoteIPRoute
  * ndb: add ensure() call
  * ethtool: ring support
    ndb: fix sources objects counting
  * ethtool: ring support
  * ndb: fix FDB records index
  * ndb: fix sources objects counting
buildservice-autocommit accepted request 1133205 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 61)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 60)
- update to 0.7.10:
  * ss2: fix classful flow data
  * ci: add Python versions 3.8 and 3.12, update platform
    versions
  * l2tp: fix get_tunnel/get_session
  * ndb: compat fix
  * ndb: recordset pipes
  * netns: RISCV64 fix
  * netns: loongarch support
  * ethtool: statistics support
  * ethtool: dynamic ioctl gstrings
  * NetNS: set_netnsid fix
  * iproute: nsid allocation
  * iproute: dump mpls routes
  * rtnl: CAN support
  * minimal: fix for embedded envs
  * diag: support CGROUP_ID
  * iwutil: get/set interface (by ifindex) type
  * tc: 'duplicate' parameter fix
  * ss2: more fixes
  * ss2: user context patch
  * ndb: basic altname support
  * nl80211: decoder improvements
  * setup: static loader
  * iproute: support altname in link_lookup()
  * ethtool: fd leaks
  * nlsocket: fix marshal reference
  * rtnl: SRv6 updates
  * connector: basic implementation
  * nftables: sets draft
buildservice-autocommit accepted request 1007453 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 59)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 58)
- 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()
buildservice-autocommit accepted request 987188 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 57)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 56)
- update to 0.6.13:
  * requests: IPv6 routes default priority
  * requests: fix wrong family on empty IP targets
  * ndb: fix NetlinkError escalation routine on apply
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 984519 from Yogalakshmi Arunachalam's avatar Yogalakshmi Arunachalam (yarunachalam) (revision 55)
- 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
buildservice-autocommit accepted request 978081 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 54)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 53)
- update to 0.6.9:
  * wireguard peer fix for both IPv4 and IPv6: 
  * netns: avoid extra libc reloads: 
  * wireguard: IPv6 fixes: 
  * ndb: support arbitrary IPRoute-compatible source classes
  * ndb: tolerate source failures
  * ndb: chaotic tests
  * general: kernel version parser: 
  * package: static version file: 
  * iproute: support custom link kind classes: 
  * ndb: reload of tunnels in the down state 
  * ndb: improved reliability in the state sync, affected multihop and encap routes
  * ndb: improved neighbours management
  * tuntap: support loongarch 
  * ndb: fix routes cleanup 
  * ndb: support `in` for sources, interfaces and addresses
  * ndb: support changing tunnel (gre, ipip, ...) attributes
  * netlink: support NLM_F_DUMP_INTR 

- update to 0.6.5:
  * ndb: fix `in` for sources
  * core: provide entry_points aliases for legacy code
  * packaging: fix missing exports
  * ndb: memory leak fix
  * packaging: fix internal modules import
  * netlink: DEFAULT_RCVBUF size increased
  * rtnl: fix COLLECT_METADATA for geneve devices
  * ndb: route spec fixes
  * packaging: force virtual packages to require same versions
  * core: relocate RemoteIPRoute
buildservice-autocommit accepted request 889497 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 52)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 889491 from Antonio Larrosa's avatar Antonio Larrosa (alarrosa) (revision 51)
- 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
buildservice-autocommit accepted request 834879 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 50)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 49)
- update to 0.5.14:
  * iproute: ip neigh get <https://github.com/svinota/pyroute2/pull/723>
  * iproute: link_lookup fix <https://github.com/svinota/pyroute2/pull/725>
  * nftables: missing hooks <https://github.com/svinota/pyroute2/pull/732>
  * netns: fix <https://github.com/svinota/pyroute2/pull/733>
buildservice-autocommit accepted request 824351 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 48)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 47)
- update to 0.5.13:
  * netns: allow to pass custom libc reference <https://github.com/svinota/pyroute2/issues/702>
  * generic: att L2TP support <https://github.com/svinota/pyroute2/pull/709>
  * iproute: link_lookup() optimization <https://github.com/svinota/pyroute2/issues/712>
  * ndb: basic cluster support
buildservice-autocommit accepted request 818349 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 46)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 818339 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 45)
- test package with pytest, drop unused nose dependency
buildservice-autocommit accepted request 810907 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 44)
baserev update by copy to link target
Displaying revisions 1 - 20 of 63
openSUSE Build Service is sponsored by