diff -pruN 2.1.1-1/.gitignore 2.1.1-0ubuntu1/.gitignore
--- 2.1.1-1/.gitignore	2023-02-17 13:08:55.000000000 +0000
+++ 2.1.1-0ubuntu1/.gitignore	1970-01-01 00:00:00.000000000 +0000
@@ -1,50 +0,0 @@
-*.py[cod]
-
-# C extensions
-*.so
-
-# Packages
-*.egg
-*.egg-info
-dist
-build
-eggs
-parts
-bin
-var
-sdist
-develop-eggs
-.installed.cfg
-lib
-lib64
-
-# Installer logs
-pip-log.txt
-
-# Unit test / coverage reports
-.coverage
-.tox
-.stestr/
-
-# Translations
-*.mo
-
-# Mr Developer
-.mr.developer.cfg
-.project
-.pydevproject
-
-# Complexity
-output/*.html
-output/*/index.html
-
-# Sphinx
-doc/build
-
-# pbr generates these
-AUTHORS
-ChangeLog
-
-# Editors
-*~
-.*.swp
diff -pruN 2.1.1-1/.gitreview 2.1.1-0ubuntu1/.gitreview
--- 2.1.1-1/.gitreview	2023-02-17 13:08:55.000000000 +0000
+++ 2.1.1-0ubuntu1/.gitreview	1970-01-01 00:00:00.000000000 +0000
@@ -1,4 +0,0 @@
-[gerrit]
-host=review.opendev.org
-port=29418
-project=openstack/oslo.upgradecheck.git
diff -pruN 2.1.1-1/AUTHORS 2.1.1-0ubuntu1/AUTHORS
--- 2.1.1-1/AUTHORS	1970-01-01 00:00:00.000000000 +0000
+++ 2.1.1-0ubuntu1/AUTHORS	2023-02-21 17:40:55.000000000 +0000
@@ -0,0 +1,21 @@
+Andreas Jaeger <aj@suse.com>
+Ben Nemec <bnemec@redhat.com>
+Charles Short <chucks@redhat.com>
+Chris Dent <cdent@anticdent.org>
+Corey Bryant <corey.bryant@canonical.com>
+Daniel Bengtsson <dbengt@redhat.com>
+Dmitry Tantsur <dtantsur@protonmail.com>
+Doug Hellmann <doug@doughellmann.com>
+Ghanshyam Mann <gmann@ghanshyammann.com>
+Hervé Beraud <hberaud@redhat.com>
+Matt Riedemann <mriedem.os@gmail.com>
+Moisés Guimarães de Medeiros <moguimar@redhat.com>
+OpenStack Release Bot <infra-root@openstack.org>
+Sean McGinnis <sean.mcginnis@gmail.com>
+Slawek Kaplonski <skaplons@redhat.com>
+Stephen Finucane <stephenfin@redhat.com>
+Takashi Kajinami <tkajinam@redhat.com>
+caoyuan <cao.yuan@99cloud.net>
+jacky06 <zhang.min@99cloud.net>
+pengyuesheng <pengyuesheng@gohighsec.com>
+qingszhao <zhao.daqing@99cloud.net>
diff -pruN 2.1.1-1/ChangeLog 2.1.1-0ubuntu1/ChangeLog
--- 2.1.1-1/ChangeLog	1970-01-01 00:00:00.000000000 +0000
+++ 2.1.1-0ubuntu1/ChangeLog	2023-02-21 17:40:55.000000000 +0000
@@ -0,0 +1,172 @@
+CHANGES
+=======
+
+2.1.1
+-----
+
+* clean up tox's python 3 specific conf
+* Fix issues related to tox4
+
+2.1.0
+-----
+
+* Add Python3 antelope unit tests
+* Update master for stable/zed
+
+2.0.0
+-----
+
+* Drop python3.6/3.7 support in testing runtime
+* Add Python3 zed unit tests
+* Update master for stable/yoga
+* setup.cfg: Replace dashes by underscores
+
+1.5.0
+-----
+
+* Add Python3 yoga unit tests
+* Update master for stable/xena
+
+1.4.0
+-----
+
+* Move flake8 as a pre-commit local target
+* Add Python3 xena unit tests
+* Update master for stable/wallaby
+* Remove lower-constraints remnants
+* Uncap PrettyTable
+* Remove six
+* Dropping lower constraints testing
+
+1.3.0
+-----
+
+* Register oslo policy opts explicitly for check\_policy\_json
+* Fix lower-constraints job
+
+1.2.0
+-----
+
+* Add common checks for json to yaml policy file migration
+* Use TOX\_CONSTRAINTS\_FILE
+* Use py3 as the default runtime for tox
+* Add Python3 wallaby unit tests
+* Update master for stable/victoria
+* Adding pre-commit
+
+1.1.1
+-----
+
+
+1.1.0
+-----
+
+* Switch to newer openstackdocstheme and reno versions
+* Align contributing doc with oslo's policy
+* Bump default tox env from py37 to py38
+* Add py38 package metadata
+* Remove Babel from requirements
+* Add release notes links to doc index
+* Add Python3 victoria unit tests
+* Update master for stable/ussuri
+
+1.0.1
+-----
+
+* Update hacking for Python3
+* Use unittest.mock instead of third party mock
+
+1.0.0
+-----
+
+* remove outdated header
+* [ussuri][goal] Drop python 2.7 support and testing
+
+0.4.0
+-----
+
+* tox: Trivial cleanup
+* Bump Babel to 2.3.4 on lower-constraint
+* tox: Keeping going with docs
+* Switch to Ussuri jobs
+* Bump the openstackdocstheme extension to 1.20
+* Update the constraints url
+* Update master for stable/train
+
+0.3.2
+-----
+
+
+0.3.1
+-----
+
+* Add Python 3 Train unit tests
+* Move doc related modules to doc/requirements.txt
+
+0.3.0
+-----
+
+* Address nits from json change
+* Enable JSON results output
+* Sync Sphinx requirement
+* Replace git.openstack.org URLs with opendev.org URLs
+* OpenDev Migration Patch
+* Dropping the py35 testing
+* Update master for stable/stein
+
+0.2.1
+-----
+
+
+0.2.0
+-----
+
+* Change python3.5 job to python3.7 job on Stein+
+* Add doc params to run and register\_cli\_opts
+* Move displayed checker title to be in variable
+* Separate opt registration from command running
+* Update py33,py34 to py35,py36
+* doc: Switch to openstackdocstheme
+* doc: Remove crud from conf.py file
+* Change openstack-dev to openstack-discuss
+
+0.1.1
+-----
+
+* Force translation of table header
+
+0.1.0
+-----
+
+* Use template for lower-constraints zuul job
+* Move example implementation to docs
+* Add reno support
+* Don't run tempest jobs on changes
+* Add database access details to UpgradeCommands docstring
+* enable debug output for tests
+* tighten API for main()
+* Improve config handling
+* Modernize tox.ini
+* Use sphinx-build for all docs venvs
+* Add lower-constraints job
+* Shorten UpgradeCheck class names
+* Add proper documentation
+* Use python3 by default
+* Flesh out readme
+* Add .zuul.yaml and .stestr.conf
+* Flesh out readme
+* Add success test case
+* Handle exceptions from checks
+* Propagate return code
+* Add more unit tests
+* Test \_get\_details
+* Get coverage job working
+* Remove history file from docs
+* Migrate to stestr
+* Add docstring to main()
+* Fix pep8 failures
+* Proper requirements specification
+* Add \_i18n module
+* Add i18n support
+* Initial implementation
+* Initial commit
diff -pruN 2.1.1-1/PKG-INFO 2.1.1-0ubuntu1/PKG-INFO
--- 2.1.1-1/PKG-INFO	1970-01-01 00:00:00.000000000 +0000
+++ 2.1.1-0ubuntu1/PKG-INFO	2023-02-21 17:40:55.845104000 +0000
@@ -0,0 +1,38 @@
+Metadata-Version: 1.2
+Name: oslo.upgradecheck
+Version: 2.1.1
+Summary: Common code for writing OpenStack upgrade checks
+Home-page: http://launchpad.net/oslo
+Author: OpenStack
+Author-email: openstack-discuss@lists.openstack.org
+License: UNKNOWN
+Description: =================
+        oslo.upgradecheck
+        =================
+        
+        Common code for writing OpenStack upgrade checks
+        
+        This project contains the common code necessary for writing upgrade checks
+        in OpenStack projects. It includes a module (oslo_upgradecheck.upgradecheck)
+        for the common code as well as an example (oslo_upgradecheck.__main__) of
+        integrating that code into a project.
+        
+        * Free software: Apache license
+        * Documentation: https://docs.openstack.org/oslo.upgradecheck/latest/
+        * Source: https://opendev.org/openstack/oslo.upgradecheck
+        * Bugs: https://bugs.launchpad.net/oslo.upgradecheck
+        
+        
+Platform: UNKNOWN
+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: Programming Language :: Python
+Classifier: Programming Language :: Python :: 3
+Classifier: Programming Language :: Python :: 3.8
+Classifier: Programming Language :: Python :: 3.9
+Classifier: Programming Language :: Python :: 3 :: Only
+Classifier: Programming Language :: Python :: Implementation :: CPython
+Requires-Python: >=3.8
diff -pruN 2.1.1-1/debian/changelog 2.1.1-0ubuntu1/debian/changelog
--- 2.1.1-1/debian/changelog	2023-02-22 10:38:55.000000000 +0000
+++ 2.1.1-0ubuntu1/debian/changelog	2023-02-28 13:33:27.000000000 +0000
@@ -1,130 +1,112 @@
-python-oslo.upgradecheck (2.1.1-1) experimental; urgency=medium
+python-oslo.upgradecheck (2.1.1-0ubuntu1) lunar; urgency=medium
 
