forked from pool/python-prometheus-client
- update to 0.19.0:
* [FEATURE] support HTTPS/TLS in start_http_server. #946 * [BUGFIX] fix: error in determining timestamp less than. #979 - update to 0.18.0: * [CHANGE] Remove support for Python versions < 3.8. #936 * [FEATURE] Add `mostrecent` aggregation to Gauge. #967 * [ENHANCEMENT] Typing improvements. #935, #970 * [ENHANCEMENT] Allow enabling or disabling `_created` metrics from code. #973 * [BUGFIX] Change #!/usr/bin/python to #!/usr/bin/env python in remaining places. #945 - update to 0.17.1: * [BUGFIX] Use #!/usr/bin/env python instead of #!usr/bin/python in bridge/graphite.py. #928 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-prometheus-client?expand=0&rev=18
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-prometheus-client
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,10 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define skip_python2 1
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-prometheus-client
|
||||
Version: 0.17.0
|
||||
Version: 0.19.0
|
||||
Release: 0
|
||||
Summary: Python client for the Prometheus monitoring system
|
||||
License: Apache-2.0
|
||||
|
||||
Reference in New Issue
Block a user