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

Changelog

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

  * d/p/bug2046220.patch: Cherry pick proposed upstream fix to resolve
    cross Python version compatibility of fixtures module.
  * d/p/remove-test_get_hashes-LP-2046220.patch: Drop in preference to
    the above fix.
  * d/tests/python-*: Test with supported Pythons only.
  * d/tests/control: Drop use of needs-recommends restriction.

 -- James Page <email address hidden>  Fri, 02 Feb 2024 10:05:20 +0000

Upload details

Uploaded by:
James Page
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
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.orig.tar.gz 151.2 KiB ea2e8a619467cb1d4059ce046ef901aed39530ad1ccbadaeba7d344c5a12facb
python-oslo.versionedobjects_3.2.0-3ubuntu2.debian.tar.xz 8.1 KiB 517a31e9cb6f9b1e20aff064605926c2c3bcbb20a1a77e9ea7a240e7f50029fb
python-oslo.versionedobjects_3.2.0-3ubuntu2.dsc 3.1 KiB c399748777f806218f904048d5ace2b25e181fb37a363d23002103335aefd898

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.