Update package to version 0.16.0

This commit is contained in:
wubijie 2023-02-24 15:24:47 +08:00
parent 5bb787d8cf
commit 59bbbcbbda
3 changed files with 5 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-prometheus-client Name: python-prometheus-client
Version: 0.15.0 Version: 0.16.0
Release: 1 Release: 1
Summary: Python client for the Prometheus monitoring system. Summary: Python client for the Prometheus monitoring system.
License: Apache-2.0 License: Apache-2.0
URL: https://github.com/prometheus/client_python URL: https://github.com/prometheus/client_python
Source0: https://files.pythonhosted.org/packages/ae/ae/04b27ea04f67f91f10b1379d8fd6729c41ac0bcefbb0af603850b3fa32e0/prometheus_client-0.15.0.tar.gz Source0: https://files.pythonhosted.org/packages/d0/55/9e34c73e1e490b105b4cd13d08497b1f7cb086a260e4161b7b7c2928b196/prometheus_client-0.16.0.tar.gz
BuildArch: noarch BuildArch: noarch
%description %description
The official Python client for Prometheus. The official Python client for Prometheus.
@ -78,6 +78,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Fri Feb 24 2023 wubijie <wubijie@kylinos.cn> - 0.16.0-1
- Update package to version 0.16.0
* Tue Nov 08 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 0.15.0-1 * Tue Nov 08 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 0.15.0-1
- Upgrade package to version 0.15.0 - Upgrade package to version 0.15.0