Commit graph

18 commits

Author SHA1 Message Date
Orivej Desh e9a431d343 python3Packages.sentry-sdk: fix build 2020-12-07 13:11:07 +00:00
Frederik Rietdijk 1e956d7569 python3Packages.sentry-sdk: 0.16.5 -> 0.19.4 2020-12-01 14:44:20 +01:00
Gabriel Ebner 55e8fa4db7 python3Packages.sentry-sdk: fix build 2020-08-29 16:41:44 +02:00
Frederik Rietdijk 034d87edd2 python: sentry-sdk: 0.14.4 -> 0.16.5 2020-08-16 19:31:15 +02:00
Ruud van Asseldonk 302aed5ab4 python3Packages.sentry-sdk: fix trytond dependency
Tryton is an optional dependency, if it is present, Sentry can integrate
it, but when it is not present, Sentry should not pull it in as a
propagated build input, it is only required for the tests that test this
specific integration.

In particular, pulling in trytond creates a transitive dependency on
simplejson, which makes "requests" behave differently in a way that can
break error handling.
2020-07-28 09:10:28 -07:00
Enno Lohmeier 0ec0fd373b sentry-sdk: add missing dependencies 2020-06-26 12:25:08 +02:00
Frederik Rietdijk beb74e3fbf python: sentry-sdk: 0.13.5 -> 0.14.4 2020-06-11 10:00:21 +02:00
Ruud van Asseldonk a521953553 python3Packages.sentry-sdk: add missing test dep
The tests will fail with

    ModuleNotFoundError: No module named 'sqlalchemy'

when sqlalchemy is not part of the test inputs, which prevents building
the package. Therefore, add it as a checkInput.
2020-01-14 14:49:02 -08:00
Frederik Rietdijk ab25bcfb5d python: sentry-sdk: 0.13.2 -> 0.13.5 2019-12-15 16:23:16 +01:00
Laurens Duijvesteijn 87af0c71b7 pythonPackages.sentry-sdk: Fix the test suite
This package could not build because the tests require /etc/protocols.
Therefore, make this file available using libredirect.
2019-12-07 12:01:40 +01:00
Frederik Rietdijk cc0f38e73c python: sentry-sdk: 0.13.0 -> 0.13.2 2019-11-12 14:57:21 +01:00
Gabriel Ebner 7828823386
Merge pull request #72099 from otwieracz/master
Remove unnecessary `sentry-sdk` dependencies causing problems in python27 builds
2019-11-02 17:42:39 +01:00
Slawomir Gonet 2ffa30a662 Remove unnecessary sentry-sdk dependencies causing problems in python27 builds 2019-10-28 08:17:50 +01:00
Frederik Rietdijk b192161fbd python: sentry-sdk: 0.8.1 -> 0.13.0 2019-10-27 16:26:53 +01:00
Frederik Rietdijk 286eb5960d python: sentry-sdk: 0.8.0 -> 0.8.1 2019-10-18 09:54:01 +02:00
Ruud van Asseldonk 8a9ebc0b4b python37Packages.sentry-sdk: use checkInputs
Instead of buildInputs, as there dependencies are only used in tests.
2019-09-21 09:02:20 +02:00
Ruud van Asseldonk ce6145dedc python37Packages.sentry-sdk: Fix tests
The tests depend on many third-party libraries, presumably because
Sentry offers integration for each of them. I added these as build
inputs but not propagated build inputs, because they are only needed for
the tests.
2019-09-20 11:03:18 +02:00
Gabriel Ebner 3221fc708b pythonPackages.sentry-sdk: init at 0.8.0 2019-05-30 18:10:29 +02:00