-  * New upstream release.
+  * New upstream release for OpenStack Antelope.
 
- -- Thomas Goirand <zigo@debian.org>  Wed, 22 Feb 2023 11:38:55 +0100
+ -- Corey Bryant <corey.bryant@canonical.com>  Tue, 28 Feb 2023 08:33:27 -0500
 
-python-oslo.upgradecheck (2.0.0-2) unstable; urgency=medium
+python-oslo.upgradecheck (2.1.0-0ubuntu1) lunar; urgency=medium
 
-  * Uploading to unstable.
+  * New upstream release for OpenStack Antelope.
 
- -- Thomas Goirand <zigo@debian.org>  Fri, 23 Sep 2022 13:58:31 +0200
+ -- Corey Bryant <corey.bryant@canonical.com>  Wed, 22 Feb 2023 14:24:02 -0500
 
-python-oslo.upgradecheck (2.0.0-1) experimental; urgency=medium
+python-oslo.upgradecheck (2.0.0-0ubuntu1) kinetic; urgency=medium
 
-  * New upstream release.
+  * New upstream release for OpenStack Zed.
+  * d/control: Bump debhelper compat to 13.
+  * d/control: Update standards version to 4.6.1.
 
- -- Thomas Goirand <zigo@debian.org>  Mon, 29 Aug 2022 16:53:13 +0200
+ -- Corey Bryant <corey.bryant@canonical.com>  Thu, 08 Sep 2022 20:27:51 -0400
 
