Revisions of python-barbicanclient

Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1130499 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 18)
- update to version 5.5.0
  - Bump tox minversion to 3.18.0
  - Unit tests for microversion, initial change for consumers
  - Fix unit test failue with cliff>=3.5.0
  - Make functional tests use stestr instead of nose
  - Updating python testing as per Yoga testing runtime
  - Add Python 3 only classifier
  - Added secret consumers list functionality. Unit, smoke
  - Add Python3 zed unit tests
  - Remove six
  - Switch to 2023.1 Python3 unit tests and generic template name
  - Implement microversions
  - Add secret consumers documentation
  - Update the constraints url
  - Replace deprecated UPPER_CONSTRAINTS_FILE variable
  - Add secret consumers Python API
  - Drop lower-constraints.txt and its testing
  - Replace git.openstack.org URLs with opendev.org URLs
  - Added the force parameter to consumer removal and the corresponding CLI commands
  - setup.cfg: Replace dashes by underscores
  - Fix the import warning of secrets
  - Remove unicode literal
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 983577 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 17)
- fix build against python 3.10
- remove unneeded mock dependency 

- update to version 5.2.0
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 787449 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 13)
- add obsoletes

- switch to python 3.x only build
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 736647 from Thomas Bechtold's avatar Thomas Bechtold (tbechtold) (revision 12)
- update to version 4.9.0
  - Replace openstack.org git:// URLs with https://
  - Update json module to jsonutils
  - OpenDev Migration Patch
  - add python 3.7 unit test job
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 692816 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 11)
- update to version 4.8.1
  - Update mailinglist from dev to discuss
  - Add Python 3.6 classifier to setup.cfg
  - Allow fetching by UUID, and respect interface
  - Change openstack-dev to openstack-discuss
  - Secret payload should also be fetched by UUID
  - Update hacking version
  - Import python-barbicanclient-dsvm
  - Update min tox version to 2.0
  - Don't quote {posargs} in tox.ini
  - switch documentation job to new PTI
  - add python 3.6 unit test job
  - Use template for lower-constraints
  - import zuul job settings from project-config
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 672177 from Thomas Bechtold's avatar Thomas Bechtold (tbechtold) (revision 10)
- update to version 4.7.2
  - Secret payload should also be fetched by UUID
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 655472 from Thomas Bechtold's avatar Thomas Bechtold (tbechtold) (revision 9)
- update to version 4.7.1
  - Update UPPER_CONSTRAINTS_FILE for stable/rocky
  - Import python-barbicanclient-dsvm
  - Allow fetching by UUID, and respect interface
  - Update .gitreview for stable/rocky
  - import zuul job settings from project-config
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 633060 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 8)
Initial Rocky clients submission. please combine all in one staging project otherwise this will never build
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 583289 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 7)
- Switch to stable/queens spec template
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 575930 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 6)
- update to version 4.6.0 (bsc#1078607)
  - Switch to use new barbican endpoint
  - Correct docs usage of keystoneauth1 session
  - Fix some reST field lists in docstrings
  - Pass OSC interface through to barbican plugin
  - Avoid tox_install.sh for constraints support
  - Updated from global requirements
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 528256 from Thomas Bechtold's avatar Thomas Bechtold (tbechtold) (revision 4)
- update to version 4.5.2
  - Refactor barbicanclient
  - Update doc references
  - rearrange the existing docs into the new standard layout
  - import content from cli-reference in openstack-manuals
  - Update the documentation link for doc migration
  - Workaround for importing objects from old path
  - Add secret_type filter to CLI
  - fix default version
  - Update api references according to refactor result
  - Support import modules from barbicanclient.client module
  - Updated from global requirements
  - Switch from oslosphinx to openstackdocstheme
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 515032 from Thomas Bechtold's avatar Thomas Bechtold (tbechtold) (revision 3)
- update to version 4.4.0
  - Replace six.iteritems() with .items()
  - Removes unnecessary utf-8 encoding
  - Clean up all secrets in functional tests
  - Fix gate failure on pep8
  - Change parent class of `WhenTestingCertificateOrders`
  - Use generic auth plugin instead of specific version
  - Update .gitignore
  - Fix doc referencing --payload-content-type
  - Add client list filter functionality
  - Correct the regex for parsing output
  - Make test directory more specific
  - Extend pep8 test coverage
  - Set client module __version__
  - Remove support for py34
  - Fix serializable issues when retrieving json format resources
  - Replaces uuid.uuid4 with uuidutils.generate_uuid()
  - Enable F and H flake8 rules
  - Update keystone endpoint for functional tests
  - Remove unused barbicanclient/common directory
  - Updated from global requirements
  - [openstack-manuals] description of command barbican ca list
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 456724 from Thomas Bechtold's avatar Thomas Bechtold (tbechtold) (revision 2)
- update to version 4.2.0:
  - Update Order Create Type Help Dialog
  - Remove redundant space in docstring
  - Replaced bare except
  - Fix order of arguments in assertEqual
  - Removed openstack/common from tox.in
  - Using assertEqual instead of assertEquals
  - Validate key order meta fields.
  - Fix bug when uploading secret using unified CLI
  - Remove discover from test-requirements
  - Use 'code-block' for pieces of code
  - Accept 'pass_phrase' for AsymmetricOrder constructor
  - Support upper-constraints in tox.ini
  - Skip order with 'None' payload content type
  - Add missing param to certificate order initialization
  - Fix argument order for assertEqual to (expected, observed)
  - Fix error in doc
  - Add Python 3.5 classifier and venv
  - Use international logging message
  - Using assertTrue/False() instead of assertEqual(True/False)
  - Use keystoneauth
  - Remove imported but unused
  - Fix CLI message in CA module
  - Add plug-in summary for osc doc
  - Cast sets to lists in acl functional tests
  - Handle container list command correctly
  - Add oslo.config to requirements
  - Do not write except:, use except Exception instead
  - Updated from global requirements
  - Remove invalid smoke test that is failing in the gate
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 425244 from Thomas Bechtold's avatar Thomas Bechtold (tbechtold) (revision 1)
OpenStack client update
Displaying all 18 revisions
openSUSE Build Service is sponsored by