pkgsrc/www/py-swiftclient/PLIST
adam ec784a40e7 py-swiftclient: updated to 3.11.0
3.11.0:
Unknown changes

3.9.0
* Now tested under Python 3.8.
* Better clean up connections when using the low-level client.py API.
* Fixed a display issue when `swift delete` made multiple attempts to bulk
  delete objects.

3.8.1
* 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;
  see https://bugs.python.org/issue37093
* Documentation can now be rendered as a PDF.
* Dropped Python 3.5 testing.

3.8.0
* Added a new `--json` option to `swift list`.
* Fixed an issue introduced in 3.5.0 where re-uploading an SLO with
  the same size, mtime, and segment size would delete all of the
  just-uploaded segments.
* Various other minor bug fixes and improvements.

3.7.0
* Added the delimiter keyword parameter to `get_account()` to match the
  functionality of `get_container()`.
* Fixed an issue in the client module where socket connections weren't
  closed properly before being dereferenced.
* Various other minor bug fixes and improvements.

3.6.0
* Add the `--prompt` option for the CLI which will cause the user to be
  prompted to enter a password. Any password otherwise specified by
  `--key`, `--os-password` or an environment variable will be ignored.
* Added bash completion support to the `swift` CLI. Enable this by sourcing
  the included `tools/swift.bash_completion` file. Make it permanent by
  including this file in the system's `/etc/bash_completion.d` directory.
* Add ability to generate a temporary URL with an IP range restriction.
  TempURLs with IP restrictions are supported in Swift 2.19.0 or later.
* The client.py SDK now supports a `query_string` option on the
  `head_object()` method. This is useful for finding information on
  SLO/DLO manifests without fetching the entire manifest.
* The client.py SDK now respects `region_name` when using sessions.
* Added a `.close()` method to an object response, allowing clients to give
  up on reading the rest of the response body, if they so choose.
* Fixed a bug where using `--debug` in the CLI with unicode account names
  would cause a client crash.
* Make OS_AUTH_URL work in DevStack (for testing) by default.
* Dropped Python 3.4 testing.
* Various other minor bug fixes and improvements.
2021-02-10 10:49:56 +00:00

42 lines
1.6 KiB
Plaintext

@comment $NetBSD: PLIST,v 1.4 2021/02/10 10:49:56 adam Exp $
bin/swift-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/pbr.json
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/swiftclient/__init__.py
${PYSITELIB}/swiftclient/__init__.pyc
${PYSITELIB}/swiftclient/__init__.pyo
${PYSITELIB}/swiftclient/authv1.py
${PYSITELIB}/swiftclient/authv1.pyc
${PYSITELIB}/swiftclient/authv1.pyo
${PYSITELIB}/swiftclient/client.py
${PYSITELIB}/swiftclient/client.pyc
${PYSITELIB}/swiftclient/client.pyo
${PYSITELIB}/swiftclient/command_helpers.py
${PYSITELIB}/swiftclient/command_helpers.pyc
${PYSITELIB}/swiftclient/command_helpers.pyo
${PYSITELIB}/swiftclient/exceptions.py
${PYSITELIB}/swiftclient/exceptions.pyc
${PYSITELIB}/swiftclient/exceptions.pyo
${PYSITELIB}/swiftclient/multithreading.py
${PYSITELIB}/swiftclient/multithreading.pyc
${PYSITELIB}/swiftclient/multithreading.pyo
${PYSITELIB}/swiftclient/service.py
${PYSITELIB}/swiftclient/service.pyc
${PYSITELIB}/swiftclient/service.pyo
${PYSITELIB}/swiftclient/shell.py
${PYSITELIB}/swiftclient/shell.pyc
${PYSITELIB}/swiftclient/shell.pyo
${PYSITELIB}/swiftclient/utils.py
${PYSITELIB}/swiftclient/utils.pyc
${PYSITELIB}/swiftclient/utils.pyo
${PYSITELIB}/swiftclient/version.py
${PYSITELIB}/swiftclient/version.pyc
${PYSITELIB}/swiftclient/version.pyo
man/man1/swift-${PYVERSSUFFIX}.1