summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2022-04-06 09:28:38 +0000
committeradam <adam@pkgsrc.org>2022-04-06 09:28:38 +0000
commitb87e766bac6c365a17f9c33ca740657d7407cde5 (patch)
tree6a9bd45f0b549cd5536b9d7917c5e9b0d38f2f46 /net
parent2b1cdb270c6748fa1583b0bc01f4c23f998a6893 (diff)
downloadpkgsrc-b87e766bac6c365a17f9c33ca740657d7407cde5.tar.gz
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
Diffstat (limited to 'net')
-rw-r--r--net/py-prometheus_client/Makefile7
-rw-r--r--net/py-prometheus_client/PLIST3
-rw-r--r--net/py-prometheus_client/distinfo8
3 files changed, 10 insertions, 8 deletions
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