Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python-oslo.serialization-doc-3.1.1-8.4.5 RPM for noarch

From OpenSuSE Leap 15.3 for noarch

Name: python-oslo.serialization-doc Distribution: SUSE Linux Enterprise 15
Version: 3.1.1 Vendor: SUSE LLC <https://www.suse.com/>
Release: 8.4.5 Build date: Thu Aug 6 14:27:12 2020
Group: Development/Languages/Python Build host: sheep71
Size: 2896572 Source RPM: python-oslo.serialization-3.1.1-8.4.5.src.rpm
Packager: https://www.suse.com/
Url: https://launchpad.net/oslo.serialization
Summary: Documentation for OpenStack serialization library
The oslo.serialization library provides support for representing objects
in transmittable and storable formats, such as Base64, JSON and MessagePack.
This package contains the documentation.

Provides

Requires

License

Apache-2.0

Changelog

* Tue May 12 2020 cloud-devel@suse.de
  - update to version 3.1.1
    - Switch to Ussuri jobs
    - remove outdated header
    - Remove Python 3-specific conditional in dump_as_bytes
    - [ussuri][goal] Drop python 2.7 support and testing
    - tox: Trivial cleanup
    - Update master for stable/train
    - reword releasenote for py27 support dropping
    - Deprecated the yamlutils module.
    - Drop use of six
    - Remove long-dead workaround
    - Update hacking for Python3
    - Add releasenote to deprecate the yamlutils module
    - tox: Keeping going with docs
    - Update the minversion parameter.
    - Use unittest.mock instead of third party mock
* Sat Mar 14 2020 dmueller@suse.com
  - switch to python 3.x only builds
* Wed Oct 09 2019 cloud-devel@suse.de
  - update to version 2.29.2
    - Dropping the py35 testing
    - Introduce a base yaml parser for all openstack components
    - Sync Sphinx requirement
    - Cap sphinx for py2 to match global requirements
    - Explicitly set default_flow_style to False
    - Resolve some issue with tox.ini, setup.cfg
    - OpenDev Migration Patch
    - Add Python 3 Train unit tests
    - Update master for stable/stein
    - Replace git.openstack.org URLs with opendev.org URLs
* Mon Apr 08 2019 cloud-devel@suse.de
  - update to version 2.28.2
    - Update mailinglist from dev to discuss
    - Clean up .gitignore references to personal tools
    - Switch to stestr
    - Fix README
    - Update hacking version
    - Update reno for stable/rocky
    - Add release notes link to README
    - Use template for lower-constraints
    - Update the home-page to latest
    - add lib-forward-testing-python3 test job
    - add python 3.6 unit test job
    - py37: deal with Exception repr changes
    - add python 3.7 unit test job
    - import zuul job settings from project-config
* Mon Sep 03 2018 cloud-devel@suse.de
  - update to version 2.27.0
    - Remove stale pip-missing-reqs tox test
    - set default python to python3
    - fix tox python3 overrides
    - Update reno for stable/queens
    - Update links in README
    - Trivial: Update pypi url to new url
    - Stop using encoding='utf-8' with msgpack
    - Unblock requirements changes
    - Follow the new PTI for document build
    - Updated from global requirements
    - add lower-constraints job
    - msgpack-python has been renamed to msgpack
* 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
* Thu Mar 03 2016 tbechtold@suse.com
  - update to 2.4.0:
    * Updated from global requirements
    * Updated from global requirements
    * Updated from global requirements
    * Updated from global requirements
    * Remove fallback to simplejson in jsonutils
    * Remove iso8601 dependency
    * Updated from global requirements
    * Updated from global requirements
    * Trival: Remove 'MANIFEST.in'
    * msgpackutils: drop Python 2.6 support
    * Updated from global requirements
    * Updated from global requirements
    * Remove python 2.6 classifier
    * Fix bug track URL
    * Remove python 2.6 and cleanup tox.ini
    * Updated from global requirements
  - Switch to .spec from rpm-packaging upstream project
