| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| * | python313Packages.astral: modernize | Fabian Affolter | 2025-08-15 | 1 | -6/+5 |
| * | python312Packages.backports-zoneinfo: remove•••backports-zoneinfo has been removed, since we no longer need to backport to python3.8 | natsukium | 2024-11-12 | 1 | -5/+0 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -17/+14 |
| * | 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.astral: 2.2 -> 3.2•••https://github.com/sffjunkie/astral/blob/3.2/ChangeLog.md | Martin Weinelt | 2023-01-05 | 1 | -9/+32 |
| * | treewide: remove stdenv where not needed | Pavol Rusnak | 2021-01-25 | 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 |
| * | python3.pkgs.astral: add missing freezegun | Jörg Thalheim | 2020-06-19 | 1 | -2/+2 |
| * | pythonPackages.astral: disable for python2•••``` Processing ./astral-2.2-py2-none-any.whl ERROR: Package 'astral' requires a different Python: 2.7.18 not in '>=3.6' ``` | Jonathan Ringer | 2020-06-16 | 1 | -1/+2 |
| * | python: astral: 1.10.1 -> 2.2 | Frederik Rietdijk | 2020-06-11 | 1 | -2/+2 |
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 1 | -1/+1 |
| * | python.pkgs.astral: improve checkPhase | Robert Schütz | 2019-03-04 | 1 | -2/+0 |
| * | python: astral: 1.9.2 -> 1.10.1 | Frederik Rietdijk | 2019-02-17 | 1 | -2/+2 |
| * | python.pkgs.astral: 1.9.1 -> 1.9.2 | Robert Schütz | 2019-01-31 | 1 | -2/+2 |
| * | python.pkgs.astral: 1.8 -> 1.9.1 | Robert Schütz | 2019-01-29 | 1 | -3/+3 |
| * | python37Packages.astral: 1.7.1 -> 1.8•••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-astral/versions | R. RyanTM | 2019-01-27 | 1 | -2/+2 |
| * | python36Packages.astral: 1.6.1 -> 1.7.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-astral/versions | R. RyanTM | 2018-11-09 | 1 | -2/+2 |
| * | python: astral: 1.6 -> 1.6.1 | Frederik Rietdijk | 2018-05-10 | 1 | -2/+2 |
| * | pythonPackages.astral: fix build | Robert Schütz | 2018-02-27 | 1 | -3/+5 |
| * | python: astral: 1.5 -> 1.6 | Frederik Rietdijk | 2018-02-26 | 1 | -2/+2 |
| * | pythonPackages.astral: 1.4 -> 1.5 | Robert Schütz | 2018-02-10 | 1 | -3/+2 |
| * | astral: init at 1.4 | Florian Klink | 2018-01-30 | 1 | -0/+26 |
