Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-swiftclient-4.1.0-1.2 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python3-swiftclient Distribution: openSUSE:Factory:zSystems
Version: 4.1.0 Vendor: openSUSE
Release: 1.2 Build date: Sat Feb 18 21:52:48 2023
Group: Development/Languages/Python Build host: s390zl22
Size: 849284 Source RPM: python-swiftclient-4.1.0-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://docs.openstack.org/python-swiftclient
Summary: OpenStack Object Storage API Client Library
This is a python client for the Swift API. There's a Python API (the
swiftclient module), and a command-line script (swift).

This package contains the Python 3.x module.

Provides

Requires

License

Apache-2.0

Changelog

* Thu Dec 01 2022 cloud-devel@suse.de
  - update to version 4.1.0
    - Don't patch Requests globally on import
    - Clean up extra spaces
    - Correctly aggregate totals for >10k items
    - tempurl: Support sha256 and sha512 signatures
    - Drop support for Python 2
    - Include storage policy when listing account with --long
    - CI: Drop swiftclient-swift-functional-py2 job
    - Add Python3 zed unit tests
    - Add option to skip container PUT during upload
    - Allow functional tests to pass with etag_quoter enabled by default
    - Update master for stable/yoga
    - Update master for stable/xena
    - Remove six
    - Enable retry_on_ratelimit by default
    - Remove use of mock
    - Add timeout for Swift service
    - Remove unnecessary unicode prefixes
    - Allow unit tests to be run via pytest
    - Improve formatting for billions of objects
    - Remove unnecessary object subclassing
    - Fix misuse of assertTrue
    - Add Python3 yoga unit tests
    - Changed minversion in tox to 3.18.0
    - Only log the traceback for non-404s
    - Allow tempurl times to have units
    - Use upper-constraints for docs jobs
    - Fix copy.py example.
    - Remove coding comments
    - doc: Comment out language option
    - More cleanup following py2 removal
    - Expand retry handling on ratelimit response
    - Remove __future__ imports
* Tue Oct 26 2021 cloud-devel@suse.de
  - update to version 3.12.0
    - Use py3 as the default runtime for tox
    - setup.cfg: Replace dashes with underscores
    - Update master for stable/wallaby
    - Fix Typo in shell.py
    - Add Python3 xena unit tests
* Sun May 02 2021 cloud-devel@suse.de
  - update to version 3.11.1
    - Have `delete --all` imply `--versions` for the CLI
    - Add cacert test config option
    - Remove some py38 job cruft
    - Include transaction ID in ClientException.__str__
    - Switch to newer openstackdocstheme and reno versions
    - Add Python3 wallaby unit tests
    - [goal] Migrate testing to ubuntu focal
    - tests: Make test_delete_container_versions less flakey
    - (Mostly) revert "Cleanup session on delete"
    - Close connections created when calling module-level functions
    - Make py39 voting
    - Clean up some requirements
    - Update master for stable/victoria
    - remove unicode from code
    - Drop lower-constraints testing
* Fri Oct 09 2020 cloud-devel@suse.de
  - update to version 3.10.1
    - Add py38 classifier
    - object versioning features
    - Drop pypy testing
    - Bump default tox env from py37 to py38
    - Clean up some warnings
    - Update master for stable/ussuri
    - Add Python3 victoria unit tests
    - Remove references to swift-specs and blueprints
    - Application credential support follow-up
    - Fix pygments style
    - Ussuri contrib docs community goal
    - Improve `list --versions` output
    - Update docs building
    - Add max_backoff and starting_backoff for get_conn in swift service
    - Change recommended test config to use auth_uri
    - Fixed capability discovery endpoint hardcode
    - Support v3 application credentials auth.
    - Blacklist stestr 3.0.0
    - Speed up test_lazy_connections
* Tue May 12 2020 cloud-devel@suse.de
  - update to version 3.9.0
    - Cleanup session on delete
    - Authors/changelog for 3.9.0
    - Switch to Ussuri jobs
    - v1auth: support endpoint_data_for() api
    - Rename "tests" directory to be "test" like in the swift repo
    - Update master for stable/train
    - packaging: Properly flag universal wheel
    - Add test for bulk-delete-attempt-counter fix
    - Make py38 job voting
    - Fix printed object names on successful bulk-delete
* Mon Mar 23 2020 Dirk Mueller <dmueller@suse.com>
  - add obsoletes
* Wed Mar 11 2020 Dirk Mueller <dmueller@suse.com>
  - switch to python 3.x only build
* Wed Oct 09 2019 cloud-devel@suse.de
  - update to version 3.8.1
    - Fix SLO re-upload
    - Add Python 3 Train unit tests
    - Clean up warnings from newer flake8
    - Optionally display listings in raw json
    - docs: Fix warning treated as error
    - Enable some off-by-default checks
    - Add missing <sync-to> value in command line docs
    - Delete/overwrite symlinks better
    - Drag forward prettytable in lower-constraints
    - Authors/changelog for 3.8.0
    - docs: Clean up formatting
    - OpenDev Migration Patch
    - Remove oslosphinx usage
    - Authors/changelog for 3.8.1
    - Make proper functions instead of assigning lambdas
    - Support pdb in tests better
    - Replace git.openstack.org URLs with opendev.org URLs
    - Update master for stable/stein
    - Fix up requests so we can send non-RFC-compliant headers on py3
    - PDF Documentation Build tox target
    - Isolate docs requirements
    - Bump the openstackdocstheme extension to 1.20
