Package Release Info

python-oslo.serialization-2.24.0-2.23

Update Info: Base Release
Available in Package Hub : 15 SP5 Subpackages

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-oslo.serialization

Change Logs

* Fri Feb 23 2018 tbechtold@suse.com
- Switch to stable/queens spec template
* Mon Feb 12 2018 cloud-devel@suse.de
- update to version 2.24.0
  - When serializing an exception return its 'repr'
  - Remove -U from pip install
  - Remove setting of version/release from releasenotes
  - Update .gitreview for stable/queens
  - Avoid tox_install.sh for constraints support
  - Add bandit to pep8 job
  - Updated from global requirements
  - msgpack-python has been renamed to msgpack
* Mon Jan 15 2018 cloud-devel@suse.de
- update to version 2.21.1 (bsc#1078607)
  - Update reno for stable/pike
  - warn developers when can't convert value into primitive
  - Updated from global requirements
  - jsonutils.to_primitive(): add fallback parameter
* Mon Aug 07 2017 cloud-devel@suse.de
- update to version 2.20.0
  - rearrange existing documentation to fit the new standard layout
  - Remove references to Python 3.4
  - Revert "Explicitly raise ValueError in to_primitive"
  - Don't iterate through addresses in netaddr.IPNetwork
  - Update URLs in documents according to document migration
  - [Fix gate]Update test requirement
  - switch from oslosphinx to openstackdocstheme
  - Update reno for stable/ocata
  - Explicitly raise ValueError in to_primitive
  - Updated from global requirements
  - Use Sphinx 1.5 warning-is-error
* Mon Feb 13 2017 cloud-devel@suse.de
- update to version 2.16.0:
  - modify the home-page info with the developer documentation
  - Updated from global requirements
  - Add a title to the API Documentation page
  - Add Constraints support
  - Show team and repo badges on README
  - Replace six.iteritems() with .items()
  - Prefer raising the python2.x type error for b64 decode errors
  - Replaces uuid.uuid4 with uuidutils.generate_uuid()
  - Add reno for release notes management
  - Don't raise TypeError for invalid b64
* Fri Oct 14 2016 tbechtold@suse.com
- switch to stable/newton tarball in _service
* Fri Sep 02 2016 tbechtold@suse.com
- update to version 2.13.0
  * Fix serialization of binary strings in Python3
  * Drop H803 in flake8 ignore list
* Wed Aug 10 2016 tbechtold@suse.com
- update to 2.12.0:
  * Updated from global requirements
  * Fix parameters of assertEqual are misplaced
  * Add Python 3.5 classifier and venv
  * Use {} instead of dict()
  * Replace TypeError by ValueError in msgpackutils
  * Support serializing ipaddress objs with jsonutils
* Sun Jun 19 2016 dmueller@suse.com
- update to 2.7.0:
  * Trivial: ignore openstack/common in flake8 exclude list
  * [Trivial] Remove executable privilege of doc/source/conf.py
  * Drop babel as requirement since its not used
  * Updated from global requirements
  * Unified and simplified API for all serializers
  * Make msgpack registries copyable (and add __contains__)
  * msgpack: fix datetime serialization
* Thu Jun 02 2016 tbechtold@suse.com
- use renderspec source service
- update spec from upstream