| 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 | -3/+3 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -16/+13 |
| * | python312Packages.asciimatics: refactor•••- enable tests | Fabian Affolter | 2024-03-29 | 1 | -16/+12 |
| * | 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 |
| * | python311Packages.asciimatics: 1.14.0 -> 1.15.0 | R. Ryantm | 2023-10-28 | 1 | -2/+2 |
| * | 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.asciimatics: 1.13.0 -> 1.14.0 | R. Ryantm | 2022-04-25 | 1 | -2/+2 |
| * | python3Packages.asciimatics: 1.12.0 -> 1.13.0 | Martin Weinelt | 2021-06-21 | 1 | -2/+2 |
| * | treewide: setuptools_scm -> setuptools-scm | Sandro Jäckel | 2021-06-03 | 1 | -2/+2 |
| * | pythonPackages.asciimatics: add pythonImportsCheck | Martin Weinelt | 2020-11-20 | 1 | -0/+7 |
| * | python27Packages.asciimatics: 1.11.0 -> 1.12.0 | R. RyanTM | 2020-11-19 | 1 | -2/+2 |
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 1 | -1/+1 |
| * | python37Packages.asciimatics: 1.10.0 -> 1.11.0•••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-asciimatics/versions | R. RyanTM | 2019-05-22 | 1 | -2/+2 |
| * | pythonPackages.asciimatics: init at 1.10.0 (#54404) | Roger Qiu | 2019-01-23 | 1 | -0/+48 |
