diff -pruN 1.1.0-1/.gitignore 1.1.0-0ubuntu2/.gitignore
--- 1.1.0-1/.gitignore	2021-07-14 09:34:18.000000000 +0000
+++ 1.1.0-0ubuntu2/.gitignore	1970-01-01 00:00:00.000000000 +0000
@@ -1,61 +0,0 @@
-# Add patterns in here to exclude files created by tools integrated with this
-# repository, such as test frameworks from the project's recommended workflow,
-# rendered documentation and package builds.
-#
-# Don't add patterns to exclude files created by preferred personal tools
-# (editors, IDEs, your operating system itself even). These should instead be
-# maintained outside the repository, for example in a ~/.gitignore file added
-# with:
-#
-# git config --global core.excludesfile '~/.gitignore'
-
-# Bytecompiled Python
-*.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
-cover/
-.coverage*
-!.coveragerc
-.tox
-nosetests.xml
-.testrepository
-.stestr
-.venv
-
-# Translations
-*.mo
-
-# Complexity
-output/*.html
-output/*/index.html
-
-# Sphinx
-doc/build
-
-# pbr generates these
-AUTHORS
-ChangeLog
-
-# Files created by releasenotes build
-releasenotes/build
diff -pruN 1.1.0-1/.gitreview 1.1.0-0ubuntu2/.gitreview
--- 1.1.0-1/.gitreview	2021-07-14 09:34:18.000000000 +0000
+++ 1.1.0-0ubuntu2/.gitreview	1970-01-01 00:00:00.000000000 +0000
@@ -1,4 +0,0 @@
-[gerrit]
-host=review.opendev.org
-port=29418
-project=openstack/os-resource-classes.git
diff -pruN 1.1.0-1/AUTHORS 1.1.0-0ubuntu2/AUTHORS
--- 1.1.0-1/AUTHORS	1970-01-01 00:00:00.000000000 +0000
+++ 1.1.0-0ubuntu2/AUTHORS	2021-07-15 10:18:46.000000000 +0000
@@ -0,0 +1,14 @@
+Adam Spiers <aspiers@suse.com>
+Andreas Jaeger <aj@suse.com>
+Balazs Gibizer <balazs.gibizer@est.tech>
+Chris Dent <cdent@anticdent.org>
+Chris Dent <chris.dent@gmail.com>
+Corey Bryant <corey.bryant@canonical.com>
+Eric Fried <openstack@fried.cc>
+Ghanshyam Mann <gmann@ghanshyammann.com>
+OpenStack Release Bot <infra-root@openstack.org>
+Stephen Finucane <stephenfin@redhat.com>
+Takashi NATSUME <natsume.takashi@lab.ntt.co.jp>
+bhagyashris <bhagyashri.shewale@nttdata.com>
+gujin <gu.jin@99cloud.net>
+pengyuesheng <pengyuesheng@gohighsec.com>
diff -pruN 1.1.0-1/ChangeLog 1.1.0-0ubuntu2/ChangeLog
--- 1.1.0-1/ChangeLog	1970-01-01 00:00:00.000000000 +0000
+++ 1.1.0-0ubuntu2/ChangeLog	2021-07-15 10:18:46.000000000 +0000
@@ -0,0 +1,69 @@
+CHANGES
+=======
+
+1.1.0
+-----
+
+* Add packet rate related resource classes
+* [doc] Redirect people to #openstack-nova
+* Update doc after freenode -> OFTC move
+* Switch to newer openstackdocstheme and reno versions
+* Fix hacking min version to 3.0.1
+* Cleanup py27 support
+
+1.0.0
+-----
+
+* Switch to hacking 2.x
+* setup.cfg: Configure 'python-requires'
+* Stop testing with py2
+* Switch to Ussuri jobs
+* Bump the openstackdocstheme extension to 1.20
+* Update the constraints url
+* Build pdf docs
+* Update bug link in docs to point to storyboard
+* Update api-ref link to canonical location
+* Sync Sphinx requirement
+* Update api-ref location
+
+0.5.0
+-----
+
+* Propose FPGA and PGPU resource classes
+* Add Python 3 Train unit tests
+
+0.4.0
+-----
+
+* Replace git.openstack.org URLs with opendev.org URLs
+* Add MEM\_ENCRYPTION\_CONTEXT resource class
+* Add missing upper-constraints.txt to deps in docs testenv
+* Use py3 for all\* tox targets
+* Dropping the py35 testing
+* OpenDev Migration Patch
+* Update master for stable/stein
+* Update bug links for storyboard
+
+0.3.0
+-----
+
+* Add normalize\_name utility
+
+0.2.0
+-----
+
+* Add PCPU standard resource class
+* Update author-email in setup.cfg
+* Don't use upper-constraints when installing package
+
+0.1.0
+-----
+
+* Tune up documentation to be more useful
+* Sync STANDARDS with placement/nova rc\_fields
+* Rename ORDERED\_CLASSES to STANDARDS
+* Initial automated testing for os-resource-classes
+* fix formatting in README
+* Set some real tests for the ids in ORDERED\_CLASSES
+* Initial tuning from cookiecutter start
+* Initial Cookiecutter Commit
diff -pruN 1.1.0-1/PKG-INFO 1.1.0-0ubuntu2/PKG-INFO
--- 1.1.0-1/PKG-INFO	1970-01-01 00:00:00.000000000 +0000
+++ 1.1.0-0ubuntu2/PKG-INFO	2021-07-15 10:18:46.289301400 +0000
@@ -0,0 +1,49 @@
+Metadata-Version: 1.2
+Name: os-resource-classes
+Version: 1.1.0
+Summary: Resource Classes for OpenStack
+Home-page: https://docs.openstack.org/os-resource-classes/latest/
+Author: OpenStack
+Author-email: openstack-discuss@lists.openstack.org
+License: UNKNOWN
+Description: ===================
+        os-resource-classes
+        ===================
+        
+        A list of standardized resource classes for OpenStack.
+        
+        A resource class is a distinct type of inventory that exists in
+        a cloud environment, for example ``VCPU``, ``DISK_GB``. They are
+        upper case with underscores. They often include a unit in their
+        name.
+        
+        This package provides a collection of symbols representing those
+        standard resource classes which are expected to be available in
+        any OpenStack deployment.
+        
+        There also exists a concept of custom resource classes. These
+        are countable types that are custom to a particular environment.
+        The OpenStack `placement API`_ provides a way to create these. A
+        custom resource class always begins with a ``CUSTOM_`` prefix.
+        
+        * Free software: Apache license
+        * Documentation: https://docs.openstack.org/os-resource-classes/latest
+        * Source: https://opendev.org/openstack/os-resource-classes
+        * Bugs: https://storyboard.openstack.org/#!/project/openstack/os-resource-classes
+        
+        .. _placement API: https://docs.openstack.org/api-ref/placement/
+        
+        
+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.6
+Classifier: Programming Language :: Python :: 3.7
+Classifier: Programming Language :: Python :: 3 :: Only
+Classifier: Programming Language :: Python :: Implementation :: CPython
+Requires-Python: >=3.6
diff -pruN 1.1.0-1/debian/changelog 1.1.0-0ubuntu2/debian/changelog
--- 1.1.0-1/debian/changelog	2021-08-24 09:51:19.000000000 +0000
+++ 1.1.0-0ubuntu2/debian/changelog	2025-11-28 21:33:41.000000000 +0000
@@ -1,60 +1,51 @@
-python-os-resource-classes (1.1.0-1) experimental; urgency=medium
+python-os-resource-classes (1.1.0-0ubuntu2) resolute; urgency=medium
 
