!7 Update package to version 0.5.3

From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2023-06-02 01:18:06 +00:00 committed by Gitee
commit 47a583fbd2
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 12 additions and 9 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,26 +1,25 @@
%global _empty_manifest_terminate_build 0
Name: python-prometheus-api-client
Version: 0.5.2
Version: 0.5.3
Release: 1
Summary: A small python api to collect data from prometheus
License: MIT
URL: https://github.com/4n4nd/prometheus-api-client-python
Source0: https://files.pythonhosted.org/packages/dd/89/2f15bee1a0f0d9c3277ed032a09593b868a879c7d33737e5bc2c9c1402d5/prometheus-api-client-0.5.2.tar.gz
Source0: https://files.pythonhosted.org/packages/88/fa/792d373c5e6225c0154eb6c59954c83fa1866dc620cbb98261a586aeb8ab/prometheus-api-client-0.5.3.tar.gz
BuildArch: noarch
Requires: python3-requests
Requires: python3-dateparser
Requires: python3-pandas
Requires: python3-numpy
%description
A Python wrapper for the Prometheus http api and some tools for metrics processing.
%package -n python3-prometheus-api-client
Summary: A small python api to collect data from prometheus
Provides: python-prometheus-api-client
Provides: python-prometheus-api-client = %{version}-%{release}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
Requires: python3-requests
Requires: python3-dateparser
Requires: python3-pandas
Requires: python3-numpy
%description -n python3-prometheus-api-client
A Python wrapper for the Prometheus http api and some tools for metrics processing.
@ -31,7 +30,7 @@ Provides: python3-prometheus-api-client-doc
A Python wrapper for the Prometheus http api and some tools for metrics processing.
%prep
%autosetup -n prometheus-api-client-0.5.2
%autosetup -n prometheus-api-client-%{version}
%build
%py3_build
@ -72,8 +71,12 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Thu Jun 01 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 0.5.3-1
- Update package to version 0.5.3
* Tue Dec 6 2022 chendexi <chendexi@kylinos.cn> - 0.5.2-1
- Upgrade pacakge to v0.5.2
* Mon Feb 27 2023 xu_ping <xuping33@h-partners.com> - 0.4.2-2
- Remove tests files that conflict with python-yarg.