python-oslo.versionedobjects 3.2.0-0ubuntu1 source package in Ubuntu

Changelog

python-oslo.versionedobjects (3.2.0-0ubuntu1) mantic; urgency=medium

  * d/gbp.conf, .launchpad.yaml: Sync from cloud-archive-tools for
    bobcat.
  * New upstream release for OpenStack Bobcat.

 -- Corey Bryant <email address hidden>  Thu, 31 Aug 2023 10:58:17 -0400

Upload details

Uploaded by:
Corey Bryant
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release main python

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-oslo.versionedobjects_3.2.0.orig.tar.gz 151.2 KiB ea2e8a619467cb1d4059ce046ef901aed39530ad1ccbadaeba7d344c5a12facb
python-oslo.versionedobjects_3.2.0-0ubuntu1.debian.tar.xz 5.7 KiB ae17d686ae1f55380e08ba9bd7faf711681e1d070eff9a76e3782ad271d3744c
python-oslo.versionedobjects_3.2.0-0ubuntu1.dsc 3.1 KiB 049dac96c5dfc19f2eabd8c59330512b6f559acadf928ae18c06b786c60df894

Available diffs

View changes file

Binary packages built by this source

python-oslo.versionedobjects-doc: deals with DB schema versions and code expectations - doc

 oslo.versionedobjects library deals with DB schema being at different versions
 than the code expects, allowing services to be operated safely during
 upgrades. It enables DB independent schema by providing an abstraction layer,
 which allows one to support SQL and NoSQL Databases. oslo.versionedobjects is
 also used in RPC APIs, to ensure upgrades happen without spreading version
 dependent code across different services and projects.
 .
 This package contains the documentation.

python3-oslo.versionedobjects: deals with DB schema versions and code expectations - Python 3.x

 oslo.versionedobjects library deals with DB schema being at different versions
 than the code expects, allowing services to be operated safely during
 upgrades. It enables DB independent schema by providing an abstraction layer,
 which allows one to support SQL and NoSQL Databases. oslo.versionedobjects is
 also used in RPC APIs, to ensure upgrades happen without spreading version
 dependent code across different services and projects.
 .
 This package contains the Python 3.x module.