File: python-3.5-629817cec092d528.yaml

package info (click to toggle)
python-openstacksdk 4.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 13,712 kB
  • sloc: python: 127,028; sh: 153; makefile: 23
file content (8 lines) | stat: -rw-r--r-- 326 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
---
fixes:
  - |
    openstacksdk does not test or support python2 as of 0.40,
    but the releases have still accidentally worked (except for
    0.44 which was broken for python2). We're now explicitly
    marking releases as requiring >= 3.5 so that things don't
    attempt to install something that's bound to be broken.