Update to 0.26.0
Changes: https://github.com/DataDog/dd-trace-py/releases
This commit is contained in:
parent
b1fce6e474
commit
c1fbec8743
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=503588
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ddtrace
|
||||
PORTVERSION= 0.25.0
|
||||
PORTVERSION= 0.26.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -13,7 +13,7 @@ COMMENT= Datadog tracing code
|
|||
LICENSE= BSD3CLAUSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}opentracing>=2.0.0:devel/py-opentracing@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}psutil>=0:sysutils/py-psutil@${PY_FLAVOR}
|
||||
${PYTHON_PKGNAMEPREFIX}psutil>=5.0.0:sysutils/py-psutil@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1557679671
|
||||
SHA256 (ddtrace-0.25.0.tar.gz) = bc2ecba770a4963d6ce99d83f1928a8a57e76fc7e6d57a697de8a2f227cf5f19
|
||||
SIZE (ddtrace-0.25.0.tar.gz) = 274616
|
||||
TIMESTAMP = 1559824527
|
||||
SHA256 (ddtrace-0.26.0.tar.gz) = e5ab18d308a88a65d0881558c3136e220833e6667abd181a127685a6fdb5caca
|
||||
SIZE (ddtrace-0.26.0.tar.gz) = 275371
|
||||
|
|
Loading…
Reference in a new issue