OpenStack library for serialization
Go to file
Andreas Jaeger f716c6798d Switch to newer openstackdocstheme and reno versions
Switch to openstackdocstheme 2.2.0 and reno 3.1.0 versions. Using
these versions will allow especially:
* Linking from HTML to PDF document
* Allow parallel building of documents
* Fix some rendering problems

Update Sphinx version as well.

openstackdocstheme renames some variables, so follow the renames
before the next release removes them. A couple of variables are also
not needed anymore, remove them.

Set openstackdocs_auto_name to use 'project' as name.

Depends-On: https://review.opendev.org/728938
Change-Id: If90af1920749efd1b314884a4b366d6d2c939521
2020-05-18 21:03:54 +02:00
doc Switch to newer openstackdocstheme and reno versions 2020-05-18 21:03:54 +02:00
oslo_serialization Use unittest.mock instead of third party mock 2020-03-13 11:46:12 -05:00
releasenotes Switch to newer openstackdocstheme and reno versions 2020-05-18 21:03:54 +02:00
.coveragerc Fix coverage configuration and execution 2015-10-08 17:22:20 -04:00
.gitignore Clean up .gitignore references to personal tools 2018-10-15 11:52:29 +08:00
.gitreview OpenDev Migration Patch 2019-04-19 19:32:20 +00:00
.mailmap exported from oslo-incubator by graduate.sh 2014-07-14 17:54:12 +00:00
.stestr.conf Switch to stestr 2018-07-04 08:23:05 +07:00
.zuul.yaml Add Python3 victoria unit tests 2020-04-14 10:17:20 +00:00
babel.cfg exported from oslo-incubator by graduate.sh 2014-07-14 17:54:12 +00:00
CONTRIBUTING.rst switch from oslosphinx to openstackdocstheme 2017-07-06 21:53:27 +00:00
HACKING.rst Update hacking version 2019-02-17 10:28:24 +08:00
LICENSE exported from oslo-incubator by graduate.sh 2014-07-14 17:54:12 +00:00
lower-constraints.txt Update hacking for Python3 2020-04-02 15:06:39 +02:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-05-03 20:33:13 +00:00
requirements.txt Drop use of six 2020-03-02 10:10:22 +00:00
setup.cfg Add py38 package metadata 2020-04-24 08:23:13 -05:00
setup.py remove outdated header 2020-02-10 18:31:55 +01:00
test-requirements.txt Update hacking for Python3 2020-04-02 15:06:39 +02:00
tox.ini Bump default tox env from py37 to py38 2020-04-24 10:25:51 -05:00

Team and repository tags

image

oslo.serialization

Latest Version

Downloads

The oslo.serialization library provides support for representing objects in transmittable and storable formats, such as Base64, JSON and MessagePack.