OpenStack versioned objects library
fe10f4559b
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. Subclass OrderedDict to revert the change in __repr__ in order provide a represenation which is consistent across all supported Python versions. Closes-Bug: #2046220 Change-Id: I9b0d9e7b501f3de425bc2c342f25b8ea2248da20 |
||
---|---|---|
doc | ||
oslo_versionedobjects | ||
releasenotes | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.pre-commit-config.yaml | ||
.stestr.conf | ||
.zuul.yaml | ||
bindep.txt | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Team and repository tags
oslo.versionedobjects
The oslo.versionedobjects library provides a generic versioned object model that is RPC-friendly, with inbuilt serialization, field typing, and remotable method calls. It can be used to define a data model within a project independent of external APIs or database schema for the purposes of providing upgrade compatibility across distributed services.
- Free software: Apache license
- Documentation: https://docs.openstack.org/oslo.versionedobjects/latest
- Source: http://opendev.org/openstack/oslo.versionedobjects
- Bugs: http://bugs.launchpad.net/oslo.versionedobjects
- Release notes: https://docs.openstack.org/releasenotes/oslo.versionedobjects/