python-ovsdbapp 1.15.1-0ubuntu2.1 source package in Ubuntu

Changelog

python-ovsdbapp (1.15.1-0ubuntu2.1) jammy; urgency=medium

  [ Corey Bryant ]
  * d/gbp.conf: Create stable/yoga branch.

  [ Edward Hope-Morley ]
  * Fix ovsdb transaction retry handling (LP: #1988457)
    - d/p/Fix-TRY_AGAIN-handling.patch: Cherry pick from upstream OpenStack
      stable/yoga branch.

 -- James Page <email address hidden>  Fri, 09 Aug 2024 14:21:07 +0100

Upload details

Uploaded by:
James Page
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy updates main python

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-ovsdbapp_1.15.1.orig.tar.gz 103.9 KiB a6d9ac9ba49987a3841b31bd44f77bed6a32f07904e8f1401875cc686ae33ad2
python-ovsdbapp_1.15.1-0ubuntu2.1.debian.tar.xz 6.4 KiB 4c62536fa56b959d743570828e6103fbd011e6bb1353a1a8bce4d4bcca44fd8d
python-ovsdbapp_1.15.1-0ubuntu2.1.dsc 2.7 KiB 95081e03c157ea7b8f8f7ff6cbdab4c890992ae2edfb297f0222e91dbfc53f50

View changes file

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.