| 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.configargparse: 1.7 -> 1.7.1•••https://github.com/bw2/ConfigArgParse/releases/tag/1.7.1 This commit was automatically generated using update-python-libraries. | Martin Weinelt | 2025-08-09 | 2 | -120/+3 |
| * | treewide: run nixfmt 1.0.0 | Wolfgang Walther | 2025-07-24 | 1 | -1/+2 |
| * | treewide: remove myself from maintainers•••This removes maintainer entries which haven't reflected reality for a while, mostly due to a change in focus towards other topics. | WilliButz | 2025-06-11 | 1 | -1/+1 |
| * | python313Packages.configargparse: fix tests | Martin Weinelt | 2025-01-27 | 2 | -1/+124 |
| * | treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag` | Peder Bergebakken Sundt | 2025-01-04 | 1 | -1/+1 |
| * | treewide: replace passthru.optional-dependencies with optional-dependencies | Robert Schütz | 2024-09-29 | 1 | -2/+2 |
| * | 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 | -13/+10 |
| * | python311Packages.configargparse: 1.5.5 -> 1.7•••Diff: https://github.com/bw2/ConfigArgParse/compare/refs/tags/1.5.5...1.7 Changelog: https://github.com/bw2/ConfigArgParse/releases/tag/1.7 | Fabian Affolter | 2023-08-18 | 1 | -2/+2 |
| * | python311Packages.configargparse: 1.5.3 -> 1.5.5•••Changelog: https://github.com/bw2/ConfigArgParse/releases/tag/1.5.5 | Fabian Affolter | 2023-07-05 | 1 | -9/+19 |
| * | 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.configargparse: test YAMLConfigFileParser•••See https://github.com/bw2/ConfigArgParse/blob/v1.5.3/setup.py#L75 | Robert Schütz | 2022-12-03 | 1 | -0/+4 |
| * | python3Packages.configargparse: fix tag | Jonathan Ringer | 2022-01-23 | 1 | -1/+1 |
| * | python3Packages.configargparse: 1.5.2 -> 1.5.3 | Jonathan Ringer | 2022-01-23 | 1 | -2/+2 |
| * | python3Packages.configargparse: 1.4.1 -> 1.5.2 | Martin Weinelt | 2021-09-01 | 1 | -3/+3 |
| * | python3Packages.configargparse: 1.4 -> 1.4.1 | Fabian Affolter | 2021-06-13 | 1 | -2/+2 |
| * | python3Packages.configargparse: 1.3 -> 1.4 | Fabian Affolter | 2021-03-18 | 1 | -5/+5 |
| * | python3Packages.ConfigArgParse: enable tests | Fabian Affolter | 2021-02-16 | 1 | -7/+18 |
| * | python3Packages.ConfigArgParse: 1.2.3 -> 1.3 | Fabian Affolter | 2021-02-15 | 1 | -2/+2 |
| * | python27Packages.ConfigArgParse: 1.0 -> 1.2.3 | R. RyanTM | 2020-05-08 | 1 | -2/+2 |
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 1 | -1/+1 |
| * | pythonPackages.ConfigArgParse: 0.15.2 -> 1.0 | Marek Mahut | 2020-01-28 | 1 | -2/+2 |
| * | python: ConfigArgParse: 0.15.1 -> 0.15.2 | Frederik Rietdijk | 2019-12-15 | 1 | -2/+2 |
| * | python: ConfigArgParse: 0.14.0 -> 0.15.1 | Frederik Rietdijk | 2019-10-27 | 1 | -2/+2 |
| * | python37Packages.ConfigArgParse: 0.13.0 -> 0.14.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-configargparse/versions | R. RyanTM | 2019-01-16 | 1 | -2/+2 |
| * | pkgs/*: remove unreferenced function arguments | volth | 2018-07-21 | 1 | -1/+1 |
| * | python: ConfigArgParse: 0.12.0 -> 0.13.0 | Frederik Rietdijk | 2018-02-18 | 1 | -2/+2 |
| * | treewide: checkMeta fixes for x86_64-linux | Vladimír Čunát | 2017-12-07 | 1 | -1/+1 |
| * | pythonPackages.ConfigArgParse: 0.9.3 -> 0.12.0, refactor, move to python-modules•••- fetch with `fetchPypi` - add license, description and myself as maintainer | WilliButz | 2017-11-17 | 1 | -0/+21 |
