File: 3_8_1_release-cb5648c3ae69bde1.yaml

package info (click to toggle)
python-swiftclient 1%3A4.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,496 kB
  • sloc: python: 18,048; makefile: 84; sh: 49
file content (14 lines) | stat: -rw-r--r-- 418 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
fixes:
  - |
    Deleting or overwriting a symlink to an SLO or DLO will no longer attempt
    to clean up the large object's segments.
  - |
    Fixed an issue sending non-ASCII metadata keys on Python 3.
    Note that *receiving* such metadata on py3 is `still broken
    <https://bugs.python.org/issue37093>`__.
other:
  - |
    Documentation can now be rendered as a PDF.
  - |
    Dropped Python 3.5 testing.