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

Changelog

python-oslo.versionedobjects (3.2.0-3ubuntu1) noble; urgency=low

  [ Ubuntu Merge-o-Matic ]
  * Merge from Debian unstable. Remaining changes:
    - d/control: Update minimum version requirements to ensure smooth
      upgrades between and from Ubuntu Cloud Archive pockets.
    - d/control: Bump debhelper-compat to 13.
    - d/control: Update Vcs-Git to Ubuntu Openstack URL on LP.
    - d/tests/*: Use autopkgtests from previous Ubuntu upload that cover
      basic import and unit testing (LP: #2049369).
    - d/watch: Use version from previous Ubuntu upload that checks for
      release tarballs from upstream project.

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.

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

  * Uploading to unstable.

python-oslo.versionedobjects (3.2.0-1) experimental; urgency=medium

  * New upstream release.

 -- James Page <email address hidden>  Fri, 19 Jan 2024 09:35:30 +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-3ubuntu1.debian.tar.xz 7.0 KiB 250f0f5a896511bca20eaa194594e761a8633a597d9ada72f36955e3e3eb2c85
python-oslo.versionedobjects_3.2.0-3ubuntu1.dsc 3.1 KiB 9bc04b909f5a29182b432f92798392167627fee88e78a00181afa7039ea7641e

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.