!12 Update package to version 0.17.0

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

Binary file not shown.

Binary file not shown.

View File

@ -1,12 +1,13 @@
%global _empty_manifest_terminate_build 0
Name: python-prometheus-client
Version: 0.16.0
Version: 0.17.0
Release: 1
Summary: Python client for the Prometheus monitoring system.
License: Apache-2.0
URL: https://github.com/prometheus/client_python
Source0: https://files.pythonhosted.org/packages/d0/55/9e34c73e1e490b105b4cd13d08497b1f7cb086a260e4161b7b7c2928b196/prometheus_client-0.16.0.tar.gz
Source0: https://files.pythonhosted.org/packages/0e/01/bda72c3b5d4a0df411bceb88c4993d413dd9b7d3b3b68ab19171a09e7db1/prometheus_client-0.17.0.tar.gz
BuildArch: noarch
%description
The official Python client for Prometheus.
@ -41,7 +42,6 @@ The official Python client for Prometheus.
%install
%py3_install
install -d -m755 %{buildroot}/%{_pkgdocdir}
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
@ -78,6 +78,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Thu Jun 01 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 0.17.0-1
- Update package to version 0.17.0
* Fri Feb 24 2023 wubijie <wubijie@kylinos.cn> - 0.16.0-1
- Update package to version 0.16.0