-python-oslo.upgradecheck (1.5.0-2) unstable; urgency=medium
+python-oslo.upgradecheck (1.5.0-0ubuntu1) jammy; urgency=medium
 
-  * Uploading to unstable.
-  * Add autopkgtest.
+  * New upstream release for OpenStack Yoga.
+  * d/control: Align (Build-)Depends with upstream.
 
- -- Thomas Goirand <zigo@debian.org>  Fri, 25 Mar 2022 09:21:49 +0100
+ -- Corey Bryant <corey.bryant@canonical.com>  Wed, 02 Mar 2022 15:44:26 -0500
 
-python-oslo.upgradecheck (1.5.0-1) experimental; urgency=medium
+python-oslo.upgradecheck (1.3.0-0ubuntu1) hirsute; urgency=medium
 
-  * New upstream release.
+  * New upstream release for OpenStack Wallaby.
+  * d/control: Align (Build-)Depends with upstream.
 
- -- Thomas Goirand <zigo@debian.org>  Mon, 21 Feb 2022 12:31:08 +0100
+ -- Chris MacNaughton <chris.macnaughton@ubuntu.com>  Thu, 21 Jan 2021 15:22:13 +0000
 
-python-oslo.upgradecheck (1.4.0-2) unstable; urgency=medium
+python-oslo.upgradecheck (1.2.0-0ubuntu2) hirsute; urgency=medium
 
-  * Uploading to unstable.
+  * d/control: Remove unnecessary build-depend (pre-commit).
 
- -- Thomas Goirand <zigo@debian.org>  Wed, 29 Sep 2021 17:01:34 +0200
+ -- Chris MacNaughton <chris.macnaughton@ubuntu.com>  Fri, 04 Dec 2020 13:32:23 +0000
 
-python-oslo.upgradecheck (1.4.0-1) experimental; urgency=medium
+python-oslo.upgradecheck (1.2.0-0ubuntu1) hirsute; urgency=medium
 
-  * New upstream release.
+  * d/control: Update VCS paths for move to lp:~ubuntu-openstack-dev.
+  * New upstream release for OpenStack Wallaby.
+  * d/control: Align (Build-)Depends with upstream.
 
- -- Thomas Goirand <zigo@debian.org>  Mon, 23 Aug 2021 15:14:27 +0200
+ -- Chris MacNaughton <chris.macnaughton@ubuntu.com>  Thu, 03 Dec 2020 14:00:36 +0000
 
-python-oslo.upgradecheck (1.3.0-2) unstable; urgency=medium
+python-oslo.upgradecheck (1.1.1-0ubuntu1) groovy; urgency=medium
 
-  * Upload to unstable.
+  * New upstream release for OpenStack Victoria.
 
- -- Thomas Goirand <zigo@debian.org>  Mon, 16 Aug 2021 09:23:48 +0200
+ -- Corey Bryant <corey.bryant@canonical.com>  Fri, 18 Sep 2020 12:36:49 -0400
 
-python-oslo.upgradecheck (1.3.0-1) experimental; urgency=medium
+python-oslo.upgradecheck (1.1.0-0ubuntu1) groovy; urgency=medium
 
-  * New upstream release.
-  * Fixed (build-)depends for this release.
+  * New upstream release for OpenStack Victoria.
+  * d/control: Align (Build-)Depends with upstream.
+  * d/control, d/rules, d/compat: Switch to debhelper compat 12 and pybuild.
+  * d/control: Update Standards-Version to 4.5.0.
 
- -- Thomas Goirand <zigo@debian.org>  Mon, 08 Mar 2021 09:34:29 +0100
+ -- Corey Bryant <corey.bryant@canonical.com>  Thu, 11 Jun 2020 09:41:14 -0400
 
-python-oslo.upgradecheck (1.1.1-2) unstable; urgency=medium
+python-oslo.upgradecheck (1.0.1-0ubuntu1) focal; urgency=medium
 
-  * Uploading to unstable.
-  * Fixed d/watch.
-  * Add a debian/salsa-ci.yml.
+  * New upstream release for OpenStack Ussuri.
 
- -- Thomas Goirand <zigo@debian.org>  Fri, 16 Oct 2020 10:22:02 +0200
+ -- Corey Bryant <corey.bryant@canonical.com>  Thu, 09 Apr 2020 15:30:40 -0400
 
-python-oslo.upgradecheck (1.1.1-1) experimental; urgency=medium
+python-oslo.upgradecheck (1.0.0-0ubuntu1) focal; urgency=medium
 
-  * New upstream release.
+  * New upstream release for OpenStack Ussuri.
+  * d/control: Align (Build-)Depends with upstream.
+  * d/rules: Add override_dh_auto_clean and override_dh_auto_build.
 
