public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: karolinku <kkula@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-aodhclient] epel10: Sync from RDO antelope release from python-aodhclient-3.2.0-1.el9s
Date: Sun, 31 May 2026 14:38:40 GMT [thread overview]
Message-ID: <178023832003.1.4060833050192653786.rpms-python-aodhclient-4bab12fe7061@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-aodhclient
Branch : epel10
Commit : 4bab12fe7061a2f6e901568f3c45b9e6d05a567b
Author : karolinku <kkula@redhat.com>
Date : 2023-04-14T17:03:25+02:00
Stats : +13/-7 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/python-aodhclient/c/4bab12fe7061a2f6e901568f3c45b9e6d05a567b?branch=epel10
Log:
Sync from RDO antelope release from python-aodhclient-3.2.0-1.el9s
---
diff --git a/.gitignore b/.gitignore
index a54ab2c..4e75863 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,6 @@
/aodhclient-3.0.0.tar.gz
/0xa63ea142678138d1bb15f2e303bdfd64dd164087.txt
/aodhclient-3.0.0.tar.gz.asc
+/aodhclient-3.2.0.tar.gz
+/0xa7475c5f2122fec3f90343223fe3bf5aad1080e4.txt
+/aodhclient-3.2.0.tar.gz.asc
diff --git a/python-aodhclient.spec b/python-aodhclient.spec
index bf592be..34b5e78 100644
--- a/python-aodhclient.spec
+++ b/python-aodhclient.spec
@@ -1,5 +1,5 @@
%{!?sources_gpg: %{!?dlrn:%global sources_gpg 1} }
-%global sources_gpg_sign 0xa63ea142678138d1bb15f2e303bdfd64dd164087
+%global sources_gpg_sign 0xa7475c5f2122fec3f90343223fe3bf5aad1080e4
%global pypi_name aodhclient
%{!?upstream_version: %global upstream_version %{version}%{?milestone}}
@@ -10,14 +10,13 @@ This is a client library for Aodh built on the Aodh API. It \
provides a Python API (the aodhclient module) and a command-line tool.
Name: python-aodhclient
-Version: 3.0.0
-Release: 3%{?dist}
+Version: 3.2.0
+Release: 1%{?dist}
Summary: Python API and CLI for OpenStack Aodh
License: ASL 2.0
URL: https://launchpad.net/python-aodhclient
Source0: https://tarballs.openstack.org/%{name}/%{pypi_name}-%{upstream_version}.tar.gz
-Patch0: 0001-Revert-Add-OSprofiler-support-for-Aodh-client.patch
# Required for tarball sources verification
%if 0%{?sources_gpg} == 1
Source101: https://tarballs.openstack.org/%{name}/%{pypi_name}-%{upstream_version}.tar.gz.asc
@@ -48,6 +47,7 @@ Requires: python3-cliff >= 1.14.0
Requires: python3-oslo-i18n >= 1.5.0
Requires: python3-oslo-serialization >= 1.4.0
Requires: python3-oslo-utils >= 2.0.0
+Requires: python3-osprofiler >= 1.4.0
Requires: python3-keystoneauth1 >= 1.0.0
Requires: python3-osc-lib >= 1.0.1
Requires: python3-pyparsing
@@ -128,6 +128,9 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%endif
%changelog
+* Fri Apr 14 2023 Karolina Kula <kkula@redhat.com> 3.2.0-1
+- Update to upstream version 3.2.0
+
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
diff --git a/sources b/sources
index 101de10..21bbe80 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-SHA512 (aodhclient-3.0.0.tar.gz) = ab3f5212227b8df24599df6fe44f2af79d6f1ea43a17d294506b74c2a9fd02bbb2772a65fff1de6c6b01f9557ef5b066a1a26227a7ea0a4f965a7c3d01c79ae3
-SHA512 (0xa63ea142678138d1bb15f2e303bdfd64dd164087.txt) = 2701e33e10913b01b0537b7a8f7ace21c2aa40fa8e9ea3f88d0ba7d1543d97bbcca3c8301fa04f1376a46fabbbc4a9d2da5b667ca2bbf1874a3de8d49b4322c7
-SHA512 (aodhclient-3.0.0.tar.gz.asc) = 00e800e26fe8478b40c41f081fb32d308012820610a9578c5a23fb3a9acbaa53c03902b9bfe09c24788bb40aad2a05c5b2463b2633184b908489c4797f26d210
+SHA512 (aodhclient-3.2.0.tar.gz) = c9c34beeb5a94ab14f73c4f5859145764c02fb7f3a554025e8ae7a28b063404dae0f15e5ec5562c3ad843e6b3d04feb6ab8eec9c078f117fcd6f8efc70c30805
+SHA512 (0xa7475c5f2122fec3f90343223fe3bf5aad1080e4.txt) = cc8731a0fbdf791e51887609d13ee0ba402528572ab075419be998e29510211a6423fdfabc694eef8b654403d43cdcfc6b06ee244df58c5c4abc3e77ce85da24
+SHA512 (aodhclient-3.2.0.tar.gz.asc) = 9513071d450bedfc9215ca9ddd384739f87cb738be984b05874ac3561328e1b50dcf47825d07797e16c38afcac671a1b2dca0b61dcb31b27c36368ffbf0b7078
reply other threads:[~2026-05-31 14:38 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178023832003.1.4060833050192653786.rpms-python-aodhclient-4bab12fe7061@fedoraproject.org \
--to=kkula@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox