| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | treewide: remove unused with statements from maintainer lists•••$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \ -e 's!with lib.maintainers; \[ *\];![ ];!' \ -e 's!with maintainers; \[ *\];![ ];!' | Jörg Thalheim | 2024-07-29 | 1 | -1/+1 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -15/+14 |
| * | python3Packages.ddt: 1.7.0 -> 1.7.2•••https://github.com/datadriventests/ddt/releases/tag/1.7.2 | Martin Weinelt | 2024-03-12 | 1 | -2/+2 |
| * | python312Packages.ddt: disable tests•••Tests rely on aiounittest, which is not compatible with Python 3.12 right now. | Martin Weinelt | 2023-12-20 | 1 | -0/+4 |
| * | python3Packages.ddt: 1.6.0 -> 1.7.0•••https://github.com/datadriventests/ddt/releases/tag/1.7.0 | Martin Weinelt | 2023-12-20 | 1 | -14/+22 |
| * | python3.pkgs.*: Explicitly pass buildPythonPackage format parameter•••Long term we should move everything over to `pyproject = true`, but in the mean time we can work towards deprecating the implicit `format` paremeter. cc https://github.com/NixOS/nixpkgs/issues/253154 cc @mweinelt @figsoda | adisbladis | 2023-12-07 | 1 | -0/+1 |
| * | python3.pkgs: Migrate fetchers to use hash•••when they already rely on SRI hashes. | Martin Weinelt | 2023-03-03 | 1 | -1/+1 |
| * | treewide: switch to nativeCheckInputs•••checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs. | Guillaume Girol | 2023-01-21 | 1 | -1/+1 |
| * | python310Packages.ddt: 1.5.0 -> 1.6.0 | Sandro Jäckel | 2022-08-11 | 1 | -2/+2 |
| * | python3Packages.ddt: 1.4.4 -> 1.5.0 | Martin Weinelt | 2022-07-21 | 1 | -5/+10 |
| * | python3Packages.ddt: 1.4.2 -> 1.4.4 | Martin Weinelt | 2021-10-11 | 1 | -2/+2 |
| * | pythonPackages.ddt: 1.4.1 -> 1.4.2 | Robert Schütz | 2021-03-12 | 1 | -11/+2 |
| * | pythonPackages.ddt: fix tests | Robert Schütz | 2021-02-05 | 1 | -0/+9 |
| * | python.pkgs.ddt: fix build | Frederik Rietdijk | 2020-06-11 | 1 | -7/+10 |
| * | python: ddt: 1.2.2 -> 1.4.1 | Frederik Rietdijk | 2020-06-11 | 1 | -2/+2 |
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 1 | -1/+1 |
| * | python: ddt: 1.2.1 -> 1.2.2 | Frederik Rietdijk | 2019-12-15 | 1 | -2/+2 |
| * | python: ddt: 1.2.0 -> 1.2.1 | Frederik Rietdijk | 2019-04-18 | 1 | -2/+2 |
| * | python.pkgs.ddt: fix tests | Robert Schütz | 2018-12-03 | 1 | -0/+7 |
| * | python: ddt: 1.0.0 -> 1.2.0 | Frederik Rietdijk | 2018-12-03 | 1 | -2/+2 |
| * | pythonPackages.ddt: refactor move to python-modules | Chris Ostrouchov | 2018-10-17 | 1 | -0/+21 |
