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

Changelog

python-oslo.versionedobjects (3.1.0-0ubuntu1) lunar; urgency=medium

  * New upstream release for OpenStack Antelope.

 -- Corey Bryant <email address hidden>  Wed, 22 Feb 2023 14:24:53 -0500

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release main python

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-oslo.versionedobjects_3.1.0.orig.tar.gz 150.8 KiB a92eafa18167018dcd9e9d8c098e76ae89598f5cc36c0ad31ae7ab0b1c60bc1a
python-oslo.versionedobjects_3.1.0-0ubuntu1.debian.tar.xz 5.6 KiB fe3fcd2dffb6c915ae38ff29e5ca6ddcb11d3de12d2dcda2ce7f73161abaad70
python-oslo.versionedobjects_3.1.0-0ubuntu1.dsc 3.1 KiB 6a48e6e1c7d9b0b67467b0aed5defca7ff4c56b10b69522134d5fc9a147db68f

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.