File python-osc-lib.changes of Package python-osc-lib

-------------------------------------------------------------------
Mon Sep  2 17:35:00 UTC 2024 - cloud-devel@suse.de

- update to version 3.1.0
  - Fix branch selection in zuul config
  - Update master for stable/2024.1
  - reno: Update master for unmaintained/victoria
  - zuul: Use openstack-python3-jobs template
  - reno: Update master for unmaintained/zed
  - reno: Update master for unmaintained/wallaby
  - reno: Update master for unmaintained/xena
  - Drop dependency on simplejson

-------------------------------------------------------------------
Thu May  2 16:01:49 UTC 2024 - cloud-devel@suse.de

- update to version 3.0.1
  - tox: Use pre-commit for style checks
  - Blacken code
  - Ignore black changes
  - Update master for stable/2023.2
  - Fix pre-commit issues
  - reno: Update master for unmaintained/yoga
  - utils: Don't warn for partial formatter classes
  - Drop formal support for Python 3.6, 3.7
  - pre-commit: Integrate black
  - Remove lower-constraints.txt
  - Add pre-commit

-------------------------------------------------------------------
Fri Dec  1 16:23:11 UTC 2023 - cloud-devel@suse.de

- update to version 2.8.1
  - Revert "Do not output log on bash autocomplete generation"
  - Fix comment of auth_config_hook

-------------------------------------------------------------------
Thu Jun 15 20:41:14 UTC 2023 - cloud-devel@suse.de

- update to version 2.8.0
  - Add 'SizeColumn' formatter
  - setup.cfg: Replace dash-separated config
  - tox 4 compatibility
  - Update master for stable/2023.1
  - formatters: Cast *all* columns before outputting

-------------------------------------------------------------------
Tue Mar  7 06:51:33 UTC 2023 - cloud-devel@suse.de

- update to version 2.7.0
  - Remove Python 3 guide in HACKING
  - remove unicode prefix from code
  - Update master for stable/zed
  - Add Python3 antelope unit tests
  - tox: Ignore .venv files for flake8

-------------------------------------------------------------------
Sat Oct  1 13:52:45 UTC 2022 - cloud-devel@suse.de

- update to version 2.6.2
  - Do not output log on bash autocomplete generation
  - doc: Comment out language option

-------------------------------------------------------------------
Tue Jun  7 09:17:36 UTC 2022 - cloud-devel@suse.de

- update to version 2.6.0
  - Update master for stable/yoga
  - Fixed test for interface key
  - Add Python3 zed unit tests
  - Respect 'interface' key from clouds.yaml
  - Don't fail on extlinks warnings for reno build
  - Fix TestTagHelps for python3.10

-------------------------------------------------------------------
Tue May 24 21:07:14 UTC 2022 - cloud-devel@suse.de

- update to version 2.5.0
  - Add Python3 yoga unit tests
  - Update master for stable/xena
  - Replace allow_get check with allow_fetch
  - parseractions: Make key validation reusable

-------------------------------------------------------------------
Tue Oct 26 21:38:28 UTC 2021 - cloud-devel@suse.de

- update to version 2.4.2
  - Add check for sdk_connection
  - Add support for SDK auth caching
  - Add Python3 xena unit tests
  - Correct the tox option for skipping sdist generation
  - Moving IRC network reference to OFTC
  - Update master for stable/wallaby
  - Close session at clean_up if available

-------------------------------------------------------------------
Sun May  2 17:14:06 UTC 2021 - cloud-devel@suse.de

- update to version 2.3.1
  - formatters: Cast columns before outputting
  - Update the constraints url
  - bump py37 to py38 in tox.ini
  - Add Python3 wallaby unit tests
  - Fix l-c testing for ubuntu focal
  - zuul: Stop testing against Tempest
  - Update master for stable/victoria
  - requirements: Drop os-testr
  - Remove install unnecessary packages
  - Fix hacking min version to 3.0.1
  - tox: Set 'ignore_basepython_conflict'
  - Replace 'assertFalse(a in b)' with 'assertNotIn(a, b)'
  - Fix lower-constraints job

-------------------------------------------------------------------
Fri Oct  9 19:07:24 UTC 2020 - cloud-devel@suse.de

- update to version 2.2.1
  - Add a couple of release notes
  - Update master for stable/ussuri
  - Add get_osc_show_columns_for_sdk_resource function
  - Add Python3 victoria unit tests
  - Fix the misspelling of "argument"
  - Stop using lib-forward-testing
  - Revert "Add error message when occurrence Forbidden error"
  - Cleanup py27 support
  - Stop configuring install_command in tox and stop use pip.
  - Fix the requirement of keystoneauth1.
  - Use mock from unittest
  - Remove commandmanager subclass
  - Remove .testr.conf
  - Update hacking for Python3
  - Add pep8 import order check
  - Remove six library from dependencies
  - Switch to newer openstackdocstheme and reno versions
  - Update to hacking 3.0
  - Replace assertItemsEqual with assertCountEqual
  - Remove Babel from requirements
  - Save the results from the early authentication

-------------------------------------------------------------------
Tue May 12 09:47:52 UTC 2020 - cloud-devel@suse.de

- update to version 2.0.0
  - Add enhance_help kwarg to tags option generators
  - Add a release note for dropping py2
  - Update master for stable/train
  - Drop python 2.7 support and testing
  - Switch to Ussuri jobs
  - Add KeyValueAppendAction to osc-lib

-------------------------------------------------------------------
Thu Mar 12 08:33:35 UTC 2020 - Dirk Mueller <dmueller@suse.com>

- switch to python 3.x only client

-------------------------------------------------------------------
Wed Oct  9 12:50:28 UTC 2019 - cloud-devel@suse.de

- update to version 1.14.1
  - Corrent using auth_type=none in clouds.yaml
  - Add Python 3 Train unit tests
  - Add error message when occurrence Forbidden error
  - Dropping the py35 testing
  - format_dict() returns no value for None
  - Updates for OpenDev transition
  - Fix usage of NotFound exception
  - Handle nested dicts in format_dict()
  - Add FakeModule from OSC
  - Final switch to stestr
  - Move the _tag module from OSC to osc-lib
  - Cleanups to prepare for OSC 4 release
  - Update master for stable/stein
  - OpenDev Migration Patch

-------------------------------------------------------------------
Mon Apr  8 11:55:11 UTC 2019 - cloud-devel@suse.de

- update to version 1.12.1
  - switch documentation job to new PTI
  - Replaced a few references to LP bugs with storyboard
  - Revert "Fixes a bug with issubclass() being called on an instance"
  - add python 3.7 unit test job
  - add lib-forward-testing-python3 test job
  - Add release note for --os-user-id fix
  - Change openstack-dev to openstack-discuss
  - Mask password when specified as an argument with a space
  - Update reno for stable/rocky
  - Remove pypy job
  - Remove PyPI downloads
  - Default to using public interface for all clients
  - Allow use of user-id as well as username for authentication
  - add python 3.6 unit test job
  - Use template for lower-constraints
  - Fix formatter handling for python 3.7
  - import zuul job settings from project-config
- remove 0001-Fix-formatter-handling-for-python-3.7.patch (upstream)

-------------------------------------------------------------------
Wed Mar  6 08:57:16 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>

