python-ovsdbapp 1.1.0-0ubuntu2 source package in Ubuntu
Changelog
python-ovsdbapp (1.1.0-0ubuntu2) focal; urgency=medium [ Corey Bryant ] * d/gbp.conf: Create stable/ussuri branch. [ Chris MacNaughton ] * d/control: Update VCS paths for move to lp:~ubuntu-openstack-dev. [ Hemanth Nakkina ] * Don't give up when an Exception happens in idl.run (LP: #1895727) - d/p/0001-Don-t-give-up-when-an-Exception-happens-in-idl.run.patch -- Corey Bryant <email address hidden> Mon, 12 Apr 2021 17:12:59 -0400
Upload details
- Uploaded by:
- Corey Bryant
- Uploaded to:
- Focal
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | updates | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-ovsdbapp_1.1.0.orig.tar.gz | 80.9 KiB | 972e1023210545a5a6fcd35c54d7d6ce9fbc87a8bc0cebc4a6b9b20591f2dd0c |
python-ovsdbapp_1.1.0-0ubuntu2.debian.tar.xz | 4.8 KiB | 83a22fa566694d92e3a3c35c5a6cdb72158f18cbdd2b96340d4bf97a3c9d6bbf |
python-ovsdbapp_1.1.0-0ubuntu2.dsc | 2.7 KiB | fc6d35e228d4d53a170c6251a9ec23c4ed2ccfbfccfb3da5c8d54a6ec7c9d564 |
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.