15
0

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:
2022-01-25 22:04:12 +00:00
committed by Git OBS Bridge
parent 1d4d5756f5
commit 7c766cfcbe
4 changed files with 17 additions and 6 deletions

View File

@@ -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>