OpenStack versioned objects library
Go to file
Hervé Beraud 1327088489 [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in Ussuri cycle.

Complete discussion & schedule can be found in
-
http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html
- https://etherpad.openstack.org/p/drop-python2-support

Ussuri Communtiy-wide goal:
https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html

Change-Id: Ic8653cdf5a3d9c36ea608a0cd91d72e0a5921a26
Sem-Ver: api-break
2020-02-07 07:56:16 -08:00
doc [ussuri][goal] Drop python 2.7 support and testing 2020-02-07 07:56:16 -08:00
oslo_versionedobjects Import ABCs from collections.abc 2019-12-18 18:22:16 +00:00
playbooks/legacy/oslo.versionedobjects-src-grenade-devstack-multinode Migrate grenade jobs to py3 2019-11-19 22:30:05 +00:00
releasenotes [ussuri][goal] Drop python 2.7 support and testing 2020-02-07 07:56:16 -08:00
.coveragerc Fix coverage configuration and execution 2015-10-01 19:54:59 +00:00
.gitignore gitignore: Ignore reno artefacts 2020-01-23 11:21:25 +00:00
.gitreview OpenDev Migration Patch 2019-04-19 19:45:17 +00:00
.mailmap apply oslo-cookiecutter template 2015-02-02 15:08:43 -05:00
.stestr.conf Switch to stestr 2018-07-04 08:12:19 +07:00
.zuul.yaml [ussuri][goal] Drop python 2.7 support and testing 2020-02-07 07:56:16 -08:00
babel.cfg apply oslo-cookiecutter template 2015-02-02 15:08:43 -05:00
bindep.txt [ussuri][goal] Drop python 2.7 support and testing 2020-02-07 07:56:16 -08:00
CONTRIBUTING.rst rearrange existing documentation to fit the new standard layout 2017-07-01 21:02:49 +09:00
HACKING.rst Replace git.openstack.org URLs with opendev.org URLs 2019-05-27 03:10:28 +00:00
LICENSE apply oslo-cookiecutter template 2015-02-02 15:08:43 -05:00
lower-constraints.txt [ussuri][goal] Drop python 2.7 support and testing 2020-02-07 07:56:16 -08:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-05-27 03:10:28 +00:00
requirements.txt Updated from global requirements 2018-03-26 08:22:22 +00:00
setup.cfg [ussuri][goal] Drop python 2.7 support and testing 2020-02-07 07:56:16 -08:00
setup.py [ussuri][goal] Drop python 2.7 support and testing 2020-02-07 07:56:16 -08:00
test-requirements.txt Cap Bandit below 1.6.0, update sphinx requirement, uncap jsonschema 2019-05-24 17:18:26 +00:00
tox.ini [ussuri][goal] Drop python 2.7 support and testing 2020-02-07 07:56:16 -08:00

Team and repository tags

image

oslo.versionedobjects

Latest Version

Downloads

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.