{"base_revision":"git-v1:42e9713652a566d469b2e0d120c48e2ce1496b5e","content":"diff --git a/debian/changelog b/debian/changelog\nindex 7e4de84..8b983d4 100644\n--- a/debian/changelog\n+++ b/debian/changelog\n@@ -1,3 +1,14 @@\n+cloudkitty (24.0.0-3) UNRELEASED; urgency=low\n+\n+  * Update watch file format version to 5.\n+  * Use GitHub template in watch file instead of explicit\n+    Source/Matching-Pattern.\n+  * Bump debhelper from old 11 to 13.\n+  * Remove patch rate-everyone.patch that is missing from debian/patches/series.\n+  * Update standards version to 4.7.4, no changes needed.\n+\n+ -- Debian Janitor <janitor@jelmer.uk>  Sun, 10 May 2026 23:10:15 +0000\n+\n cloudkitty (24.0.0-2) unstable; urgency=medium\n \n   * Fix \"su\" parameters order.\ndiff --git a/debian/control b/debian/control\nindex be87cb2..5dc7377 100644\n--- a/debian/control\n+++ b/debian/control\n@@ -6,7 +6,7 @@ Uploaders:\n  Thomas Goirand <zigo@debian.org>,\n  Michal Arbet <michal.arbet@ultimum.io>,\n Build-Depends:\n- debhelper-compat (= 11),\n+ debhelper-compat (= 13),\n  dh-python,\n  openstack-pkg-tools,\n  po-debconf,\n@@ -64,7 +64,7 @@ Build-Depends-Indep:\n  python3-voluptuous,\n  python3-wsme,\n  subunit,\n-Standards-Version: 4.4.1\n+Standards-Version: 4.7.4\n Vcs-Browser: https://salsa.debian.org/openstack-team/services/cloudkitty\n Vcs-Git: https://salsa.debian.org/openstack-team/services/cloudkitty.git\n Homepage: https://github.com/openstack/cloudkitty\ndiff --git a/debian/patches/rate-everyone.patch b/debian/patches/rate-everyone.patch\ndeleted file mode 100644\nindex 113aa0f..0000000\n--- a/debian/patches/rate-everyone.patch\n+++ /dev/null\n@@ -1,25 +0,0 @@\n-Description: Rate everyone\n- The Keystone fetcher looks at a \"rating\" role to see if a project should\n- be rated or not. Unfortunately, this doesn't work, and projects that have\n- the rating role aren't getting rated.\n- .\n- This patch therefore removes the rating role look-up, and just rates everyone\n- with an account in the OpenStack cloud, and rates everyone. This also\n- simplifies the user management where one doesn't have to manage the rating\n- role anymore.\n-Author: Thomas Goirand <zigo@debian.org>\n-Forwarded: no\n-Reviewed-By: <name and email of someone who approved the patch>\n-Last-Update: 2021-03-10\n-\n---- cloudkitty-13.0.0.orig/cloudkitty/fetcher/keystone.py\n-+++ cloudkitty-13.0.0/cloudkitty/fetcher/keystone.py\n-@@ -77,6 +77,6 @@ class KeystoneFetcher(fetcher.BaseFetche\n-             roles = getattr(self.admin_ks.roles, role_func)(\n-                 **{'user': my_user_id,\n-                    tenant_attr: tenant})\n--            if 'rating' not in [role.name for role in roles]:\n--                tenant_list.remove(tenant)\n-+#            if 'rating' not in [role.name for role in roles]:\n-+#                tenant_list.remove(tenant)\n-         return [tenant.id for tenant in tenant_list]\ndiff --git a/debian/watch b/debian/watch\nindex 2a96a6e..770fbb3 100644\n--- a/debian/watch\n+++ b/debian/watch\n@@ -1,3 +1,6 @@\n-version=3\n-opts=\"uversionmangle=s/\\.0rc/~rc/;s/\\.0b1/~b1/;s/\\.0b2/~b2/;s/\\.0b3/~b3/\" \\\n-https://github.com/openstack/cloudkitty/tags .*/(\\d[brc\\d\\.]+)\\.tar\\.gz\n+Version: 5\n+\n+Uversionmangle: s/\\.0rc/~rc/;s/\\.0b1/~b1/;s/\\.0b2/~b2/;s/\\.0b3/~b3/\n+Template: GitHub\n+Owner: openstack\n+Project: cloudkitty\n","content_type":"text/plain","diff_type":"vcs","new_revision":"git-v1:36f3ff60518dff3146a2b3420d44797891f3e192"}