diff -pruN 0.13.0-1/.gitignore 0.13.0-0ubuntu1/.gitignore
--- 0.13.0-1/.gitignore	2025-05-28 02:58:24.000000000 +0000
+++ 0.13.0-0ubuntu1/.gitignore	1970-01-01 00:00:00.000000000 +0000
@@ -1,67 +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]
-*.pyc
-
-
-# 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/
-test.sock
-.venv
-cover/
-
-# Translations
-*.mo
-
-# Complexity
-output/*.html
-output/*/index.html
-
-# Sphinx
-doc/build
-doc/source/reference/api
-
-# pbr generates these
-AUTHORS
-ChangeLog
-
-# reno build
-releasenotes/build
-RELEASENOTES.rst
-releasenotes/notes/reno.cache
-
-# pifpaf and testing artifacts
-etcd-v*
diff -pruN 0.13.0-1/.gitreview 0.13.0-0ubuntu1/.gitreview
--- 0.13.0-1/.gitreview	2025-05-28 02:58:24.000000000 +0000
+++ 0.13.0-0ubuntu1/.gitreview	1970-01-01 00:00:00.000000000 +0000
@@ -1,4 +0,0 @@
-[gerrit]
-host=review.opendev.org
-port=29418
-project=openstack/oslo.metrics.git
diff -pruN 0.13.0-1/AUTHORS 0.13.0-0ubuntu1/AUTHORS
--- 0.13.0-1/AUTHORS	1970-01-01 00:00:00.000000000 +0000
+++ 0.13.0-0ubuntu1/AUTHORS	2025-08-25 12:47:03.000000000 +0000
@@ -0,0 +1,18 @@
+Arnaud Morin <arnaud.morin@ovhcloud.com>
+Artem Vasilyev <artem.v.vasilyev@gmail.com>
+Ching Kuo <ching.kuo@linecorp.com>
+Ching Kuo <igene@igene.tw>
+Corey Bryant <corey.bryant@canonical.com>
+Gabin Lanore <gabin.lanore@ovhcloud.com>
+Ghanshyam <gmann@ghanshyammann.com>
+Ghanshyam Mann <gmann@ghanshyammann.com>
+Guillaume Espanel <guillaume.espanel.ext@ovhcloud.com>
+Hervé Beraud <hberaud@redhat.com>
+Masahito Muroi <masahito.muroi@linecorp.com>
+OpenStack Release Bot <infra-root@openstack.org>
+Takashi Kajinami <kajinamit@oss.nttdata.com>
+Thierry Carrez <thierry@openstack.org>
+maaoyu <maaoyu@inspur.com>
+songwenping <songwenping@inspur.com>
+wangzihao <wangzihao@yovole.com>
+zhangboye <zhangboye@inspur.com>
diff -pruN 0.13.0-1/ChangeLog 0.13.0-0ubuntu1/ChangeLog
--- 0.13.0-1/ChangeLog	1970-01-01 00:00:00.000000000 +0000
+++ 0.13.0-0ubuntu1/ChangeLog	2025-08-25 12:47:03.000000000 +0000
@@ -0,0 +1,129 @@
+CHANGES
+=======
+
+0.13.0
+------
+
+* add pyproject.toml to support pip 23.1
+
+0.12.0
+------
+
+* tox: Remove basepython
+* Update master for stable/2025.1
+* feat: add option to set chmod to socket
+
+0.11.0
+------
+
+* Skip installation to speed up pep8
+* Restore group permissions to unix socket file
+* Run pyupgrade to clean up Python 2 syntaxes
+* Introduce pre-commit
+
+0.10.1
+------
+
+* reno: Update master for unmaintained/2023.1
+* Set log level to debug when dispatching metrics
+
+0.10.0
+------
+
+* Add note about requirements lower bounds
+* Remove Python 3.8 support
+* Drop unnecessary 'x' bit from doc config file
+* Use PortOpt for prometheus\_port
+* Declare Python 3.12 support
+* Update master for stable/2024.2
+
+0.9.0
+-----
+
+* reno: Update master for unmaintained/zed
+* Remove old excludes
+* Update master for stable/2024.1
+* reno: Update master for unmaintained/xena
+* reno: Update master for unmaintained/wallaby
+
+0.8.0
+-----
+
+* reno: Update master for unmaintained/yoga
+* Bump hacking
+* Update python classifier in setup.cfg
+* Update master for stable/2023.2
+
+0.7.0
+-----
+
+* Bump bandit and make oslo.metrics compatible with latest rules
+* Revert "Moves supported python runtimes from version 3.8 to 3.10"
+* Moves supported python runtimes from version 3.8 to 3.10
+* Update master for stable/2023.1
+
+0.6.0
+-----
+
+* Fix logging labales --> labels
+* Add Python3 antelope unit tests
+* Update master for stable/zed
+
+0.5.0
+-----
+
+* Drop python3.6/3.7 support in testing runtime
+* Remove unnecessary unicode prefixes
+* Update master for stable/yoga
+
+0.4.0
+-----
+
+* Limit metrics\_socket\_file permissions
+* Update master for stable/xena
+* Changed minversion in tox to 3.18.0
+
+0.3.0
+-----
+
+* setup.cfg: Replace dashes with underscores
+* Enable Test Coverage and Add New Test
+* Fix Heading Characters
+* Enable bandit
+* Make Expose Port Configurable
+* Add Devstack Installation Guide
+* Use py3 as the default runtime for tox
+* Dropping lower constraints testing
+* Update master for stable/wallaby
+
+0.2.1
+-----
+
+* Add timeout, method to RPC Client Label
+
+0.2.0
+-----
+
+* Update Metric Naming
+* Handle Sigterm Properly
+
+0.1.0
+-----
+
+* Improve Socket for oslo.metrics
+* bump py37 to py38 in tox.ini
+* Add basic tests for message processing
+* Add a basic test framework for oslo.metrics
+* Configure zuul
+* add lower-constraints
+* fix pep8 issues
+* Add releasenotes
+* Add project documentation
+* Setup base test environment
+* Add an entrypoints to launch oslo.metrics
+* Add a couple of gitignore rules
+* Sample oslo.metrics codes
+* Trivial change to test replication
+* Add date for expected initial code drop
+* Base content, waiting for initial code drop
+* Added .gitreview
diff -pruN 0.13.0-1/PKG-INFO 0.13.0-0ubuntu1/PKG-INFO
--- 0.13.0-1/PKG-INFO	1970-01-01 00:00:00.000000000 +0000
+++ 0.13.0-0ubuntu1/PKG-INFO	2025-08-25 12:47:03.536528000 +0000
@@ -0,0 +1,35 @@
+Metadata-Version: 2.1
+Name: oslo.metrics
+Version: 0.13.0
+Summary: Oslo Metrics API
+Home-page: https://opendev.org/openstack/oslo.metrics
+Author: OpenStack
+Author-email: openstack-discuss@lists.openstack.org
+Classifier: Environment :: OpenStack
+Classifier: Intended Audience :: Developers
+Classifier: Intended Audience :: Information Technology
+Classifier: License :: OSI Approved :: Apache Software License
+Classifier: Operating System :: OS Independent
+Classifier: Programming Language :: Python
+Classifier: Programming Language :: Python :: 3
+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 :: Only
+Classifier: Programming Language :: Python :: Implementation :: CPython
+Requires-Python: >=3.9
+License-File: LICENSE
+Requires-Dist: pbr>=3.1.1
+Requires-Dist: oslo.utils>=3.41.0
+Requires-Dist: oslo.log>=3.44.0
+Requires-Dist: oslo.config>=6.9.0
+Requires-Dist: prometheus-client>=0.6.0
+
+====================
+Oslo Metrics Library
+====================
+
+This Oslo metrics API supports collecting metrics data from other Oslo
+libraries and exposing the metrics data to monitoring system.
+
diff -pruN 0.13.0-1/debian/changelog 0.13.0-0ubuntu1/debian/changelog
--- 0.13.0-1/debian/changelog	2025-08-28 14:48:03.000000000 +0000
+++ 0.13.0-0ubuntu1/debian/changelog	2025-09-12 22:47:02.000000000 +0000
@@ -1,129 +1,105 @@
-python-oslo.metrics (0.13.0-1) experimental; urgency=medium
+python-oslo.metrics (0.13.0-0ubuntu1) questing; urgency=medium
 