- -- Thomas Goirand <zigo@debian.org>  Sun, 13 Sep 2020 11:20:21 +0200
+ -- Corey Bryant <corey.bryant@canonical.com>  Wed, 11 Mar 2020 16:02:52 -0400
 
-python-oslo.upgradecheck (1.1.0-1) experimental; urgency=medium
+python-oslo.upgradecheck (0.3.2-0ubuntu1) eoan; urgency=medium
 
-  * New upstream release.
-  * Removed python3-babel from (build-)depends.
+  * New upstream point release for OpenStack Train.
 
- -- Thomas Goirand <zigo@debian.org>  Wed, 09 Sep 2020 21:45:39 +0200
+ -- James Page <james.page@ubuntu.com>  Thu, 26 Sep 2019 10:34:44 +0100
 
-python-oslo.upgradecheck (1.0.1-2) unstable; urgency=medium
+python-oslo.upgradecheck (0.3.1-0ubuntu1) eoan; urgency=medium
 
-  * Uploading to unstable.
+  * New upstream release for OpenStack Train.
+  * d/control: Align (Build-)Depends with upstream.
 
- -- Thomas Goirand <zigo@debian.org>  Fri, 08 May 2020 22:24:54 +0200
+ -- Corey Bryant <corey.bryant@canonical.com>  Tue, 30 Jul 2019 15:48:56 -0400
 
-python-oslo.upgradecheck (1.0.1-1) experimental; urgency=medium
+python-oslo.upgradecheck (0.2.1-0ubuntu2) eoan; urgency=medium
 
-  * New upstream release.
+  * d/control: Drop BDI's on python-* packages.
+  * d/control: Drop python-oslo.upgradecheck binary package.
+  * d/rules: Tweak to stop build and install of Python 2 parts.
 
- -- Thomas Goirand <zigo@debian.org>  Tue, 07 Apr 2020 16:00:54 +0200
+ -- Sahid Orentino Ferdjaoui <sahid.ferdjaoui@canonical.com>  Thu, 11 Jul 2019 11:54:55 +0200
 
-python-oslo.upgradecheck (0.3.2-2) unstable; urgency=medium
+python-oslo.upgradecheck (0.2.1-0ubuntu1) disco; urgency=medium
 
-  [ Ondřej Nový ]
-  * Bump Standards-Version to 4.4.1.
+  * New upstream release for OpenStack Stein.
 
-  [ Thomas Goirand ]
-  * Uploading to unstable.
+ -- James Page <james.page@ubuntu.com>  Mon, 11 Mar 2019 16:05:04 +0000
 
- -- Thomas Goirand <zigo@debian.org>  Mon, 21 Oct 2019 00:53:00 +0200
+python-oslo.upgradecheck (0.1.1-0ubuntu1) disco; urgency=medium
 
-python-oslo.upgradecheck (0.3.2-1) experimental; urgency=medium
+  * Initial release.
+  * d/control: Align (Build-)Depends with upstream.
+  * d/control: Enable autopkgtest-pkg-python testsuite.
+  * d/rules: Set PYTHONPATH when running tests.
 
