python-swiftclient
Advanced tools
| --- | ||
| features: | ||
| - | | ||
| Now tested under Python 3.13. | ||
| fixes: | ||
| - | | ||
| Auth tokens are now truncated when running with ``--debug``. Added | ||
| ``--debug-with-secrets`` flag to enable previous, less-secure behavior. | ||
| - | | ||
| Various other minor bug fixes and improvements. | ||
| other: | ||
| - | | ||
| Dropped support for Python 3.6. |
| =========================== | ||
| 2025.1 Series Release Notes | ||
| =========================== | ||
| .. release-notes:: | ||
| :branch: stable/2025.1 |
+4
-6
@@ -43,6 +43,6 @@ - job: | ||
| jobs: | ||
| - openstack-tox-py36 | ||
| - openstack-tox-py37 | ||
| - openstack-tox-py38 | ||
| - openstack-tox-py310 | ||
| - openstack-tox-py39 | ||
| - openstack-tox-py311 | ||
| check: | ||
@@ -59,4 +59,3 @@ jobs: | ||
| irrelevant-files: *functest-irrelevant-files | ||
| - openstack-tox-py311 | ||
| - openstack-tox-py312: | ||
| - openstack-tox-py313: | ||
| voting: true | ||
@@ -67,4 +66,3 @@ gate: | ||
| - swiftclient-functional | ||
| - openstack-tox-py311 | ||
| - openstack-tox-py312: | ||
| - openstack-tox-py313: | ||
| voting: true | ||
@@ -71,0 +69,0 @@ post: |
+1
-0
@@ -116,2 +116,3 @@ Aarni Koskela (akx@iki.fi) | ||
| Paulo Ewerton (pauloewerton@lsd.ufcg.edu.br) | ||
| Pawel Tetera (ptetera@redhat.com) | ||
| pengyuesheng (pengyuesheng@gohighsec.com) | ||
@@ -118,0 +119,0 @@ Pete Zaitcev (zaitcev@kotori.zaitcev.us) |
+3
-12
| Metadata-Version: 2.1 | ||
| Name: python-swiftclient | ||
| Version: 4.7.0 | ||
| Version: 4.8.0 | ||
| Summary: OpenStack Object Storage API Client Library | ||
@@ -21,3 +21,2 @@ Home-page: https://docs.openstack.org/python-swiftclient/latest/ | ||
| Classifier: Programming Language :: Python :: 3 | ||
| Classifier: Programming Language :: Python :: 3.6 | ||
| Classifier: Programming Language :: Python :: 3.7 | ||
@@ -29,4 +28,5 @@ Classifier: Programming Language :: Python :: 3.8 | ||
| Classifier: Programming Language :: Python :: 3.12 | ||
| Classifier: Programming Language :: Python :: 3.13 | ||
| Classifier: Programming Language :: Python :: 3 :: Only | ||
| Requires-Python: >=3.6 | ||
| Requires-Python: >=3.7 | ||
| Description-Content-Type: text/x-rst | ||
@@ -46,11 +46,2 @@ License-File: LICENSE | ||
| ======================== | ||
| 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 | ||
@@ -57,0 +48,0 @@ =================================================== |
@@ -1,1 +0,1 @@ | ||
| {"git_version": "e9fbe35", "is_release": true} | ||
| {"git_version": "8486005", "is_release": true} |
| Metadata-Version: 2.1 | ||
| Name: python-swiftclient | ||
| Version: 4.7.0 | ||
| Version: 4.8.0 | ||
| Summary: OpenStack Object Storage API Client Library | ||
@@ -21,3 +21,2 @@ Home-page: https://docs.openstack.org/python-swiftclient/latest/ | ||
| Classifier: Programming Language :: Python :: 3 | ||
| Classifier: Programming Language :: Python :: 3.6 | ||
| Classifier: Programming Language :: Python :: 3.7 | ||
@@ -29,4 +28,5 @@ Classifier: Programming Language :: Python :: 3.8 | ||
| Classifier: Programming Language :: Python :: 3.12 | ||
| Classifier: Programming Language :: Python :: 3.13 | ||
| Classifier: Programming Language :: Python :: 3 :: Only | ||
| Requires-Python: >=3.6 | ||
| Requires-Python: >=3.7 | ||
| Description-Content-Type: text/x-rst | ||
@@ -46,11 +46,2 @@ License-File: LICENSE | ||
| ======================== | ||
| 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 | ||
@@ -57,0 +48,0 @@ =================================================== |
@@ -64,2 +64,3 @@ .coveragerc | ||
| releasenotes/notes/4_6_0_release-92e466eb55b80225.yaml | ||
| releasenotes/notes/4_8_0_release-41ba0852981191c3.yaml | ||
| releasenotes/source/2023.1.rst | ||
@@ -69,2 +70,3 @@ releasenotes/source/2023.2.rst | ||
| releasenotes/source/2024.2.rst | ||
| releasenotes/source/2025.1.rst | ||
| releasenotes/source/conf.py | ||
@@ -71,0 +73,0 @@ releasenotes/source/current.rst |
+0
-9
@@ -1,10 +0,1 @@ | ||
| ======================== | ||
| 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 | ||
@@ -11,0 +2,0 @@ =================================================== |
@@ -9,2 +9,3 @@ ============================ | ||
| current | ||
| 2025.1 | ||
| 2024.2 | ||
@@ -11,0 +12,0 @@ 2024.1 |
+2
-2
@@ -16,3 +16,3 @@ [metadata] | ||
| Source Code = https://opendev.org/openstack/python-swiftclient | ||
| python_requires = >=3.6 | ||
| python_requires = >=3.7 | ||
| classifier = | ||
@@ -27,3 +27,2 @@ Environment :: OpenStack | ||
| Programming Language :: Python :: 3 | ||
| Programming Language :: Python :: 3.6 | ||
| Programming Language :: Python :: 3.7 | ||
@@ -35,2 +34,3 @@ Programming Language :: Python :: 3.8 | ||
| Programming Language :: Python :: 3.12 | ||
| Programming Language :: Python :: 3.13 | ||
| Programming Language :: Python :: 3 :: Only | ||
@@ -37,0 +37,0 @@ |
+1
-1
@@ -27,3 +27,3 @@ [tox] | ||
| [testenv:{py36,py37}] | ||
| [testenv:{py36,py37,py38}] | ||
| # Drop the use of constraints; most dependencies have dropped support for | ||
@@ -30,0 +30,0 @@ # these versions already, and have updated their metadata to reflect that |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
1126617
0.14%112
1.82%20532
0.13%