python-ovsdbapp 1.15.1-0ubuntu2 source package in Ubuntu
Changelog
python-ovsdbapp (1.15.1-0ubuntu2) jammy; urgency=medium * d/p/fix-broken-behavior-after-recent-OVS-update.patch: Cherry-picked from upstream to fix broken behavior after recent OVS update (LP: #1965819). -- Corey Bryant <email address hidden> Mon, 04 Apr 2022 16:30:53 -0400
Upload details
- Uploaded by:
- Corey Bryant
- Uploaded to:
- Jammy
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-ovsdbapp_1.15.1.orig.tar.gz | 103.9 KiB | a6d9ac9ba49987a3841b31bd44f77bed6a32f07904e8f1401875cc686ae33ad2 |
python-ovsdbapp_1.15.1-0ubuntu2.debian.tar.xz | 5.0 KiB | 557d4cfd26a35d3b58fe300ea5aef863d4fbbee48e5491921299782fcc8793e4 |
python-ovsdbapp_1.15.1-0ubuntu2.dsc | 2.7 KiB | 16ee61652d37cd6793fe80cbaccb8e94f8000a82713cc863f9d0f48c729b5482 |
Available diffs
Binary packages built by this source
- python-ovsdbapp-doc: library for creating OVSDB applications - doc
The ovdsbapp library is useful for creating applications that communicate via
Open vSwitch's OVSDB protocol (https://tools. ietf.org/ html/rfc7047). It wraps
the Python 'ovs' and adds an event loop and friendly transactions. It features
an thread-based event loop for using ovs.db.Idl, transaction support, native
OVSDB communication.
.
This package contains the documentation.
- python3-ovsdbapp: library for creating OVSDB applications - Python 3.x
The ovdsbapp library is useful for creating applications that communicate via
Open vSwitch's OVSDB protocol (https://tools. ietf.org/ html/rfc7047). It wraps
the Python 'ovs' and adds an event loop and friendly transactions. It features
an thread-based event loop for using ovs.db.Idl, transaction support, native
OVSDB communication.
.
This package contains the Python 3.x module.