Commit graph

25 commits

Author SHA1 Message Date
Fabian Affolter a083de02b6 python3Packages.sentry-sdk: 1.0.0 -> 1.1.0 2021-05-13 16:25:29 -07:00
R. RyanTM cefc9a24d3 python38Packages.sentry-sdk: 0.19.5 -> 1.0.0 2021-03-09 15:53:35 -08:00
Martin Weinelt 09b82c58d1
python3Packages.sentry-sdk: 0.19.4 -> 0.19.5 2021-02-04 00:44:24 +01:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Pavol Rusnak a4bbfba80d
pkgs/development/python-modules: stdenv.lib -> lib 2021-01-24 01:29:22 +01:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Sandro Jäckel 5a8b375db4
pythonPackages.sentry-sdk: Disable tests 2021-01-07 10:43:51 +01:00
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