OpenStack library for serialization
Go to file
Andreas Jaeger abe59cbcba Remove setting of version/release from releasenotes
Release notes are version independent, so remove version/release
values. We've found that projects now require the service package
to be installed in order to build release notes, and this is entirely
due to the current convention of pulling in the version information.

Release notes should not need installation in order to build, so this
unnecessary version setting needs to be removed.

This is needed for new release notes publishing, see
I56909152975f731a9d2c21b2825b972195e48ee8 and the discussion starting
at
http://lists.openstack.org/pipermail/openstack-dev/2017-November/124480.html
.

Change-Id: I7cedd7fefa72e065372458a4b9d3b24b0d0f3778
2017-11-16 17:39:11 -05:00
doc/source rearrange existing documentation to fit the new standard layout 2017-07-06 21:53:30 +00:00
oslo_serialization When serializing an exception return its 'repr' 2017-10-03 09:41:52 -07:00
releasenotes Remove setting of version/release from releasenotes 2017-11-16 17:39:11 -05:00
tools Add Constraints support 2016-12-20 14:36:50 +11:00
.coveragerc Fix coverage configuration and execution 2015-10-08 17:22:20 -04:00
.gitignore Add reno for release notes management 2016-11-03 20:44:36 +08:00
.gitreview exported from oslo-incubator by graduate.sh 2014-07-14 17:54:12 +00:00
.mailmap exported from oslo-incubator by graduate.sh 2014-07-14 17:54:12 +00:00
.testr.conf Fixes wrong folder for listing tests 2015-04-27 15:00:14 +02:00
CONTRIBUTING.rst switch from oslosphinx to openstackdocstheme 2017-07-06 21:53:27 +00:00
HACKING.rst Update URLs in documents according to document migration 2017-07-12 23:21:07 +08:00
LICENSE exported from oslo-incubator by graduate.sh 2014-07-14 17:54:12 +00:00
README.rst Update URLs in documents according to document migration 2017-07-12 23:21:07 +08:00
babel.cfg exported from oslo-incubator by graduate.sh 2014-07-14 17:54:12 +00:00
requirements.txt Updated from global requirements 2017-11-12 21:14:25 +00:00
setup.cfg Use Sphinx 1.5 warning-is-error 2017-03-16 15:01:15 +00:00
setup.py Updated from global requirements 2017-03-03 00:03:20 +00:00
test-requirements.txt Updated from global requirements 2017-09-20 16:23:19 +00:00
tox.ini Remove references to Python 3.4 2017-01-17 10:34:52 -08:00

README.rst

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.