File: cliff-2.3.0-7ead18fae9ceea80.yaml

package info (click to toggle)
python-openstackclient 8.2.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,960 kB
  • sloc: python: 132,001; makefile: 140; sh: 22
file content (7 lines) | stat: -rw-r--r-- 282 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
---
fixes:
  - |
    Cliff 2.3.0: The shell formatter would emit invalid shell variable
    names for field names that contain colons ('``:``') and dashes ('``-``'),
    these are now replaced by underscores ('``_``').
    [Bug `1616323 <https://bugs.launchpad.net/bugs/1616323>`_]