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

python-zaqarclient-doc-1.9.0-lp152.3.3 RPM for noarch

From OpenSuSE Leap 15.2 for noarch

Name: python-zaqarclient-doc Distribution: openSUSE Leap 15.2
Version: 1.9.0 Vendor: openSUSE
Release: lp152.3.3 Build date: Sun Mar 1 16:17:56 2020
Group: Documentation/HTML Build host: build77
Size: 3067952 Source RPM: python-zaqarclient-1.9.0-lp152.3.3.src.rpm
Packager: https://bugs.opensuse.org
Url: http://launchpad.net/zaqarclient
Summary: Documentation for OpenStack Zaqar Queueing API
Documentation for the client library for interacting with Openstack
Zaqar Queueing API.

Provides

Requires

License

Apache-2.0

Changelog

* Fri Feb 23 2018 tbechtold@suse.com
  - Switch to stable/queens spec template
* Mon Feb 12 2018 cloud-devel@suse.de
  - update to version 1.9.0 (bsc#1078607)
    - Update queue metadata test
    - Support client for delayed queues
* Mon Jan 15 2018 cloud-devel@suse.de
  - update to version 1.8.0
    - Remove -U from pip install
    - Update reno for stable/pike
    - Remove setting of version/release from releasenotes
    - Fix functional CI failure
    - Fix renew claim NoneType error
    - Avoid tox_install.sh for constraints support
    - Fix class Queue __init__ method's param note
    - Updated from global requirements
    - Add claim_count to message __init__()
    - Update queue metadata failed when the original value is zero.
* Mon Aug 07 2017 cloud-devel@suse.de
  - update to version 1.7.0
    - Support `age` and `confirmed` for subscription
    - Add Ocata version mapping
    - Add subscription other properties
    - CLI: support detailed in queue list
    - Remove "detailed" parser from subscription list
    - Add an example for pre signed URL
    - [Fix gate]Update test requirement
    - Add 'pool' description to pool flavor commands
    - Update reno for stable/ocata
    - Fix query claim NoneType error
    - Fix The header X-PROJECT-ID  missing bug
    - Add ZaqarClient "set metadata" help message
    - CLI: support homedoc in client
    - Update the documentation link for doc migration
    - Change resource_types action
    - Revert "Fix The header X-PROJECT-ID  missing bug"
    - Fix the creation issue when special meanings words in queue name
    - Add new command guide doc
    - Replace the github with git.openstack.org
    - remove "--detailed" in subscription list doc
    - Fix flavor creation issue with CLI
    - Remove log translations
    - Support post and list messages
    - Update purge doc
    - Support purge queue
    - Remove support for py34
    - Switch from oslosphinx to openstackdocstheme
    - Replace uuid.uuid4() with uuidutils.generate_uuid()
    - Drop "os" prefix for project id
    - Fix the inconsistent command format in openstackclient
    - Updated from global requirements
    - Don not show 'capabilities' if not specify '--detailed'
* Thu Jul 06 2017 dmueller@suse.com
  - remove doc-tools dependency
* Mon Mar 27 2017 cloud-devel@suse.de
  - update to version 1.4.0:
    - Switch to oslo_log
    - Set client module __version__
    - Updated from global requirements
    - Enable release notes translation
    - Remove unnecessary utf8 coding format in the head of files
* Mon Feb 13 2017 cloud-devel@suse.de
  - update to version 1.3.0:
    - Remove version in README
    - Add command guide for openstack ping&health CLI
    - Update release note doc
    - Support SSL and Insecure
    - Add profiling support to Zaqar client
    - Add doc for subscription cli
    - Change assertTrue(isinstance()) by optimal assert
    - Update author and home-page
    - Show team and repo badges on README
    - Add the releasenote detail
    - Add Python 3.5 classifier and venv
    - Support keystone session when creating client
    - Fix typos in zaqarclient
    - update doc to Api v2.0
    - Switch keystoneclient to keystoneauth
    - Remove unused openstack-doc-tools from test-requirements.txt
    - Add releasenotes for client
    - Add Constraints support
    - Fix the CI failure
    - Files with no code must be left completely empty
    - Add command guide for openstack flavor CLI
    - Add plug-in summary for osc doc
    - Add command guide for openstack pool CLI
    - Updated from global requirements
    - Remove the TODO for subscription ttl test
    - Fix CI failure
    - translate all command help strings
    - Add command guide for queue
    - Using v2 interface in example
    - Add command guide for openstack claim CLI
    - Delete deprecated directory openstack/common
* Fri Oct 07 2016 tbechtold@suse.com
  - Update _service and switch to upstream spec
* Thu Sep 29 2016 tbechtold@suse.com
  update to version 1.2.0
    * Fix tests related to queue attributes in API V2
    * Create a websocket transport
    * Implement CLI support for pool delete
    * Remove discover from test-requirements
    * Fix unexpected output of pools()
    * Remove unused pngmath Sphinx extension
    * Flavor list support for v2
    * Add update queue function in v2
    * Do not catch ConflictError on subscription create
    * Update pool on pool create if it exists
    * Use v2 as the default cli version
    * improve readme contents
    * Remove periods of docstring
    * Make TransportErrors more descriptive
    * Pool delete cli support for v2
    * Add cli support for flavor update v1
    * Clean up flavor test classes
    * Use API version checking directly
    * Added support to v2
    * Flavor update cli support for v2
    * Delete CLI for Get/SetQueueMetadata which is API-v1 only
    * Updated from global requirements
    * Pool update support for v2
    * Refactor the test for v2 queues and messages
    * Query claim CLI support for v1
    * Update the functional test
    * Add requests-mock to test-requirements.txt
    * Add support for subscription show v2
    * Raise ConflictError like other transport errors
    * Expose more CLI commands for v2
    * Delete CLI for CheckQueueExistence which is <=v1.1 only
    * Fix bad "pool list" api v2 entry point for CLI
    * Claim create CLI support for v1
    * "pool_group" word should be used instead "pool"
    * Add Support for subscription list v2
    * Pool & flavor cli implementation for v2
    * Deprecated tox -downloadcache option removed
    * Add cli support for flavor create v1
    * Fix the attribute missing error
    * Update flavor on flavor create if it exists
    * Pool list cli support for v2
    * Support /ping and /health for v2
    * Ensure the float value of api version could work
    * Added pool list support for v1
    * Improve subscription listing
    * Support creating signed url's in client
    * Claim renew CLI support for v1
    * Replace assertEqual(None, *) with assertIsNone in tests
    * Claim release CLI support for v1
    * Fix wrong api version type
    * Add support for subscription create v2
    * Using clouds.yaml to get the credentials
    * Fix typo preventing queue list for v1
    * Use osc-lib instead of openstackclient
    * Remove py26 support
    * Fix order of arguments in assertEqual
    * Fix create pool error
    * Added API_VERSION for v2
    * Support claims for v2
    * Add subscriptions for queue object
    * Added support to claims
    * Fix doc build if git is absent
    * Make sure queue create works for cli
    * Fix the zaqar functional test job
    * Remove pypy support
    * Flavor create CLI support for v2
    * Fix functional test of get_many_messages
    * Fix queue stats for v1.1 and above versions
    * Drop py33 support
    * Expose CLI commands for v2
    * Use osc_lib instead of cliff
    * Add CLI support for signed URLs
    * Add cli support for flavor show v1
    * Support PATCH of queue metadata
    * Add support for flavor list v1
    * Added pool show support to v1
    * Fix freeze of Claim object's age property
    * Add a way to create a signed URL from a queue
    * Handle os_auth_token option in keystone config
    * Add support for subscription delete v2
    * Clean imports in code
    * delete python bytecode before every test run
    * Fix client UnauthorizedError
    * Pool show support for v2
    * Add `flavor` support for v2
    * Using messaging instead of queueing
    * Fix client not working on Python 3
    * Added cli implementation for v2
    * Add `pool` support for v2
    * Added pool update support for v1
    * Fix Subscription's queue_name variable being tuple
    * Refactor queue create
    * Put py34 first in the env order of tox
    * Flavor show cli support for v2
    * Add support for subscription update v2
    * Attaching a default project_id
    * Fixing the deprecated library function
    * Rename `flavor delete` command
* Sun Oct 04 2015 tbechtold@suse.com
  - update to 0.2.0:
    * Release notes for 0.2.0
    * Updated from global requirements
    * Allow for authentication in functional tests
    * Don't pass `options` to pool creation
    * Don't reuse request and transport instances
    * Pass `group` in pool's functional tests
    * Send claims `limit` as a query param
    * v1.1 and v2 claims return document not list
    * Make sure the API version is passed down
    * Make v1.1 the default CLI version
    * Updated from global requirements
    * Updated from global requirements
    * Implement CLI support for flavor
    * Implements CLI for pool
    * Raises an error if the queue name is empty
    * Added support to pools and flavors
    * Removed deprecated 'shard' methods
    * Relese notes for zaqarclient 0.1.1
    * Drop incubating theme from docs
    * Deleted unuseful line
    * Drop use of 'oslo' namespace package
    * Fix handling of 1.1 API
    * Update README to work with release tools
    * Gets 'flavor' data if the resource exists
    * Gets 'pool' data if the resource exists
    * Handling exception on 504 Error
    * Updated from global requirements
    * Added i18n support
    * Makes health return True or False
    * Remove unused openstack/common modules
    * Adds encapsulation control to the client
    * Updated from global requirements
    * Extend some docstrings with useful information
    * Add reference docs for latest recommended client
    * Add docs for `Client` instances
    * Setup developer docs for zaqarclient
    * Fix the client name typo
    * Updated from global requirements
    * fix KeystoneAuth doc string
    * Updated from global requirements
    * Updates API name
  - add python_requires service to _service
  - adjust Requires according to requirements.txt
* Fri Apr 24 2015 tbechtold@suse.com
  - Use %{version} in source
* Thu Apr 23 2015 tbechtold@suse.com
  - Switch to version 0.1.0
* Tue Dec 09 2014 cloud-devel@suse.de
  - Update to version python-zaqarclient-0.1.0.31.g272e0d2:
    * Handling exception on 504 Error
* Tue Dec 02 2014 cloud-devel@suse.de
  - Update to version python-zaqarclient-0.1.0.29.gc9edb97:
    * Gets 'flavor' data if the resource exists
* Sat Nov 29 2014 cloud-devel@suse.de
  - Update to version python-zaqarclient-0.1.0.27.g37aecc1:
    * Gets 'pool' data if the resource exists
    * Makes health return True or False
    * Remove unused openstack/common modules
* Thu Nov 20 2014 cloud-devel@suse.de
  - Update to version python-zaqarclient-0.1.0.22.ge4af424:
    * Updated from global requirements
* Sat Nov 15 2014 cloud-devel@suse.de
  - Update to version python-zaqarclient-0.1.0.21.g99f0b35:
    * Added i18n support
* Sun Nov 09 2014 cloud-devel@suse.de
  - Update to version python-zaqarclient-0.1.0.20.g2acbced:
    * Adds encapsulation control to the client
    * Extend some docstrings with useful information
    * Add reference docs for latest recommended client
    * Add docs for `Client` instances
    * Setup developer docs for zaqarclient
    * Fix the client name typo
    * Updated from global requirements
    * fix KeystoneAuth doc string
* Tue Oct 14 2014 cloud-devel@suse.de
  - Update to version python-zaqarclient-0.1.0.5.g4e60be5:
    * Updated from global requirements

Files

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


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 11:46:52 2024