diff --git a/python-prometheus-client.changes b/python-prometheus-client.changes index 487c73b..0e6e078 100644 --- a/python-prometheus-client.changes +++ b/python-prometheus-client.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Oct 18 10:45:08 UTC 2024 - Dirk Müller + +- 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 + ------------------------------------------------------------------- Tue Mar 19 07:07:45 UTC 2024 - Dirk Müller diff --git a/python-prometheus-client.spec b/python-prometheus-client.spec index 0b14612..dc23ed8 100644 --- a/python-prometheus-client.spec +++ b/python-prometheus-client.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-prometheus-client -Version: 0.20.0 +Version: 0.21.0 Release: 0 Summary: Python client for the Prometheus monitoring system License: Apache-2.0 diff --git a/v0.20.0.tar.gz b/v0.20.0.tar.gz deleted file mode 100644 index bed9616..0000000 --- a/v0.20.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f52b86daa6ac27d63872bf8a436cd399366e9ba50ec51f43252660a5d96eb05f -size 5563936 diff --git a/v0.21.0.tar.gz b/v0.21.0.tar.gz new file mode 100644 index 0000000..55dd4db --- /dev/null +++ b/v0.21.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35e39900b4ed06036adb0a6ff938b9b9212d0b807250857d0529be9492c4f059 +size 5564443