-  * New upstream release.
-
- -- Thomas Goirand <zigo@debian.org>  Thu, 12 Sep 2019 09:37:40 +0200
-
-python-oslo.upgradecheck (0.3.1-1) experimental; urgency=medium
-
-  [ Ondřej Nový ]
-  * Running wrap-and-sort -bast.
-  * d/copyright: Use https protocol in Format field.
-  * Use debhelper-compat instead of debian/compat.
-  * d/control: Fix wrong Vcs-*.
-  * Bump Standards-Version to 4.4.0.
-
-  [ Thomas Goirand ]
-  * New upstream release.
-
- -- Thomas Goirand <zigo@debian.org>  Wed, 04 Sep 2019 14:35:20 +0200
-
-python-oslo.upgradecheck (0.2.1-2) unstable; urgency=medium
-
-  * Uploading to unstable.
-
- -- Thomas Goirand <zigo@debian.org>  Wed, 17 Jul 2019 01:00:36 +0200
-
-python-oslo.upgradecheck (0.2.1-1) experimental; urgency=medium
-
-  * Initial release. (Closes: #925881)
-
- -- Thomas Goirand <zigo@debian.org>  Wed, 27 Mar 2019 21:53:57 +0100
+ -- Corey Bryant <corey.bryant@canonical.com>  Tue, 13 Nov 2018 12:32:34 -0500
diff -pruN 2.1.1-1/debian/control 2.1.1-0ubuntu1/debian/control
--- 2.1.1-1/debian/control	2023-02-22 10:38:55.000000000 +0000
+++ 2.1.1-0ubuntu1/debian/control	2023-02-28 13:33:27.000000000 +0000
@@ -1,65 +1,67 @@
 Source: python-oslo.upgradecheck
 Section: python
 Priority: optional
-Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
 Uploaders:
- Thomas Goirand <zigo@debian.org>,
+ Corey Bryant <corey.bryant@canonical.com>,
 Build-Depends:
- debhelper-compat (= 10),
+ debhelper-compat (= 13),
  dh-python,
- openstack-pkg-tools (>= 92~),
+ openstack-pkg-tools,
  python3-all,
- python3-pbr,
+ python3-pbr (>= 2.0.0),
  python3-setuptools,
- python3-sphinx,
+ python3-sphinx (>= 2.0.0),
 Build-Depends-Indep:
+ python3-babel (>= 2.3.4),
  python3-hacking,
- python3-openstackdocstheme,
- python3-oslo.config,
- python3-oslo.i18n,
- python3-oslo.policy,
- python3-oslo.utils,
- python3-oslotest,
- python3-prettytable,
- python3-reno,
- python3-stestr,
- subunit,
-Standards-Version: 4.4.1
-Vcs-Browser: https://salsa.debian.org/openstack-team/oslo/python-oslo.upgradecheck
-Vcs-Git: https://salsa.debian.org/openstack-team/oslo/python-oslo.upgradecheck.git
-Homepage: https://github.com/openstack/oslo.upgradecheck
+ python3-openstackdocstheme (>= 2.2.0),
+ python3-oslo.config (>= 1:5.2.0),
+ python3-oslo.i18n (>= 3.15.3),
+ python3-oslo.policy (>= 2.0.0),
+ python3-oslo.utils (>= 4.5.0),
+ python3-oslo.serialization (>= 2.21.1),
+ python3-oslosphinx (>= 2.5.0),
+ python3-oslotest (>= 1:3.5.0),
+ python3-prettytable (>= 0.7.1),
+ python3-stestr (>= 2.0.0),
+ python3-subunit,
+ python3-testrepository,
+Standards-Version: 4.6.1
+Vcs-Git: https://git.launchpad.net/~ubuntu-openstack-dev/ubuntu/+source/python-oslo.upgradecheck
+Homepage: https://opendev.org/openstack/oslo.upgradecheck
+Testsuite: autopkgtest-pkg-python
 
-Package: python-oslo.upgradecheck-doc
-Section: doc
+Package: python3-oslo.upgradecheck
 Architecture: all
 Depends:
+ python3-babel (>= 2.3.4),
+ python3-oslo.config (>= 1:5.2.0),
+ python3-oslo.i18n (>= 3.15.3),
+ python3-oslo.policy (>= 2.0.0),
+ python3-oslo.utils (>= 4.5.0),
+ python3-prettytable (>= 0.7.1),
  ${misc:Depends},
- ${sphinxdoc:Depends},
-Description: Common code for writing OpenStack upgrade checks - doc
- This project contains the common code necessary for writing upgrade checks in
- OpenStack projects. It includes a module (oslo_upgradecheck.upgradecheck) for
- the common code as well as an example (oslo_upgradecheck.__main__) of
- integrating that code into a project.
+ ${python3:Depends},
+Description: Common code for writing upgrade checks - Python 3
+ The oslo.upgradecheck package contains the common code necessary for writing
+ upgrade checks in OpenStack projects. It includes a module
+ (oslo_upgradecheck.upgradecheck) for the common code as well as an example
+ (oslo_upgradecheck.__main__) of integrating that code into a project.
  .
- This package contains the documentation.
+ This package contains the Python 3 module.
 
-Package: python3-oslo.upgradecheck
+Package: python-oslo.upgradecheck-doc
+Section: doc
 Architecture: all
+Build-Profiles: <!nodoc>
 Depends:
- python3-oslo.config,
- python3-oslo.i18n,
- python3-oslo.policy,
- python3-oslo.utils,
- python3-pbr,
- python3-prettytable,
  ${misc:Depends},
- ${python3:Depends},
-Suggests:
- python-oslo.upgradecheck-doc,
-Description: Common code for writing OpenStack upgrade checks - Python 3.x
- This project contains the common code necessary for writing upgrade checks in
- OpenStack projects. It includes a module (oslo_upgradecheck.upgradecheck) for
- the common code as well as an example (oslo_upgradecheck.__main__) of
- integrating that code into a project.
+ ${sphinxdoc:Depends},
+Description: Common code for writing upgrade checks - doc
+ The oslo.upgradecheck package contains the common code necessary for writing
+ upgrade checks in OpenStack projects. It includes a module
+ (oslo_upgradecheck.upgradecheck) for the common code as well as an example
+ (oslo_upgradecheck.__main__) of integrating that code into a project.
  .
- This package contains the Python 3.x module.
+  This package contains the documentation.
diff -pruN 2.1.1-1/debian/copyright 2.1.1-0ubuntu1/debian/copyright
--- 2.1.1-1/debian/copyright	2023-02-22 10:38:55.000000000 +0000
+++ 2.1.1-0ubuntu1/debian/copyright	2023-02-28 13:33:27.000000000 +0000
@@ -3,13 +3,15 @@ Upstream-Name: oslo.upgradecheck
 Source: https://github.com/openstack/oslo.upgradecheck
 
 Files: *
-Copyright: (c) 2017, OpenStack <openstack-discuss@lists.openstack.org>
-           (c) 2018, Red Hat Inc.
-           (c) 2016, IBM Corp.
+Copyright: (c) 2018 Red Hat Inc.
+           (c) 2018 Oslo Contributors
+           (c) 2016 IBM Corp.
+           (c) 2013 Hewlett-Packard Development Company, L.P.
+           (c) 2006, 2008 Junio C Hamano
 License: Apache-2
 
 Files: debian/*
-Copyright: (c) 2017, Thomas Goirand <zigo@debian.org>
+Copyright: Copyright: 2018, Canonical Ltd.
 License: Apache-2
 
 License: Apache-2
diff -pruN 2.1.1-1/debian/gbp.conf 2.1.1-0ubuntu1/debian/gbp.conf
--- 2.1.1-1/debian/gbp.conf	1970-01-01 00:00:00.000000000 +0000
+++ 2.1.1-0ubuntu1/debian/gbp.conf	2023-02-28 13:33:27.000000000 +0000
@@ -0,0 +1,7 @@
+[DEFAULT]
+debian-branch = master
+upstream-tag = %(version)s
+pristine-tar = True
+
+[buildpackage]
+export-dir = ../build-area
diff -pruN 2.1.1-1/debian/python-oslo.upgradecheck-doc.doc-base 2.1.1-0ubuntu1/debian/python-oslo.upgradecheck-doc.doc-base
--- 2.1.1-1/debian/python-oslo.upgradecheck-doc.doc-base	2023-02-22 10:38:55.000000000 +0000
+++ 2.1.1-0ubuntu1/debian/python-oslo.upgradecheck-doc.doc-base	2023-02-28 13:33:27.000000000 +0000
@@ -1,4 +1,4 @@
-Document: python-oslo.upgradecheck-doc
+Document: oslo.upgradecheck-doc
 Title: oslo.upgradecheck Documentation
 Author: N/A
 Abstract: Sphinx documentation for oslo.upgradecheck
diff -pruN 2.1.1-1/debian/python3-oslo.upgradecheck.install 2.1.1-0ubuntu1/debian/python3-oslo.upgradecheck.install
--- 2.1.1-1/debian/python3-oslo.upgradecheck.install	2023-02-22 10:38:55.000000000 +0000
+++ 2.1.1-0ubuntu1/debian/python3-oslo.upgradecheck.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-/usr
diff -pruN 2.1.1-1/debian/rules 2.1.1-0ubuntu1/debian/rules
--- 2.1.1-1/debian/rules	2023-02-22 10:38:55.000000000 +0000
+++ 2.1.1-0ubuntu1/debian/rules	2023-02-28 13:33:27.000000000 +0000
@@ -1,31 +1,43 @@
 #!/usr/bin/make -f
 
+export PYBUILD_NAME=oslo_upgradecheck
+
 UPSTREAM_GIT := https://github.com/openstack/oslo.upgradecheck.git
 include /usr/share/openstack-pkg-tools/pkgos.make
 
 %:
-	dh $@ --buildsystem=python_distutils --with python3,sphinxdoc
+	dh $@ --buildsystem=pybuild --with python3,sphinxdoc
 
 override_dh_auto_clean:
-	rm -rf build .stestr
-	find . -iname '*.pyc' -delete
-	for i in $$(find . -type d -iname __pycache__) ; do rm -rf $$i ; done
+	rm -rf build
 
 override_dh_auto_build:
 	echo "Do nothing..."
 
 override_dh_auto_install:
-	pkgos-dh_auto_install --no-py2 --in-tmp
+	pkgos-dh_auto_install --no-py2
 
+override_dh_auto_test:
 ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
-	pkgos-dh_auto_test --no-py2
+	PYTHONPATH=$(CURDIR) pkgos-dh_auto_test --no-py2
 endif
 
-override_dh_auto_test:
-	echo "Do nothing..."
+override_dh_clean:
+	dh_clean -O--buildsystem=pybuild
+	rm -rf build
 
 override_dh_sphinxdoc:
 ifeq (,$(findstring nodoc, $(DEB_BUILD_OPTIONS)))
-	PYTHONPATH=. python3 -m sphinx -b html doc/source debian/python-oslo.upgradecheck-doc/usr/share/doc/python-oslo.upgradecheck-doc/html
-	dh_sphinxdoc
+	PYTHONPATH=. sphinx-build -b html doc/source debian/python-oslo.upgradecheck-doc/usr/share/doc/python-oslo.upgradecheck-doc/html
+	dh_sphinxdoc -O--buildsystem=pybuild
 endif
+
+# Commands not to run
+override_dh_installcatalogs:
+override_dh_installemacsen override_dh_installifupdown:
+override_dh_installinfo override_dh_installmenu override_dh_installmime:
+override_dh_installmodules override_dh_installlogcheck:
+override_dh_installpam override_dh_installppp override_dh_installudev override_dh_installwm:
+override_dh_installxfonts override_dh_gconf override_dh_icons override_dh_perl override_dh_usrlocal:
+override_dh_installcron override_dh_installdebconf:
+override_dh_installlogrotate override_dh_installgsettings:
diff -pruN 2.1.1-1/debian/salsa-ci.yml 2.1.1-0ubuntu1/debian/salsa-ci.yml
--- 2.1.1-1/debian/salsa-ci.yml	2023-02-22 10:38:55.000000000 +0000
+++ 2.1.1-0ubuntu1/debian/salsa-ci.yml	1970-01-01 00:00:00.000000000 +0000
@@ -1,6 +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
-
-variables:
-  SALSA_CI_DISABLE_AUTOPKGTEST: 1
diff -pruN 2.1.1-1/debian/tests/control 2.1.1-0ubuntu1/debian/tests/control
--- 2.1.1-1/debian/tests/control	2023-02-22 10:38:55.000000000 +0000
+++ 2.1.1-0ubuntu1/debian/tests/control	1970-01-01 00:00:00.000000000 +0000
@@ -1,5 +0,0 @@
-Tests: unittests
-Depends:
- @,
- @builddeps@,
-Restrictions: allow-stderr needs-root
diff -pruN 2.1.1-1/debian/tests/unittests 2.1.1-0ubuntu1/debian/tests/unittests
--- 2.1.1-1/debian/tests/unittests	2023-02-22 10:38:55.000000000 +0000
+++ 2.1.1-0ubuntu1/debian/tests/unittests	1970-01-01 00:00:00.000000000 +0000
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-set -e
-
-pkgos-dh_auto_test --no-py2 'oslo_upgradecheck\.tests.*'
diff -pruN 2.1.1-1/debian/watch 2.1.1-0ubuntu1/debian/watch
--- 2.1.1-1/debian/watch	2023-02-22 10:38:55.000000000 +0000
+++ 2.1.1-0ubuntu1/debian/watch	2023-02-28 13:33:27.000000000 +0000
@@ -1,3 +1,3 @@
 version=3
-opts="uversionmangle=s/\.0rc/~rc/;s/\.0b1/~b1/;s/\.0b2/~b2/;s/\.0b3/~b3/" \
-https://github.com/openstack/oslo.upgradecheck/tags .*/(\d[brc\d\.]+)\.tar\.gz
+opts="uversionmangle=s/\.(b|rc)/~$1/" \
+    http://tarballs.openstack.org/oslo.upgradecheck/ oslo.upgradecheck-(\d.*)\.tar\.gz
diff -pruN 2.1.1-1/oslo.upgradecheck.egg-info/PKG-INFO 2.1.1-0ubuntu1/oslo.upgradecheck.egg-info/PKG-INFO
--- 2.1.1-1/oslo.upgradecheck.egg-info/PKG-INFO	1970-01-01 00:00:00.000000000 +0000
+++ 2.1.1-0ubuntu1/oslo.upgradecheck.egg-info/PKG-INFO	2023-02-21 17:40:55.000000000 +0000
@@ -0,0 +1,38 @@
+Metadata-Version: 1.2
+Name: oslo.upgradecheck
+Version: 2.1.1
+Summary: Common code for writing OpenStack upgrade checks
+Home-page: http://launchpad.net/oslo
+Author: OpenStack
+Author-email: openstack-discuss@lists.openstack.org
+License: UNKNOWN
+Description: =================
+        oslo.upgradecheck
+        =================
+        
+        Common code for writing OpenStack upgrade checks
+        
+        This project contains the common code necessary for writing upgrade checks
+        in OpenStack projects. It includes a module (oslo_upgradecheck.upgradecheck)
+        for the common code as well as an example (oslo_upgradecheck.__main__) of
+        integrating that code into a project.
+        
+        * Free software: Apache license
+        * Documentation: https://docs.openstack.org/oslo.upgradecheck/latest/
+        * Source: https://opendev.org/openstack/oslo.upgradecheck
+        * Bugs: https://bugs.launchpad.net/oslo.upgradecheck
+        
+        
+Platform: UNKNOWN
+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: Programming Language :: Python
+Classifier: Programming Language :: Python :: 3
+Classifier: Programming Language :: Python :: 3.8
+Classifier: Programming Language :: Python :: 3.9
+Classifier: Programming Language :: Python :: 3 :: Only
+Classifier: Programming Language :: Python :: Implementation :: CPython
+Requires-Python: >=3.8
diff -pruN 2.1.1-1/oslo.upgradecheck.egg-info/SOURCES.txt 2.1.1-0ubuntu1/oslo.upgradecheck.egg-info/SOURCES.txt
--- 2.1.1-1/oslo.upgradecheck.egg-info/SOURCES.txt	1970-01-01 00:00:00.000000000 +0000
+++ 2.1.1-0ubuntu1/oslo.upgradecheck.egg-info/SOURCES.txt	2023-02-21 17:40:55.000000000 +0000
@@ -0,0 +1,54 @@
+.coveragerc
+.mailmap
+.pre-commit-config.yaml
+.stestr.conf
+.zuul.yaml
+AUTHORS
+CONTRIBUTING.rst
+ChangeLog
+HACKING.rst
+LICENSE
+README.rst
+babel.cfg
+requirements.txt
+setup.cfg
+setup.py
+test-requirements.txt
+tox.ini
+doc/requirements.txt
+doc/source/api.rst
+doc/source/conf.py
+doc/source/contributing.rst
+doc/source/index.rst
+doc/source/installation.rst
+doc/source/main.py
+doc/source/usage.rst
+oslo.upgradecheck.egg-info/PKG-INFO
+oslo.upgradecheck.egg-info/SOURCES.txt
+oslo.upgradecheck.egg-info/dependency_links.txt
+oslo.upgradecheck.egg-info/not-zip-safe
+oslo.upgradecheck.egg-info/pbr.json
+oslo.upgradecheck.egg-info/requires.txt
+oslo.upgradecheck.egg-info/top_level.txt
+oslo_upgradecheck/__init__.py
+oslo_upgradecheck/_i18n.py
+oslo_upgradecheck/common_checks.py
+oslo_upgradecheck/upgradecheck.py
+oslo_upgradecheck/tests/__init__.py
+oslo_upgradecheck/tests/test_common_checks.py
+oslo_upgradecheck/tests/test_upgradecheck.py
+releasenotes/notes/drop-python27-support-bd23b9c4556739ba.yaml
+releasenotes/notes/json-output-78a9e19588b7b1e1.yaml
+releasenotes/source/conf.py
+releasenotes/source/index.rst
+releasenotes/source/stein.rst
+releasenotes/source/train.rst
+releasenotes/source/unreleased.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
+releasenotes/source/_static/.placeholder
+releasenotes/source/_templates/.placeholder
\ No newline at end of file
diff -pruN 2.1.1-1/oslo.upgradecheck.egg-info/dependency_links.txt 2.1.1-0ubuntu1/oslo.upgradecheck.egg-info/dependency_links.txt
--- 2.1.1-1/oslo.upgradecheck.egg-info/dependency_links.txt	1970-01-01 00:00:00.000000000 +0000
+++ 2.1.1-0ubuntu1/oslo.upgradecheck.egg-info/dependency_links.txt	2023-02-21 17:40:55.000000000 +0000
@@ -0,0 +1 @@
+
diff -pruN 2.1.1-1/oslo.upgradecheck.egg-info/not-zip-safe 2.1.1-0ubuntu1/oslo.upgradecheck.egg-info/not-zip-safe
--- 2.1.1-1/oslo.upgradecheck.egg-info/not-zip-safe	1970-01-01 00:00:00.000000000 +0000
+++ 2.1.1-0ubuntu1/oslo.upgradecheck.egg-info/not-zip-safe	2023-02-21 17:40:55.000000000 +0000
@@ -0,0 +1 @@
+
diff -pruN 2.1.1-1/oslo.upgradecheck.egg-info/pbr.json 2.1.1-0ubuntu1/oslo.upgradecheck.egg-info/pbr.json
--- 2.1.1-1/oslo.upgradecheck.egg-info/pbr.json	1970-01-01 00:00:00.000000000 +0000
+++ 2.1.1-0ubuntu1/oslo.upgradecheck.egg-info/pbr.json	2023-02-21 17:40:55.000000000 +0000
@@ -0,0 +1 @@
+{"git_version": "eeedfc9", "is_release": true}
\ No newline at end of file
diff -pruN 2.1.1-1/oslo.upgradecheck.egg-info/requires.txt 2.1.1-0ubuntu1/oslo.upgradecheck.egg-info/requires.txt
--- 2.1.1-1/oslo.upgradecheck.egg-info/requires.txt	1970-01-01 00:00:00.000000000 +0000
+++ 2.1.1-0ubuntu1/oslo.upgradecheck.egg-info/requires.txt	2023-02-21 17:40:55.000000000 +0000
@@ -0,0 +1,5 @@
+PrettyTable>=0.7.1
+oslo.config>=5.2.0
+oslo.i18n>=3.15.3
+oslo.policy>=2.0.0
+oslo.utils>=4.5.0
diff -pruN 2.1.1-1/oslo.upgradecheck.egg-info/top_level.txt 2.1.1-0ubuntu1/oslo.upgradecheck.egg-info/top_level.txt
--- 2.1.1-1/oslo.upgradecheck.egg-info/top_level.txt	1970-01-01 00:00:00.000000000 +0000
+++ 2.1.1-0ubuntu1/oslo.upgradecheck.egg-info/top_level.txt	2023-02-21 17:40:55.000000000 +0000
@@ -0,0 +1 @@
+oslo_upgradecheck
diff -pruN 2.1.1-1/setup.cfg 2.1.1-0ubuntu1/setup.cfg
--- 2.1.1-1/setup.cfg	2023-02-17 13:08:55.000000000 +0000
+++ 2.1.1-0ubuntu1/setup.cfg	2023-02-21 17:40:55.849104000 +0000
@@ -1,28 +1,28 @@
 [metadata]
 name = oslo.upgradecheck
 summary = Common code for writing OpenStack upgrade checks
-description_file =
-    README.rst
+description_file = 
+	README.rst
 author = OpenStack
 author_email = openstack-discuss@lists.openstack.org
 home_page = http://launchpad.net/oslo
 python_requires = >=3.8
-classifier =
-    Environment :: OpenStack
-    Intended Audience :: Information Technology
-    Intended Audience :: System Administrators
-    License :: OSI Approved :: Apache Software License
-    Operating System :: POSIX :: Linux
-    Programming Language :: Python
-    Programming Language :: Python :: 3
-    Programming Language :: Python :: 3.8
-    Programming Language :: Python :: 3.9
-    Programming Language :: Python :: 3 :: Only
-    Programming Language :: Python :: Implementation :: CPython
+classifier = 
+	Environment :: OpenStack
+	Intended Audience :: Information Technology
+	Intended Audience :: System Administrators
+	License :: OSI Approved :: Apache Software License
+	Operating System :: POSIX :: Linux
+	Programming Language :: Python
+	Programming Language :: Python :: 3
+	Programming Language :: Python :: 3.8
+	Programming Language :: Python :: 3.9
+	Programming Language :: Python :: 3 :: Only
+	Programming Language :: Python :: Implementation :: CPython
 
 [files]
-packages =
-    oslo_upgradecheck
+packages = 
+	oslo_upgradecheck
 
 [compile_catalog]
 directory = oslo.upgradecheck/locale
@@ -37,3 +37,8 @@ input_file = oslo.upgradecheck/locale/os
 keywords = _ gettext ngettext l_ lazy_gettext
 mapping_file = babel.cfg
 output_file = oslo.upgradecheck/locale/oslo.upgradecheck.pot
+
+[egg_info]
+tag_build = 
+tag_date = 0
+
