Revisions of python-pyroute2

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1153828 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 28)
- 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
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1133205 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 27)
- 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
Richard Brown's avatar Richard Brown (RBrownFactory) accepted request 1007453 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 26)
- 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()
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 987188 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 25)
- 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

- 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 978081 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 24)
- 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 834879 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 22)
- 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>
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 824351 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 21)
- 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 810907 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 19)
- update to 0.5.12:
  * rtnl: implement team config pass <https://github.com/svinota/pyroute2/issues/699>
  * ndb.auth: example auth modules for RADIUS and OpenStack / Keystone
  * cli: syntax fixes
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 798856 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 17)
- update to 0.5.11:
  * ndb.report: filters and transformations
  * ndb.objects.route: support basic MPLS routes management
  * ndb.objects.route: support MPLS lwtunnel routes
  * ndb.schema: reschedule events
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 788086 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 16)
- update to 0.5.10 bsc#1161898:
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 785076 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 15)
- update to 0.5.10:
  * general: don't use pkg_resources <https://github.com/svinota/pyroute2/issues/677>
  * iproute: fix Windows support
  * netlink: provide the target field
  * ndb: use the target field from the netlink header
  * ndb: multiple SQL fixes, transactions fixed with the PostgreSQL backend
  * ndb: multiple object cache fixes <https://github.com/svinota/pyroute2/issues/683>
  * ndb.schema: drop DB triggers
  * ndb.objects: fix object management within a netns <https://github.com/svinota/pyroute2/issues/628>
  * ndb.objects.route: support route metrics
  * ndb.objects.route: fix default route syntax
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 780415 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 14)
- update to 0.5.9:
  * ethtool: fix module setup
  * ethtool: initial support <https://github.com/svinota/pyroute2/pull/675>
  * tc: multimatch support <https://github.com/svinota/pyroute2/pull/674>
  * tc: meta support <https://github.com/svinota/pyroute2/pull/671>
  * tc: cake: add stats_app decoder <https://github.com/svinota/pyroute2/pull/662>
  * conntrack: filter <https://github.com/svinota/pyroute2/pull/660>
  * ndb.objects.interface: reload after setns
  * ndb.objects.route: create() dst syntax
  * ndb.objects.route: 'default' syntax
  * wireguard: basic testing
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 708957 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 12)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 681315 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 10)
- Update to 0.5.4:
  * iproute: basic SR-IOV support, virtual functions setup
  * ipdb: shutdown logging fixed
  * ipset: fix regression
  * netns: pushns() / popns() / dropns() calls
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 655926 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 9)
- Remove superfluous devel dependency for noarch package
Displaying revisions 1 - 20 of 28
openSUSE Build Service is sponsored by