public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-aodhclient] epel10: Sync from RDO victoria release from python-aodhclient-2.1.1-2.el8
@ 2026-05-31 14:38 Alfredo Moralejo
0 siblings, 0 replies; only message in thread
From: Alfredo Moralejo @ 2026-05-31 14:38 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-aodhclient
Branch : epel10
Commit : 6c6a69040b1b260c0644f8ed052b94cd609af728
Author : Alfredo Moralejo <amoralej@redhat.com>
Date : 2020-10-28T17:09:49+01:00
Stats : +28/-4 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/python-aodhclient/c/6c6a69040b1b260c0644f8ed052b94cd609af728?branch=epel10
Log:
Sync from RDO victoria release from python-aodhclient-2.1.1-2.el8
---
diff --git a/.gitignore b/.gitignore
index 61b3ec8..06ca2b4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,6 @@
/aodhclient-1.2.0.tar.gz
/aodhclient-1.3.0.tar.gz
/aodhclient-2.0.1.tar.gz
+/aodhclient-2.1.1.tar.gz
+/0x2426b928085a020d8a90d0d879ab7008d0896c8a.txt
+/aodhclient-2.1.1.tar.gz.asc
diff --git a/python-aodhclient.spec b/python-aodhclient.spec
index 389b838..528551f 100644
--- a/python-aodhclient.spec
+++ b/python-aodhclient.spec
@@ -1,3 +1,5 @@
+%{!?sources_gpg: %{!?dlrn:%global sources_gpg 1} }
+%global sources_gpg_sign 0x2426b928085a020d8a90d0d879ab7008d0896c8a
%global pypi_name aodhclient
%{!?upstream_version: %global upstream_version %{version}%{?milestone}}
@@ -8,17 +10,26 @@ 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: 2.0.1
-Release: 4%{?dist}
+Version: 2.1.1
+Release: 2%{?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
+Source102: https://releases.openstack.org/_static/%{sources_gpg_sign}.txt
+%endif
BuildArch: noarch
+# Required for tarball sources verification
+%if 0%{?sources_gpg} == 1
+BuildRequires: /usr/bin/gpgv2
+%endif
+
%description
%{common_desc}
@@ -36,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-six >= 1.9.0
Requires: python3-osc-lib >= 1.0.1
@@ -71,6 +83,10 @@ Requires: python3-%{pypi_name} = %{version}-%{release}
%{common_desc}
%prep
+# Required for tarball sources verification
+%if 0%{?sources_gpg} == 1
+%{gpgverify} --keyring=%{SOURCE102} --signature=%{SOURCE101} --data=%{SOURCE0}
+%endif
%autosetup -n %{pypi_name}-%{upstream_version} -S git
# Let RPM handle the requirements
@@ -113,6 +129,9 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%endif
%changelog
+* Wed Oct 28 2020 Alfredo Moralejo <amoralej@redhat.com> 2.1.1-2
+- Update to upstream version 2.1.1
+
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
diff --git a/sources b/sources
index fd35908..2afe2f6 100644
--- a/sources
+++ b/sources
@@ -1 +1,3 @@
-SHA512 (aodhclient-2.0.1.tar.gz) = d3d119bf9630511cade3aa0580d9047e3f2c3a2d32ca5954f99f5c5377dbad5215dddd2042b6074672a62324a5d6baa46400e7371fa4fe7aaf3b3ee541c3b670
+SHA512 (aodhclient-2.1.1.tar.gz) = acb8f2571caa248a35625335f5c04794ff24c16bc775cad8f78621dfe159645d6ed39da62722fc990cea1c5f86b4bd08f40d1c5c82d08b632f913367fc723386
+SHA512 (0x2426b928085a020d8a90d0d879ab7008d0896c8a.txt) = b7e6d9d398c3d0a825919714e15a4165aecc19107ca04a8e9435f5ce3b57d87255154d2c9a0bc83798580385e62e7b0cd57d8b0e7cb92950371ee36e31759cee
+SHA512 (aodhclient-2.1.1.tar.gz.asc) = b22c6ca2396173cab8461c718c925119f83ea69cd164b7d73a900edb13eb376cb1c92347c4a8ae1da032926294fe6a7b1e2640b2a494232aa856cba5602d364b
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-05-31 14:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-31 14:38 [rpms/python-aodhclient] epel10: Sync from RDO victoria release from python-aodhclient-2.1.1-2.el8 Alfredo Moralejo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox