Accepting request 1137137 from devel:languages:python
- 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/request/show/1137137 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-prometheus-client?expand=0&rev=11
This commit is contained in:
commit
a7f8f872e5
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 5 18:19:47 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 30 08:12:22 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e778a8bdc7fcb9932350dafff4221c2368e4dcaee96541eecd0962b1de689ede
|
||||
size 82848
|
3
v0.19.0.tar.gz
Normal file
3
v0.19.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3365d84bbc2fc1254bd18351b497140abd8e5ed9a77ec16c49afe84b6ca8091d
|
||||
size 5563545
|
Loading…
Reference in New Issue
Block a user