You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

python-swiftclient

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

python-swiftclient - pypi Package Compare versions

Comparing version
4.6.0
to
4.7.0
+11
releasenotes/notes/4_6_0_release-92e466eb55b80225.yaml
---
features:
- |
Now tested under Python 3.12.
fixes:
- |
Transaction IDs are included with more errors.
- |
Various other minor bug fixes and improvements.
===========================
2024.2 Series Release Notes
===========================
.. release-notes::
:branch: stable/2024.2
+1
-0

@@ -175,2 +175,3 @@ Aarni Koskela (akx@iki.fi)

wu.shiming (wushiming@yovole.com)
Yan Xiao (yanxiao@nvidia.com)
YangLei (yanglyy@cn.ibm.com)

@@ -177,0 +178,0 @@ yangxurong (yangxurong@huawei.com)

+62
-53
Metadata-Version: 2.1
Name: python-swiftclient
Version: 4.6.0
Version: 4.7.0
Summary: OpenStack Object Storage API Client Library

@@ -13,54 +13,2 @@ Home-page: https://docs.openstack.org/python-swiftclient/latest/

Project-URL: Source Code, https://opendev.org/openstack/python-swiftclient
Description: ========================
Team and repository tags
========================
.. image:: https://governance.openstack.org/tc/badges/python-swiftclient.svg
:target: https://governance.openstack.org/tc/reference/tags/index.html
.. Change things from this point on
Python bindings to the OpenStack Object Storage API
===================================================
.. image:: https://img.shields.io/pypi/v/python-swiftclient.svg
:target: https://pypi.org/project/python-swiftclient/
:alt: Latest Version
This is a python client for the Swift API. There's a Python API (the
``swiftclient`` module), and a command-line script (``swift``).
Development takes place via the usual OpenStack processes as outlined
in the `OpenStack wiki`__.
__ https://docs.openstack.org/infra/manual/developers.html
This code is based on the original client previously included with
`OpenStack's Swift`__. The python-swiftclient is licensed under the
Apache License like the rest of OpenStack.
__ https://github.com/openstack/swift
* Free software: Apache license
* `PyPI`_ - package installation
* `Online Documentation`_
* `Launchpad project`_ - release management
* `Bugs`_ - issue tracking
* `Source`_
* `How to Contribute`_
* `Release Notes`_
.. _PyPI: https://pypi.org/project/python-swiftclient
.. _Online Documentation: https://docs.openstack.org/python-swiftclient/latest/
.. _Launchpad project: https://launchpad.net/python-swiftclient
.. _Bugs: https://bugs.launchpad.net/python-swiftclient
.. _Source: https://opendev.org/openstack/python-swiftclient
.. _How to Contribute: https://docs.openstack.org/infra/manual/developers.html
.. _Release Notes: https://docs.openstack.org/releasenotes/python-swiftclient
.. contents:: Contents:
:local:
Platform: UNKNOWN
Classifier: Environment :: OpenStack

@@ -84,3 +32,64 @@ Classifier: Intended Audience :: Information Technology

Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS
Requires-Dist: requests>=2.4.0
Provides-Extra: keystone
Requires-Dist: python-keystoneclient>=0.7.0; extra == "keystone"
Provides-Extra: test
Requires-Dist: hacking<6.2.0,>=3.2.0; extra == "test"
Requires-Dist: coverage!=4.4,>=4.0; extra == "test"
Requires-Dist: python-keystoneclient>=0.7.0; extra == "test"
Requires-Dist: keystoneauth1>=3.4.0; extra == "test"
Requires-Dist: stestr!=3.0.0,>=2.0.0; extra == "test"
Requires-Dist: openstacksdk>=0.11.0; extra == "test"
========================
Team and repository tags
========================
.. image:: https://governance.openstack.org/tc/badges/python-swiftclient.svg
:target: https://governance.openstack.org/tc/reference/tags/index.html
.. Change things from this point on
Python bindings to the OpenStack Object Storage API
===================================================
.. image:: https://img.shields.io/pypi/v/python-swiftclient.svg
:target: https://pypi.org/project/python-swiftclient/
:alt: Latest Version
This is a python client for the Swift API. There's a Python API (the
``swiftclient`` module), and a command-line script (``swift``).
Development takes place via the usual OpenStack processes as outlined
in the `OpenStack wiki`__.
__ https://docs.openstack.org/infra/manual/developers.html
This code is based on the original client previously included with
`OpenStack's Swift`__. The python-swiftclient is licensed under the
Apache License like the rest of OpenStack.
__ https://github.com/openstack/swift
* Free software: Apache license
* `PyPI`_ - package installation
* `Online Documentation`_
* `Launchpad project`_ - release management
* `Bugs`_ - issue tracking
* `Source`_
* `How to Contribute`_
* `Release Notes`_
.. _PyPI: https://pypi.org/project/python-swiftclient
.. _Online Documentation: https://docs.openstack.org/python-swiftclient/latest/
.. _Launchpad project: https://launchpad.net/python-swiftclient
.. _Bugs: https://bugs.launchpad.net/python-swiftclient
.. _Source: https://opendev.org/openstack/python-swiftclient
.. _How to Contribute: https://docs.openstack.org/infra/manual/developers.html
.. _Release Notes: https://docs.openstack.org/releasenotes/python-swiftclient
.. contents:: Contents:
:local:

@@ -6,2 +6,1 @@ [console_scripts]

v1password = swiftclient.authv1:PasswordLoader

@@ -1,1 +0,1 @@

{"git_version": "e7061db", "is_release": true}
{"git_version": "e9fbe35", "is_release": true}
Metadata-Version: 2.1
Name: python-swiftclient
Version: 4.6.0
Version: 4.7.0
Summary: OpenStack Object Storage API Client Library