-  * New upstream release.
-  * Added myself in copyright and uploaders.
+  * No-change mass rebuild for Ubuntu 26.04 (LP: #2132257)
 
- -- Mickael Asseline <mickael@papamica.com>  Tue, 24 Aug 2021 11:51:19 +0200
+ -- Sebastien Bacher <seb128@ubuntu.com>  Fri, 28 Nov 2025 22:33:41 +0100
 
-python-os-resource-classes (1.0.0-2) unstable; urgency=medium
+python-os-resource-classes (1.1.0-0ubuntu1) impish; urgency=medium
 
-  * Uploading to unstable.
-  * Fixed debian/watch.
-  * Add a debian/salsa-ci.yml.
+  [ Chris MacNaughton ]
+  * d/control: Update VCS paths for move to lp:~ubuntu-openstack-dev.
 
- -- Thomas Goirand <zigo@debian.org>  Thu, 15 Oct 2020 15:14:19 +0200
+  [ Corey Bryant ]
+  * New upstream release for OpenStack Xena.
+  * d/control: Align (Build-)Depends with upstream.
 
-python-os-resource-classes (1.0.0-1) experimental; urgency=medium
+ -- Corey Bryant <corey.bryant@canonical.com>  Thu, 22 Jul 2021 13:02:49 -0400
 
-  * New upstream release.
+python-os-resource-classes (1.0.0-0ubuntu1) focal; urgency=medium
 
- -- Thomas Goirand <zigo@debian.org>  Tue, 08 Sep 2020 09:01:09 +0200
+  * New upstream release for OpenStack Ussuri.
+  * d/control: Align (Build-)Depends with upstream.
 
-python-os-resource-classes (0.5.0-2) unstable; urgency=medium
+ -- Corey Bryant <corey.bryant@canonical.com>  Thu, 09 Apr 2020 14:26:57 -0400
 
-  [ Ondřej Nový ]
-  * Bump Standards-Version to 4.4.1.
+python-os-resource-classes (0.5.0-0ubuntu1) eoan; urgency=medium
 
-  [ Thomas Goirand ]
-  * Uploading to unstable.
+  * New upstream release for OpenStack Train.
+  * d/control: Align (Build-)Depends with upstream.
 
- -- Thomas Goirand <zigo@debian.org>  Sun, 20 Oct 2019 00:49:30 +0200
+ -- Corey Bryant <corey.bryant@canonical.com>  Tue, 30 Jul 2019 15:35:35 -0400
 
-python-os-resource-classes (0.5.0-1) experimental; urgency=medium
+python-os-resource-classes (0.4.0-0ubuntu2) eoan; urgency=medium
 
-  * New upstream release.
+  * d/rules: Add override_dh_auto_clean/override_dh_auto_build due to
+    attempted use of missing py2 dependencies when backported to bionic.
 
- -- Thomas Goirand <zigo@debian.org>  Wed, 18 Sep 2019 21:08:31 +0200
+ -- Corey Bryant <corey.bryant@canonical.com>  Wed, 12 Jun 2019 10:39:11 -0400
 
-python-os-resource-classes (0.3.0-3) unstable; urgency=medium
+python-os-resource-classes (0.4.0-0ubuntu1) eoan; urgency=medium
 
-  [ Ondřej Nový ]
-  * d/copyright: Use https protocol in Format field.
-  * Use debhelper-compat instead of debian/compat.
-  * Bump Standards-Version to 4.4.0.
+  * New upstream release for OpenStack Train.
+  * d/control: Align (Build-)Depends with upstream.
+  * d/gbp.conf: Align config with other OpenStack packages.
 
-  [ Thomas Goirand ]
-  * Removed Python 2 build-depends (Closes: #937990).
+ -- Corey Bryant <corey.bryant@canonical.com>  Thu, 06 Jun 2019 10:19:55 -0400
 
- -- Thomas Goirand <zigo@debian.org>  Sat, 14 Sep 2019 22:23:43 +0200
+python-os-resource-classes (0.3.0-0ubuntu1) disco; urgency=low
 
-python-os-resource-classes (0.3.0-2) unstable; urgency=medium
+  * Initial release for OpenStack Stein.
 
-  * Uploading to unstable.
-
- -- Thomas Goirand <zigo@debian.org>  Tue, 16 Jul 2019 21:55:59 +0200
-
-python-os-resource-classes (0.3.0-1) experimental; urgency=medium
-
-  * Initial release. (Closes: #925619)
-
- -- Thomas Goirand <zigo@debian.org>  Wed, 27 Mar 2019 18:07:28 +0100
+ -- James Page <james.page@ubuntu.com>  Thu, 14 Mar 2019 06:10:48 +0000
diff -pruN 1.1.0-1/debian/compat 1.1.0-0ubuntu2/debian/compat
--- 1.1.0-1/debian/compat	1970-01-01 00:00:00.000000000 +0000
+++ 1.1.0-0ubuntu2/debian/compat	2021-07-22 17:02:49.000000000 +0000
@@ -0,0 +1 @@
+10
diff -pruN 1.1.0-1/debian/control 1.1.0-0ubuntu2/debian/control
--- 1.1.0-1/debian/control	2021-08-24 09:51:19.000000000 +0000
+++ 1.1.0-0ubuntu2/debian/control	2021-07-22 17:02:49.000000000 +0000
@@ -1,75 +1,42 @@
 Source: python-os-resource-classes
 Section: python
 Priority: optional
-Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
-Uploaders:
- Thomas Goirand <zigo@debian.org>,
- Mickael Asseline <mickael@papamica.com>,
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
 Build-Depends:
- debhelper-compat (= 10),
+ debhelper (>= 11~),
  dh-python,
- openstack-pkg-tools (>= 99~),
+ openstack-pkg-tools,
  python3-all,
- python3-pbr,
+ python3-pbr (>= 2.0),
  python3-setuptools,
- python3-sphinx,
+ python3-sphinx (>= 2.0.0),
 Build-Depends-Indep:
- python3-coverage,
- python3-hacking,
- python3-openstackdocstheme,
- python3-oslotest,
+ python3-mock,
+ python3-openstackdocstheme (>= 2.2.1),
+ python3-oslotest (>= 1:1.10.0),
  python3-reno,
- python3-stestr,
- python3-subunit,
- python3-testtools,
- subunit,
-Standards-Version: 4.4.1
-Vcs-Browser: https://salsa.debian.org/openstack-team/libs/python-os-resource-classes
-Vcs-Git: https://salsa.debian.org/openstack-team/libs/python-os-resource-classes.git
-Homepage: https://docs.openstack.org/os-resource-classes/latest/
-
-Package: python-os-resource-classes-doc
-Section: doc
-Architecture: all
-Depends:
- ${misc:Depends},
- ${sphinxdoc:Depends},
-Description: Resource Classes for OpenStack - doc
- A resource class is a distinct type of inventory that exists in a cloud
- environment, for example VCPU, DISK_GB. They are upper case with underscores.
- They often include a unit in their name.
- .
- This package provides a collection of symbols representing those standard
- resource classes which are expected to be available in any OpenStack
- deployment.
- .
- There also exists a concept of custom resource classes. These are countable
- types that are custom to a particular environment. The OpenStack placement API
- provides a way to create these. A custom resource class always begins with a
- CUSTOM_ prefix.
- .
- This package contains the documentation.
+ python3-stestr (>= 1.0.0),
+ python3-subunit (>= 0.0.18),
+ python3-testtools (>= 1.4.0),
+Standards-Version: 4.2.1
+Homepage: https://github.com/openstack/os-resource-classes
+Vcs-Browser: https://git.launchpad.net/~ubuntu-openstack-dev/ubuntu/+source/python-os-resource-classes
+Vcs-Git: https://git.launchpad.net/~ubuntu-openstack-dev/ubuntu/+source/python-os-resource-classes
 
 Package: python3-os-resource-classes
 Architecture: all
 Depends:
- python3-pbr,
+ python3-pbr (>= 2.0),
  ${misc:Depends},
  ${python3:Depends},
-Suggests:
- python-os-resource-classes-doc,
-Description: Resource Classes for OpenStack - Python 3.x
- A resource class is a distinct type of inventory that exists in a cloud
- environment, for example VCPU, DISK_GB. They are upper case with underscores.
- They often include a unit in their name.
- .
- This package provides a collection of symbols representing those standard
- resource classes which are expected to be available in any OpenStack
- deployment.
- .
- There also exists a concept of custom resource classes. These are countable
- types that are custom to a particular environment. The OpenStack placement API
- provides a way to create these. A custom resource class always begins with a
- CUSTOM_ prefix.
+Description: Standardized resource classes for OpenStack
+ A resource class is a distinct type of inventory that exists in
+ a cloud environment, for example `VCPU`, `DISK_GB`. They are
+ upper case with underscores. They often include a unit in their
+ name.
+ .
+ This package provides a collection of symbols representing those
+ standard resource classes which are expected to be available in
+ any OpenStack deployment.
  .
- This package contains the Python 3.x module.
+ This package contains the Python 3 module.
diff -pruN 1.1.0-1/debian/copyright 1.1.0-0ubuntu2/debian/copyright
--- 1.1.0-1/debian/copyright	2021-08-24 09:51:19.000000000 +0000
+++ 1.1.0-0ubuntu2/debian/copyright	2021-07-22 17:02:49.000000000 +0000
@@ -1,15 +1,14 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: os-resource-classes
-Source: https://docs.openstack.org/os-resource-classes/latest/
+Source: https://github.com/openstack/os-resource-classes
 
 Files: *
-Copyright: (c) 2010-2019, OpenStack Foundation <openstack-discuss@lists.openstack.org>
-           (c) 2013, Hewlett-Packard Development Company, L.P.
+Copyright: 2013, Hewlett-Packard Development Company, L.P.
+           2010-2011, OpenStack Foundation
 License: Apache-2
 
 Files: debian/*
-Copyright: (c) 2019, Thomas Goirand <zigo@debian.org>
-           (c) 2021 Mickael Asseline <mickael@papamica.com>
+Copyright: 2019 Canonical Ltd
 License: Apache-2
 
 License: Apache-2
@@ -26,4 +25,4 @@ License: Apache-2
  limitations under the License.
  .
  On Debian-based systems the full text of the Apache version 2.0 license
- can be found in /usr/share/common-licenses/Apache-2.0.
+ can be found in `/usr/share/common-licenses/Apache-2.0'.
diff -pruN 1.1.0-1/debian/gbp.conf 1.1.0-0ubuntu2/debian/gbp.conf
--- 1.1.0-1/debian/gbp.conf	1970-01-01 00:00:00.000000000 +0000
+++ 1.1.0-0ubuntu2/debian/gbp.conf	2021-07-22 17:02:49.000000000 +0000
@@ -0,0 +1,7 @@
+[DEFAULT]
+debian-branch = master
+upstream-tag = %(version)s
+pristine-tar = True
+
+[buildpackage]
+export-dir = ../build-area
diff -pruN 1.1.0-1/debian/python-os-resource-classes-doc.doc-base 1.1.0-0ubuntu2/debian/python-os-resource-classes-doc.doc-base
--- 1.1.0-1/debian/python-os-resource-classes-doc.doc-base	2021-08-24 09:51:19.000000000 +0000
+++ 1.1.0-0ubuntu2/debian/python-os-resource-classes-doc.doc-base	1970-01-01 00:00:00.000000000 +0000
@@ -1,9 +0,0 @@
-Document: python-os-resource-classes-doc
-Title: os-resource-classes Documentation
-Author: N/A
-Abstract: Sphinx documentation for os-resource-classes
-Section: Programming/Python
-
-Format: HTML
-Index: /usr/share/doc/python-os-resource-classes-doc/html/index.html
-Files: /usr/share/doc/python-os-resource-classes-doc/html/*
diff -pruN 1.1.0-1/debian/rules 1.1.0-0ubuntu2/debian/rules
--- 1.1.0-1/debian/rules	2021-08-24 09:51:19.000000000 +0000
+++ 1.1.0-0ubuntu2/debian/rules	2021-07-22 17:02:49.000000000 +0000
@@ -1,10 +1,9 @@
 #!/usr/bin/make -f
 
-UPSTREAM_GIT := https://github.com/openstack/os-resource-classes.git
 include /usr/share/openstack-pkg-tools/pkgos.make
 
 %:
-	dh $@ --buildsystem=python_distutils --with python3,sphinxdoc
+	dh $@ --with python3 --buildsystem=python_distutils
 
 override_dh_auto_clean:
 	rm -rf build
@@ -20,9 +19,5 @@ ifeq (,$(findstring nocheck, $(DEB_BUILD
 	pkgos-dh_auto_test --no-py2
 endif
 
-
-override_dh_sphinxdoc:
-ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS)))
-	PYTHONPATH=. python3 -m sphinx -b html doc/source debian/python-os-resource-classes-doc/usr/share/doc/python-os-resource-classes-doc/html
-	dh_sphinxdoc -O--buildsystem=python_distutils
-endif
+override_dh_python3:
+	dh_python3 --shebang=/usr/bin/python3
diff -pruN 1.1.0-1/debian/salsa-ci.yml 1.1.0-0ubuntu2/debian/salsa-ci.yml
--- 1.1.0-1/debian/salsa-ci.yml	2021-08-24 09:51:19.000000000 +0000
+++ 1.1.0-0ubuntu2/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.1.0-1/debian/watch 1.1.0-0ubuntu2/debian/watch
--- 1.1.0-1/debian/watch	2021-08-24 09:51:19.000000000 +0000
+++ 1.1.0-0ubuntu2/debian/watch	2021-07-22 17:02:49.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/os-resource-classes/tags .*/(\d[brc\d\.]+)\.tar\.gz
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/os-resource-classes/os-resource-classes-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
diff -pruN 1.1.0-1/os_resource_classes.egg-info/PKG-INFO 1.1.0-0ubuntu2/os_resource_classes.egg-info/PKG-INFO
--- 1.1.0-1/os_resource_classes.egg-info/PKG-INFO	1970-01-01 00:00:00.000000000 +0000
+++ 1.1.0-0ubuntu2/os_resource_classes.egg-info/PKG-INFO	2021-07-15 10:18:46.000000000 +0000
@@ -0,0 +1,49 @@
+Metadata-Version: 1.2
+Name: os-resource-classes
+Version: 1.1.0
+Summary: Resource Classes for OpenStack
+Home-page: https://docs.openstack.org/os-resource-classes/latest/
+Author: OpenStack
+Author-email: openstack-discuss@lists.openstack.org
+License: UNKNOWN
+Description: ===================
+        os-resource-classes
+        ===================
+        
+        A list of standardized resource classes for OpenStack.
+        
+        A resource class is a distinct type of inventory that exists in
+        a cloud environment, for example ``VCPU``, ``DISK_GB``. They are
+        upper case with underscores. They often include a unit in their
+        name.
+        
+        This package provides a collection of symbols representing those
+        standard resource classes which are expected to be available in
+        any OpenStack deployment.
+        
+        There also exists a concept of custom resource classes. These
+        are countable types that are custom to a particular environment.
+        The OpenStack `placement API`_ provides a way to create these. A
+        custom resource class always begins with a ``CUSTOM_`` prefix.
+        
+        * Free software: Apache license
+        * Documentation: https://docs.openstack.org/os-resource-classes/latest
+        * Source: https://opendev.org/openstack/os-resource-classes
+        * Bugs: https://storyboard.openstack.org/#!/project/openstack/os-resource-classes
+        
+        .. _placement API: https://docs.openstack.org/api-ref/placement/
+        
+        
+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.6
+Classifier: Programming Language :: Python :: 3.7
+Classifier: Programming Language :: Python :: 3 :: Only
+Classifier: Programming Language :: Python :: Implementation :: CPython
+Requires-Python: >=3.6
diff -pruN 1.1.0-1/os_resource_classes.egg-info/SOURCES.txt 1.1.0-0ubuntu2/os_resource_classes.egg-info/SOURCES.txt
--- 1.1.0-1/os_resource_classes.egg-info/SOURCES.txt	1970-01-01 00:00:00.000000000 +0000
+++ 1.1.0-0ubuntu2/os_resource_classes.egg-info/SOURCES.txt	2021-07-15 10:18:46.000000000 +0000
@@ -0,0 +1,39 @@
+.coveragerc
+.stestr.conf
+.zuul.yaml
+AUTHORS
+CONTRIBUTING.rst
+ChangeLog
+HACKING.rst
+LICENSE
+README.rst
+requirements.txt
+setup.cfg
+setup.py
+test-requirements.txt
+tox.ini
+doc/requirements.txt
+doc/source/conf.py
+doc/source/index.rst
+doc/source/contributor/index.rst
+doc/source/install/index.rst
+doc/source/user/index.rst
+os_resource_classes/__init__.py
+os_resource_classes.egg-info/PKG-INFO
+os_resource_classes.egg-info/SOURCES.txt
+os_resource_classes.egg-info/dependency_links.txt
+os_resource_classes.egg-info/not-zip-safe
+os_resource_classes.egg-info/pbr.json
+os_resource_classes.egg-info/requires.txt
+os_resource_classes.egg-info/top_level.txt
+os_resource_classes/tests/__init__.py
+os_resource_classes/tests/base.py
+os_resource_classes/tests/test_os_resource_classes.py
+releasenotes/notes/.placeholder
+releasenotes/notes/drop-python2-support-84918a8b2635e32a.yaml
+releasenotes/source/conf.py
+releasenotes/source/index.rst
+releasenotes/source/stein.rst
+releasenotes/source/unreleased.rst
+releasenotes/source/_static/.placeholder
+releasenotes/source/_templates/.placeholder
\ No newline at end of file
diff -pruN 1.1.0-1/os_resource_classes.egg-info/dependency_links.txt 1.1.0-0ubuntu2/os_resource_classes.egg-info/dependency_links.txt
--- 1.1.0-1/os_resource_classes.egg-info/dependency_links.txt	1970-01-01 00:00:00.000000000 +0000
+++ 1.1.0-0ubuntu2/os_resource_classes.egg-info/dependency_links.txt	2021-07-15 10:18:46.000000000 +0000
@@ -0,0 +1 @@
+
diff -pruN 1.1.0-1/os_resource_classes.egg-info/not-zip-safe 1.1.0-0ubuntu2/os_resource_classes.egg-info/not-zip-safe
--- 1.1.0-1/os_resource_classes.egg-info/not-zip-safe	1970-01-01 00:00:00.000000000 +0000
+++ 1.1.0-0ubuntu2/os_resource_classes.egg-info/not-zip-safe	2021-07-15 10:18:46.000000000 +0000
@@ -0,0 +1 @@
+
diff -pruN 1.1.0-1/os_resource_classes.egg-info/pbr.json 1.1.0-0ubuntu2/os_resource_classes.egg-info/pbr.json
--- 1.1.0-1/os_resource_classes.egg-info/pbr.json	1970-01-01 00:00:00.000000000 +0000
+++ 1.1.0-0ubuntu2/os_resource_classes.egg-info/pbr.json	2021-07-15 10:18:46.000000000 +0000
@@ -0,0 +1 @@
+{"git_version": "357bd40", "is_release": true}
\ No newline at end of file
diff -pruN 1.1.0-1/os_resource_classes.egg-info/requires.txt 1.1.0-0ubuntu2/os_resource_classes.egg-info/requires.txt
--- 1.1.0-1/os_resource_classes.egg-info/requires.txt	1970-01-01 00:00:00.000000000 +0000
+++ 1.1.0-0ubuntu2/os_resource_classes.egg-info/requires.txt	2021-07-15 10:18:46.000000000 +0000
@@ -0,0 +1 @@
+pbr>=2.0
diff -pruN 1.1.0-1/os_resource_classes.egg-info/top_level.txt 1.1.0-0ubuntu2/os_resource_classes.egg-info/top_level.txt
--- 1.1.0-1/os_resource_classes.egg-info/top_level.txt	1970-01-01 00:00:00.000000000 +0000
+++ 1.1.0-0ubuntu2/os_resource_classes.egg-info/top_level.txt	2021-07-15 10:18:46.000000000 +0000
@@ -0,0 +1 @@
+os_resource_classes
diff -pruN 1.1.0-1/setup.cfg 1.1.0-0ubuntu2/setup.cfg
--- 1.1.0-1/setup.cfg	2021-07-14 09:34:18.000000000 +0000
+++ 1.1.0-0ubuntu2/setup.cfg	2021-07-15 10:18:46.289301400 +0000
@@ -1,25 +1,30 @@
 [metadata]
 name = os-resource-classes
 summary = Resource Classes for OpenStack
-description-file =
-    README.rst
+description-file = 
+	README.rst
 author = OpenStack
 author-email = openstack-discuss@lists.openstack.org
 home-page = https://docs.openstack.org/os-resource-classes/latest/
 python-requires = >=3.6
-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.6
-    Programming Language :: Python :: 3.7
-    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.6
+	Programming Language :: Python :: 3.7
+	Programming Language :: Python :: 3 :: Only
+	Programming Language :: Python :: Implementation :: CPython
 
 [files]
-packages =
-    os_resource_classes
+packages = 
+	os_resource_classes
+
+[egg_info]
+tag_build = 
+tag_date = 0
+
