Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python310-prometheus-client-0.20.0-1.2 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python310-prometheus-client Distribution: openSUSE:Factory:zSystems
Version: 0.20.0 Vendor: openSUSE
Release: 1.2 Build date: Tue Mar 19 08:07:45 2024
Group: Development/Languages/Python Build host: reproducible
Size: 340928 Source RPM: python-prometheus-client-0.20.0-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/prometheus/client_python
Summary: Python client for the Prometheus monitoring system
The official Python 2 and 3 client for Prometheus.

Provides

Requires

License

Apache-2.0

Changelog

* Tue Mar 19 2024 Dirk Müller <dmueller@suse.com>
  - update to 0.20.0:
    * Update OpenMetrics Content Type to 1.0.0.
    * Enable graceful shutdown for
      start_{http,wsgi}_server by returning the server and thread.
    * Allow resetting counter metrics. #1005
    * wsgi server: address family discovery is not quite right
* Fri Jan 05 2024 Dirk Müller <dmueller@suse.com>
  - update to 0.19.0:
    * [FEATURE] support HTTPS/TLS in start_http_server. #946
    * [BUGFIX] fix: error in determining timestamp less than. #979
  - update to 0.18.0:
    * [CHANGE] Remove support for Python versions < 3.8. #936
    * [FEATURE] Add `mostrecent` aggregation to Gauge. #967
    * [ENHANCEMENT] Typing improvements. #935, #970
    * [ENHANCEMENT] Allow enabling or disabling `_created` metrics
      from code. #973
    * [BUGFIX] Change #!/usr/bin/python to #!/usr/bin/env python in
      remaining places. #945
  - update to 0.17.1:
    * [BUGFIX] Use #!/usr/bin/env python instead of
      [#]!usr/bin/python in bridge/graphite.py. #928
* Tue May 30 2023 Daniel Garcia <daniel.garcia@suse.com>
  - add sle15_python_module_pythons (jsc#PED-68)
* Wed May 24 2023 Matej Cepl <mcepl@suse.com>
  - Update to 0.17.0:
    * [ENHANCEMENT] Add additional typing.
    * [BUGFIX] Fix typo in python_gc_objects_collected metadata.
    * [BUGFIX] Do not include .pyc files in the build wheel.
* Tue Jan 24 2023 Matej Cepl <mcepl@suse.com>
  - Update to 0.16.0:
    * [FEATURE] Support HELP text in multiprocess mode.
    * [ENHANCEMENT] Reduce the mmap minimum size.
    * [BUGFIX] Use the correct OpenMetrics encoder when
      application/openmetrics-text is requested in ASGI apps.
    * [BUGFIX] Allow Prometheus format parser to handle a missing
      space after labels.
* Fri Oct 14 2022 Michael Ströder <michael@stroeder.com>
  - Update to upstream 0.15.0 release
    * [CHANGE] Remove choose_formatter. choose_formatter only existed
      for v0.14.x and was deprecated in v0.14.1. #846
    * [FEATURE] Support TLS auth when using push gateway with
      tls_auth_handler. #841
    * [ENHANCEMENT] Add sum, livemin, and livemax multiprocess
      modes for Gauges. #794
* Sat Jun 04 2022 Michael Ströder <michael@stroeder.com>
  - Update to upstream 0.14.1 release
    * [BUGFIX] Revert choose_encoder being renamed to choose_formatter
      to fix a breaking change.
* Tue Apr 05 2022 Michael Ströder <michael@stroeder.com>
  - 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 09 2022 Marcus Rueckert <mrueckert@suse.de>
  - Update to upstream 0.13.1 release
    * [BUGFIX] Relax some type constraints that were too strict.
      [#754], #755, #756, #758
    * [BUGFIX] Explicitly export functions with __all__. #757
* Tue Jan 25 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 2021 Michael Ströder <michael@stroeder.com>
  - Update to upstream 0.12.0 release
    * [FEATURE] Exemplar support (excludes multiprocess) #669
    * [ENHANCEMENT] Add support for Python 3.10 #706
    * [ENHANCEMENT] Restricted Registry will handle metrics added after restricting #675, #680
    * [ENHANCEMENT] Raise a more helpful error if a metric is not observable #666
    * [BUGFIX] Fix instance_ip_grouping_key not working on MacOS #687
    * [BUGFIX] Fix assertion error from favicion.ico with Python 2.7 #715
* Fri Aug 27 2021 Matej Cepl <mcepl@suse.com>
  - Rename back to the correct package name (with dashes;
    jsc#SLE-20812).
* Wed Jun 02 2021 Michael Ströder <michael@stroeder.com>
  - Update to upstream 0.11.0 release
    * [CHANGE] Specify that the labelvalues argument on metric constructors
      is internal by renaming it to _labelvalues. If you are affected by this
      change, it is likely that the metric was not being registered. #660
    * [BUGFIX] write_to_textfile will overwrite files in windows. If using
      python 3.4 or newer the replace will be atomic. #650
* Thu Apr 08 2021 Michael Ströder <michael@stroeder.com>
  - Update to upstream 0.10.1 release
    * [BUGFIX] Support lowercase prometheus_multiproc_dir environment
      variable in mark_process_dead.
* Mon Apr 05 2021 Michael Ströder <michael@stroeder.com>
  - Update to upstream 0.10.0 release
    * [CHANGE] Python 2.6 is no longer supported. #592
    * [CHANGE] The prometheus_multiproc_dir environment variable is
      deprecated in favor of PROMETHEUS_MULTIPROC_DIR. #624
    * [FEATURE] Follow redirects when pushing to Pushgateway using
      passthrough_redirect_handler. #622
    * [FEATURE] Metrics support a clear() method to remove all children. #642
    * [ENHANCEMENT] Tag support in GraphiteBridge. #618

Files

/usr/lib/python3.10/site-packages/prometheus_client
/usr/lib/python3.10/site-packages/prometheus_client-0.20.0.dist-info
/usr/lib/python3.10/site-packages/prometheus_client-0.20.0.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/prometheus_client-0.20.0.dist-info/LICENSE
/usr/lib/python3.10/site-packages/prometheus_client-0.20.0.dist-info/METADATA
/usr/lib/python3.10/site-packages/prometheus_client-0.20.0.dist-info/NOTICE
/usr/lib/python3.10/site-packages/prometheus_client-0.20.0.dist-info/RECORD
/usr/lib/python3.10/site-packages/prometheus_client-0.20.0.dist-info/REQUESTED
/usr/lib/python3.10/site-packages/prometheus_client-0.20.0.dist-info/WHEEL
/usr/lib/python3.10/site-packages/prometheus_client-0.20.0.dist-info/top_level.txt
/usr/lib/python3.10/site-packages/prometheus_client/__init__.py
/usr/lib/python3.10/site-packages/prometheus_client/__pycache__
/usr/lib/python3.10/site-packages/prometheus_client/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/prometheus_client/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/prometheus_client/__pycache__/asgi.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/prometheus_client/__pycache__/asgi.cpython-310.pyc
/usr/lib/python3.10/site-packages/prometheus_client/__pycache__/context_managers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/prometheus_client/__pycache__/context_managers.cpython-310.pyc
/usr/lib/python3.10/site-packages/prometheus_client/__pycache__/core.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/prometheus_client/__pycache__/core.cpython-310.pyc
/usr/lib/python3.10/site-packages/prometheus_client/__pycache__/decorator.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/prometheus_client/__pycache__/decorator.cpython-310.pyc
/usr/lib/python3.10/site-packages/prometheus_client/__pycache__/exposition.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/prometheus_client/__pycache__/exposition.cpython-310.pyc
/usr/lib/python3.10/site-packages/prometheus_client/__pycache__/gc_collector.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/prometheus_client/__pycache__/gc_collector.cpython-310.pyc
/usr/lib/python3.10/site-packages/prometheus_client/__pycache__/metrics.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/prometheus_client/__pycache__/metrics.cpython-310.pyc
/usr/lib/python3.10/site-packages/prometheus_client/__pycache__/metrics_core.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/prometheus_client/__pycache__/metrics_core.cpython-310.pyc
/usr/lib/python3.10/site-packages/prometheus_client/__pycache__/mmap_dict.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/prometheus_client/__pycache__/mmap_dict.cpython-310.pyc
/usr/lib/python3.10/site-packages/prometheus_client/__pycache__/multiprocess.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/prometheus_client/__pycache__/multiprocess.cpython-310.pyc
/usr/lib/python3.10/site-packages/prometheus_client/__pycache__/parser.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/prometheus_client/__pycache__/parser.cpython-310.pyc
/usr/lib/python3.10/site-packages/prometheus_client/__pycache__/platform_collector.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/prometheus_client/__pycache__/platform_collector.cpython-310.pyc
/usr/lib/python3.10/site-packages/prometheus_client/__pycache__/process_collector.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/prometheus_client/__pycache__/process_collector.cpython-310.pyc
/usr/lib/python3.10/site-packages/prometheus_client/__pycache__/registry.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/prometheus_client/__pycache__/registry.cpython-310.pyc
/usr/lib/python3.10/site-packages/prometheus_client/__pycache__/samples.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/prometheus_client/__pycache__/samples.cpython-310.pyc
/usr/lib/python3.10/site-packages/prometheus_client/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/prometheus_client/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/prometheus_client/__pycache__/values.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/prometheus_client/__pycache__/values.cpython-310.pyc
/usr/lib/python3.10/site-packages/prometheus_client/asgi.py
/usr/lib/python3.10/site-packages/prometheus_client/bridge
/usr/lib/python3.10/site-packages/prometheus_client/bridge/__init__.py
/usr/lib/python3.10/site-packages/prometheus_client/bridge/__pycache__
/usr/lib/python3.10/site-packages/prometheus_client/bridge/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/prometheus_client/bridge/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/prometheus_client/bridge/__pycache__/graphite.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/prometheus_client/bridge/__pycache__/graphite.cpython-310.pyc
/usr/lib/python3.10/site-packages/prometheus_client/bridge/graphite.py
/usr/lib/python3.10/site-packages/prometheus_client/context_managers.py
/usr/lib/python3.10/site-packages/prometheus_client/core.py
/usr/lib/python3.10/site-packages/prometheus_client/decorator.py
/usr/lib/python3.10/site-packages/prometheus_client/exposition.py
/usr/lib/python3.10/site-packages/prometheus_client/gc_collector.py
/usr/lib/python3.10/site-packages/prometheus_client/metrics.py
/usr/lib/python3.10/site-packages/prometheus_client/metrics_core.py
/usr/lib/python3.10/site-packages/prometheus_client/mmap_dict.py
/usr/lib/python3.10/site-packages/prometheus_client/multiprocess.py
/usr/lib/python3.10/site-packages/prometheus_client/openmetrics
/usr/lib/python3.10/site-packages/prometheus_client/openmetrics/__init__.py
/usr/lib/python3.10/site-packages/prometheus_client/openmetrics/__pycache__
/usr/lib/python3.10/site-packages/prometheus_client/openmetrics/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/prometheus_client/openmetrics/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/prometheus_client/openmetrics/__pycache__/exposition.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/prometheus_client/openmetrics/__pycache__/exposition.cpython-310.pyc
/usr/lib/python3.10/site-packages/prometheus_client/openmetrics/__pycache__/parser.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/prometheus_client/openmetrics/__pycache__/parser.cpython-310.pyc
/usr/lib/python3.10/site-packages/prometheus_client/openmetrics/exposition.py
/usr/lib/python3.10/site-packages/prometheus_client/openmetrics/parser.py
/usr/lib/python3.10/site-packages/prometheus_client/parser.py
/usr/lib/python3.10/site-packages/prometheus_client/platform_collector.py
/usr/lib/python3.10/site-packages/prometheus_client/process_collector.py
/usr/lib/python3.10/site-packages/prometheus_client/py.typed
/usr/lib/python3.10/site-packages/prometheus_client/registry.py
/usr/lib/python3.10/site-packages/prometheus_client/samples.py
/usr/lib/python3.10/site-packages/prometheus_client/twisted
/usr/lib/python3.10/site-packages/prometheus_client/twisted/__init__.py
/usr/lib/python3.10/site-packages/prometheus_client/twisted/__pycache__
/usr/lib/python3.10/site-packages/prometheus_client/twisted/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/prometheus_client/twisted/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/prometheus_client/twisted/__pycache__/_exposition.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/prometheus_client/twisted/__pycache__/_exposition.cpython-310.pyc
/usr/lib/python3.10/site-packages/prometheus_client/twisted/_exposition.py
/usr/lib/python3.10/site-packages/prometheus_client/utils.py
/usr/lib/python3.10/site-packages/prometheus_client/values.py
/usr/share/doc/packages/python310-prometheus-client
/usr/share/doc/packages/python310-prometheus-client/README.md
/usr/share/licenses/python310-prometheus-client
/usr/share/licenses/python310-prometheus-client/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Apr 29 23:40:03 2024