[oslo] oslo.versionedobjects 1.26.0 (pike)
We jubilantly announce the release of: oslo.versionedobjects 1.26.0: Oslo Versioned Objects library This release is part of the pike release series. The source is available from: http://git.openstack.org/cgit/openstack/oslo.versionedobjects Download the package from: https://pypi.python.org/pypi/oslo.versionedobjects Please report issues through launchpad: http://bugs.launchpad.net/oslo.versionedobjects For more details, please see below. Changes in oslo.versionedobjects 1.25.1..1.26.0 ----------------------------------------------- b65e473 Updated from global requirements 02531ea Update URLs in documents according to document migration 36539df Add unit test for unicode in object __repr__ c4d7b10 Fix the object is unhashable when inheriting the class "ComparableVersionedObject" bdcce8b rearrange existing documentation to fit the new standard layout Diffstat (except docs and test files) ------------------------------------- CONTRIBUTING.rst | 9 +- HACKING.rst | 2 +- README.rst | 2 +- oslo_versionedobjects/_i18n.py | 2 +- oslo_versionedobjects/base.py | 7 +- oslo_versionedobjects/fields.py | 8 +- requirements.txt | 2 +- setup.cfg | 2 +- 33 files changed, 294 insertions(+), 276 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 78101a7..ce50b40 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9 +9 @@ oslo.messaging!=5.25.0,>=5.24.2 # Apache-2.0 -oslo.serialization>=1.10.0 # Apache-2.0 +oslo.serialization!=2.19.1,>=1.10.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org