From d69fc2b44937af1487d3264c4c900205e8eebd8b Mon Sep 17 00:00:00 2001 From: Alfredo Moralejo Date: Nov 21 2022 14:33:06 +0000 Subject: Remove support for osprofiler --- diff --git a/0001-Revert-Add-OSprofiler-support-for-Aodh-client.patch b/0001-Revert-Add-OSprofiler-support-for-Aodh-client.patch index 1c4e747..01c522f 100644 --- a/0001-Revert-Add-OSprofiler-support-for-Aodh-client.patch +++ b/0001-Revert-Add-OSprofiler-support-for-Aodh-client.patch @@ -1,6 +1,6 @@ -From ae96bb492d496a8df9f119c08b25039bd2c88dfe Mon Sep 17 00:00:00 2001 +From 8bf8c358307fc08e15a23c36fa95853c259de78d Mon Sep 17 00:00:00 2001 From: Alfredo Moralejo -Date: Mon, 11 Nov 2019 18:06:36 +0100 +Date: Mon, 21 Nov 2022 15:25:14 +0100 Subject: [PATCH] Revert "Add OSprofiler support for Aodh client" This reverts commit fb22e9826256ef090b8ae043583fee0a4cb481fc. @@ -30,19 +30,18 @@ index bb2ec09..662bde9 100644 method, raise_exc=False, diff --git a/requirements.txt b/requirements.txt -index 4e6f8c4..ebc321f 100644 +index f2b84d9..ed9eff0 100644 --- a/requirements.txt +++ b/requirements.txt -@@ -8,7 +8,6 @@ osc-lib>=1.0.1 # Apache-2.0 +@@ -8,6 +8,5 @@ osc-lib>=1.0.1 # Apache-2.0 oslo.i18n>=1.5.0 # Apache-2.0 oslo.serialization>=1.4.0 # Apache-2.0 oslo.utils>=2.0.0 # Apache-2.0 -osprofiler>=1.4.0 # Apache-2.0 keystoneauth1>=1.0.0 - six -pyparsing \ No newline at end of file +pyparsing -- -2.20.1 +2.34.1 diff --git a/python-aodhclient.spec b/python-aodhclient.spec index 256b084..29aec47 100644 --- a/python-aodhclient.spec +++ b/python-aodhclient.spec @@ -11,12 +11,13 @@ provides a Python API (the aodhclient module) and a command-line tool. Name: python-aodhclient Version: 3.0.0 -Release: 1%{?dist} +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 @@ -47,7 +48,6 @@ 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 +* Mon Nov 21 2022 Alfredo Moralejo 3.0.0-2 +- Removed support for osprofiler + * Thu Nov 17 2022 Alfredo Moralejo 3.0.0-1 - Update to upstream version 3.0.0