- add 0001-Fix-formatter-handling-for-python-3.7.patch (bsc#1127954)
  Fix openstack client for python 3.7

-------------------------------------------------------------------
Mon Sep  3 10:00:45 UTC 2018 - cloud-devel@suse.de

- update to version 1.11.1
  - Use openstack.config for config and Session objects
  - Delete the output in "find_bulk" api
  - Update reno for stable/queens
  - Run OSC unit test tips jobs
  - Add OpenTracing based driver id
  - Add project lookup utils
  - Allow to use the none auth plugin
  - Add cloud to warning about domain related config
  - Stop processing requests verify args
  - Suppress subTest() expected errors
  - Zuul: Remove project name
  - Add release note link in README
  - Pass prompt_for_password to OSC_Config constructor
  - Rename python-openstacksdk to openstacksdk
  - Update .gitreview for stable/rocky
  - Update sphinx lower-constraint to match test-requirements
  - Fixes a bug with issubclass() being called on an instance
  - Trivial: Update pypi url to new url
  - fix tox python3 overrides
  - Replace autodoc with sphinxcontrib-apidoc
  - Revert "Fixes a bug with issubclass() being called on an instance"
  - Adding api_version to FakeAPP
  - Fix exception in log warning when no cloud config exists
  - Set defaults in ClientManager tests
  - Updated from global requirements
  - add lower-constraints job

-------------------------------------------------------------------
Fri Feb 23 13:18:19 UTC 2018 - tbechtold@suse.com

- Switch to stable/queens spec template

-------------------------------------------------------------------
Mon Feb 12 10:03:38 UTC 2018 - cloud-devel@suse.de

- update to version 1.9.0 (bsc#1078607)
  - Updated from global requirements
  - Fix find() interface when attr is not specified
  - Fix sorting in Python 3
  - Relocate utils tests to match the main code

-------------------------------------------------------------------
Tue Jan 30 15:13:22 UTC 2018 - cloud-devel@suse.de

- update to version 1.8.0
  - Emit warnings to encourage cliff FormattableColumn
  - Remove -U from pip install
  - Add CLI/ENV options and documentation for keystone-to-keystone
  - --os-profile option suddenly causes trouble in unit tests
  - Update reno for stable/pike
  - Remove setting of version/release from releasenotes
  - Use converged SDK insead of os-client-config
  - Migrade legacy jobs into the repo
  - Make -tips job non-voting
  - Update the documentation link for doc migration
  - Util to calculate header and attr names based on parsed_args.columns
  - Updates for stestr
  - Consume the devstack functional jobs from OSC
  - Updated from global requirements
  - Add utils for better column handling
  - Avoid tox_install.sh for constraints support

-------------------------------------------------------------------
Mon Jan 15 13:16:33 UTC 2018 - dmueller@suse.com

- switch to singlespec

-------------------------------------------------------------------
Mon Aug  7 08:32:40 UTC 2017 - cloud-devel@suse.de

- update to version 1.7.0
  - Revert "Avoid to authenticate twice"
  - Add endpoint hook to BaseAPI
  - Follow-up to headers handler to fix find_bulk()
  - Util methods for column name backward compatibility
  - Nit: Reorder some util methods in alphabetic order
  - Update reno for stable/ocata
  - update links to docs in readme
  - Using assertIsNone() instead of assertEqual(None)
  - Avoid 'NoneType' error when format conversion
  - rearrange existing documentation to fit the new standard layout
  - Add MultiKeyValueCommaAction to osc-lib
  - turn on warning-is-error for sphinx
  - Add test methods to compare formattable column values
  - The python 3.5 is added
  - use openstackdocstheme html context
  - Change noauth strategy for plugin loading
  - Add more API support
  - Add token auth test
  - Fix find_resource exception handling on numeric names with kwargs
  - Pass ssl values through to OCC
  - Make --os-profile load from environment variables
  - switch from oslosphinx to openstackdocstheme
  - Fix shell saving OpenStackConfig object
  - Deprecate --profile and remove after Apr 2017
  - Remove log translations
  - Avoid to authenticate twice
  - Tell ClientManager when auth is required
  - Add formattable column base classes
  - Updated from global requirements
  - Optimize find_resource: do not run the same query twice

-------------------------------------------------------------------
Fri Feb 10 16:44:30 UTC 2017 - cloud-devel@suse.de

- update to version 1.3.0:
  - Avoid string actions on non-string objects
  - Include OSC additions
  - Add deprecated_option_warning() method to Command
  - standardize release note page ordering
  - Enable release notes translation
  - Include OSC additions 2
  - Update reno for stable/newton
  - Prompt for auth options
  - Add Constraints support
  - Remove os-client-config hacks for 1.19.x and 1.20.x
  - Don't include openstack/common in flake8 exclude list
  - Clean imports in code
  - Don't call formatters on None value
  - Calls to federated service providers using Keystone-to-Keystone
  - Update docstring to match params
  - Incorrect usage message when no auth param passed
  - Improve output of supported client versions
  - Fix a tiny typo in documentation
  - Allow passing app_name and app_version for useragent
  - TrivialFix: Remove logging import unused
  - Fix version import in releasenotes
  - Add release note for security bug 1630822
  - Mask passwords in debug logs for auth_config_hook
  - TrivilalFix: Using assertIsNone() instead of assertEqual(None)
  - Updated from global requirements
  - To display image size in human friendly format

-------------------------------------------------------------------
Thu Oct  6 06:30:58 UTC 2016 - tbechtold@suse.com

- Update _service

-------------------------------------------------------------------
Thu Sep  1 18:48:18 UTC 2016 - tbechtold@suse.com

- update to version 1.1.0
  * Fix default handling for verify option in ClientManager
  * Updated from global requirements

-------------------------------------------------------------------
Fri Aug 26 14:05:55 UTC 2016 - tbechtold@suse.com

- update to version 1.0.2
  * Do not add user domain options if not needed
  * Prevent null key setting for property
  * Another precedence fix
  * Add reno for osc-lib release notes management
  * Add release notes for 1.0 release
  * Fix arguemnt precedence issues with os-client-config
  * More hacks to fix broken o-c-c precedence
  * Decode argv to Unicode on py2
  * Updated from global requirements

-------------------------------------------------------------------
Wed Aug 10 14:33:36 UTC 2016 - tbechtold@suse.com

- update to version 0.4.1
  * Remove unused releasenotes infrastructure
  * Remove option handling unused code
  * Use assertEqual() instead of assertDictEqual()
  * Allow shell class to be overridden in test subclass

-------------------------------------------------------------------
Fri Jul 29 15:45:16 UTC 2016 - dmueller@suse.com

- update to 0.4.0:
  * Add Python 3.5 classifier and venv
  * Updated from global requirements
  * Fix v2 auth with v3 args present
  * trivial whitespace change to kick off docs publishing
  * Remove discover from test-requirements

-------------------------------------------------------------------
Fri Jul 22 14:51:03 UTC 2016 - tbechtold@suse.com

- update to 0.3.0:
  * Updated from global requirements
  * Generate auth plugin options based on the name
  * Remove tempest from test-requirements.txt
  * Don't create a requests.Session for session
  * Remove old fakes
  * Updated from global requirements

-------------------------------------------------------------------
Wed Jul 13 09:40:32 UTC 2016 - tbechtold@suse.com

- Initial packaging (version 0.2.1)

openSUSE Build Service is sponsored by