17
0

4 Commits

Author SHA256 Message Date
786d4f6117 Accepting request 1248804 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1248804
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-prometheus-client?expand=0&rev=14
2025-02-28 16:38:33 +00:00
98e01abe55 Accepting request 1248703 from home:glaubitz:branches:devel:languages:python
- Update to 0.21.1
  * [BUGFIX] Revert incorrect use of reentrant locks. #1076
- Update sed regular expression for removing shebang

OBS-URL: https://build.opensuse.org/request/show/1248703
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-prometheus-client?expand=0&rev=24
2025-02-26 22:24:06 +00:00
cb44f87afe Accepting request 1208842 from devel:languages:python
- update to 0.21.0:
  * [CHANGE] Reject invalid (not GET or OPTION) HTTP methods.
    #1019
  * [ENHANCEMENT] Allow writing metrics when holding a lock for
    the metric in the same thread. #1014
  * [BUGFIX] Check for and error on None label values. #1012
  * [BUGFIX] Fix timestamp comparison. #1038

OBS-URL: https://build.opensuse.org/request/show/1208842
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-prometheus-client?expand=0&rev=13
2024-10-18 13:58:36 +00:00
f4ec945127 - update to 0.21.0:
* [CHANGE] Reject invalid (not GET or OPTION) HTTP methods.
    #1019
  * [ENHANCEMENT] Allow writing metrics when holding a lock for
    the metric in the same thread. #1014
  * [BUGFIX] Check for and error on None label values. #1012
  * [BUGFIX] Fix timestamp comparison. #1038

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-prometheus-client?expand=0&rev=22
2024-10-18 10:45:19 +00:00
4 changed files with 24 additions and 6 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Feb 26 11:27:34 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.21.1
* [BUGFIX] Revert incorrect use of reentrant locks. #1076
- Update sed regular expression for removing shebang
-------------------------------------------------------------------
Fri Oct 18 10:45:08 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.21.0:
* [CHANGE] Reject invalid (not GET or OPTION) HTTP methods.
#1019
* [ENHANCEMENT] Allow writing metrics when holding a lock for
the metric in the same thread. #1014
* [BUGFIX] Check for and error on None label values. #1012
* [BUGFIX] Fix timestamp comparison. #1038
-------------------------------------------------------------------
Tue Mar 19 07:07:45 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-prometheus-client
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-prometheus-client
Version: 0.20.0
Version: 0.21.1
Release: 0
Summary: Python client for the Prometheus monitoring system
License: Apache-2.0
@@ -49,7 +49,7 @@ The official Python 2 and 3 client for Prometheus.
%prep
%autosetup -p1 -n client_python-%{version}
sed -i -e '1{/\/usr\/bin\/python/d}' \
sed -i -e '1{/\/usr\/bin\/env\ python/d}' \
prometheus_client/__init__.py \
prometheus_client/bridge/graphite.py \
prometheus_client/openmetrics/exposition.py \

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f52b86daa6ac27d63872bf8a436cd399366e9ba50ec51f43252660a5d96eb05f
size 5563936

BIN
v0.21.1.tar.gz LFS Normal file

Binary file not shown.