summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/sentry-sdk (follow)
Commit message (Expand)AuthorAgeFilesLines
* python3Packages.sentry-sdk: 1.0.0 -> 1.1.0Fabian Affolter2021-05-131-2/+2
* python38Packages.sentry-sdk: 0.19.5 -> 1.0.0R. RyanTM2021-03-091-2/+2
* python3Packages.sentry-sdk: 0.19.4 -> 0.19.5Martin Weinelt2021-02-041-2/+2
* treewide: remove stdenv where not neededPavol Rusnak2021-01-251-1/+1
* pkgs/development/python-modules: stdenv.lib -> libPavol Rusnak2021-01-241-1/+1
* 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 Profpatsch2021-01-111-2/+2
* pythonPackages.sentry-sdk: Disable testsSandro Jäckel2021-01-071-6/+12
* python3Packages.sentry-sdk: fix buildOrivej Desh2020-12-071-1/+4
* python3Packages.sentry-sdk: 0.16.5 -> 0.19.4Frederik Rietdijk2020-12-011-2/+2
* python3Packages.sentry-sdk: fix buildGabriel Ebner2020-08-291-1/+5
* python: sentry-sdk: 0.14.4 -> 0.16.5Frederik Rietdijk2020-08-161-2/+2
* 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. Ruud van Asseldonk2020-07-281-2/+2
* sentry-sdk: add missing dependenciesEnno Lohmeier2020-06-261-2/+4
* python: sentry-sdk: 0.13.5 -> 0.14.4Frederik Rietdijk2020-06-111-2/+2
* 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. Ruud van Asseldonk2020-01-141-1/+2
* python: sentry-sdk: 0.13.2 -> 0.13.5Frederik Rietdijk2019-12-151-2/+2
* 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. Laurens Duijvesteijn2019-12-071-1/+29
* python: sentry-sdk: 0.13.0 -> 0.13.2Frederik Rietdijk2019-11-121-2/+2
* Merge pull request #72099 from otwieracz/master•••Remove unnecessary `sentry-sdk` dependencies causing problems in python27 buildsGabriel Ebner2019-11-021-2/+3
|\
| * Remove unnecessary `sentry-sdk` dependencies causing problems in python27 buildsSlawomir Gonet2019-10-281-2/+3
* | python: sentry-sdk: 0.8.1 -> 0.13.0Frederik Rietdijk2019-10-271-2/+2
|/
* python: sentry-sdk: 0.8.0 -> 0.8.1Frederik Rietdijk2019-10-181-2/+2
* python37Packages.sentry-sdk: use checkInputs•••Instead of buildInputs, as there dependencies are only used in tests. Ruud van Asseldonk2019-09-211-1/+1
* 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. Ruud van Asseldonk2019-09-201-1/+3
* pythonPackages.sentry-sdk: init at 0.8.0Gabriel Ebner2019-05-301-0/+20