|
|
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 |
|
|
|
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 |
|
|
|
fa92230647
|
- update to 0.20.0:
* Update OpenMetrics Content Type to 1.0.0.
* Enable graceful shutdown for
start_{http,wsgi}_server by returning the server and thread.
* Allow resetting counter metrics. #1005
* wsgi server: address family discovery is not quite right
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-prometheus-client?expand=0&rev=20
|
2024-03-19 07:08:35 +00:00 |
|
|
|
9a91fdf6db
|
- 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
|
2024-01-05 18:20:46 +00:00 |
|
|
|
6ab5ded0b3
|
- add sle15_python_module_pythons (jsc#PED-68)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-prometheus-client?expand=0&rev=16
|
2023-05-30 08:22:03 +00:00 |
|
|
|
968f38f483
|
- Update to 0.17.0:
* [ENHANCEMENT] Add additional typing.
* [BUGFIX] Fix typo in python_gc_objects_collected metadata.
* [BUGFIX] Do not include .pyc files in the build wheel.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-prometheus-client?expand=0&rev=14
|
2023-05-24 23:42:08 +00:00 |
|
|
|
f7d2603595
|
- Update to 0.16.0:
* [FEATURE] Support HELP text in multiprocess mode.
* [ENHANCEMENT] Reduce the mmap minimum size.
* [BUGFIX] Use the correct OpenMetrics encoder when
application/openmetrics-text is requested in ASGI apps.
* [BUGFIX] Allow Prometheus format parser to handle a missing
space after labels.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-prometheus-client?expand=0&rev=12
|
2023-01-24 08:15:37 +00:00 |
|
|
|
6d4dff0c6b
|
Accepting request 1010553 from home:stroeder:iam
Update to upstream 0.15.0 release
OBS-URL: https://build.opensuse.org/request/show/1010553
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-prometheus-client?expand=0&rev=10
|
2022-10-14 08:38:30 +00:00 |
|
|
|
f863d49c94
|
Accepting request 980781 from home:stroeder:iam
- Update to upstream 0.14.1 release
* [BUGFIX] Revert choose_encoder being renamed to choose_formatter
to fix a breaking change.
OBS-URL: https://build.opensuse.org/request/show/980781
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-prometheus-client?expand=0&rev=8
|
2022-06-05 16:43:29 +00:00 |
|
|
|
b065feff06
|
Accepting request 967162 from home:stroeder:iam
Update to upstream 0.14.0 release
OBS-URL: https://build.opensuse.org/request/show/967162
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-prometheus-client?expand=0&rev=6
|
2022-04-06 08:44:15 +00:00 |
|
|
|
1341cd7d36
|
Accepting request 953065 from home:darix:apps
- Update to upstream 0.13.1 release
* [BUGFIX] Relax some type constraints that were too strict.
#754, #755, #756, #758
* [BUGFIX] Explicitly export functions with __all__. #757
OBS-URL: https://build.opensuse.org/request/show/953065
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-prometheus-client?expand=0&rev=5
|
2022-02-10 17:51:42 +00:00 |
|
|
|
7c766cfcbe
|
Accepting request 949133 from home:stroeder:iam
- Update to upstream 0.13.0 release
* [CHANGE] Drop support for Python versions 2.7, 3.4, and 3.5. #718
* [FEATURE] Support adding labels when using .time() #730
* [ENHANCEMENT] Begin to add type hints to functions. #705
* [ENHANCEMENT] Improved go-to-declaration behavior for editors. #747
* [BUGFIX] Remove trailing slashes from pushgateway URLS. #722
* [BUGFIX] Catch non-integer bucket/count values. #726
OBS-URL: https://build.opensuse.org/request/show/949133
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-prometheus-client?expand=0&rev=4
|
2022-01-25 22:04:12 +00:00 |
|
|
|
1d4d5756f5
|
Accepting request 931297 from home:stroeder:iam
Update to 0.12.0
OBS-URL: https://build.opensuse.org/request/show/931297
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-prometheus-client?expand=0&rev=3
|
2021-11-16 14:09:37 +00:00 |
|
|
|
1ee59fb358
|
Accepting request 914670 from home:mcepl:branches:devel:languages:python
- Rename back to the correct package name (with dashes;
jsc#SLE-20812).
OBS-URL: https://build.opensuse.org/request/show/914670
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-prometheus-client?expand=0&rev=1
|
2021-08-27 18:54:59 +00:00 |
|