Update package to version 0.5.5

This commit is contained in:
jxy_git 2024-02-22 17:41:27 +08:00
parent 47a583fbd2
commit 4b176a0cd2
3 changed files with 6 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-api-client Name: python-prometheus-api-client
Version: 0.5.3 Version: 0.5.5
Release: 1 Release: 1
Summary: A small python api to collect data from prometheus Summary: A small python api to collect data from prometheus
License: MIT License: MIT
URL: https://github.com/4n4nd/prometheus-api-client-python URL: https://github.com/4n4nd/prometheus-api-client-python
Source0: https://files.pythonhosted.org/packages/88/fa/792d373c5e6225c0154eb6c59954c83fa1866dc620cbb98261a586aeb8ab/prometheus-api-client-0.5.3.tar.gz Source0: https://files.pythonhosted.org/packages/af/f1/e105375fbba5740be39f66c280657045340cbfb963a5e9d3e8210d74c3c2/prometheus-api-client-0.5.5.tar.gz
BuildArch: noarch BuildArch: noarch
%description %description
@ -71,6 +71,10 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Thu Feb 22 2024 jiangxinyu <jiangxinyu@kylinos.cn> - 0.5.5-1
- Update package to version 0.5.5
add get_label_names helper
* Thu Jun 01 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 0.5.3-1 * Thu Jun 01 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 0.5.3-1
- Update package to version 0.5.3 - Update package to version 0.5.3