Skip to content

Commit

Permalink
devel/py-sentry-sdk: Update to 1.21.1
Browse files Browse the repository at this point in the history
* Add CPE related entries while I'm here.

Changelog since 1.5.12:

getsentry/sentry-python@1.5.12...1.21.1

PR:		271149
Approved by:	0mp (maintainer)
MFH:		2023Q2
Security:	5dae5cc-9ee6-4577-a93e-2ab57780e707
  • Loading branch information
knobix committed May 16, 2023
1 parent e1e1e6f commit 8d66582
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions devel/py-sentry-sdk/Makefile
@@ -1,5 +1,5 @@
PORTNAME= sentry-sdk
DISTVERSION= 1.5.12
DISTVERSION= 1.21.1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -12,13 +12,15 @@ LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}urllib3>=1.10.0,1:net/py-urllib3@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}urllib3>=1.26.11,1:net/py-urllib3@${PY_FLAVOR}
# Some dependencies are still missing from the ports collection.
# TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=0:www/py-aiohttp@${PY_FLAVOR} \
# ${PYTHON_PKGNAMEPREFIX}bottle>=0:www/py-bottle@${PY_FLAVOR} \
# ${PYTHON_PKGNAMEPREFIX}tornado>=0:www/py-tornado@${PY_FLAVOR}

USES= python:3.6+
USES= cpe python:3.6+
CPE_VENDOR= sentry
CPE_PRODUCT= sentry_software_development_kit
USE_PYTHON= autoplist concurrent distutils

NO_ARCH= yes
Expand Down
6 changes: 3 additions & 3 deletions devel/py-sentry-sdk/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1652510644
SHA256 (sentry-sdk-1.5.12.tar.gz) = 259535ba66933eacf85ab46524188c84dcb4c39f40348455ce15e2c0aca68863
SIZE (sentry-sdk-1.5.12.tar.gz) = 112372
TIMESTAMP = 1682793580
SHA256 (sentry-sdk-1.21.1.tar.gz) = 99c15556a23621be9f18c2955f7ce63321713bf1c0ad396b27b61399bac5f458
SIZE (sentry-sdk-1.21.1.tar.gz) = 176965

0 comments on commit 8d66582

Please sign in to comment.