diff -pruN 1:4.8.0-1/.gitignore 1:4.8.0-0ubuntu1/.gitignore
--- 1:4.8.0-1/.gitignore	2025-05-16 04:07:18.000000000 +0000
+++ 1:4.8.0-0ubuntu1/.gitignore	1970-01-01 00:00:00.000000000 +0000
@@ -1,20 +0,0 @@
-*.sw?
-dist/
-.tox
-*.egg
-*.egg-info
-*.py[co]
-.DS_Store
-*.log
-.testrepository
-.stestr/
-subunit.log
-build
-swiftclient/versioninfo
-.autogenerated
-.coverage
-cover/
-coverage.xml
-doc/build
-doc/source/api/
-.idea
diff -pruN 1:4.8.0-1/.gitreview 1:4.8.0-0ubuntu1/.gitreview
--- 1:4.8.0-1/.gitreview	2025-05-16 04:07:18.000000000 +0000
+++ 1:4.8.0-0ubuntu1/.gitreview	1970-01-01 00:00:00.000000000 +0000
@@ -1,4 +0,0 @@
-[gerrit]
-host=review.opendev.org
-port=29418
-project=openstack/python-swiftclient.git
diff -pruN 1:4.8.0-1/PKG-INFO 1:4.8.0-0ubuntu1/PKG-INFO
--- 1:4.8.0-1/PKG-INFO	1970-01-01 00:00:00.000000000 +0000
+++ 1:4.8.0-0ubuntu1/PKG-INFO	2025-05-22 07:14:51.092040000 +0000
@@ -0,0 +1,84 @@
+Metadata-Version: 2.1
+Name: python-swiftclient
+Version: 4.8.0
+Summary: OpenStack Object Storage API Client Library
+Home-page: https://docs.openstack.org/python-swiftclient/latest/
+Author: OpenStack
+Author-email: openstack-discuss@lists.openstack.org
+License: Apache License, Version 2.0
+Project-URL: Bug Tracker, https://bugs.launchpad.net/python-swiftclient
+Project-URL: Documentation, https://docs.openstack.org/python-swiftclient/latest/
+Project-URL: Release Notes, https://opendev.org/openstack/python-swiftclient/src/branch/master/ChangeLog
+Project-URL: Source Code, https://opendev.org/openstack/python-swiftclient
+Classifier: Environment :: OpenStack
+Classifier: Intended Audience :: Information Technology
+Classifier: Intended Audience :: System Administrators
+Classifier: License :: OSI Approved :: Apache Software License
+Classifier: Operating System :: POSIX :: Linux
+Classifier: Operating System :: Microsoft :: Windows
+Classifier: Programming Language :: Python
+Classifier: Programming Language :: Python :: 3
+Classifier: Programming Language :: Python :: 3.7
+Classifier: Programming Language :: Python :: 3.8
+Classifier: Programming Language :: Python :: 3.9
+Classifier: Programming Language :: Python :: 3.10
+Classifier: Programming Language :: Python :: 3.11
+Classifier: Programming Language :: Python :: 3.12
+Classifier: Programming Language :: Python :: 3.13
+Classifier: Programming Language :: Python :: 3 :: Only
+Requires-Python: >=3.7
+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"
+
+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:
+
diff -pruN 1:4.8.0-1/debian/changelog 1:4.8.0-0ubuntu1/debian/changelog
--- 1:4.8.0-1/debian/changelog	2025-09-02 07:13:43.000000000 +0000
+++ 1:4.8.0-0ubuntu1/debian/changelog	2025-09-17 20:41:55.000000000 +0000
@@ -1,242 +1,178 @@
-python-swiftclient (1:4.8.0-1) experimental; urgency=medium
+python-swiftclient (1:4.8.0-0ubuntu1) questing; urgency=medium
 
-  * New upstream release.
-
- -- Thomas Goirand <zigo@debian.org>  Tue, 02 Sep 2025 09:13:43 +0200
-
-python-swiftclient (1:4.7.0-2) unstable; urgency=medium
-
-  * Uploading to unstable.
-
- -- Thomas Goirand <zigo@debian.org>  Fri, 28 Mar 2025 12:43:48 +0100
-
-python-swiftclient (1:4.7.0-1) experimental; urgency=medium
-
-  * New upstream release.
-  * d/watch: switch to version=4 and mode=git.
-
- -- Thomas Goirand <zigo@debian.org>  Mon, 03 Mar 2025 11:59:53 +0100
-
-python-swiftclient (1:4.6.0-3) unstable; urgency=medium
-
-  * Removed runtime depends on python3-pkg-resource (Closes: #1083716).
-
- -- Thomas Goirand <zigo@debian.org>  Thu, 10 Oct 2024 10:35:29 +0200
-
-python-swiftclient (1:4.6.0-2) unstable; urgency=medium
-
-  * Removed /usr/bin alternative removal in {pre,post}rm.
-  * Uploading to unstable.
-
- -- Thomas Goirand <zigo@debian.org>  Fri, 20 Sep 2024 10:45:37 +0200
-
-python-swiftclient (1:4.6.0-1) experimental; urgency=medium
-
-  * New upstream release.
-
- -- Thomas Goirand <zigo@debian.org>  Fri, 30 Aug 2024 10:19:48 +0200
-
-python-swiftclient (1:4.5.0-2) unstable; urgency=medium
+  [ Guillaume Boutry ]
+  * d/gbp.conf, .launchpad.yaml: Sync from cloud-archive-tools for
+    flamingo.
 
-  [ Ondřej Nový ]
-  * Remove myself from Uploaders.
-
-  [ Thomas Goirand ]
-  * Uploading to unstable.
-
- -- Thomas Goirand <zigo@debian.org>  Thu, 04 Apr 2024 08:42:11 +0200
-
-python-swiftclient (1:4.5.0-1) experimental; urgency=medium
-
-  * New upstream release.
-  * Drop py3.12-Fix_call_assertion.patch applied upstream.
-
- -- Thomas Goirand <zigo@debian.org>  Fri, 01 Mar 2024 17:11:43 +0100
-
-python-swiftclient (1:4.4.0-4) unstable; urgency=medium
-
-  * Add py3.12-Fix_call_assertion.patch (Closes: #1058186).
+  [ Myles Penner ]
+  * New upstream release for OpenStack Flamingo (LP: #2122726).
+  * d/watch: Add Flamingo key verification.
+  * d/u/signing-key.asc: Add Flamingo public key.
+  * d/s/options: Ignore .launchpad.yaml when generating diffs.
 
- -- Thomas Goirand <zigo@debian.org>  Tue, 12 Dec 2023 17:05:43 +0100
+ -- Myles Penner <myles.penner@canonical.com>  Wed, 17 Sep 2025 13:41:55 -0700
 
-python-swiftclient (1:4.4.0-3) unstable; urgency=medium
+python-swiftclient (1:4.7.0-0ubuntu1) plucky; urgency=medium
 
-  * Uploading to unstable.
-
- -- Thomas Goirand <zigo@debian.org>  Wed, 04 Oct 2023 17:09:23 +0200
-
-python-swiftclient (1:4.4.0-2) unstable; urgency=medium
+  * d/gbp.conf: upstream-branch -> upstream-dalmatian.
+  * d/gbp.conf, .launchpad.yaml: Sync from cloud-archive-tools for
+    epoxy.
+  * New upstream release for OpenStack Epoxy.
 
-  * Uploading to unstable.
-
- -- Thomas Goirand <zigo@debian.org>  Wed, 04 Oct 2023 17:06:04 +0200
+ -- James Page <james.page@ubuntu.com>  Mon, 03 Mar 2025 09:37:23 +0000
 
-python-swiftclient (1:4.4.0-1) experimental; urgency=medium
+python-swiftclient (1:4.6.0-0ubuntu1) oracular; urgency=medium
 
   * New upstream release.
 
- -- Thomas Goirand <zigo@debian.org>  Tue, 05 Sep 2023 08:53:16 +0200
-
-python-swiftclient (1:4.3.0-1) experimental; urgency=medium
-
-  * New upstream release.
-
- -- Thomas Goirand <zigo@debian.org>  Thu, 31 Aug 2023 11:15:19 +0200
-
-python-swiftclient (1:4.2.0-2) unstable; urgency=medium
-
-  * Uploading to unstable.
+ -- James Page <james.page@ubuntu.com>  Wed, 07 Aug 2024 07:31:07 +0100
 
- -- Thomas Goirand <zigo@debian.org>  Mon, 19 Jun 2023 13:25:29 +0200
+python-swiftclient (1:4.5.0-0ubuntu1) noble; urgency=medium
 
-python-swiftclient (1:4.2.0-1) experimental; urgency=medium
+  [ Corey Bryant ]
+  * d/gbp.conf, .launchpad.yaml: Sync from cloud-archive-tools for
+    caracal.
 
-  * New upstream release.
+  [ James Page ]
+  * New upstream release for OpenStack Caracal.
 
- -- Thomas Goirand <zigo@debian.org>  Wed, 22 Feb 2023 14:22:28 +0100
+ -- James Page <james.page@ubuntu.com>  Mon, 11 Mar 2024 12:05:46 +0000
 
-python-swiftclient (1:4.1.0-2) unstable; urgency=medium
+python-swiftclient (1:4.4.0-0ubuntu1) mantic; urgency=medium
 
-  * Uploading to unstable.
+  * New upstream release for OpenStack Bobcat.
 
- -- Thomas Goirand <zigo@debian.org>  Fri, 23 Sep 2022 14:43:34 +0200
+ -- Corey Bryant <corey.bryant@canonical.com>  Tue, 05 Sep 2023 15:31:03 -0400
 
-python-swiftclient (1:4.1.0-1) experimental; urgency=medium
+python-swiftclient (1:4.3.0-0ubuntu1) mantic; urgency=medium
 
-  * New upstream release.
-  * Fixed (build-)depends for this release.
-  * Add autopkgtest.
+  * d/gbp.conf, .launchpad.yaml: Sync from cloud-archive-tools for
+    bobcat.
+  * d/t/control: Rename from d/t/control.autodep8.
+  * New upstream release for OpenStack Bobcat.
 
- -- Thomas Goirand <zigo@debian.org>  Fri, 02 Sep 2022 11:30:29 +0200
+ -- Corey Bryant <corey.bryant@canonical.com>  Thu, 08 Jun 2023 17:07:32 -0400
 
-python-swiftclient (1:3.13.1-2) unstable; urgency=medium
+python-swiftclient (1:4.2.0-0ubuntu1) lunar; urgency=medium
 
-  * Uploading to unstable.
+  * New upstream release for OpenStack Antelope.
+  * d/control: Align (Build-)Depends with upstream.
 
- -- Thomas Goirand <zigo@debian.org>  Fri, 25 Mar 2022 11:41:54 +0100
+ -- Corey Bryant <corey.bryant@canonical.com>  Thu, 23 Feb 2023 13:05:05 -0500
 
-python-swiftclient (1:3.13.1-1) experimental; urgency=medium
+python-swiftclient (1:4.1.0-0ubuntu1) kinetic; urgency=medium
 
-  * New upstream release.
+  * New upstream release for OpenStack Zed.
 
- -- Thomas Goirand <zigo@debian.org>  Wed, 23 Feb 2022 12:09:21 +0100
+ -- Corey Bryant <corey.bryant@canonical.com>  Tue, 13 Sep 2022 11:15:14 -0400
 
-python-swiftclient (1:3.12.0-2) unstable; urgency=medium
+python-swiftclient (1:4.0.1-0ubuntu1) kinetic; urgency=medium
 
-  * Uploading to unstable.
+  * New upstream release for OpenStack Zed.
 
- -- Thomas Goirand <zigo@debian.org>  Wed, 29 Sep 2021 17:53:43 +0200
+ -- Corey Bryant <corey.bryant@canonical.com>  Thu, 08 Sep 2022 20:45:02 -0400
 
-python-swiftclient (1:3.12.0-1) experimental; urgency=medium
-
-  * New upstream release.
+python-swiftclient (1:4.0.0-0ubuntu1) kinetic; urgency=medium
 
- -- Thomas Goirand <zigo@debian.org>  Mon, 06 Sep 2021 11:22:39 +0200
+  * New upstream release for OpenStack Zed.
+  * d/control: Align (Build-)Depends with upstream.
+  * d/control: Update standards version to 4.6.1.
 
-python-swiftclient (1:3.11.1-1) experimental; urgency=medium
+ -- Corey Bryant <corey.bryant@canonical.com>  Tue, 31 May 2022 17:01:29 -0400
 
-  * New upstream release.
+python-swiftclient (1:3.13.1-0ubuntu1) jammy; urgency=medium
 
- -- Thomas Goirand <zigo@debian.org>  Thu, 11 Mar 2021 10:36:13 +0100
+  * New upstream release for OpenStack Yoga.
 
-python-swiftclient (1:3.10.1-2) unstable; urgency=medium
+ -- Corey Bryant <corey.bryant@canonical.com>  Wed, 02 Mar 2022 15:50:56 -0500
 
-  * Uploading to unstable.
-  * Fixed debian/watch.
-  * Add a debian/salsa-ci.yml.
+python-swiftclient (1:3.13.0-0ubuntu1) jammy; urgency=medium
 
- -- Thomas Goirand <zigo@debian.org>  Fri, 16 Oct 2020 17:23:24 +0200
+  * New upstream release for OpenStack Yoga.
+  * d/control: Bump debhelper compat to 13.
 
-python-swiftclient (1:3.10.1-1) experimental; urgency=medium
+ -- Corey Bryant <corey.bryant@canonical.com>  Wed, 12 Jan 2022 15:15:18 -0500
 
-  * New upstream release.
+python-swiftclient (1:3.12.0-0ubuntu1) impish; urgency=medium
 
- -- Thomas Goirand <zigo@debian.org>  Sun, 13 Sep 2020 10:43:10 +0200
+  * New upstream release for OpenStack Xena.
 
-python-swiftclient (1:3.10.0-1) unstable; urgency=medium
+ -- Chris MacNaughton <chris.macnaughton@ubuntu.com>  Fri, 11 Jun 2021 10:48:03 +0000
 
-  * New upstream release.
-  * d/python3-swiftclient.pyremove: Remove useless "object" file.
+python-swiftclient (1:3.11.0-0ubuntu1) hirsute; urgency=medium
 
- -- Ondřej Nový <onovy@debian.org>  Wed, 22 Jul 2020 10:34:09 +0200
+  * d/control: Update VCS paths for move to lp:~ubuntu-openstack-dev.
+  * New upstream release for OpenStack Wallaby.
 
-python-swiftclient (1:3.9.0-2) unstable; urgency=medium
+ -- Chris MacNaughton <chris.macnaughton@ubuntu.com>  Mon, 07 Dec 2020 12:13:47 +0000
 
-  * Uploading to unstable.
+python-swiftclient (1:3.10.1-0ubuntu1) groovy; urgency=medium
 
- -- Thomas Goirand <zigo@debian.org>  Fri, 08 May 2020 23:40:11 +0200
+  * New upstream release for OpenStack Victoria.
 
-python-swiftclient (1:3.9.0-1) experimental; urgency=medium
+ -- Corey Bryant <corey.bryant@canonical.com>  Fri, 18 Sep 2020 12:38:03 -0400
 
-  * New upstream release.
-  * d/pybuild.testfiles: Rename tests directory to test (as upstream).
-  * Bump Standards-Version to 4.5.0.
-  * Rules-Requires-Root: no.
+python-swiftclient (1:3.10.0-0ubuntu1) groovy; urgency=medium
 
- -- Ondřej Nový <onovy@debian.org>  Mon, 16 Mar 2020 12:10:32 +0100
+  * New upstream release for OpenStack Victoria.
+  * d/control: Align (Build-)Depends with upstream.
+  * d/control: Update Standards-Version to 4.5.0.
 
-python-swiftclient (1:3.8.1-2) unstable; urgency=medium
+ -- Chris MacNaughton <chris.macnaughton@canonical.com>  Wed, 29 Jul 2020 12:17:18 +0000
 
-  * Uploading to unstable.
-  * Bump Standards-Version to 4.4.1.
+python-swiftclient (1:3.9.0-0ubuntu1) focal; urgency=medium
 
- -- Ondřej Nový <onovy@debian.org>  Sun, 20 Oct 2019 21:37:13 +0200
+  * New upstream release for OpenStack Ussuri.
+  * d/control: Align (Build-)Depends with upstream.
+  * d/rules: Switch to pybuild.
 
-python-swiftclient (1:3.8.1-1) experimental; urgency=medium
+ -- Corey Bryant <corey.bryant@canonical.com>  Wed, 11 Mar 2020 16:36:02 -0400
 
-  * New upstream release.
-  * Running wrap-and-sort -bast.
-  * d/copyright: Bump my copyright year.
-  * Remove python3-oslosphinx from B-D, not needed anymore.
+python-swiftclient (1:3.8.1-0ubuntu1) eoan; urgency=medium
 
- -- Ondřej Nový <onovy@debian.org>  Mon, 16 Sep 2019 13:14:15 +0200
+  * New upstream release for OpenStack Train.
 
-python-swiftclient (1:3.7.0-2) unstable; urgency=medium
+ -- James Page <james.page@ubuntu.com>  Thu, 26 Sep 2019 10:38:22 +0100
 
-  * Uploading to unstable
-  * Bump debhelper compat level to 12 and use debhelper-compat
-  * Use pybuild for package building
-  * Move python3-keystoneclient into Recommends
-  * d/tests: Remove Python 2 tests and simplify Python 3
+python-swiftclient (1:3.8.0-0ubuntu3) eoan; urgency=medium
 
- -- Ondřej Nový <onovy@debian.org>  Wed, 17 Jul 2019 15:26:34 +0200
+  * d/rules, d/tests/client: Since the package is now Python3 only and no
+    longer uses alternatives, there's no need to move the binary to
+    python3-swift and also no need to move the man page to python3-swift.1.
 
-python-swiftclient (1:3.7.0-1) experimental; urgency=medium
+ -- Corey Bryant <corey.bryant@canonical.com>  Wed, 28 Aug 2019 10:23:05 -0400
 
-  [ Ondřej Nový ]
-  * Rename d/tests/control.autodep8 to d/tests/control.
+python-swiftclient (1:3.8.0-0ubuntu2) eoan; urgency=medium
 
-  [ Thomas Goirand ]
-  * New upstream release.
-  * Removed Python 2 support.
-  * Using installed python package for running unit tests.
+  * d/control, d/rules, d/tests, d/pydist-overrides,
+    d/python(3)-swiftclient.p*: Drop Python 2 support.
 
- -- Thomas Goirand <zigo@debian.org>  Sat, 23 Mar 2019 23:05:38 +0100
+ -- Corey Bryant <corey.bryant@canonical.com>  Tue, 27 Aug 2019 09:29:53 -0400
 
-python-swiftclient (1:3.6.0-2) unstable; urgency=medium
+python-swiftclient (1:3.8.0-0ubuntu1) eoan; urgency=medium
 
-  * Uploading to unstable
-  * Use 'python3 -m sphinx' instead of sphinx-build for building docs
-  * Bump Standards-Version to 4.2.1
+  * New upstream release for OpenStack Train.
+  * d/control: Align (Build-)Depends with upstream.
 
- -- Ondřej Nový <onovy@debian.org>  Wed, 05 Sep 2018 10:46:36 +0200
+ -- Corey Bryant <corey.bryant@canonical.com>  Tue, 30 Jul 2019 15:51:56 -0400
 
-python-swiftclient (1:3.6.0-1) experimental; urgency=medium
+python-swiftclient (1:3.7.0-0ubuntu1) disco; urgency=medium
 
-  * New upstream release
-  * Fix B-D for new upstream release
+  * New upstream release for OpenStack Stein.
+  * d/control: Align (Build-)Depends with upstream.
+  * d/rules: Run unit tests with stestr via pkgos-dh_auto_test.
 
- -- Ondřej Nový <onovy@debian.org>  Mon, 20 Aug 2018 16:55:20 +0200
+ -- Corey Bryant <corey.bryant@canonical.com>  Wed, 13 Mar 2019 14:40:21 -0400
 
-python-swiftclient (1:3.5.0-3) unstable; urgency=medium
+python-swiftclient (1:3.6.0-0ubuntu1) cosmic; urgency=low
 
-  * d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP
-  * d/control: Use team+openstack@tracker.debian.org as maintainer
-  * d/changelog: Remove empty line at end of file
-  * Bump standards version to 4.1.2 (no changes)
-  * Add upstream metadata
+  * Merge from Debian unstable.  Remaining changes:
+    - d/gbp.conf: Retain for pristine-tar.
+    - d/watch: Get tarball from tarballs.openstack.org.
+  * New upstream release for OpenStack Rocky.
+  * d/control: Align (Build-)Depends with upstream.
 
- -- Ondřej Nový <onovy@debian.org>  Mon, 20 Aug 2018 16:27:27 +0200
+ -- Corey Bryant <corey.bryant@canonical.com>  Wed, 01 Aug 2018 16:11:11 -0400
 
 python-swiftclient (1:3.5.0-2) unstable; urgency=medium
 
@@ -257,10 +193,19 @@ python-swiftclient (1:3.5.0-1) experimen
 
  -- Ondřej Nový <onovy@debian.org>  Mon, 12 Feb 2018 10:53:06 +0100
 
+python-swiftclient (1:3.5.0-0ubuntu1) bionic; urgency=medium
+
+  * New upstream release.
+  * d/*: wrap-and-sort -bast.
+  * d/control: Update Standards-Version to 4.1.2.
+  * d/control: Bump debhelper compat to 10.
+  * d/control: Align (Build-)Depends with upstream.
+
+ -- Corey Bryant <corey.bryant@canonical.com>  Tue, 13 Feb 2018 08:42:07 -0500
+
 python-swiftclient (1:3.4.0-3) unstable; urgency=medium
 
   [ Daniel Baumann ]
-  * Non-maintainer upload.
   * Updating standards version to 4.1.0.
 
   [ Thomas Goirand ]
@@ -298,6 +243,29 @@ python-swiftclient (1:3.4.0-1) experimen
 
  -- Ondřej Nový <onovy@debian.org>  Mon, 07 Aug 2017 18:48:52 +0200
 
+python-swiftclient (1:3.4.0-0ubuntu1) artful; urgency=medium
+
+  * New upstream release.
+
+ -- Corey Bryant <corey.bryant@canonical.com>  Tue, 15 Aug 2017 15:21:31 -0400
+
+python-swiftclient (1:3.3.0-0ubuntu1) zesty; urgency=medium
+
+  * New upstream release.
+
+ -- Chuck Short <zulcss@ubuntu.com>  Sat, 28 Jan 2017 21:48:38 -0500
+
+python-swiftclient (1:3.2.0-0ubuntu1) zesty; urgency=medium
+
+  [ Corey Bryant ]
+  * d/gbp.conf: Update gbp configuration file.
+  * d/control: Update Vcs-* links and maintainers.
+
+  [ Chuck Short ]
+  * New upstream version. 
+
+ -- Chuck Short <zulcss@ubuntu.com>  Mon, 14 Nov 2016 12:39:19 -0500
+
 python-swiftclient (1:3.1.0-3) unstable; urgency=medium
 
   * Bumped debhelper version to 10
@@ -561,3 +529,4 @@ python-swiftclient (1:1.1.1-0ubuntu1) qu
   * debian/copyright: Update format.
 
  -- Adam Gandelman <adamg@canonical.com>  Wed, 06 Jun 2012 12:54:56 -0700
+
diff -pruN 1:4.8.0-1/debian/control 1:4.8.0-0ubuntu1/debian/control
--- 1:4.8.0-1/debian/control	2025-09-02 07:13:43.000000000 +0000
+++ 1:4.8.0-0ubuntu1/debian/control	2025-09-17 20:41:55.000000000 +0000
@@ -1,32 +1,40 @@
 Source: python-swiftclient
 Section: python
 Priority: optional
-Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Debian OpenStack <openstack-devel@lists.alioth.debian.org>
 Uploaders:
  Thomas Goirand <zigo@debian.org>,
  Corey Bryant <corey.bryant@canonical.com>,
+ Ondřej Nový <onovy@debian.org>,
 Build-Depends:
- debhelper-compat (= 12),
+ debhelper-compat (= 13),
  dh-python,
  openstack-pkg-tools,
  python3-all,
  python3-pbr,
  python3-setuptools,
- python3-sphinx,
+ python3-sphinx (>= 1.6.2),
 Build-Depends-Indep:
- python3-coverage,
- python3-hacking,
- python3-keystoneauth1,
+ python3-coverage (>= 4.0),
+ python3-hacking (>= 1.1.0),
+ python3-keystoneauth1 (>= 3.4.0),
  python3-keystoneclient,
- python3-openstackdocstheme,
+ python3-mock (>= 1.2.0),
+ python3-openstackdocstheme (>= 2.2.1),
+ python3-openstacksdk (>= 0.11.0),
+ python3-oslosphinx (>= 4.7.0),
  python3-reno,
- python3-stestr,
-Standards-Version: 4.5.0
-Vcs-Git: https://salsa.debian.org/openstack-team/clients/python-swiftclient.git
-Vcs-Browser: https://salsa.debian.org/openstack-team/clients/python-swiftclient
-Homepage: https://github.com/openstack/python-swiftclient
+ python3-requests (>= 2.4.0),
+ python3-six (>= 1.9.0),
+ python3-stestr (>= 2.0.0),
+ python3-subunit,
+ subunit,
+ testrepository,
+Standards-Version: 4.6.1
+Vcs-Git: https://git.launchpad.net/~ubuntu-openstack-dev/ubuntu/+source/python-swiftclient
+Homepage: https://opendev.org/openstack/python-swiftclient
 Testsuite: autopkgtest-pkg-python
-Rules-Requires-Root: no
 
 Package: python-swiftclient-doc
 Section: doc
@@ -61,10 +69,11 @@ Description: Client library for Openstac
 
 Package: python3-swiftclient
 Architecture: all
-Recommends:
- python3-keystoneclient,
- ${python3:Recommends},
 Depends:
+ python3-keystoneclient,
+ python3-pkg-resources,
+ python3-requests (>= 2.4.0),
+ python3-six (>= 1.9.0),
  ${misc:Depends},
  ${python3:Depends},
 Description: Client library for Openstack Swift API - Python 3.x
diff -pruN 1:4.8.0-1/debian/copyright 1:4.8.0-0ubuntu1/debian/copyright
--- 1:4.8.0-1/debian/copyright	2025-09-02 07:13:43.000000000 +0000
+++ 1:4.8.0-0ubuntu1/debian/copyright	2025-09-17 20:41:55.000000000 +0000
@@ -14,7 +14,7 @@ Copyright: (c) 2010-2017, Thomas Goirand
            (c) 2015, James Page <james.page@ubuntu.com>
            (c) 2015, Corey Bryant <corey.bryant@canonical.com>
            (c) 2015, Ivan Udovichenko <iudovichenko@mirantis.com>
-           (c) 2015-2019, Ondřej Nový <onovy@debian.org>
+           (c) 2015-2018, Ondřej Nový <onovy@debian.org>
 License: Apache-2
 
 License: Apache-2
diff -pruN 1:4.8.0-1/debian/gbp.conf 1:4.8.0-0ubuntu1/debian/gbp.conf
--- 1:4.8.0-1/debian/gbp.conf	1970-01-01 00:00:00.000000000 +0000
+++ 1:4.8.0-0ubuntu1/debian/gbp.conf	2025-09-17 20:41:55.000000000 +0000
@@ -0,0 +1,9 @@
+[DEFAULT]
+debian-branch = master
+upstream-tag = %(version)s
+pristine-tar = True
+upstream-branch = upstream-flamingo
+
+[buildpackage]
+export-dir = ../build-area
+prebuild = [ ! -f .launchpad.yaml ] || rm .launchpad.yaml
diff -pruN 1:4.8.0-1/debian/py3dist-overrides 1:4.8.0-0ubuntu1/debian/py3dist-overrides
--- 1:4.8.0-1/debian/py3dist-overrides	1970-01-01 00:00:00.000000000 +0000
+++ 1:4.8.0-0ubuntu1/debian/py3dist-overrides	2025-09-17 20:41:55.000000000 +0000
@@ -0,0 +1,2 @@
+argparse
+futures
diff -pruN 1:4.8.0-1/debian/pybuild.testfiles 1:4.8.0-0ubuntu1/debian/pybuild.testfiles
--- 1:4.8.0-1/debian/pybuild.testfiles	2025-09-02 07:13:43.000000000 +0000
+++ 1:4.8.0-0ubuntu1/debian/pybuild.testfiles	1970-01-01 00:00:00.000000000 +0000
@@ -1,3 +0,0 @@
-test
-.stestr.conf
-python_swiftclient.egg-info
diff -pruN 1:4.8.0-1/debian/python3-swiftclient.pyremove 1:4.8.0-0ubuntu1/debian/python3-swiftclient.pyremove
--- 1:4.8.0-1/debian/python3-swiftclient.pyremove	2025-09-02 07:13:43.000000000 +0000
+++ 1:4.8.0-0ubuntu1/debian/python3-swiftclient.pyremove	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-object
diff -pruN 1:4.8.0-1/debian/rules 1:4.8.0-0ubuntu1/debian/rules
--- 1:4.8.0-1/debian/rules	2025-09-02 07:13:43.000000000 +0000
+++ 1:4.8.0-0ubuntu1/debian/rules	2025-09-17 20:41:55.000000000 +0000
@@ -1,19 +1,38 @@
 #!/usr/bin/make -f
 
--include /usr/share/openstack-pkg-tools/pkgos.make
+export PYBUILD_NAME=python-swiftclient
 
-export PYBUILD_NAME=swiftclient
+PYTHON3S:=$(shell py3versions -vr)
+
+include /usr/share/openstack-pkg-tools/pkgos.make
 
 %:
-	dh $@ --with python3,sphinxdoc --buildsystem=pybuild
+	dh $@  --with python3,sphinxdoc --buildsystem=pybuild
+
+override_dh_install:
+	set -e ; for pyvers in $(PYTHON3S); do \
+		python$$pyvers setup.py install --install-layout=deb \
+			--root $(CURDIR)/debian/python3-swiftclient ; \
+	done
+
+override_dh_installdocs:
+	dh_installdocs
+	dh_installdocs -A AUTHORS
+
+override_dh_python3:
+	dh_python3 --shebang=/usr/bin/python3
+
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -rf build .testrepository
 
 override_dh_auto_test:
-	PYBUILD_SYSTEM=custom \
-		PYBUILD_TEST_ARGS="cd {build_dir} ; {interpreter} -m stestr run" \
-		dh_auto_test
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+	pkgos-dh_auto_test --no-py2
+endif
 
 override_dh_sphinxdoc:
-ifeq (,$(findstring nodoc, $(DEB_BUILD_OPTIONS)))
-	python3 -m sphinx -b html doc/source $(CURDIR)/debian/python-swiftclient-doc/usr/share/doc/python-swiftclient/html
+ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS)))
+	sphinx-build -b html doc/source $(CURDIR)/debian/python-swiftclient-doc/usr/share/doc/python-swiftclient/html
 	dh_sphinxdoc
 endif
diff -pruN 1:4.8.0-1/debian/salsa-ci.yml 1:4.8.0-0ubuntu1/debian/salsa-ci.yml
--- 1:4.8.0-1/debian/salsa-ci.yml	2025-09-02 07:13:43.000000000 +0000
+++ 1:4.8.0-0ubuntu1/debian/salsa-ci.yml	1970-01-01 00:00:00.000000000 +0000
@@ -1,3 +0,0 @@
-include:
-  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
-  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
diff -pruN 1:4.8.0-1/debian/source/options 1:4.8.0-0ubuntu1/debian/source/options
--- 1:4.8.0-1/debian/source/options	2025-09-02 07:13:43.000000000 +0000
+++ 1:4.8.0-0ubuntu1/debian/source/options	2025-09-17 20:41:55.000000000 +0000
@@ -1 +1,2 @@
 extend-diff-ignore = "^[^/]*[.]egg-info/"
+extend-diff-ignore = "^.launchpad.yaml"
diff -pruN 1:4.8.0-1/debian/tests/client 1:4.8.0-0ubuntu1/debian/tests/client
--- 1:4.8.0-1/debian/tests/client	1970-01-01 00:00:00.000000000 +0000
+++ 1:4.8.0-0ubuntu1/debian/tests/client	2025-09-17 20:41:55.000000000 +0000
@@ -0,0 +1,18 @@
+#!/bin/bash
+#-------------------------
+# Testing client utilities
+#-------------------------
+set -e
+
+cd "$ADTTMP"
+
+HELP_CLIENTS=('swift')
+for client in "${HELP_CLIENTS[@]}"; do
+    if ! $client -h 2>&1 > /dev/null; then
+        echo "ERROR, ${client} is not running"
+        exit 1
+    else
+        echo "OK: ${client} is running"
+    fi
+done
+exit 0
diff -pruN 1:4.8.0-1/debian/tests/control 1:4.8.0-0ubuntu1/debian/tests/control
--- 1:4.8.0-1/debian/tests/control	2025-09-02 07:13:43.000000000 +0000
+++ 1:4.8.0-0ubuntu1/debian/tests/control	2025-09-17 20:41:55.000000000 +0000
@@ -1,9 +1,2 @@
-Test-Command: cd "$AUTOPKGTEST_TMP" ; swift -h 2>&1 >/dev/null
-Depends:
- python3-swiftclient,
-Features: test-name=cli
-
-Tests: unittests
-Depends:
- @builddeps@,
-Restrictions: allow-stderr needs-root
+Tests: client
+Depends: python3-swiftclient
diff -pruN 1:4.8.0-1/debian/tests/unittests 1:4.8.0-0ubuntu1/debian/tests/unittests
--- 1:4.8.0-1/debian/tests/unittests	2025-09-02 07:13:43.000000000 +0000
+++ 1:4.8.0-0ubuntu1/debian/tests/unittests	1970-01-01 00:00:00.000000000 +0000
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-set -e
-set -x
-export OSLO_PACKAGE_VERSION=$(dpkg-parsechangelog -SVersion | sed -e 's/^[[:digit:]]*://' -e 's/[-].*//' -e 's/~git.*//' -e 's/~/.0/' -e 's/+dfsg1//' -e 's/+ds1//' | head -n 1)
-
-CWD=$(pwd)
-PYTHON3S=$(py3versions -vs)
-for i in ${PYTHON3S} ; do
-	python${i} setup.py install --install-layout=deb --root ${CWD}/debian/tmp
-	python${i} -m stestr run
-done
diff -pruN 1:4.8.0-1/debian/upstream/metadata 1:4.8.0-0ubuntu1/debian/upstream/metadata
--- 1:4.8.0-1/debian/upstream/metadata	2025-09-02 07:13:43.000000000 +0000
+++ 1:4.8.0-0ubuntu1/debian/upstream/metadata	1970-01-01 00:00:00.000000000 +0000
@@ -1,5 +0,0 @@
-Bug-Database: https://bugs.launchpad.net/python-swiftclient
-Bug-Submit: https://bugs.launchpad.net/python-swiftclient/+filebug
-Name: Swift client
-Repository: https://github.com/openstack/python-swiftclient.git
-Repository-Browse: https://github.com/openstack/python-swiftclient
diff -pruN 1:4.8.0-1/debian/upstream/signing-key.asc 1:4.8.0-0ubuntu1/debian/upstream/signing-key.asc
--- 1:4.8.0-1/debian/upstream/signing-key.asc	1970-01-01 00:00:00.000000000 +0000
+++ 1:4.8.0-0ubuntu1/debian/upstream/signing-key.asc	2025-09-17 20:41:55.000000000 +0000
@@ -0,0 +1,34 @@
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+
+mDMEZ92jlhYJKwYBBAHaRw8BAQdAnSMr01EpuQHlcTQ8c0ENVDFs9mi/TdWB0IlG
+ZF1eC2S0Qk9wZW5TdGFjayBJbmZyYSAoMjAyNS4yL0ZsYW1pbmdvIEN5Y2xlKSA8
+aW5mcmEtcm9vdEBvcGVuc3RhY2sub3JnPoiWBBMWCAA+FiEExxsAfvl4h/2PtjZc
+60/W1hjmIYEFAmfdo5YCGwMFCQFj9QAFCwkIBwIGFQoJCAsCBBYCAwECHgECF4AA
+CgkQ60/W1hjmIYElLAEAkMjANVr+kVjZGp8KtliT+ySFAqoCQceuscYt7WmeD4wA
+/2gHNfFDJwkWn9JY9mCR2y7gwf6skTWl3ssPogTa84wDiHUEEBYIAB0WIQQiKE9p
+2ezN8994GXkccRrxk/+OVAUCZ92k6wAKCRAccRrxk/+OVMQGAQD0X/Eow2mK/YzZ
+rMO60g2KI767/rnKJWKFUTCZCfswxwD/WxuGjGRB98RZ9IbCcmaUvRqHf9812h60
+/RCoB4AtiwSJAjMEEAEKAB0WIQSXrklvwC3sn8NTsudI+ZYRQ0lYKQUCZ92vKwAK
+CRBI+ZYRQ0lYKdthD/wJh0uxw05WsmFwjuds82JdnH9ow3OdG/0bhds8eEvgYuQe
+ZEQ9/RC5hJ+SiV+/zclIaG+xYHW3VkZUgOmmLxRzmqFbWbDm5yKp7jTqM2zYB4Jx
+EiLB4dWHZFmrcqfkJ06nXVMjGkj73N+DqHWQ6hleaiE7tcbI++w1AN7niL0rW008
+iP8IHoWLh2dJxQlcheVdjCe0jEU3qO8KxhUTeARPD/Vp1CpJWlq9vWs9/bweMrtj
+FsQwxBiZcQ/0zXDnQFUKpbNDFjQZnjmmwTqhopquL5e5mZWr0NussI20JXyZHj7T
+N5ikDAFPf9iM1Apb+/g9njGUgYFEOgEJuDr1oLolZ+9+7uZrKGD1gmdY7pVG12Xn
+2QJ3rft/Wy8Obac+TdA+UoEYQu4LOUpUOmPOcXE/8/fTxybkQGOZm1Ufaddz+6ee
+uHBbIaxI1kh5MrxH5cIaEkvdjOGg+bMyq7C8CE8WgSEN/JiupEZYgDduOSuqGHDp
++9ydEkanNjGN+K4rXJ7ABBv9freINx5kmCAaDzXeIAL8n1/Rzd6Z/acOlC9omDM0
+mYKKIfLMp6Rp7SKnB37Tp0dKGP4r/SJsx5Sxn7XrktVJ1ht5ByipDD6VBN3+OQPx
+56pRLDCk9EFDjbOW0iKzyPx+Nya5G9CN9AqQXe1MlHsFn+q7DEUSmlGZfvtjN7g4
+BGfdo5YSCisGAQQBl1UBBQEBB0DHSvmmZUEZ94olzKZSHa2HBCWhrhOVNFn/0ag8
+KyY5fQMBCAeIfgQYFggAJhYhBMcbAH75eIf9j7Y2XOtP1tYY5iGBBQJn3aOWAhsM
+BQkBY/UAAAoJEOtP1tYY5iGB6XcA+wY0JUi2ZUqH0CRs4EfS6VML/7u08g8ZByN4
+DZ2htqOGAQDmGHHjpMhKz04eDXLpNO6UZ/Q6LnqEXztW8eBXVtiZALgzBGfdpHYW
+CSsGAQQB2kcPAQEHQKH/4Td8MRK/9UxGyPqWWaZl88m4xE48XM4kP6w3asRViO8E
+GBYIACAWIQTHGwB++XiH/Y+2NlzrT9bWGOYhgQUCZ92kdgIbAgCBCRDrT9bWGOYh
+gXYgBBkWCAAdFiEE3cFPzrMpT3Q4I7HG9zFcLOa3NF0FAmfdpHYACgkQ9zFcLOa3
+NF1xqwEA3muioM6tJtSbiCUCDau2QnalBkfov/A2FFIxvnyHbH0A/051M0O09Tcl
+E7tAieH8W63Jhg3n/GzKl36hXqh3ANML8kIA/0eu6JgK+F0s8iiy+sQecTD7W38B
+A8CSZ29ANdlMwzf7AP9araqMvKRpTMAzhQ+1Eluh8FmXQhzeZDhlIZ8DQDQ/CQ==
+=FVKc
+-----END PGP PUBLIC KEY BLOCK-----
diff -pruN 1:4.8.0-1/debian/watch 1:4.8.0-0ubuntu1/debian/watch
--- 1:4.8.0-1/debian/watch	2025-09-02 07:13:43.000000000 +0000
+++ 1:4.8.0-0ubuntu1/debian/watch	2025-09-17 20:41:55.000000000 +0000
@@ -1,3 +1,3 @@
-version=4
-opts="mode=git,uversionmangle=s/\.0rc/~rc/;s/\.0b1/~b1/;s/\.0b2/~b2/;s/\.0b3/~b3/" \
-https://github.com/openstack/python-swiftclient refs/tags/(\d[brc\d\.]+)
+version=3
+opts=uversionmangle=s/\.(b|rc)/~$1/,pgpsigurlmangle=s/$/.asc/ \
+    http://tarballs.openstack.org/python-swiftclient/ python_swiftclient-(\d.*)\.tar\.gz
diff -pruN 1:4.8.0-1/python_swiftclient.egg-info/PKG-INFO 1:4.8.0-0ubuntu1/python_swiftclient.egg-info/PKG-INFO
--- 1:4.8.0-1/python_swiftclient.egg-info/PKG-INFO	1970-01-01 00:00:00.000000000 +0000
+++ 1:4.8.0-0ubuntu1/python_swiftclient.egg-info/PKG-INFO	2025-05-22 07:14:51.000000000 +0000
@@ -0,0 +1,84 @@
+Metadata-Version: 2.1
+Name: python-swiftclient
+Version: 4.8.0
+Summary: OpenStack Object Storage API Client Library
+Home-page: https://docs.openstack.org/python-swiftclient/latest/
+Author: OpenStack
+Author-email: openstack-discuss@lists.openstack.org
+License: Apache License, Version 2.0
+Project-URL: Bug Tracker, https://bugs.launchpad.net/python-swiftclient
+Project-URL: Documentation, https://docs.openstack.org/python-swiftclient/latest/
+Project-URL: Release Notes, https://opendev.org/openstack/python-swiftclient/src/branch/master/ChangeLog
+Project-URL: Source Code, https://opendev.org/openstack/python-swiftclient
+Classifier: Environment :: OpenStack
+Classifier: Intended Audience :: Information Technology
+Classifier: Intended Audience :: System Administrators
+Classifier: License :: OSI Approved :: Apache Software License
+Classifier: Operating System :: POSIX :: Linux
+Classifier: Operating System :: Microsoft :: Windows
+Classifier: Programming Language :: Python
+Classifier: Programming Language :: Python :: 3
+Classifier: Programming Language :: Python :: 3.7
+Classifier: Programming Language :: Python :: 3.8
+Classifier: Programming Language :: Python :: 3.9
+Classifier: Programming Language :: Python :: 3.10
+Classifier: Programming Language :: Python :: 3.11
+Classifier: Programming Language :: Python :: 3.12
+Classifier: Programming Language :: Python :: 3.13
+Classifier: Programming Language :: Python :: 3 :: Only
+Requires-Python: >=3.7
+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"
+
+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:
+
diff -pruN 1:4.8.0-1/python_swiftclient.egg-info/SOURCES.txt 1:4.8.0-0ubuntu1/python_swiftclient.egg-info/SOURCES.txt
--- 1:4.8.0-1/python_swiftclient.egg-info/SOURCES.txt	1970-01-01 00:00:00.000000000 +0000
+++ 1:4.8.0-0ubuntu1/python_swiftclient.egg-info/SOURCES.txt	2025-05-22 07:14:51.000000000 +0000
@@ -0,0 +1,111 @@
+.coveragerc
+.functests
+.mailmap
+.manpages
+.stestr.conf
+.unittests
+.zuul.yaml
+AUTHORS
+CONTRIBUTING.rst
+ChangeLog
+LICENSE
+MANIFEST.in
+README.rst
+pyproject.toml
+requirements.txt
+run_tests.sh
+setup.cfg
+setup.py
+test-requirements.txt
+tox.ini
+bin/swift
+doc/Makefile
+doc/requirements.txt
+doc/manpages/swift.1
+doc/source/client-api.rst
+doc/source/conf.py
+doc/source/index.rst
+doc/source/introduction.rst
+doc/source/service-api.rst
+doc/source/swiftclient.rst
+doc/source/_static/.gitignore
+doc/source/_templates/.empty
+doc/source/cli/index.rst
+doc/source/contributor/contributing.rst
+examples/capabilities.py
+examples/copy.py
+examples/delete.py
+examples/download.py
+examples/list.py
+examples/post.py
+examples/stat.py
+examples/upload.py
+python_swiftclient.egg-info/PKG-INFO
+python_swiftclient.egg-info/SOURCES.txt
+python_swiftclient.egg-info/dependency_links.txt
+python_swiftclient.egg-info/entry_points.txt
+python_swiftclient.egg-info/not-zip-safe
+python_swiftclient.egg-info/pbr.json
+python_swiftclient.egg-info/requires.txt
+python_swiftclient.egg-info/top_level.txt
+releasenotes/notes/310-notes-03040158a8683dd8.yaml
+releasenotes/notes/320_notes-bb367dba1053d34c.yaml
+releasenotes/notes/340_notes-1777780bbfdb4d96.yaml
+releasenotes/notes/350_notes-ad0ae19704b2eb88.yaml
+releasenotes/notes/360_notes-1ec385df13a3a735.yaml
+releasenotes/notes/361_notes-59e020e68bcdd709.yaml
+releasenotes/notes/3_8_0_release-bd867fbdb8c895d3.yaml
+releasenotes/notes/3_8_1_release-cb5648c3ae69bde1.yaml
+releasenotes/notes/3_9_0_release-3c293d277f14ec22.yaml
+releasenotes/notes/4_3_0_release.yaml
+releasenotes/notes/4_4_0_release-d731bab5982c160b.yaml
+releasenotes/notes/4_5_0_release-b315d25b889293f2.yaml
+releasenotes/notes/4_6_0_release-92e466eb55b80225.yaml
+releasenotes/notes/4_8_0_release-41ba0852981191c3.yaml
+releasenotes/source/2023.1.rst
+releasenotes/source/2023.2.rst
+releasenotes/source/2024.1.rst
+releasenotes/source/2024.2.rst
+releasenotes/source/2025.1.rst
+releasenotes/source/conf.py
+releasenotes/source/current.rst
+releasenotes/source/index.rst
+releasenotes/source/newton.rst
+releasenotes/source/ocata.rst
+releasenotes/source/pike.rst
+releasenotes/source/queens.rst
+releasenotes/source/rocky.rst
+releasenotes/source/stein.rst
+releasenotes/source/train.rst
+releasenotes/source/ussuri.rst
+releasenotes/source/victoria.rst
+releasenotes/source/wallaby.rst
+releasenotes/source/xena.rst
+releasenotes/source/yoga.rst
+releasenotes/source/zed.rst
+swiftclient/__init__.py
+swiftclient/authv1.py
+swiftclient/client.py
+swiftclient/command_helpers.py
+swiftclient/exceptions.py
+swiftclient/multithreading.py
+swiftclient/requests_compat.py
+swiftclient/service.py
+swiftclient/shell.py
+swiftclient/utils.py
+swiftclient/version.py
+test/__init__.py
+test/sample.conf
+test/functional/__init__.py
+test/functional/test_openstacksdk.py
+test/functional/test_swiftclient.py
+test/unit/__init__.py
+test/unit/test_authv1.py
+test/unit/test_command_helpers.py
+test/unit/test_multithreading.py
+test/unit/test_service.py
+test/unit/test_shell.py
+test/unit/test_swiftclient.py
+test/unit/test_utils.py
+test/unit/utils.py
+tools/swift.bash_completion
\ No newline at end of file
diff -pruN 1:4.8.0-1/python_swiftclient.egg-info/dependency_links.txt 1:4.8.0-0ubuntu1/python_swiftclient.egg-info/dependency_links.txt
--- 1:4.8.0-1/python_swiftclient.egg-info/dependency_links.txt	1970-01-01 00:00:00.000000000 +0000
+++ 1:4.8.0-0ubuntu1/python_swiftclient.egg-info/dependency_links.txt	2025-05-22 07:14:51.000000000 +0000
@@ -0,0 +1 @@
+
diff -pruN 1:4.8.0-1/python_swiftclient.egg-info/entry_points.txt 1:4.8.0-0ubuntu1/python_swiftclient.egg-info/entry_points.txt
--- 1:4.8.0-1/python_swiftclient.egg-info/entry_points.txt	1970-01-01 00:00:00.000000000 +0000
+++ 1:4.8.0-0ubuntu1/python_swiftclient.egg-info/entry_points.txt	2025-05-22 07:14:51.000000000 +0000
@@ -0,0 +1,5 @@
+[console_scripts]
+swift = swiftclient.shell:main
+
+[keystoneauth1.plugin]
+v1password = swiftclient.authv1:PasswordLoader
diff -pruN 1:4.8.0-1/python_swiftclient.egg-info/not-zip-safe 1:4.8.0-0ubuntu1/python_swiftclient.egg-info/not-zip-safe
--- 1:4.8.0-1/python_swiftclient.egg-info/not-zip-safe	1970-01-01 00:00:00.000000000 +0000
+++ 1:4.8.0-0ubuntu1/python_swiftclient.egg-info/not-zip-safe	2025-05-22 07:14:51.000000000 +0000
@@ -0,0 +1 @@
+
diff -pruN 1:4.8.0-1/python_swiftclient.egg-info/pbr.json 1:4.8.0-0ubuntu1/python_swiftclient.egg-info/pbr.json
--- 1:4.8.0-1/python_swiftclient.egg-info/pbr.json	1970-01-01 00:00:00.000000000 +0000
+++ 1:4.8.0-0ubuntu1/python_swiftclient.egg-info/pbr.json	2025-05-22 07:14:51.000000000 +0000
@@ -0,0 +1 @@
+{"git_version": "8486005", "is_release": true}
\ No newline at end of file
diff -pruN 1:4.8.0-1/python_swiftclient.egg-info/requires.txt 1:4.8.0-0ubuntu1/python_swiftclient.egg-info/requires.txt
--- 1:4.8.0-1/python_swiftclient.egg-info/requires.txt	1970-01-01 00:00:00.000000000 +0000
+++ 1:4.8.0-0ubuntu1/python_swiftclient.egg-info/requires.txt	2025-05-22 07:14:51.000000000 +0000
@@ -0,0 +1,12 @@
+requests>=2.4.0
+
+[keystone]
+python-keystoneclient>=0.7.0
+
+[test]
+hacking<6.2.0,>=3.2.0
+coverage!=4.4,>=4.0
+python-keystoneclient>=0.7.0
+keystoneauth1>=3.4.0
+stestr!=3.0.0,>=2.0.0
+openstacksdk>=0.11.0
diff -pruN 1:4.8.0-1/python_swiftclient.egg-info/top_level.txt 1:4.8.0-0ubuntu1/python_swiftclient.egg-info/top_level.txt
--- 1:4.8.0-1/python_swiftclient.egg-info/top_level.txt	1970-01-01 00:00:00.000000000 +0000
+++ 1:4.8.0-0ubuntu1/python_swiftclient.egg-info/top_level.txt	2025-05-22 07:14:51.000000000 +0000
@@ -0,0 +1 @@
+swiftclient
diff -pruN 1:4.8.0-1/setup.cfg 1:4.8.0-0ubuntu1/setup.cfg
--- 1:4.8.0-1/setup.cfg	2025-05-16 04:07:18.000000000 +0000
+++ 1:4.8.0-0ubuntu1/setup.cfg	2025-05-22 07:14:51.096040500 +0000
@@ -1,54 +1,58 @@
 [metadata]
 name = python-swiftclient
 summary = OpenStack Object Storage API Client Library
-description_file =
-    README.rst
+description_file = 
+	README.rst
 long_description_content_type = text/x-rst
 license = Apache License, Version 2.0
 author = OpenStack
 author_email = openstack-discuss@lists.openstack.org
 home_page = https://docs.openstack.org/python-swiftclient/latest/
-project_urls =
-    Bug Tracker = https://bugs.launchpad.net/python-swiftclient
-    Documentation = https://docs.openstack.org/python-swiftclient/latest/
-    Release Notes = https://opendev.org/openstack/python-swiftclient/src/branch/master/ChangeLog
-    Source Code = https://opendev.org/openstack/python-swiftclient
+project_urls = 
+	Bug Tracker = https://bugs.launchpad.net/python-swiftclient
+	Documentation = https://docs.openstack.org/python-swiftclient/latest/
+	Release Notes = https://opendev.org/openstack/python-swiftclient/src/branch/master/ChangeLog
+	Source Code = https://opendev.org/openstack/python-swiftclient
 python_requires = >=3.7
-classifier =
-    Environment :: OpenStack
-    Intended Audience :: Information Technology
-    Intended Audience :: System Administrators
-    License :: OSI Approved :: Apache Software License
-    Operating System :: POSIX :: Linux
-    Operating System :: Microsoft :: Windows
-    Programming Language :: Python
-    Programming Language :: Python :: 3
-    Programming Language :: Python :: 3.7
-    Programming Language :: Python :: 3.8
-    Programming Language :: Python :: 3.9
-    Programming Language :: Python :: 3.10
-    Programming Language :: Python :: 3.11
-    Programming Language :: Python :: 3.12
-    Programming Language :: Python :: 3.13
-    Programming Language :: Python :: 3 :: Only
+classifier = 
+	Environment :: OpenStack
+	Intended Audience :: Information Technology
+	Intended Audience :: System Administrators
+	License :: OSI Approved :: Apache Software License
+	Operating System :: POSIX :: Linux
+	Operating System :: Microsoft :: Windows
+	Programming Language :: Python
+	Programming Language :: Python :: 3
+	Programming Language :: Python :: 3.7
+	Programming Language :: Python :: 3.8
+	Programming Language :: Python :: 3.9
+	Programming Language :: Python :: 3.10
+	Programming Language :: Python :: 3.11
+	Programming Language :: Python :: 3.12
+	Programming Language :: Python :: 3.13
+	Programming Language :: Python :: 3 :: Only
 
 [files]
-packages =
-    swiftclient
-data_files =
-    share/man/man1 = doc/manpages/swift.1
+packages = 
+	swiftclient
+data_files = 
+	share/man/man1 = doc/manpages/swift.1
 
 [extras]
-keystone =
-    python-keystoneclient>=0.7.0
+keystone = 
+	python-keystoneclient>=0.7.0
 
 [entry_points]
-console_scripts =
-    swift = swiftclient.shell:main
-
-keystoneauth1.plugin =
-    v1password = swiftclient.authv1:PasswordLoader
+console_scripts = 
+	swift = swiftclient.shell:main
+keystoneauth1.plugin = 
+	v1password = swiftclient.authv1:PasswordLoader
 
 [pbr]
 skip_authors = True
 skip_changelog = True
+
+[egg_info]
+tag_build = 
+tag_date = 0
+
