From b87e766bac6c365a17f9c33ca740657d7407cde5 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 6 Apr 2022 09:28:38 +0000 Subject: py-prometheus_client: updated to 0.14.0 0.14.0 / 2022-04-05 Latest [ENHANCEMENT] Continued typing improvements and coverage. [ENHANCEMENT] Allow binding to IPv6 addresses. [ENHANCEMENT] Negotiate gzip content-encoding, enabled by default. [ENHANCEMENT] Allow disabling _created metrics via the PROMETHEUS_DISABLE_CREATED_SERIES environment variable. [BUGFIX] Correct minor typo in exception raised when exemplar labels are too long. 0.13.1 / 2022-01-28 [BUGFIX] Relax some type constraints that were too strict. [BUGFIX] Explicitly export functions with __all__. 0.13.0 / 2022-01-25 [CHANGE] Drop support for Python versions 2.7, 3.4, and 3.5. [FEATURE] Support adding labels when using .time() [ENHANCEMENT] Begin to add type hints to functions. [ENHANCEMENT] Improved go-to-declaration behavior for editors. [BUGFIX] Remove trailing slashes from pushgateway URLS. [BUGFIX] Catch non-integer bucket/count values --- net/py-prometheus_client/Makefile | 7 ++++--- net/py-prometheus_client/PLIST | 3 ++- net/py-prometheus_client/distinfo | 8 ++++---- 3 files changed, 10 insertions(+), 8 deletions(-) (limited to 'net') diff --git a/net/py-prometheus_client/Makefile b/net/py-prometheus_client/Makefile index 660a4e8eb5a..39198380fe6 100644 --- a/net/py-prometheus_client/Makefile +++ b/net/py-prometheus_client/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2022/01/04 20:54:30 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2022/04/06 09:28:38 adam Exp $ -DISTNAME= prometheus_client-0.12.0 +DISTNAME= prometheus_client-0.14.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=p/prometheus_client/} @@ -13,5 +12,7 @@ LICENSE= apache-2.0 USE_LANGUAGES= # none +PYTHON_VERSIONS_INCOMPATIBLE= 27 + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/py-prometheus_client/PLIST b/net/py-prometheus_client/PLIST index 43bcdf4ecb3..1ae3a2e5197 100644 --- a/net/py-prometheus_client/PLIST +++ b/net/py-prometheus_client/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2020/05/26 16:53:40 adam Exp $ +@comment $NetBSD: PLIST,v 1.3 2022/04/06 09:28:38 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -61,6 +61,7 @@ ${PYSITELIB}/prometheus_client/platform_collector.pyo ${PYSITELIB}/prometheus_client/process_collector.py ${PYSITELIB}/prometheus_client/process_collector.pyc ${PYSITELIB}/prometheus_client/process_collector.pyo +${PYSITELIB}/prometheus_client/py.typed ${PYSITELIB}/prometheus_client/registry.py ${PYSITELIB}/prometheus_client/registry.pyc ${PYSITELIB}/prometheus_client/registry.pyo diff --git a/net/py-prometheus_client/distinfo b/net/py-prometheus_client/distinfo index 87756c1ecb7..463bc648410 100644 --- a/net/py-prometheus_client/distinfo +++ b/net/py-prometheus_client/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2021/12/01 20:57:43 adam Exp $ +$NetBSD: distinfo,v 1.12 2022/04/06 09:28:38 adam Exp $ -BLAKE2s (prometheus_client-0.12.0.tar.gz) = 62fea34809e08f621622294cc1f39de40c3aa6e7883be8b80273139b9b20c6f8 -SHA512 (prometheus_client-0.12.0.tar.gz) = eabfc16d3df8e4334ca0827fa86903a05cf772be716abdfe401885191aca72f93180c5cc2a86580e3ad2a0db58898543d9732ec23bc0af4a37e4feba0773454b -Size (prometheus_client-0.12.0.tar.gz) = 77833 bytes +BLAKE2s (prometheus_client-0.14.0.tar.gz) = 8ea9fbc4620a3930ea6263778a3dbc7485174a20d86bee3b8ba6775d1a5723aa +SHA512 (prometheus_client-0.14.0.tar.gz) = 7294765e2c042c81be1bffcedc2eb5e24823f8b2c93508bbe287e8cfa81bfef83d879790f38ac5effcff51eca7569b39663223ba0325f44819992c097af2faff +Size (prometheus_client-0.14.0.tar.gz) = 83039 bytes -- cgit v1.2.3