Debian Patches

Status for python-oslo.versionedobjects/3.3.0-2

Patch Description Author Forwarded Bugs Origin Last update
fix-sphinx-build-by-deleting-some-doc.patch "Fix" sphinx build by deleting some doc
===================================================================
Thomas Goirand <zigo@debian.org> no 2023-12-12
fixture_Drop_use_of_OrderedDict_for_Python_compat.patch fixture: Drop use of OrderedDict for Python compat Python >= 3.12 changes the string representation of an OrderedDict
which changes the md5 digest of an object; this causes a regression
on the test_get_hashes unit test on newer Pythons.
.
Drop the use of OrderedDict and just use the sorted dictionary items;
this changes the digest but is at least consistent across Python
versions.

diff --git a/oslo_versionedobjects/fixture.py b/oslo_versionedobjects/fixture.py
index 9661c70..c2dc5e6 100644
James Page <james.page@canonical.com> yes upstream upstream, https://review.opendev.org/c/openstack/oslo.versionedobjects/+/906306 2024-01-23

All known versions for source package 'python-oslo.versionedobjects'

Links