| 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 |
| * | treewide: use lib.concatAttrValues to obtain all optional-dependencies | Robert Schütz | 2025-11-27 | 1 | -1/+1 |
| * | python3Packages.apispec: 6.8.3 -> 6.8.4 | R. Ryantm | 2025-09-30 | 1 | -2/+2 |
| * | python3Packages.apispec: 6.8.2 -> 6.8.3 | R. Ryantm | 2025-09-08 | 1 | -2/+2 |
| * | treewide: run nixfmt 1.0.0 | Wolfgang Walther | 2025-07-24 | 1 | -2/+4 |
| * | python313Packages.apispec: refactor | Fabian Affolter | 2025-05-17 | 1 | -2/+2 |
| * | python3Packages.apispec: 6.8.1 -> 6.8.2 | R. Ryantm | 2025-05-17 | 1 | -2/+2 |
| * | python312Packages.apispec: 6.8.0 -> 6.8.1 | R. Ryantm | 2025-01-19 | 1 | -2/+2 |
| * | python312Packages.apispec: drop support for python 3.8•••Co-authored-by: Nick Cao <nickcao@nichi.co> | Weijia Wang | 2025-01-01 | 1 | -1/+1 |
| * | python312Packages.apispec: 6.6.1 -> 6.8.0 | R. Ryantm | 2024-12-06 | 1 | -2/+2 |
| * | treewide: replace passthru.optional-dependencies with optional-dependencies | Robert Schütz | 2024-09-29 | 1 | -2/+2 |
| * | python3Packages: remove unused arguments | Sigmanificient | 2024-07-30 | 1 | -1/+0 |
| * | 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 |
| * | treewide: Remove indefinite article from meta.description•••nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/' | Alexis Hildebrandt | 2024-06-09 | 1 | -1/+1 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -28/+19 |
| * | python311Packages.apispec: 6.6.0 -> 6.6.1 | R. Ryantm | 2024-04-26 | 1 | -2/+2 |
| * | python311Packages.apispec: 6.5.0 -> 6.6.0 | R. Ryantm | 2024-03-18 | 1 | -2/+2 |
| * | python311Packages.apispec: 6.4.0 -> 6.5.0•••Changelog: https://github.com/marshmallow-code/apispec/blob/6.5.0/CHANGELOG.rst | Fabian Affolter | 2024-03-05 | 1 | -4/+10 |
| * | python311Packages.apispec: 6.3.1 -> 6.4.0 | R. Ryantm | 2024-01-13 | 1 | -2/+2 |
| * | python310Packages.apispec: 6.3.0 -> 6.3.1 | R. Ryantm | 2023-12-27 | 1 | -2/+2 |
| * | treewide: drop inactive maintainer costrouc from all python packages | Sandro Jäckel | 2023-07-18 | 1 | -1/+1 |
| * | python310Packages.apispec: 6.2.0 -> 6.3.0 | R. Ryantm | 2023-03-15 | 1 | -2/+2 |
| * | python310Packages.apispec: 6.1.0 -> 6.2.0•••Changelog: https://github.com/marshmallow-code/apispec/blob/6.2.0/CHANGELOG.rst | Robert Schütz | 2023-03-07 | 1 | -3/+3 |
| * | python310Packages.apispec: 6.0.2 -> 6.1.0 | R. Ryantm | 2023-03-05 | 1 | -2/+2 |
| * | python310Packages.apispec: add optional-dependencies | Fabian Affolter | 2023-02-27 | 1 | -5/+16 |
| * | python310Packages.apispec: add meta.changelog | Robert Schütz | 2023-01-21 | 1 | -0/+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 |
| * | python3Packages.apispec: 5.2.2 -> 6.0.2 | Martin Weinelt | 2023-01-05 | 1 | -2/+2 |
| * | python310Packages.apispec: 5.2.1 -> 5.2.2 | R. Ryantm | 2022-05-13 | 1 | -2/+2 |
| * | python310Packages.apispec: 5.2.0 -> 5.2.1 | R. Ryantm | 2022-05-02 | 1 | -2/+2 |
| * | python310Packages.apispec: update disable | Fabian Affolter | 2022-04-30 | 1 | -8/+12 |
| * | python310Packages.apispec: 5.1.1 -> 5.2.0 | R. Ryantm | 2022-04-30 | 1 | -2/+2 |
| * | python2.pkgs: move expressions into python2-modules/ folder•••Another step in further separating python2 from python3. | Frederik Rietdijk | 2022-01-16 | 1 | -47/+0 |
| * | tribler: 7.4.4 -> 7.10.0•••This also adds old versions of apispec and webargs that tribler requires, and aiohttp-apispec as well. | Lluís Batlle i Rossell | 2021-11-24 | 1 | -0/+47 |
| * | python38Packages.apispec: 5.1.0 -> 5.1.1 | R. RyanTM | 2021-09-28 | 1 | -2/+2 |
| * | python3Packages.apispec: 4.7.1 -> 5.1.0 | Martin Weinelt | 2021-09-05 | 1 | -2/+2 |
| * | python3Packages.apispec: 4.7.0 -> 4.7.1 | Fabian Affolter | 2021-07-27 | 1 | -2/+2 |
| * | python3Packages.apispec: 4.6.0 -> 4.7.0 | Fabian Affolter | 2021-07-02 | 1 | -3/+5 |
| * | python3Packages.apispec: 4.4.1 -> 4.6.0 | Martin Weinelt | 2021-06-21 | 1 | -2/+2 |
| * | python3Packages.apispec: 4.3.1 -> 4.4.1 | Fabian Affolter | 2021-05-17 | 1 | -3/+8 |
| * | python38Packages.apispec: 4.2.0 -> 4.3.0 (#117662) | R. RyanTM | 2021-03-26 | 1 | -2/+2 |
| * | python37Packages.apispec: 4.0.0 -> 4.2.0 | R. RyanTM | 2021-02-08 | 1 | -2/+2 |
| * | python3Packages.apispec: 3.3.2 -> 4.0.0 | Frederik Rietdijk | 2020-12-01 | 1 | -2/+2 |
| * | python3Packages.apispec: 3.3.1 -> 3.3.2 | Frederik Rietdijk | 2020-11-05 | 1 | -2/+2 |
| * | python: apispec: 3.3.0 -> 3.3.1 | Frederik Rietdijk | 2020-08-04 | 1 | -2/+2 |
| * | python: apispec: 3.1.1 -> 3.3.0 | Frederik Rietdijk | 2020-06-11 | 1 | -2/+2 |
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 1 | -1/+1 |
| * | python: apispec: 3.1.0 -> 3.1.1 | Frederik Rietdijk | 2019-12-30 | 1 | -2/+2 |
| * | apache-airflow: 1.10.3 -> 1.10.5, enable python•••Includes misc fixes suggested during the PR process. | Ariel | 2019-11-17 | 1 | -8/+4 |