@@ -13,54 +13,2 @@ Home-page: https://docs.openstack.org/python-swiftclient/latest/

Project-URL: Source Code, https://opendev.org/openstack/python-swiftclient
Description: ========================
Team and repository tags
========================
.. image:: https://governance.openstack.org/tc/badges/python-swiftclient.svg
:target: https://governance.openstack.org/tc/reference/tags/index.html
.. Change things from this point on
Python bindings to the OpenStack Object Storage API
===================================================
.. image:: https://img.shields.io/pypi/v/python-swiftclient.svg
:target: https://pypi.org/project/python-swiftclient/
:alt: Latest Version
This is a python client for the Swift API. There's a Python API (the
``swiftclient`` module), and a command-line script (``swift``).
Development takes place via the usual OpenStack processes as outlined
in the `OpenStack wiki`__.
__ https://docs.openstack.org/infra/manual/developers.html
This code is based on the original client previously included with
`OpenStack's Swift`__. The python-swiftclient is licensed under the
Apache License like the rest of OpenStack.
__ https://github.com/openstack/swift
* Free software: Apache license
* `PyPI`_ - package installation
* `Online Documentation`_
* `Launchpad project`_ - release management
* `Bugs`_ - issue tracking
* `Source`_
* `How to Contribute`_
* `Release Notes`_
.. _PyPI: https://pypi.org/project/python-swiftclient
.. _Online Documentation: https://docs.openstack.org/python-swiftclient/latest/
.. _Launchpad project: https://launchpad.net/python-swiftclient
.. _Bugs: https://bugs.launchpad.net/python-swiftclient
.. _Source: https://opendev.org/openstack/python-swiftclient
.. _How to Contribute: https://docs.openstack.org/infra/manual/developers.html
.. _Release Notes: https://docs.openstack.org/releasenotes/python-swiftclient
.. contents:: Contents:
:local:
Platform: UNKNOWN
Classifier: Environment :: OpenStack

@@ -84,3 +32,64 @@ Classifier: Intended Audience :: Information Technology

Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS
Requires-Dist: requests>=2.4.0
Provides-Extra: keystone
Requires-Dist: python-keystoneclient>=0.7.0; extra == "keystone"
Provides-Extra: test
Requires-Dist: hacking<6.2.0,>=3.2.0; extra == "test"
Requires-Dist: coverage!=4.4,>=4.0; extra == "test"
Requires-Dist: python-keystoneclient>=0.7.0; extra == "test"
Requires-Dist: keystoneauth1>=3.4.0; extra == "test"
Requires-Dist: stestr!=3.0.0,>=2.0.0; extra == "test"
Requires-Dist: openstacksdk>=0.11.0; extra == "test"
========================
Team and repository tags
========================
.. image:: https://governance.openstack.org/tc/badges/python-swiftclient.svg
:target: https://governance.openstack.org/tc/reference/tags/index.html
.. Change things from this point on
Python bindings to the OpenStack Object Storage API
===================================================
.. image:: https://img.shields.io/pypi/v/python-swiftclient.svg
:target: https://pypi.org/project/python-swiftclient/
:alt: Latest Version
This is a python client for the Swift API. There's a Python API (the
``swiftclient`` module), and a command-line script (``swift``).
Development takes place via the usual OpenStack processes as outlined
in the `OpenStack wiki`__.
__ https://docs.openstack.org/infra/manual/developers.html
This code is based on the original client previously included with
`OpenStack's Swift`__. The python-swiftclient is licensed under the
Apache License like the rest of OpenStack.
__ https://github.com/openstack/swift
* Free software: Apache license
* `PyPI`_ - package installation
* `Online Documentation`_
* `Launchpad project`_ - release management
* `Bugs`_ - issue tracking
* `Source`_
* `How to Contribute`_
* `Release Notes`_
.. _PyPI: https://pypi.org/project/python-swiftclient
.. _Online Documentation: https://docs.openstack.org/python-swiftclient/latest/
.. _Launchpad project: https://launchpad.net/python-swiftclient
.. _Bugs: https://bugs.launchpad.net/python-swiftclient
.. _Source: https://opendev.org/openstack/python-swiftclient
.. _How to Contribute: https://docs.openstack.org/infra/manual/developers.html
.. _Release Notes: https://docs.openstack.org/releasenotes/python-swiftclient
.. contents:: Contents:
:local:

@@ -7,7 +7,7 @@ requests>=2.4.0

[test]
hacking<6.2.0,>=3.2.0
coverage!=4.4,>=4.0
hacking<6.2.0,>=3.2.0
python-keystoneclient>=0.7.0
keystoneauth1>=3.4.0
stestr!=3.0.0,>=2.0.0
openstacksdk>=0.11.0
python-keystoneclient>=0.7.0
stestr!=3.0.0,>=2.0.0

@@ -63,5 +63,7 @@ .coveragerc

releasenotes/notes/4_5_0_release-b315d25b889293f2.yaml
releasenotes/notes/4_6_0_release-92e466eb55b80225.yaml
releasenotes/source/2023.1.rst
releasenotes/source/2023.2.rst
releasenotes/source/2024.1.rst
releasenotes/source/2024.2.rst
releasenotes/source/conf.py

@@ -68,0 +70,0 @@ releasenotes/source/current.rst

@@ -6,2 +6,2 @@ ===========================

.. release-notes::
:branch: stable/2023.1
:branch: unmaintained/2023.1

@@ -9,2 +9,3 @@ ============================

current
2024.2
2024.1

@@ -11,0 +12,0 @@ 2023.2

Sorry, the diff of this file is not supported yet