| 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 | -5/+5 |
| * | python311Packages.funcy: add changelog to meta•••- add format - disable on unsupported Python releases | Fabian Affolter | 2023-06-11 | 1 | -0/+6 |
| * | python311Packages.funcy: 1.18 -> 2.0 | Fabian Affolter | 2023-06-11 | 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 |
| * | python310Packages.funcy: 1.17 -> 1.18 | R. Ryantm | 2023-01-29 | 1 | -2/+2 |
| * | python38Packages.funcy: 1.16 -> 1.17 | R. Ryantm | 2021-12-21 | 1 | -2/+2 |
| * | python3Packages.funcy: 1.15 -> 1.16 | Martin Weinelt | 2021-06-22 | 1 | -2/+2 |
| * | 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 |
| * | python27Packages.funcy: 1.14 -> 1.15 | R. RyanTM | 2020-09-30 | 1 | -2/+2 |
| * | python38Packages.funcy: 1.13 -> 1.14 | R. RyanTM | 2019-12-08 | 1 | -2/+2 |
| * | python37Packages.funcy: 1.12 -> 1.13•••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-funcy/versions | R. RyanTM | 2019-08-20 | 1 | -2/+2 |
| * | python37Packages.funcy: 1.11 -> 1.12•••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-funcy/versions | R. RyanTM | 2019-05-01 | 1 | -2/+2 |
| * | treewide: Use HTTPS for readthedocs URLs | Daniel Schaefer | 2019-04-22 | 1 | -1/+1 |
| * | python: funcy: 1.6 -> 1.11 | Frederik Rietdijk | 2018-12-03 | 1 | -2/+2 |
| * | pythonPackages.funcy: refactor move to python-modules | Chris Ostrouchov | 2018-10-30 | 1 | -0/+24 |