* Mon Apr 08 2019 cloud-devel@suse.de
  - update to version 3.7.0
    - Stop leaking quite so many connections
    - authors/changelog updates for release
    - Switch to stestr
    - Add .idea into .gitignore
    - Make py36 unit test job voting
    - Use template for lower-constraints
    - Update reno for stable/rocky
    - Add python 3.6 unit test job
    - import zuul job settings from project-config
    - Add release note link in README
    - Change openstack-dev to openstack-discuss
    - update .functests to run stestr
    - Add py37 check/gate jobs; add py37 to default tox env list
    - Stop lazy importing keystoneclient
    - add python 3.6 unit test job
    - Add Python 3.6 classifier to setup.cfg
    - switch documentation job to new PTI
    - Add delimiter to get_account().
    - fix tox python3 overrides
    - Update release to 3.7.0
    - Use Swift's in-tree DSVM test
    - Update hacking version
    - py2 functional testing
* Mon Sep 03 2018 cloud-devel@suse.de
  - update to version 3.6.0
    - Update reno for stable/queens
    - show option per line
    - Use a valid default for auth_version
    - Remove py34 from envlist in tox.ini
    - Remove PyPI downloads
    - authors/changelog update for 3.6.0
    - Update the old http doc links
    - Add ability to generate a temporary URL with an
    - Add close() to _RetryBody.
    - Remove some pointless code
    - Add option for user to enter password
    - Remove trailing white space in tox.ini
    - Switch from oslosphinx to openstackdocstheme
    - Update links in README
    - Trivial: Update pypi url to new url
    - Make swiftclient respect region_name when using sessions
    - Stop mutating header dicts
    - Add bash_completion to swiftclient
    - Drop py34 target in tox.ini
    - Treat 404 as success when deleting segments
    - Add a query_string option to head_object().
    - Make OS_AUTH_URL work in DevStack by default
    - Add force auth retry mode in swiftclient
    - Back out some version bumps
    - Remove unnecessary calls to parse_header_string().
    - Properly handle unicode headers.
    - add lower-constraints job

Files

/usr/bin/swift
/usr/lib/python3.10/site-packages/python_swiftclient-4.1.0-py3.10.egg-info
/usr/lib/python3.10/site-packages/python_swiftclient-4.1.0-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/python_swiftclient-4.1.0-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/python_swiftclient-4.1.0-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/python_swiftclient-4.1.0-py3.10.egg-info/entry_points.txt
/usr/lib/python3.10/site-packages/python_swiftclient-4.1.0-py3.10.egg-info/not-zip-safe
/usr/lib/python3.10/site-packages/python_swiftclient-4.1.0-py3.10.egg-info/pbr.json
/usr/lib/python3.10/site-packages/python_swiftclient-4.1.0-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/python_swiftclient-4.1.0-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/swiftclient
/usr/lib/python3.10/site-packages/swiftclient/__init__.py
/usr/lib/python3.10/site-packages/swiftclient/__pycache__
/usr/lib/python3.10/site-packages/swiftclient/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/swiftclient/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/swiftclient/__pycache__/authv1.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/swiftclient/__pycache__/authv1.cpython-310.pyc
/usr/lib/python3.10/site-packages/swiftclient/__pycache__/client.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/swiftclient/__pycache__/client.cpython-310.pyc
/usr/lib/python3.10/site-packages/swiftclient/__pycache__/command_helpers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/swiftclient/__pycache__/command_helpers.cpython-310.pyc
/usr/lib/python3.10/site-packages/swiftclient/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/swiftclient/__pycache__/exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/swiftclient/__pycache__/multithreading.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/swiftclient/__pycache__/multithreading.cpython-310.pyc
/usr/lib/python3.10/site-packages/swiftclient/__pycache__/requests_compat.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/swiftclient/__pycache__/requests_compat.cpython-310.pyc
/usr/lib/python3.10/site-packages/swiftclient/__pycache__/service.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/swiftclient/__pycache__/service.cpython-310.pyc
/usr/lib/python3.10/site-packages/swiftclient/__pycache__/shell.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/swiftclient/__pycache__/shell.cpython-310.pyc
/usr/lib/python3.10/site-packages/swiftclient/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/swiftclient/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/swiftclient/__pycache__/version.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/swiftclient/__pycache__/version.cpython-310.pyc
/usr/lib/python3.10/site-packages/swiftclient/authv1.py
/usr/lib/python3.10/site-packages/swiftclient/client.py
/usr/lib/python3.10/site-packages/swiftclient/command_helpers.py
/usr/lib/python3.10/site-packages/swiftclient/exceptions.py
/usr/lib/python3.10/site-packages/swiftclient/multithreading.py
/usr/lib/python3.10/site-packages/swiftclient/requests_compat.py
/usr/lib/python3.10/site-packages/swiftclient/service.py
/usr/lib/python3.10/site-packages/swiftclient/shell.py
/usr/lib/python3.10/site-packages/swiftclient/utils.py
/usr/lib/python3.10/site-packages/swiftclient/version.py
/usr/share/doc/packages/python3-swiftclient
/usr/share/doc/packages/python3-swiftclient/ChangeLog
/usr/share/doc/packages/python3-swiftclient/LICENSE
/usr/share/doc/packages/python3-swiftclient/README.rst
/usr/share/man/man1/swift.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:39:58 2024