diff --git a/python-prometheus-client.changes b/python-prometheus-client.changes index d157bd2..967998d 100644 --- a/python-prometheus-client.changes +++ b/python-prometheus-client.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Apr 5 23:26:22 UTC 2022 - Michael Ströder + +- Update to upstream 0.14.0 release + * [ENHANCEMENT] Continued typing improvements and coverage. #759, #771, #781 + * [ENHANCEMENT] Allow binding to IPv6 addresses. #657 + * [ENHANCEMENT] Negotiate gzip content-encoding, enabled by default. #776 + * [ENHANCEMENT] Allow disabling _created metrics via the + PROMETHEUS_DISABLE_CREATED_SERIES environment variable. #774 + * [BUGFIX] Correct minor typo in exception raised when exemplar labels are too long. #773 + ------------------------------------------------------------------- Wed Feb 9 23:20:57 UTC 2022 - Marcus Rueckert diff --git a/python-prometheus-client.spec b/python-prometheus-client.spec index 1531dd5..3fa7e94 100644 --- a/python-prometheus-client.spec +++ b/python-prometheus-client.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-prometheus-client -Version: 0.13.1 +Version: 0.14.0 Release: 0 Summary: Python client for the Prometheus monitoring system License: Apache-2.0 diff --git a/v0.13.1.tar.gz b/v0.13.1.tar.gz deleted file mode 100644 index bc6be1c..0000000 --- a/v0.13.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:52d68963764f94f9c6a131d17c7c74b82d45f871c809f7bbbc385cb3602ca180 -size 73480 diff --git a/v0.14.0.tar.gz b/v0.14.0.tar.gz new file mode 100644 index 0000000..7487015 --- /dev/null +++ b/v0.14.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d3570114eb0f821f1c6f27e5281aabd22827b6f5cd66abf22aafa2d158fe55f +size 76115