-  * New upstream release.
+  * New upstream release for OpenStack Flamingo (LP: #2122726).
 
- -- Thomas Goirand <zigo@debian.org>  Thu, 28 Aug 2025 16:48:03 +0200
+ -- Myles Penner <myles.penner@canonical.com>  Fri, 12 Sep 2025 15:47:02 -0700
 
-python-oslo.metrics (0.11.0-3) unstable; urgency=medium
+python-oslo.metrics (0.12.0+git2025070815.276d34d-0ubuntu1) questing; urgency=medium
 
-  * Uploading to unstable.
+  [ Guillaume Boutry ]
+  * d/gbp.conf, .launchpad.yaml: Sync from cloud-archive-tools for
+    flamingo.
 
- -- Thomas Goirand <zigo@debian.org>  Fri, 28 Mar 2025 10:24:50 +0100
+  [ Myles Penner ]
+  * New upstream release for OpenStack Flamingo. (LP: #2116155)
+  * d/watch: Add Flamingo key verification.
+  * d/u/signing-key.asc: Add Flamingo public key.
 
-python-oslo.metrics (0.11.0-2) experimental; urgency=medium
+ -- Myles Penner <myles.penner@canonical.com>  Thu, 24 Jul 2025 16:35:16 -0400
 
-  * d/watch: switch to version=4 and mode=git.
+python-oslo.metrics (0.11.0-0ubuntu1) plucky; urgency=medium
 
- -- Thomas Goirand <zigo@debian.org>  Tue, 25 Feb 2025 15:35:46 +0100
+  * New upstream release for OpenStack Epoxy.
 
-python-oslo.metrics (0.11.0-1) experimental; urgency=medium
+ -- James Page <james.page@ubuntu.com>  Thu, 27 Feb 2025 12:51:40 +0000
 
-  * New upstream release.
-  * Removed bandit and hacking from build-depends.
+python-oslo.metrics (0.10.1-0ubuntu1) plucky; urgency=medium
 
- -- Thomas Goirand <zigo@debian.org>  Mon, 24 Feb 2025 17:12:49 +0100
+  * New upstream release for OpenStack Epoxy.
 
-python-oslo.metrics (0.9.0-3) unstable; urgency=medium
+ -- James Page <james.page@ubuntu.com>  Thu, 13 Feb 2025 15:39:54 +0000
 
-  * Switch to pybuild (Closes: #1090572).
+python-oslo.metrics (0.10.0-0ubuntu1) plucky; urgency=medium
 
- -- Thomas Goirand <zigo@debian.org>  Thu, 19 Dec 2024 08:41:40 +0100
+  * d/gbp.conf, .launchpad.yaml: Sync from cloud-archive-tools for
+    epoxy.
+  * New upstream release for OpenStack Epoxy.
 
-python-oslo.metrics (0.9.0-2) unstable; urgency=medium
+ -- James Page <james.page@ubuntu.com>  Sat, 18 Jan 2025 11:41:28 +0000
 
-  * Uploading to unstable.
+python-oslo.metrics (0.9.0-0ubuntu1) oracular; urgency=medium
 
- -- Thomas Goirand <zigo@debian.org>  Thu, 19 Sep 2024 17:54:39 +0200
+  * d/gbp.conf: upstream-branch -> upstream-dalmatian.
+  * New upstream release for OpenStack Dalmatian.
 
-python-oslo.metrics (0.9.0-1) experimental; urgency=medium
+ -- James Page <james.page@ubuntu.com>  Tue, 24 Sep 2024 14:13:50 +0100
 
-  * New upstream release.
+python-oslo.metrics (0.8.0-0ubuntu1) noble; urgency=medium
 
- -- Thomas Goirand <zigo@debian.org>  Mon, 26 Aug 2024 17:06:26 +0200
+  [ Corey Bryant ]
+  * d/gbp.conf, .launchpad.yaml: Sync from cloud-archive-tools for
+    caracal.
 
-python-oslo.metrics (0.8.0-2) unstable; urgency=medium
+  [ James Page ]
+  * New upstream release for OpenStack Caracal.
 
-  * Uploading to unstable.
+ -- James Page <james.page@ubuntu.com>  Mon, 11 Mar 2024 11:27:27 +0000
 
- -- Thomas Goirand <zigo@debian.org>  Wed, 03 Apr 2024 16:37:45 +0200
+python-oslo.metrics (0.7.0-0ubuntu1) mantic; urgency=medium
 
-python-oslo.metrics (0.8.0-1) experimental; urgency=medium
+  * d/gbp.conf, .launchpad.yaml: Sync from cloud-archive-tools for
+    bobcat.
+  * New upstream release for OpenStack Bobcat.
 
-  * New upstream release.
+ -- Corey Bryant <corey.bryant@canonical.com>  Thu, 31 Aug 2023 10:53:40 -0400
 
- -- Thomas Goirand <zigo@debian.org>  Sat, 24 Feb 2024 22:22:58 +0100
+python-oslo.metrics (0.6.0-0ubuntu1) lunar; urgency=medium
 
-python-oslo.metrics (0.7.0-2) unstable; urgency=medium
+  * New upstream release for OpenStack Antelope.
+  * d/control: Align (Build-)Depends with upstream.
 
-  * Uploading to unstable.
+ -- Corey Bryant <corey.bryant@canonical.com>  Wed, 22 Feb 2023 14:16:19 -0500
 
- -- Thomas Goirand <zigo@debian.org>  Wed, 04 Oct 2023 13:37:31 +0200
+python-oslo.metrics (0.5.0-0ubuntu1) kinetic; urgency=medium
 
-python-oslo.metrics (0.7.0-1) experimental; urgency=medium
+  * New upstream release for OpenStack Zed.
+  * d/control: Update standards version to 4.6.1.
 
-  * New upstream release.
-  * Cleans better.
+ -- Corey Bryant <corey.bryant@canonical.com>  Thu, 08 Sep 2022 20:20:07 -0400
 
- -- Thomas Goirand <zigo@debian.org>  Wed, 30 Aug 2023 14:25:27 +0200
+python-oslo.metrics (0.4.0-0ubuntu2) kinetic; urgency=medium
 
-python-oslo.metrics (0.6.0-3) unstable; urgency=medium
+  * d/t/control, d/t/python-(o)stestr: Switch from ostestr to stestr.
 
-  * Cleans better (Closes: #1045749).
+ -- Corey Bryant <corey.bryant@canonical.com>  Wed, 08 Jun 2022 10:17:51 -0400
 
- -- Thomas Goirand <zigo@debian.org>  Tue, 15 Aug 2023 16:48:46 +0200
+python-oslo.metrics (0.4.0-0ubuntu1) jammy; urgency=medium
 
-python-oslo.metrics (0.6.0-2) unstable; urgency=medium
+  * New upstream release for OpenStack Yoga.
+  * d/control: Bump debhelper compat to 13.
+  * d/p/bug1945533.patch: Dropped. Fixed upstream.
 
-  * Uploading to unstable.
+ -- Corey Bryant <corey.bryant@canonical.com>  Wed, 01 Dec 2021 15:44:36 -0500
 
- -- Thomas Goirand <zigo@debian.org>  Mon, 19 Jun 2023 11:36:51 +0200
+python-oslo.metrics (0.3.0-0ubuntu2) impish; urgency=medium
 
-python-oslo.metrics (0.6.0-1) experimental; urgency=medium
+  * d/p/bug1945533.patch: Cherry pick permissions fix to harden the
+    socket used for metrics (LP: #1945533).
 
-  * New upstream release.
+ -- James Page <james.page@ubuntu.com>  Wed, 13 Oct 2021 09:41:23 +0100
 
- -- Thomas Goirand <zigo@debian.org>  Wed, 22 Feb 2023 10:55:10 +0100
+python-oslo.metrics (0.3.0-0ubuntu1) impish; urgency=medium
 
-python-oslo.metrics (0.5.0-2) unstable; urgency=medium
+  * Initial release.
 
-  * Uploading to unstable.
-
- -- Thomas Goirand <zigo@debian.org>  Fri, 23 Sep 2022 13:51:20 +0200
-
-python-oslo.metrics (0.5.0-1) experimental; urgency=medium
-
-  * New upstream release.
-
- -- Thomas Goirand <zigo@debian.org>  Wed, 31 Aug 2022 15:42:54 +0200
-
-python-oslo.metrics (0.4.0-2) unstable; urgency=medium
-
-  * Uploading to unstable.
-  * Add autopkgtest.
-
- -- Thomas Goirand <zigo@debian.org>  Thu, 24 Mar 2022 16:24:41 +0100
-
-python-oslo.metrics (0.4.0-1) experimental; urgency=medium
-
-  * New upstream release.
-
- -- Thomas Goirand <zigo@debian.org>  Mon, 21 Feb 2022 11:54:15 +0100
-
-python-oslo.metrics (0.3.0-3) unstable; urgency=medium
-
-  * Uploading to unstable.
-
- -- Thomas Goirand <zigo@debian.org>  Wed, 29 Sep 2021 16:46:28 +0200
-
-python-oslo.metrics (0.3.0-2) experimental; urgency=medium
-
-  * Rebuilt source-only.
-  * Added (c) 2020 LINE Corp. in d/copyright after FTP master remark.
-
- -- Thomas Goirand <zigo@debian.org>  Sun, 19 Sep 2021 19:24:13 +0200
-
-python-oslo.metrics (0.3.0-1) experimental; urgency=medium
-
-  * Initial release. (Closes: #993120)
-
- -- Thomas Goirand <zigo@debian.org>  Fri, 27 Aug 2021 15:42:31 +0200
+ -- Corey Bryant <corey.bryant@canonical.com>  Tue, 07 Sep 2021 13:39:37 -0400
diff -pruN 0.13.0-1/debian/control 0.13.0-0ubuntu1/debian/control
--- 0.13.0-1/debian/control	2025-08-28 14:48:03.000000000 +0000
+++ 0.13.0-0ubuntu1/debian/control	2025-09-12 22:47:02.000000000 +0000
@@ -1,59 +1,40 @@
 Source: python-oslo.metrics
 Section: python
 Priority: optional
-Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
-Uploaders:
- Thomas Goirand <zigo@debian.org>,
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
 Build-Depends:
- debhelper-compat (= 11),
+ debhelper-compat (= 13),
  dh-python,
  openstack-pkg-tools,
  python3-all,
- python3-pbr,
+ python3-pbr (>= 3.1.1),
  python3-setuptools,
- python3-sphinx,
+ python3-sphinx (>= 1.8.0),
 Build-Depends-Indep:
- python3-coverage,
- python3-openstackdocstheme,
- python3-oslo.config,
- python3-oslo.log,
- python3-oslo.utils,
- python3-oslotest,
- python3-prometheus-client,
- python3-sphinxcontrib.apidoc,
- python3-stestr,
- subunit,
-Standards-Version: 4.6.0
-Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-oslo.metrics
-Vcs-Git: https://salsa.debian.org/openstack-team/python/python-oslo.metrics.git
+ python3-openstackdocstheme (>= 1.18.1),
+ python3-oslo.config (>= 1:6.9.0),
+ python3-oslo.log (>= 3.44.0),
+ python3-oslo.utils (>= 3.41.0),
+ python3-oslotest (>= 1:3.2.0),
+ python3-prometheus-client (>= 0.6.0),
+ python3-sphinxcontrib.apidoc (>= 0.2.0),
+ python3-stestr (>= 2.0.0),
+Standards-Version: 4.6.1
+Vcs-Git: https://git.launchpad.net/~ubuntu-openstack-dev/ubuntu/+source/python-oslo.metrics
 Homepage: https://opendev.org/openstack/oslo.metrics
 
 Package: python3-oslo.metrics
 Architecture: all
 Depends:
- python3-oslo.config,
- python3-oslo.log,
- python3-oslo.utils,
- python3-pbr,
- python3-prometheus-client,
+ python3-pbr (>= 3.1.1),
+ python3-oslo.config (>= 1:6.9.0),
+ python3-oslo.log (>= 3.44.0),
+ python3-oslo.utils (>= 3.41.0),
+ python3-prometheus-client (>= 0.6.0),
  ${misc:Depends},
  ${python3:Depends},
-Suggests:
- python-oslo.metrics-doc,
-Description: OpenStack Oslo Metrics API - Python 3.x
- This Oslo metrics API supports collecting metrics data from other Oslo
- libraries and exposing the metrics data to monitoring system.
+Description: OpenStack library for metric collection
+ oslo.metrics is the OpenStack library for collecting metrics data from other Oslo
+ libraries and exposing metrics data to monitoring system.
  .
- This package contains the Python 3.x module.
-
-Package: python-oslo.metrics-doc
-Section: doc
-Architecture: all
-Depends:
- ${misc:Depends},
- ${sphinxdoc:Depends},
-Description: OpenStack Oslo Metrics API - doc
- This Oslo metrics API supports collecting metrics data from other Oslo
- libraries and exposing the metrics data to monitoring system.
- .
- This package contains the documentation.
+ This package contains the Python 3 module.
diff -pruN 0.13.0-1/debian/copyright 0.13.0-0ubuntu1/debian/copyright
--- 0.13.0-1/debian/copyright	2025-08-28 14:48:03.000000000 +0000
+++ 0.13.0-0ubuntu1/debian/copyright	2025-09-12 22:47:02.000000000 +0000
@@ -1,14 +1,14 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: oslo.metrics
 Source: https://opendev.org/openstack/oslo.metrics
 
 Files: *
-Copyright: (c) 2019, OpenStack <openstack-discuss@lists.openstack.org>
- (c) 2020 LINE Corp.
+Copyright: (c) 2020, Line Corp.
+           (c) 2014, OpenStack Foundation
 License: Apache-2
 
 Files: debian/*
-Copyright: (c) 2019, Thomas Goirand <zigo@debian.org>
+Copyright: (c) 2021, Canonical Ltd.
 License: Apache-2
 
 License: Apache-2
diff -pruN 0.13.0-1/debian/gbp.conf 0.13.0-0ubuntu1/debian/gbp.conf
--- 0.13.0-1/debian/gbp.conf	1970-01-01 00:00:00.000000000 +0000
+++ 0.13.0-0ubuntu1/debian/gbp.conf	2025-09-12 22:47:02.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 0.13.0-1/debian/patches/remove-intersphinx-from-doc.patch 0.13.0-0ubuntu1/debian/patches/remove-intersphinx-from-doc.patch
--- 0.13.0-1/debian/patches/remove-intersphinx-from-doc.patch	2025-08-28 14:48:03.000000000 +0000
+++ 0.13.0-0ubuntu1/debian/patches/remove-intersphinx-from-doc.patch	1970-01-01 00:00:00.000000000 +0000
@@ -1,15 +0,0 @@
-Description: Remove intersphinx from docs
-Author: Thomas Goirand <zigo@debian.org>
-Forwarded: not-needed
-Last-Update: 2021-08-27
-
---- python-oslo.metrics-0.3.0.orig/doc/source/conf.py
-+++ python-oslo.metrics-0.3.0/doc/source/conf.py
-@@ -22,7 +22,6 @@ sys.path.insert(0, os.path.abspath('../.
- # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
- extensions = [
-     'sphinxcontrib.apidoc',
--    'sphinx.ext.intersphinx',
-     'openstackdocstheme',
-     'oslo_config.sphinxext',
- ]
diff -pruN 0.13.0-1/debian/patches/series 0.13.0-0ubuntu1/debian/patches/series
--- 0.13.0-1/debian/patches/series	2025-08-28 14:48:03.000000000 +0000
+++ 0.13.0-0ubuntu1/debian/patches/series	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-remove-intersphinx-from-doc.patch
diff -pruN 0.13.0-1/debian/python-oslo.metrics-doc.doc-base 0.13.0-0ubuntu1/debian/python-oslo.metrics-doc.doc-base
--- 0.13.0-1/debian/python-oslo.metrics-doc.doc-base	2025-08-28 14:48:03.000000000 +0000
+++ 0.13.0-0ubuntu1/debian/python-oslo.metrics-doc.doc-base	1970-01-01 00:00:00.000000000 +0000
@@ -1,9 +0,0 @@
-Document: python-oslo.metrics-doc
-Title: oslo.metrics Documentation
-Author: N/A
-Abstract: Sphinx documentation for oslo.metrics
-Section: Programming/Python
-
-Format: HTML
-Index: /usr/share/doc/python-oslo.metrics-doc/html/index.html
-Files: /usr/share/doc/python-oslo.metrics-doc/html/*
diff -pruN 0.13.0-1/debian/python3-oslo.metrics.install 0.13.0-0ubuntu1/debian/python3-oslo.metrics.install
--- 0.13.0-1/debian/python3-oslo.metrics.install	2025-08-28 14:48:03.000000000 +0000
+++ 0.13.0-0ubuntu1/debian/python3-oslo.metrics.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-/usr
diff -pruN 0.13.0-1/debian/rules 0.13.0-0ubuntu1/debian/rules
--- 0.13.0-1/debian/rules	2025-08-28 14:48:03.000000000 +0000
+++ 0.13.0-0ubuntu1/debian/rules	2025-09-12 22:47:02.000000000 +0000
@@ -1,36 +1,6 @@
 #!/usr/bin/make -f
 
-UPSTREAM_GIT := https://opendev.org/openstack/oslo.metrics.git
-include /usr/share/openstack-pkg-tools/pkgos.make
+export PYBUILD_NAME=oslo_metrics
 
 %:
-	dh $@ --buildsystem=pybuild --with python3,sphinxdoc
-
-override_dh_auto_clean:
-	rm -rf build .stestr doc/source/reference *.egg-info
-	find . -iname '*.pyc' -delete
-	for i in $$(find . -type d -iname __pycache__) ; do rm -rf $$i ; done
-	rm -rf doc/source/reference/api
-
-override_dh_auto_build:
-	echo "Do nothing..."
-
-override_dh_auto_install:
-	pkgos-dh_auto_install --no-py2 --in-tmp
-
-override_dh_auto_test:
-ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
-	pkgos-dh_auto_test --no-py2
-endif
-
-override_dh_auto_test:
-	echo "Do nothing..."
-
-override_dh_sphinxdoc:
-ifeq (,$(findstring nodoc, $(DEB_BUILD_OPTIONS)))
-	PYTHONPATH=. python3 -m sphinx -b html doc/source debian/python-oslo.metrics-doc/usr/share/doc/python-oslo.metrics-doc/html
-	dh_sphinxdoc
-endif
-
-override_dh_python3:
-	dh_python3 --shebang=/usr/bin/python3
+	dh $@ --buildsystem=pybuild --with python3
diff -pruN 0.13.0-1/debian/source/options 0.13.0-0ubuntu1/debian/source/options
--- 0.13.0-1/debian/source/options	2025-08-28 14:48:03.000000000 +0000
+++ 0.13.0-0ubuntu1/debian/source/options	2025-09-12 22:47:02.000000000 +0000
@@ -1 +1,2 @@
 extend-diff-ignore = "^[^/]*[.]egg-info/"
+extend-diff-ignore = "^.launchpad.yaml"
diff -pruN 0.13.0-1/debian/tests/control 0.13.0-0ubuntu1/debian/tests/control
--- 0.13.0-1/debian/tests/control	2025-08-28 14:48:03.000000000 +0000
+++ 0.13.0-0ubuntu1/debian/tests/control	2025-09-12 22:47:02.000000000 +0000
@@ -1,5 +1,3 @@
-Tests: unittests
-Depends:
- @,
- @builddeps@,
-Restrictions: allow-stderr needs-root
+Tests: python-import, python-stestr
+Depends: @, @builddeps@
+Restrictions: allow-stderr
diff -pruN 0.13.0-1/debian/tests/python-import 0.13.0-0ubuntu1/debian/tests/python-import
--- 0.13.0-1/debian/tests/python-import	1970-01-01 00:00:00.000000000 +0000
+++ 0.13.0-0ubuntu1/debian/tests/python-import	2025-09-12 22:47:02.000000000 +0000
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+set -e
+
+MODULE_NAME=$(python3 setup.py --name | sed 's/\./_/g')
+
+for py in $(py3versions -r 2>/dev/null); do
+    cd "$AUTOPKGTEST_TMP"
+    echo "Testing with $py:"
+    $py -c "import $MODULE_NAME; print($MODULE_NAME)"
+done
diff -pruN 0.13.0-1/debian/tests/python-stestr 0.13.0-0ubuntu1/debian/tests/python-stestr
--- 0.13.0-1/debian/tests/python-stestr	1970-01-01 00:00:00.000000000 +0000
+++ 0.13.0-0ubuntu1/debian/tests/python-stestr	2025-09-12 22:47:02.000000000 +0000
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+set -ex
+
+for py in $(py3versions -r 2>/dev/null); do
+    echo "Testing with $py:"
+    PYTHON=$py stestr run
+    rm -rf .stestr
+done
diff -pruN 0.13.0-1/debian/tests/unittests 0.13.0-0ubuntu1/debian/tests/unittests
--- 0.13.0-1/debian/tests/unittests	2025-08-28 14:48:03.000000000 +0000
+++ 0.13.0-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_metrics\.tests.*'
diff -pruN 0.13.0-1/debian/upstream/signing-key.asc 0.13.0-0ubuntu1/debian/upstream/signing-key.asc
--- 0.13.0-1/debian/upstream/signing-key.asc	1970-01-01 00:00:00.000000000 +0000
+++ 0.13.0-0ubuntu1/debian/upstream/signing-key.asc	2025-09-12 22:47:02.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 0.13.0-1/debian/watch 0.13.0-0ubuntu1/debian/watch
--- 0.13.0-1/debian/watch	2025-08-28 14:48:03.000000000 +0000
+++ 0.13.0-0ubuntu1/debian/watch	2025-09-12 22:47:02.000000000 +0000
@@ -1,4 +1,3 @@
-version=4
-opts="mode=git,uversionmangle=s/\.0rc/~rc/;s/\.0b1/~b1/;s/\.0b2/~b2/;s/\.0b3/~b3/" \
-https://github.com/openstack/oslo.metrics refs/tags/(\d[brc\d\.]+)
-
+version=3
+opts=uversionmangle=s/\.(b|rc)/~$1/,pgpsigurlmangle=s/$/.asc/ \
+    http://tarballs.openstack.org/oslo.metrics/ oslo.metrics-(\d.*)\.tar\.gz
diff -pruN 0.13.0-1/oslo.metrics.egg-info/PKG-INFO 0.13.0-0ubuntu1/oslo.metrics.egg-info/PKG-INFO
--- 0.13.0-1/oslo.metrics.egg-info/PKG-INFO	1970-01-01 00:00:00.000000000 +0000
+++ 0.13.0-0ubuntu1/oslo.metrics.egg-info/PKG-INFO	2025-08-25 12:47:03.000000000 +0000
@@ -0,0 +1,35 @@
+Metadata-Version: 2.1
+Name: oslo.metrics
+Version: 0.13.0
+Summary: Oslo Metrics API
+Home-page: https://opendev.org/openstack/oslo.metrics
+Author: OpenStack
+Author-email: openstack-discuss@lists.openstack.org
+Classifier: Environment :: OpenStack
+Classifier: Intended Audience :: Developers
+Classifier: Intended Audience :: Information Technology
+Classifier: License :: OSI Approved :: Apache Software License
+Classifier: Operating System :: OS Independent
+Classifier: Programming Language :: Python
+Classifier: Programming Language :: Python :: 3
+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 :: Only
+Classifier: Programming Language :: Python :: Implementation :: CPython
+Requires-Python: >=3.9
+License-File: LICENSE
+Requires-Dist: pbr>=3.1.1
+Requires-Dist: oslo.utils>=3.41.0
+Requires-Dist: oslo.log>=3.44.0
+Requires-Dist: oslo.config>=6.9.0
+Requires-Dist: prometheus-client>=0.6.0
+
+====================
+Oslo Metrics Library
+====================
+
+This Oslo metrics API supports collecting metrics data from other Oslo
+libraries and exposing the metrics data to monitoring system.
+
diff -pruN 0.13.0-1/oslo.metrics.egg-info/SOURCES.txt 0.13.0-0ubuntu1/oslo.metrics.egg-info/SOURCES.txt
--- 0.13.0-1/oslo.metrics.egg-info/SOURCES.txt	1970-01-01 00:00:00.000000000 +0000
+++ 0.13.0-0ubuntu1/oslo.metrics.egg-info/SOURCES.txt	2025-08-25 12:47:03.000000000 +0000
@@ -0,0 +1,57 @@
+.pre-commit-config.yaml
+.stestr.conf
+.zuul.yaml
+AUTHORS
+CONTRIBUTING.rst
+ChangeLog
+LICENSE
+README.rst
+pyproject.toml
+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/history.rst
+doc/source/user/index.rst
+doc/source/user/usage.rst
+oslo.metrics.egg-info/PKG-INFO
+oslo.metrics.egg-info/SOURCES.txt
+oslo.metrics.egg-info/dependency_links.txt
+oslo.metrics.egg-info/entry_points.txt
+oslo.metrics.egg-info/not-zip-safe
+oslo.metrics.egg-info/pbr.json
+oslo.metrics.egg-info/requires.txt
+oslo.metrics.egg-info/top_level.txt
+oslo_metrics/__init__.py
+oslo_metrics/__main__.py
+oslo_metrics/message_router.py
+oslo_metrics/message_type.py
+oslo_metrics/metrics/__init__.py
+oslo_metrics/metrics/oslo_messaging.py
+oslo_metrics/tests/__init__.py
+oslo_metrics/tests/test_message_process.py
+oslo_metrics/tests/test_message_validation.py
+releasenotes/notes/add-reno-0cc4d7566599aebd.yaml
+releasenotes/notes/port-config-ac5d9ee247a8ff9b.yaml
+releasenotes/notes/remove-py38-16eda9eaf9fe00d0.yaml
+releasenotes/notes/socket-permission-4081813647fcc8ac.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/index.rst
+releasenotes/source/unreleased.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 0.13.0-1/oslo.metrics.egg-info/dependency_links.txt 0.13.0-0ubuntu1/oslo.metrics.egg-info/dependency_links.txt
--- 0.13.0-1/oslo.metrics.egg-info/dependency_links.txt	1970-01-01 00:00:00.000000000 +0000
+++ 0.13.0-0ubuntu1/oslo.metrics.egg-info/dependency_links.txt	2025-08-25 12:47:03.000000000 +0000
@@ -0,0 +1 @@
+
diff -pruN 0.13.0-1/oslo.metrics.egg-info/entry_points.txt 0.13.0-0ubuntu1/oslo.metrics.egg-info/entry_points.txt
--- 0.13.0-1/oslo.metrics.egg-info/entry_points.txt	1970-01-01 00:00:00.000000000 +0000
+++ 0.13.0-0ubuntu1/oslo.metrics.egg-info/entry_points.txt	2025-08-25 12:47:03.000000000 +0000
@@ -0,0 +1,2 @@
+[console_scripts]
+oslo-metrics = oslo_metrics.__main__:main
diff -pruN 0.13.0-1/oslo.metrics.egg-info/not-zip-safe 0.13.0-0ubuntu1/oslo.metrics.egg-info/not-zip-safe
--- 0.13.0-1/oslo.metrics.egg-info/not-zip-safe	1970-01-01 00:00:00.000000000 +0000
+++ 0.13.0-0ubuntu1/oslo.metrics.egg-info/not-zip-safe	2025-08-25 12:47:03.000000000 +0000
@@ -0,0 +1 @@
+
diff -pruN 0.13.0-1/oslo.metrics.egg-info/pbr.json 0.13.0-0ubuntu1/oslo.metrics.egg-info/pbr.json
--- 0.13.0-1/oslo.metrics.egg-info/pbr.json	1970-01-01 00:00:00.000000000 +0000
+++ 0.13.0-0ubuntu1/oslo.metrics.egg-info/pbr.json	2025-08-25 12:47:03.000000000 +0000
@@ -0,0 +1 @@
+{"git_version": "276d34d", "is_release": true}
\ No newline at end of file
diff -pruN 0.13.0-1/oslo.metrics.egg-info/requires.txt 0.13.0-0ubuntu1/oslo.metrics.egg-info/requires.txt
--- 0.13.0-1/oslo.metrics.egg-info/requires.txt	1970-01-01 00:00:00.000000000 +0000
+++ 0.13.0-0ubuntu1/oslo.metrics.egg-info/requires.txt	2025-08-25 12:47:03.000000000 +0000
@@ -0,0 +1,5 @@
+pbr>=3.1.1
+oslo.utils>=3.41.0
+oslo.log>=3.44.0
+oslo.config>=6.9.0
+prometheus-client>=0.6.0
diff -pruN 0.13.0-1/oslo.metrics.egg-info/top_level.txt 0.13.0-0ubuntu1/oslo.metrics.egg-info/top_level.txt
--- 0.13.0-1/oslo.metrics.egg-info/top_level.txt	1970-01-01 00:00:00.000000000 +0000
+++ 0.13.0-0ubuntu1/oslo.metrics.egg-info/top_level.txt	2025-08-25 12:47:03.000000000 +0000
@@ -0,0 +1 @@
+oslo_metrics
diff -pruN 0.13.0-1/setup.cfg 0.13.0-0ubuntu1/setup.cfg
--- 0.13.0-1/setup.cfg	2025-05-28 02:58:24.000000000 +0000
+++ 0.13.0-0ubuntu1/setup.cfg	2025-08-25 12:47:03.536528000 +0000
@@ -3,29 +3,34 @@ name = oslo.metrics
 author = OpenStack
 author_email = openstack-discuss@lists.openstack.org
 summary = Oslo Metrics API
-description_file =
-    README.rst
+description_file = 
+	README.rst
 home_page = https://opendev.org/openstack/oslo.metrics
 python_requires = >=3.9
-classifier =
-    Environment :: OpenStack
-    Intended Audience :: Developers
-    Intended Audience :: Information Technology
-    License :: OSI Approved :: Apache Software License
-    Operating System :: OS Independent
-    Programming Language :: Python
-    Programming Language :: Python :: 3
-    Programming Language :: Python :: 3.9
-    Programming Language :: Python :: 3.10
-    Programming Language :: Python :: 3.11
-    Programming Language :: Python :: 3.12
-    Programming Language :: Python :: 3 :: Only
-    Programming Language :: Python :: Implementation :: CPython
+classifier = 
+	Environment :: OpenStack
+	Intended Audience :: Developers
+	Intended Audience :: Information Technology
+	License :: OSI Approved :: Apache Software License
+	Operating System :: OS Independent
+	Programming Language :: Python
+	Programming Language :: Python :: 3
+	Programming Language :: Python :: 3.9
+	Programming Language :: Python :: 3.10
+	Programming Language :: Python :: 3.11
+	Programming Language :: Python :: 3.12
+	Programming Language :: Python :: 3 :: Only
+	Programming Language :: Python :: Implementation :: CPython
 
 [files]
-packages =
-    oslo_metrics
+packages = 
+	oslo_metrics
 
 [entry_points]
-console_scripts =
-    oslo-metrics = oslo_metrics.__main__:main
+console_scripts = 
+	oslo-metrics = oslo_metrics.__main__:main
+
+[egg_info]
+tag_build = 
+tag_date = 0
+
