From 7c766cfcbe397b9dd709128058e3c63f1dbe9602690d5b84a15326b99bc046b3 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 25 Jan 2022 22:04:12 +0000 Subject: [PATCH] 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 --- python-prometheus-client.changes | 11 +++++++++++ python-prometheus-client.spec | 6 +++--- v0.12.0.tar.gz | 3 --- v0.13.0.tar.gz | 3 +++ 4 files changed, 17 insertions(+), 6 deletions(-) delete mode 100644 v0.12.0.tar.gz create mode 100644 v0.13.0.tar.gz diff --git a/python-prometheus-client.changes b/python-prometheus-client.changes index d2703d6..a074a9f 100644 --- a/python-prometheus-client.changes +++ b/python-prometheus-client.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Jan 25 21:25:45 UTC 2022 - Michael Ströder + +- 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 diff --git a/python-prometheus-client.spec b/python-prometheus-client.spec index e4fb02a..e7a2d6e 100644 --- a/python-prometheus-client.spec +++ b/python-prometheus-client.spec @@ -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 diff --git a/v0.12.0.tar.gz b/v0.12.0.tar.gz deleted file mode 100644 index d17b971..0000000 --- a/v0.12.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e334d2a4e5287ead716a8ad88ac612c99d7bdf7a28edca11c7e750dcd3d50307 -size 73521 diff --git a/v0.13.0.tar.gz b/v0.13.0.tar.gz new file mode 100644 index 0000000..6b5ad34 --- /dev/null +++ b/v0.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65124dce0acc17907f6ae86d64cc18e404640ae08e7a795b20fcbc13eb2b0c2f +size 73277