| Commit message (Expand) | Author | Age | Files | Lines |
| * | python3Packages.sentry-sdk: 1.0.0 -> 1.1.0 | Fabian Affolter | 2021-05-13 | 1 | -2/+2 |
| * | python38Packages.sentry-sdk: 0.19.5 -> 1.0.0 | R. RyanTM | 2021-03-09 | 1 | -2/+2 |
| * | python3Packages.sentry-sdk: 0.19.4 -> 0.19.5 | Martin Weinelt | 2021-02-04 | 1 | -2/+2 |
| * | treewide: remove stdenv where not needed | Pavol Rusnak | 2021-01-25 | 1 | -1/+1 |
| * | pkgs/development/python-modules: stdenv.lib -> lib | Pavol Rusnak | 2021-01-24 | 1 | -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
| Profpatsch | 2021-01-11 | 1 | -2/+2 |
| * | pythonPackages.sentry-sdk: Disable tests | Sandro Jäckel | 2021-01-07 | 1 | -6/+12 |
| * | python3Packages.sentry-sdk: fix build | Orivej Desh | 2020-12-07 | 1 | -1/+4 |
| * | python3Packages.sentry-sdk: 0.16.5 -> 0.19.4 | Frederik Rietdijk | 2020-12-01 | 1 | -2/+2 |
| * | python3Packages.sentry-sdk: fix build | Gabriel Ebner | 2020-08-29 | 1 | -1/+5 |
| * | python: sentry-sdk: 0.14.4 -> 0.16.5 | Frederik Rietdijk | 2020-08-16 | 1 | -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 Asseldonk | 2020-07-28 | 1 | -2/+2 |
| * | sentry-sdk: add missing dependencies | Enno Lohmeier | 2020-06-26 | 1 | -2/+4 |
| * | python: sentry-sdk: 0.13.5 -> 0.14.4 | Frederik Rietdijk | 2020-06-11 | 1 | -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 Asseldonk | 2020-01-14 | 1 | -1/+2 |
| * | python: sentry-sdk: 0.13.2 -> 0.13.5 | Frederik Rietdijk | 2019-12-15 | 1 | -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 Duijvesteijn | 2019-12-07 | 1 | -1/+29 |
| * | python: sentry-sdk: 0.13.0 -> 0.13.2 | Frederik Rietdijk | 2019-11-12 | 1 | -2/+2 |
| * | Merge pull request #72099 from otwieracz/master•••Remove unnecessary `sentry-sdk` dependencies causing problems in python27 builds | Gabriel Ebner | 2019-11-02 | 1 | -2/+3 |
| |\ |
|
| | * | Remove unnecessary `sentry-sdk` dependencies causing problems in python27 builds | Slawomir Gonet | 2019-10-28 | 1 | -2/+3 |
| * | | python: sentry-sdk: 0.8.1 -> 0.13.0 | Frederik Rietdijk | 2019-10-27 | 1 | -2/+2 |
| |/ |
|
| * | python: sentry-sdk: 0.8.0 -> 0.8.1 | Frederik Rietdijk | 2019-10-18 | 1 | -2/+2 |
| * | python37Packages.sentry-sdk: use checkInputs•••Instead of buildInputs, as there dependencies are only used in tests.
| Ruud van Asseldonk | 2019-09-21 | 1 | -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 Asseldonk | 2019-09-20 | 1 | -1/+3 |
| * | pythonPackages.sentry-sdk: init at 0.8.0 | Gabriel Ebner | 2019-05-30 | 1 | -0/+20 |