File: support-choice-descriptions-8b2d0c14fbd16b2a.yaml

package info (click to toggle)
python-oslo.config 1%3A8.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,192 kB
  • sloc: python: 10,740; makefile: 30; sh: 10
file content (14 lines) | stat: -rw-r--r-- 606 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
features:
  - |
    String, Number, Integer, Float and Port now support value-description
    tuples in the interable provided for the *choice* parameter. Support for
    value-only definitions is retained.
  - |
    StringOpt and PortOpt now support a value-description tuples in the
    iterable provided for the *choice* parameter. Support for value-only
    definitions is retained.
  - |
    *oslo-config-generator* and the Sphinx extension will now output
    descriptions for option choices where provided. This will impact tooling
    that relies on the *yaml* and *json* output of the former.