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
This commit is contained in:
parent
1d4d5756f5
commit
7c766cfcbe
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 25 21:25:45 UTC 2022 - Michael Ströder <michael@stroeder.com>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 13 22:50:42 UTC 2021 - Michael Ströder <michael@stroeder.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-prometheus-client
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,9 +17,9 @@
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%bcond_without python2
|
||||
%define skip_python2 1
|
||||
Name: python-prometheus-client
|
||||
Version: 0.12.0
|
||||
Version: 0.13.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:e334d2a4e5287ead716a8ad88ac612c99d7bdf7a28edca11c7e750dcd3d50307
|
||||
size 73521
|
3
v0.13.0.tar.gz
Normal file
3
v0.13.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:65124dce0acc17907f6ae86d64cc18e404640ae08e7a795b20fcbc13eb2b0c2f
|
||||
size 73277
|
Loading…
Reference in New Issue
Block a user