* Fri Nov 20 2015 bwiedemann@suse.com
  - update to 1.11.0
    * Fix coverage configuration and execution
  - update to 1.10.0:
    * Add utilities for base64
    * Also check for the existence of `items` in to_primitive()
    * Move 'history' -> release notes section
    * Add jsonutils.dump_as_bytes() function for py3
    * Change ignore-errors to ignore_errors
* Wed Sep 09 2015 tbechtold@suse.com
  - update to 1.9.0:
    * Updated from global requirements
    * Drop stale test - test_jsonutils
    * Stop using deprecated oslo_utils.timeutils.strtime
    * Add tox target to find missing requirements
    * Remove oslo namespace package
    * Do not use oslo namespace for oslo.i18n lib
    * Switch badges from 'pypip.in' to 'shields.io'
  - Adjust Requires according to requirements.txt
* Mon Aug 10 2015 seife+obs@b1-systems.com
  - fix spelling of python-Sphinx BuildRequires
* Fri Jul 31 2015 tbechtold@suse.com
  - Unify spec file #2
  - Add -doc package
* Wed Jul 29 2015 tbechtold@suse.com
  - Unify spec file. Use fedora compatible files macros
* Mon Jun 08 2015 tbechtold@suse.com
  - update to 1.6.0:
    * Revert "jsonutils: replace strtime(
    * jsonutils: encode dict keys
    * jsonutils: simplify simple value handling
    * jsonutils: replace strtime() usage with isoformat()
    * Advertise support for Python3.4 / Remove support for Python 3.3
    * Do not sync run_cross_tests.sh
    * Updated from global requirements
    * Remove run_cross_tests.sh
    * Fixes wrong folder for listing tests
    * Expose base msgpack exceptions so users don't need to import
    * Uncap library requirements for liberty
    * More docstring cleanups/tweaks
    * Add docstring(s) to handler registry(s)
    * Add pypi download + version badges
    * Cleanup README.rst and setup.cfg
    * Make the msgpackutils handlers more extendable
    * Updated from global requirements
  - Adjust Requires according to requirements.txt
* Wed Jun 03 2015 dmueller@suse.com
  - remove hacking dep
* Tue Mar 10 2015 tbechtold@suse.com
  - update to 1.4.0:
    * Updated from global requirements
  - update Requires
* Tue Feb 24 2015 tbechtold@suse.com
  - update to version 1.3.0:
    * add dependency warning to requirements.txt
    * Correctly load and dump items with datetime.date(s)
    * Avoid using strtime for serializing datetimes
    * jsonutils: add set() tests and simplify recursive code
    * jsonutils: support UUID encoding
    * Use default in dumps()
    * Updated from global requirements
    * Update Oslo imports to remove namespace package
    * Add a messagepack utils helper module
    * Bump to hacking 0.10
    * Updated from global requirements
    * fix bug tracker link in README.rst
  - Add python-pytz and python-msgpack-python as Requires
  - Remove SLES11 compat
* Thu Jan 15 2015 tbechtold@suse.com
  - update to 1.2.0:
    * Move files out of the namespace package
    * Activate pep8 check that _ is imported
    * Updated from global requirements
    * Workflow documentation is now in infra-manual
  - Add python_requires to _service
* Thu Jan 08 2015 dmueller@suse.com
  - update to 1.1.0:
    * Add pbr to installation requirements
    * Updated from global requirements
    * Fix pep8, docs, requirements issues in jsonutils and tests
    * Remove extraneous vim editor configuration comments
    * Support building wheels (PEP-427)
    * Fix coverage testing
    * Updated from global requirements
    * Support 'built-in' datetime module
* Fri Oct 17 2014 dmueller@suse.com
  - add LICENSE

Files

