public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-aodhclient] epel10.2: Remove support for osprofiler
@ 2026-05-31 14:41 Alfredo Moralejo
0 siblings, 0 replies; 5+ messages in thread
From: Alfredo Moralejo @ 2026-05-31 14:41 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-aodhclient
Branch : epel10.2
Commit : f022ef5f27ff517418a9529434dae7c47ae2851f
Author : Alfredo Moralejo <amoralej@redhat.com>
Date : 2020-11-06T10:14:54+01:00
Stats : +5/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-aodhclient/c/f022ef5f27ff517418a9529434dae7c47ae2851f?branch=epel10.2
Log:
Remove support for osprofiler
it's not included in fedora and it'd require a bunch of new deps which
are not worthy for fedora.
Resoves: rhbz#1892880
---
diff --git a/python-aodhclient.spec b/python-aodhclient.spec
index 528551f..b37eff5 100644
--- a/python-aodhclient.spec
+++ b/python-aodhclient.spec
@@ -11,7 +11,7 @@ provides a Python API (the aodhclient module) and a command-line tool.
Name: python-aodhclient
Version: 2.1.1
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Python API and CLI for OpenStack Aodh
License: ASL 2.0
@@ -22,6 +22,7 @@ Source0: https://tarballs.openstack.org/%{name}/%{pypi_name}-%{upstream
Source101: https://tarballs.openstack.org/%{name}/%{pypi_name}-%{upstream_version}.tar.gz.asc
Source102: https://releases.openstack.org/_static/%{sources_gpg_sign}.txt
%endif
+Patch0: 0001-Revert-Add-OSprofiler-support-for-Aodh-client.patch
BuildArch: noarch
@@ -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-six >= 1.9.0
Requires: python3-osc-lib >= 1.0.1
@@ -129,6 +129,9 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%endif
%changelog
+* Fri Nov 06 2020 Alfredo Moralejo <amoralej@redhat.com> - 2.1.1-3
+- Removed support for osprofiler
+
* Wed Oct 28 2020 Alfredo Moralejo <amoralej@redhat.com> 2.1.1-2
- Update to upstream version 2.1.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [rpms/python-aodhclient] epel10.2: Remove support for osprofiler
@ 2026-05-31 14:41 Alfredo Moralejo
0 siblings, 0 replies; 5+ messages in thread
From: Alfredo Moralejo @ 2026-05-31 14:41 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-aodhclient
Branch : epel10.2
Commit : d69fc2b44937af1487d3264c4c900205e8eebd8b
Author : Alfredo Moralejo <amoralej@redhat.com>
Date : 2022-11-21T15:33:06+01:00
Stats : +10/-8 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/python-aodhclient/c/d69fc2b44937af1487d3264c4c900205e8eebd8b?branch=epel10.2
Log:
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 <amoralej@redhat.com>
-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 <amoralej@redhat.com> 3.0.0-2
+- Removed support for osprofiler
+
* Thu Nov 17 2022 Alfredo Moralejo <amoralej@redhat.com> 3.0.0-1
- Update to upstream version 3.0.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [rpms/python-aodhclient] epel10.2: Remove support for osprofiler
@ 2026-05-31 14:41 Joel Capitao
0 siblings, 0 replies; 5+ messages in thread
From: Joel Capitao @ 2026-05-31 14:41 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-aodhclient
Branch : epel10.2
Commit : 1b1d16aa54a00e2ece59d8fdcceae1a5eda6589e
Author : Joel Capitao <jcapitao@redhat.com>
Date : 2021-03-22T15:42:19+01:00
Stats : +5/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-aodhclient/c/1b1d16aa54a00e2ece59d8fdcceae1a5eda6589e?branch=epel10.2
Log:
Remove support for osprofiler
---
diff --git a/python-aodhclient.spec b/python-aodhclient.spec
index 3dfded7..dc92928 100644
--- a/python-aodhclient.spec
+++ b/python-aodhclient.spec
@@ -11,7 +11,7 @@ provides a Python API (the aodhclient module) and a command-line tool.
Name: python-aodhclient
Version: 2.2.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Python API and CLI for OpenStack Aodh
License: ASL 2.0
@@ -22,6 +22,7 @@ Source0: https://tarballs.openstack.org/%{name}/%{pypi_name}-%{upstream
Source101: https://tarballs.openstack.org/%{name}/%{pypi_name}-%{upstream_version}.tar.gz.asc
Source102: https://releases.openstack.org/_static/%{sources_gpg_sign}.txt
%endif
+Patch0: 0001-Revert-Add-OSprofiler-support-for-Aodh-client.patch
BuildArch: noarch
@@ -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-six >= 1.9.0
Requires: python3-osc-lib >= 1.0.1
@@ -129,6 +129,9 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%endif
%changelog
+* Mon Nov 22 2021 Joel Capitao <amoralej@redhat.com> - 2.2.0-2
+- Removed support for osprofiler
+
* Tue Mar 16 2021 Joel Capitao <jcapitao@redhat.com> 2.2.0-1
- Update to upstream version 2.2.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [rpms/python-aodhclient] epel10.2: Remove support for osprofiler
@ 2026-05-31 14:41 Joel Capitao
0 siblings, 0 replies; 5+ messages in thread
From: Joel Capitao @ 2026-05-31 14:41 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-aodhclient
Branch : epel10.2
Commit : 7f7a9aeaeb15160d0a628633f172bff3006f14ca
Author : Joel Capitao <jcapitao@redhat.com>
Date : 2020-06-24T16:16:22+02:00
Stats : +4/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-aodhclient/c/7f7a9aeaeb15160d0a628633f172bff3006f14ca?branch=epel10.2
Log:
Remove support for osprofiler
This has been done previously, but the patch
has been removed by accident during the last
RDO sync.
---
diff --git a/python-aodhclient.spec b/python-aodhclient.spec
index b408fff..4b02e4d 100644
--- a/python-aodhclient.spec
+++ b/python-aodhclient.spec
@@ -15,6 +15,7 @@ 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
BuildArch: noarch
@@ -113,6 +114,9 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%endif
%changelog
+* Wed Jun 24 2020 Joel Capitao <jcapitao@redhat.com> 2.0.1-2
+- Removed support for osprofiler
+
* Thu Jun 04 2020 Joel Capitao <jcapitao@redhat.com> 2.0.1-1
- Update to upstream version 2.0.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [rpms/python-aodhclient] epel10.2: Remove support for osprofiler
@ 2026-05-31 14:41 Alfredo Moralejo
0 siblings, 0 replies; 5+ messages in thread
From: Alfredo Moralejo @ 2026-05-31 14:41 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-aodhclient
Branch : epel10.2
Commit : 3ab6169bb25e2f0dbb90975288b23de1a035bedb
Author : Alfredo Moralejo <amoralej@redhat.com>
Date : 2019-11-11T18:13:29+01:00
Stats : +5/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-aodhclient/c/3ab6169bb25e2f0dbb90975288b23de1a035bedb?branch=epel10.2
Log:
Remove support for osprofiler
Adding osprofiler back to fedora would require some new dependencies
that i don't want to maintain in Fedora, so I'm removing support for
osprofiler in aodhclient.
---
diff --git a/python-aodhclient.spec b/python-aodhclient.spec
index dfefffc..88f106e 100644
--- a/python-aodhclient.spec
+++ b/python-aodhclient.spec
@@ -20,12 +20,13 @@ provides a Python API (the aodhclient module) and a command-line tool.
Name: python-aodhclient
Version: 1.3.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
BuildArch: noarch
@@ -46,7 +47,6 @@ Requires: python%{pyver}-cliff >= 1.14.0
Requires: python%{pyver}-oslo-i18n >= 1.5.0
Requires: python%{pyver}-oslo-serialization >= 1.4.0
Requires: python%{pyver}-oslo-utils >= 2.0.0
-Requires: python%{pyver}-osprofiler >= 1.4.0
Requires: python%{pyver}-keystoneauth1 >= 1.0.0
Requires: python%{pyver}-six >= 1.9.0
Requires: python%{pyver}-osc-lib >= 1.0.1
@@ -129,6 +129,9 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%endif
%changelog
+* Mon Nov 11 2019 Alfredo Moralejo <amoralej@redhat.com> 1.3.0-2
+- Removed support for osprofiler
+
* Wed Nov 06 2019 Alfredo Moralejo <amoralej@redhat.com> 1.3.0-1
- Update to upstream version 1.3.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2026-05-31 14:41 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-31 14:41 [rpms/python-aodhclient] epel10.2: Remove support for osprofiler Alfredo Moralejo
-- strict thread matches above, loose matches on Subject: below --
2026-05-31 14:41 Alfredo Moralejo
2026-05-31 14:41 Joel Capitao
2026-05-31 14:41 Joel Capitao
2026-05-31 14:41 Alfredo Moralejo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox