| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | treewide: remove superfluous disabled•••There is no need to disable Python packages for Python versions that are no longer in Nixpkgs. This change was generated using the following script: pattern='^\s*disabled\s*=\s*pythonOlder\s*"3\.\([0-9]\|10\)"\s*;\s*$' for f in $(find -name '*.nix'); do grep -q "$pattern" "$f" || continue sed -i "/$pattern/d" "$f" if [ $(grep -c pythonOlder "$f") == 1 ]; then sed -i '/^\s*pythonOlder,\s*$/d' "$f" fi nixfmt "$f" done | Robert Schütz | 2026-01-11 | 1 | -3/+0 |
| * | treewide: clean up 'meta = with' pattern•••This commit was created by a combination of scripts and tools: - an ast-grep script to prefix things in meta with `lib.`, - a modified nixf-diagnose / nixf combination to remove unused `with lib;`, and - regular nixfmt. Co-authored-by: Wolfgang Walther <walther@technowledgy.de> | Ihar Hrachyshka | 2025-12-10 | 1 | -2/+2 |
| * | python313Packages.cftime: migrate to pytest-cov-stub | Peder Bergebakken Sundt | 2025-03-09 | 1 | -5/+5 |
| * | python312Packages.cftime: 1.6.4 -> 1.6.4.post1 | R. Ryantm | 2024-11-21 | 1 | -2/+2 |
| * | 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.cftime: 1.6.3 -> 1.6.4 | Martin Weinelt | 2024-06-24 | 1 | -2/+2 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -16/+11 |
| * | python3Packages.cftime: 1.6.2 -> 1.6.3 | Martin Weinelt | 2023-12-20 | 1 | -12/+2 |
| * | 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 |
| * | python3Packages.ctfime: fix platform-dependant test failure | Martin Weinelt | 2022-11-19 | 1 | -5/+15 |
| * | python310Packages.cftime: 1.6.1 -> 1.6.2 | R. Ryantm | 2022-09-19 | 1 | -2/+2 |
| * | python310Packages.cftime: 1.6.0 -> 1.6.1 | R. Ryantm | 2022-07-01 | 1 | -2/+2 |
| * | python310Packages.cftime: 1.5.2 -> 1.6.0 | R. Ryantm | 2022-03-04 | 1 | -2/+2 |
| * | python3Packages.cftime: enable tests | Fabian Affolter | 2022-01-25 | 1 | -15/+23 |
| * | python310Packages.cftime: 1.5.1.1 -> 1.5.2 | R. Ryantm | 2022-01-24 | 1 | -2/+2 |
| * | pkgs.development.python-modules: remove unused args | Markus S. Wamser | 2021-11-12 | 1 | -1/+0 |
| * | python38Packages.cftime: 1.5.1 -> 1.5.1.1 | R. Ryantm | 2021-11-02 | 1 | -2/+2 |
| * | python3Packages.cftime: 1.5.0 -> 1.5.1 | Martin Weinelt | 2021-10-11 | 1 | -2/+2 |
| * | pythonPackages: deprecate pytestcov alias | Sandro Jäckel | 2021-07-21 | 1 | -2/+2 |
| * | python3Packages.cftime: 1.4.1 -> 1.5.0 | Martin Weinelt | 2021-06-21 | 1 | -2/+2 |
| * | python37Packages.cftime: 1.3.1 -> 1.4.1 | R. RyanTM | 2021-02-02 | 1 | -2/+2 |
| * | python37Packages.cftime: 1.3.0 -> 1.3.1 | R. RyanTM | 2021-01-18 | 1 | -2/+2 |
| * | Merge master into staging-next | Frederik Rietdijk | 2020-11-27 | 1 | -2/+2 |
| |\ | |||||
| | * | python37Packages.cftime: 1.2.1 -> 1.3.0 | R. RyanTM | 2020-11-25 | 1 | -2/+2 |
| * | | pythonPackages.cftime: fix cross | Frederik Rietdijk | 2020-11-19 | 1 | -7/+18 |
| |/ | |||||
| * | python: editorconfig fixes | zowoq | 2020-08-27 | 1 | -1/+1 |
| * | python: cftime: 1.1.3 -> 1.2.1 | Frederik Rietdijk | 2020-08-16 | 1 | -2/+2 |
| * | python27Packages.cftime: 1.1.2 -> 1.1.3 | R. RyanTM | 2020-05-27 | 1 | -2/+2 |
| * | python27Packages.cftime: 1.0.4.2 -> 1.1.2 | R. RyanTM | 2020-05-06 | 1 | -2/+2 |
| * | python: cftime: 1.0.3.4 -> 1.0.4.2 | Frederik Rietdijk | 2019-10-27 | 1 | -2/+2 |
| * | python37Packages.cftime: 1.0.2.1 -> 1.0.3.4 (#52108)•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-cftime/versions | R. RyanTM | 2018-12-15 | 1 | -2/+2 |
| * | python36Packages.cftime: 1.0.1 -> 1.0.2.1•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.6-cftime/versions | R. RyanTM | 2018-11-08 | 1 | -2/+2 |
| * | python: cftime: 1.0.0 -> 1.0.1 | Frederik Rietdijk | 2018-08-25 | 1 | -2/+2 |
| * | pkgs/*: remove unreferenced function arguments | volth | 2018-07-21 | 1 | -2/+1 |
| * | python.pkgs.cftime: init at 1.0.0 | Frederik Rietdijk | 2018-06-22 | 1 | -0/+32 |