/usr/share/doc/packages/python-oslo.serialization-doc
/usr/share/doc/packages/python-oslo.serialization-doc/LICENSE
/usr/share/doc/packages/python-oslo.serialization-doc/html
/usr/share/doc/packages/python-oslo.serialization-doc/html/_sources
/usr/share/doc/packages/python-oslo.serialization-doc/html/_sources/contributor
/usr/share/doc/packages/python-oslo.serialization-doc/html/_sources/contributor/index.rst.txt
/usr/share/doc/packages/python-oslo.serialization-doc/html/_sources/index.rst.txt
/usr/share/doc/packages/python-oslo.serialization-doc/html/_sources/install
/usr/share/doc/packages/python-oslo.serialization-doc/html/_sources/install/index.rst.txt
/usr/share/doc/packages/python-oslo.serialization-doc/html/_sources/reference
/usr/share/doc/packages/python-oslo.serialization-doc/html/_sources/reference/index.rst.txt
/usr/share/doc/packages/python-oslo.serialization-doc/html/_sources/user
/usr/share/doc/packages/python-oslo.serialization-doc/html/_sources/user/history.rst.txt
/usr/share/doc/packages/python-oslo.serialization-doc/html/_sources/user/index.rst.txt
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/ajax-loader.gif
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/basic.css
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/comment-bright.png
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/comment-close.png
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/comment.png
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/css
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/css/bootstrap.css
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/css/bootstrap.min.css
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/css/combined.css
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/css/font-awesome.css
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/css/font-awesome.min.css
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/css/native.css
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/doctools.js
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/documentation_options.js
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/down-pressed.png
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/down.png
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/favicon.ico
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/file.png
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/fonts
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/fonts/FontAwesome.otf
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/fonts/fontawesome-webfont.eot
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/fonts/fontawesome-webfont.svg
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/fonts/fontawesome-webfont.ttf
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/fonts/fontawesome-webfont.woff
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/fonts/fontawesome-webfont.woff2
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/fonts/glyphicons-halflings-regular.eot
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/fonts/glyphicons-halflings-regular.svg
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/fonts/glyphicons-halflings-regular.ttf
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/fonts/glyphicons-halflings-regular.woff
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/fonts/glyphicons-halflings-regular.woff2
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/images
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/images/docs
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/images/docs/license.png
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/images/docs/superuser1.png
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/images/docs/superuser2.png
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/images/docs/superuser3.png
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/images/docs/superuser4.png
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/images/footer-facebook-hover.png
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/images/footer-facebook.png
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/images/footer-linkedin-hover.png
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/images/footer-linkedin.png
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/images/footer-twitter-hover.png
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/images/footer-twitter.png
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/images/footer-youtube-hover.png
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/images/footer-youtube.png
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/images/loading.gif
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/images/openstack-logo-full.png
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/images/openstack-logo-vert.png
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/images/search-icon.png
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/jquery-3.2.1.js
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/jquery.js
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/js
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/js/bootstrap.js
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/js/bootstrap.min.js
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/js/docs.js
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/js/jquery-3.2.1.js
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/js/jquery-3.2.1.min.js
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/js/navigation.js
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/js/webui-popover.js
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/minus.png
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/plus.png
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/pygments.css
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/searchtools.js
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/underscore-1.3.1.js
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/underscore.js
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/up-pressed.png
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/up.png
/usr/share/doc/packages/python-oslo.serialization-doc/html/_static/websupport.js
/usr/share/doc/packages/python-oslo.serialization-doc/html/contributor
/usr/share/doc/packages/python-oslo.serialization-doc/html/contributor/index.html
/usr/share/doc/packages/python-oslo.serialization-doc/html/genindex.html
/usr/share/doc/packages/python-oslo.serialization-doc/html/index.html
/usr/share/doc/packages/python-oslo.serialization-doc/html/install
/usr/share/doc/packages/python-oslo.serialization-doc/html/install/index.html
/usr/share/doc/packages/python-oslo.serialization-doc/html/objects.inv
/usr/share/doc/packages/python-oslo.serialization-doc/html/py-modindex.html
/usr/share/doc/packages/python-oslo.serialization-doc/html/reference
/usr/share/doc/packages/python-oslo.serialization-doc/html/reference/index.html
/usr/share/doc/packages/python-oslo.serialization-doc/html/search.html
/usr/share/doc/packages/python-oslo.serialization-doc/html/searchindex.js
/usr/share/doc/packages/python-oslo.serialization-doc/html/user
/usr/share/doc/packages/python-oslo.serialization-doc/html/user/history.html
/usr/share/doc/packages/python-oslo.serialization-doc/html/user/index.html


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:50:04 2024