1
0
Dirk Mueller 39ec4fe9ff - update to version 6.4.0
- add source filename to option locations set in code
  - Fix typo 'importopt' to 'import_opt' adding the missing _
  - Update reno for stable/queens
  - add user documentation for get_location()
  - sphinxext: Separate parsing of group and opts
  - add detail to driver options in config generator
  - Base class for a configuration driver
  - sphinxext: Reporting correct lines for errors
  - Add example group for the URI driver
  - Support trailing commas in values of list type
  - Add release notes link to README
  - Remove boolean from StrOpt example
  - fix URI type equality comparison
  - New cache layer for external sources
  - Add config_source option
  - Properly initialize HostAddress
  - trivial change to contributing instructions
  - Fix HostAddress superclass.
  - report the correct location for an option updated with set_defaults()
  - Optionally use oslo.log for deprecated opt logging
  - move configuration option list to the configuration guide
  - ConfigurationSource base class
  - sphinxext: Address nits from Ic6c2dcbe7823dd3fdc71db8dc5afab2d604559e3
  - Remove stale pip-missing-reqs tox test
  - Update links in README
  - Add bindep.txt file to prevent fallback to generic list
  - Trivial: Update pypi url to new url
  - Make List option format bounds-sensitive
  - disable stack inspection when setting option values

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.config?expand=0&rev=68
2018-09-03 09:19:48 +00:00

13 lines
671 B
Plaintext

<services>
<service mode="disabled" name="renderspec">
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/oslo.config/oslo.config.spec.j2</param>
<param name="output-name">python-oslo.config.spec</param>
<param name="requirements">https://raw.githubusercontent.com/openstack/oslo.config/stable/rocky/requirements.txt</param>
<param name="changelog-email">cloud-devel@suse.de</param>
<param name="changelog-provider">gh,openstack,oslo.config</param>
</service>
<service mode="disabled" name="download_files">
</service>
<service name="format_spec_file" mode="disabled"/>
</services>