pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/py-prometheus_client py-prometheus_client: updated...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8e578e4daccc
branches:  trunk
changeset: 376353:8e578e4daccc
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Apr 06 09:28:38 2022 +0000

description:
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:

 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(-)

diffs (52 lines):

diff -r 20e8ba34703d -r 8e578e4daccc net/py-prometheus_client/Makefile
--- a/net/py-prometheus_client/Makefile Wed Apr 06 09:24:43 2022 +0000
+++ b/net/py-prometheus_client/Makefile Wed Apr 06 09:28:38 2022 +0000
@@ -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 @@
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 20e8ba34703d -r 8e578e4daccc net/py-prometheus_client/PLIST
--- a/net/py-prometheus_client/PLIST    Wed Apr 06 09:24:43 2022 +0000
+++ b/net/py-prometheus_client/PLIST    Wed Apr 06 09:28:38 2022 +0000
@@ -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/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 -r 20e8ba34703d -r 8e578e4daccc net/py-prometheus_client/distinfo
--- a/net/py-prometheus_client/distinfo Wed Apr 06 09:24:43 2022 +0000
+++ b/net/py-prometheus_client/distinfo Wed Apr 06 09:28:38 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index