summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/funcy (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 Thalheim2024-07-291-1/+1
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-5/+5
* python311Packages.funcy: add changelog to meta•••- add format - disable on unsupported Python releasesFabian Affolter2023-06-111-0/+6
* python311Packages.funcy: 1.18 -> 2.0Fabian Affolter2023-06-111-2/+2
* python3.pkgs: Migrate fetchers to use hash•••when they already rely on SRI hashes. Martin Weinelt2023-03-031-1/+1
* python310Packages.funcy: 1.17 -> 1.18R. Ryantm2023-01-291-2/+2
* python38Packages.funcy: 1.16 -> 1.17R. Ryantm2021-12-211-2/+2
* python3Packages.funcy: 1.15 -> 1.16Martin Weinelt2021-06-221-2/+2
* treewide: remove stdenv where not neededPavol Rusnak2021-01-251-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 Profpatsch2021-01-111-2/+2
* python27Packages.funcy: 1.14 -> 1.15R. RyanTM2020-09-301-2/+2
* python38Packages.funcy: 1.13 -> 1.14R. RyanTM2019-12-081-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. RyanTM2019-08-201-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. RyanTM2019-05-011-2/+2
* treewide: Use HTTPS for readthedocs URLsDaniel Schaefer2019-04-221-1/+1
* python: funcy: 1.6 -> 1.11Frederik Rietdijk2018-12-031-2/+2
* pythonPackages.funcy: refactor move to python-modulesChris Ostrouchov2018-10-301-0/+24