OpenStack versioned objects library
Go to file
Ben Nemec e46976c02f Cap Bandit below 1.6.0, update sphinx requirement, uncap jsonschema
Bandit 1.6.0 accidentally changed how the exclusion list option is
handled and breaks our use of it. Since we generally cap linters
and only move them forward when we're ready to deal with the fallout,
cap Bandit to the previous version until we have a reason to move to
a newer version.

Sphinx 2.0 no longer works on python 2.7, so we need to start capping
it there as well.

The jsonschema cap was removed in g-r so we need to remove it here too.

Change-Id: Ie8f45e4130297b50a8e98031f3f01244e646bec7
2019-05-24 17:18:26 +00:00
doc Cap Bandit below 1.6.0, update sphinx requirement, uncap jsonschema 2019-05-24 17:18:26 +00:00
oslo_versionedobjects Fix deprecation warnings 2019-04-09 15:18:14 -05:00
playbooks/legacy/oslo.versionedobjects-src-grenade-devstack-multinode OpenDev Migration Patch 2019-04-19 19:45:17 +00:00
releasenotes Update master for stable/stein 2019-03-18 14:47:34 +00:00
.coveragerc Fix coverage configuration and execution 2015-10-01 19:54:59 +00:00
.gitignore Clean up .gitignore references to personal tools 2018-10-15 11:56:15 +08: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 OpenDev Migration Patch 2019-04-19 19:45:17 +00:00
CONTRIBUTING.rst rearrange existing documentation to fit the new standard layout 2017-07-01 21:02:49 +09:00
HACKING.rst Update URLs in documents according to document migration 2017-07-13 10:00:49 +08:00
LICENSE apply oslo-cookiecutter template 2015-02-02 15:08:43 -05:00
README.rst Add release notes link to README 2018-06-21 13:25:18 +08:00
babel.cfg apply oslo-cookiecutter template 2015-02-02 15:08:43 -05:00
bindep.txt Add bindep.txt file to prevent fallback to generic list 2018-03-20 10:27:53 -05:00
lower-constraints.txt Switch to stestr 2018-07-04 08:12:19 +07:00
requirements.txt Updated from global requirements 2018-03-26 08:22:22 +00:00
setup.cfg Update mailinglist from dev to discuss 2018-12-05 09:39:01 +08:00
setup.py Updated from global requirements 2017-03-03 00:03:27 +00: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 Switch to stestr 2018-07-04 08:12:19 +07:00

README.rst

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.