python-oslo.versionedobjects 3.2.0-3 source package in Ubuntu

Changelog

python-oslo.versionedobjects (3.2.0-3) unstable; urgency=medium

  * Add remove-test_get_hashes-LP-2046220.patch.
  * Display /tmp/sphinx-err-*.log if there's a sphinx build error.
  * Add fix-sphinx-build-by-deleting-some-doc.patch.

 -- Thomas Goirand <email address hidden>  Mon, 30 Oct 2023 16:28:08 +0100

Upload details

Uploaded by:
Debian OpenStack
Uploaded to:
Sid
Original maintainer:
Debian OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-oslo.versionedobjects_3.2.0-3.dsc 2.8 KiB 7e818c5ecc1407e3d1c9f9e2d49ec0851b02d29eaa61295c98ab35ff8fcf4ea4
python-oslo.versionedobjects_3.2.0.orig.tar.xz 64.8 KiB ded9c86c2f040990531aec99404ed3cc6d7131b25e49e198d3319c5288d62942
python-oslo.versionedobjects_3.2.0-3.debian.tar.xz 4.9 KiB e6364871e38068481a7c08b9badbdc5abc91bb9f75bb7dc8acbbaaa920cecba8

No changes file available.

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.