Package Release Info

python-oslo.config-5.2.0-2.22

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

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-oslo.config

Change Logs

* Fri Feb 23 2018 tbechtold@suse.com
- Switch to stable/queens spec template
* Mon Jan 15 2018 cloud-devel@suse.de
- update to version 5.2.0
  - Clean up enforce_type related test method's name
  - Remove -U from pip install
  - Provide descriptions for choices
  - Fix the invalid links for doc file in oslo.config
  - Avoid tox_install.sh for constraints support
  - sphinxext: Don't sometimes emit trailing newlines
* Thu Dec 07 2017 cloud-devel@suse.de
- update to version 5.1.0
  - Remove setting of version/release from releasenotes
  - Make help message include choices information for StrOpt
  - Update reno for stable/pike
  - Fix the incorrect file path
  - Fix sphinx option generation when advanced=True
  - Empty groupname will be 'DEFAULT' by default
  - Remove the parameter enforce_type from set_override and set_default
  - Correct documentation error in DeprecatedOpt
  - Use boolean where expected
  - Remove redundant colon in doc
  - Implement OptGroup.__str__ for log messages
  - Added exception when namespace option is missing
  - Cleanup test-requirements
  - Prefer SNAP_COMMON config files
  - Updated from global requirements
* Thu Sep 28 2017 cloud-devel@suse.de
- update to version 4.11.1
  - Update .gitreview for stable/pike
  - Empty groupname will be 'DEFAULT' by default
  - Updated from global requirements
  - Update UPPER_CONSTRAINTS_FILE for stable/pike
* Mon Aug 07 2017 cloud-devel@suse.de
- update to version 4.11.0
  - Enable some off-by-default checks
  - Remove usage of enforce_type=True
  - Don't set enforce_type if we are using the default
  - update the documentation URL in the readme
  - rearrange docs based on new standard layout
  - [Fix gate]Update test requirement
  - Update reno for stable/ocata
  - Fix string interpolation in ValueError
  - Handle both - and _ forms of deprecated opts
  - Fix html_last_updated_fmt for Python3
  - add deprecation_reason to log message
  - Handle getattrs to ConfigOpts for deprecated opts
  - Optimize the link address
  - fix an issue with looking up deprecated option names in code
  - add rst output mode for config generator
  - switch from oslosphinx to openstackdocstheme
  - pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz)
  - Update URLs in documents according to document migration
  - sphinxext: Log with 'str', not 'repr'
  - Clarify info on a comment
  - sphinxext: Handle unescaped percentage signs
  - Fix typo in generator.rst
  - Add PyYAML as a requirement
  - Adjust removal_version for argument enforce_type
  - Fix conversion to item_type on __call__ in List type(again)
  - Machine Readable Sample Config
  - Cast generator_options to dict
  - import content from the configuration reference guide
  - Remove dependency oslo.i18n from test-requirements.txt
  - handle option defaults that are not strings
  - sphinxext: Use lower logging level
  - add to group data model to for generator
  - Rework the 'oslo-config-generator' documentation
  - Remove log translations
  - Add HACKING.rst
  - doc: Specify openstackdocs theme
  - Fix python 3.6 escape char warnings in strings
  - fix formatting of literal default values with spaces
  - Add snap package paths to default config dirs
  - Handle multi-line default values in olso-config-generator
  - sphinxext: Add arguments for oslo.config:group directive
  - Make set_override/set_default with enforce_type=True by default
  - Updated from global requirements
  - Use Sphinx 1.5 warning-is-error
  - Fix up the option docs
* Mon Feb 13 2017 cloud-devel@suse.de
- update to version 3.22.0:
  - Add missing exceptions to the documentation
  - fix interpolation of None value
  - List comprehensions
  - standardize release note page ordering
  - Add 'schemes' argument to URIOpt
  - Add IPOpt and PortOpt names for sphinxext
  - Enable release notes translation
  - Normalize group sections
  - Update reno for stable/newton
  - Ensure test_config_dir_doesnt_exist() dir doesn't exist
  - Add Constraints support
  - Revert "Fix conversion to item_type on __call__ in List type"
  - Add doc about config option name and comment in config file
  - Show team and repo badges on README
  - Correct nits in Iedf808
  - Replace six.iteritems() with .items()
  - Add defaults for config-dir
  - Add some documentation about option deprecation
  - [TrivialFix] Replace 'assertTrue(a in b)' with 'assertIn(a, b)'
  - config: Pass description and epilog through
  - Fix wrong usage of DuplicateOptError
  - modify the home-page info with the developer documentation
  - Fix missing option types to config doc
  - doc: Fix Range type version
  - Remove references to Python 3.4
  - Add HostnameOpt and URIOpt types to sphinxext
  - Warn user about enforce_type default change
  - Fix conversion to item_type on __call__ in List type
  - Fix filename in comment
  - Fix broken links
  - Fix repr for tuples in choices
  - Disable warning for missing oslo.config.opts.defaults
  - Fixing HostName and adding support for HostAddress
  - Add 'summarize' option
  - test: add enforce_type test
  - Fixup list types handling tuples
  - Add Range type
  - Updated from global requirements
- Remove 0001-Add-defaults-for-config-dir.patch . Applied upstream.
* Tue Jan 31 2017 dmueller@suse.com
- update to 3.17.1:
  * Updated from global requirements
* Thu Dec 01 2016 tbechtold@suse.com
- switch to stable/newton
- add format_spec_file to _service
- Add 0001-Add-defaults-for-config-dir.patch to support default
  config directories
* Tue Aug 30 2016 tbechtold@suse.com
- update to version 3.17.0
  * Add set_override method test with ListOpt
  * Fix: default value of prog should remove extension
  * Updated from global requirements
  * Add Port type to allow configuration of a list of tcp/ip ports
  * Advanced Option
* Mon Aug 08 2016 dmueller@suse.com
- update to 3.14.0:
  * disable lazy translation in sphinx extension
  * Trivial: adjust import order to fit the import order guideline
  * Make error message more clear
  * Add min and max values to Float type and Opt
  * Fix parameters of assertEqual are misplaced
  * Updated from global requirements
  * Add max_length to URIOpt
  * Remove discover from test-requirements
  * update docs for sphinxconfiggen
  * Add URIOpt to doced option types