Bug 264580 - devel/py-sentry-sdk: Update to 1.15.12
Summary: devel/py-sentry-sdk: Update to 1.15.12
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kai Knoblich
URL: https://github.com/getsentry/sentry-p...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-09 21:25 UTC by Kai Knoblich
Modified: 2022-06-11 09:50 UTC (History)
1 user (show)

See Also:
0mp: maintainer-feedback+


Attachments
py-sentry-sdk-1.5.12.patch (1.38 KB, patch)
2022-06-09 21:25 UTC, Kai Knoblich
koobs: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kai Knoblich freebsd_committer freebsd_triage 2022-06-09 21:25:01 UTC
Created attachment 234587 [details]
py-sentry-sdk-1.5.12.patch

Hi Mateusz,

attached is the patch that updates devel/py-sentry-sdk to 1.5.12.

QA:
~~~
poudriere -> OK (12.3-RELEASE amd64, py37, py38, py39 flavors)


P.S.: The SDK has integrations for a bunch of Web Frameworks which are noted in the "extra_requires" section of the "setup.py"

But as you've already noted in the Makefile some of these dependencies are not present in the Ports tree, so a full-featured version of devel/py-sentry-sdk requires a bit more work.

Hence this patch is rather a quick one.

(Maybe I'll find some spare cycles in during 2022Q3 to add some improvements for the ports.)
Comment 1 Mateusz Piotrowski freebsd_committer freebsd_triage 2022-06-09 21:29:29 UTC
Thanks! Feel free to commit!
Comment 2 Kubilay Kocak freebsd_committer freebsd_triage 2022-06-10 00:32:32 UTC
Comment on attachment 234587 [details]
py-sentry-sdk-1.5.12.patch

^Triage: Set approval correctly

Approved by: 0mp (maintainer)
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-06-11 09:46:18 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2e527d805df5c081d982189816de19284b11b78d

commit 2e527d805df5c081d982189816de19284b11b78d
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2022-06-11 09:35:50 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2022-06-11 09:35:50 +0000

    devel/py-sentry-sdk: Update to 1.5.12

    Changelog since 1.5.9:

    https://github.com/getsentry/sentry-python/blob/1.5.12/CHANGELOG.md

    PR:             264580
    Approved by:    0mp (maintainer)

 devel/py-sentry-sdk/Makefile | 4 ++--
 devel/py-sentry-sdk/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)
Comment 4 Kai Knoblich freebsd_committer freebsd_triage 2022-06-11 09:50:59 UTC
(In reply to Mateusz Piotrowski from comment #1)

Committed, thank you for the quick approval!