| 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 | -3/+3 |
| * | python313Packages.argcomplete: 3.5.3 -> 3.6.2•••https://github.com/kislyuk/argcomplete/blob/v3.6.2/Changes.rst
| Martin Weinelt | 2025-05-23 | 1 | -2/+2 |
| * | python3Packages.argcomplete: 3.5.2 -> 3.5.3•••https://github.com/kislyuk/argcomplete/blob/v3.5.3/Changes.rst
| Martin Weinelt | 2025-01-27 | 1 | -7/+7 |
| * | Merge remote-tracking branch 'upstream/staging-next' into fix-merge-conflict-... | Peder Bergebakken Sundt | 2025-01-04 | 1 | -1/+1 |
| |\ |
|
| | * | treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag` | Peder Bergebakken Sundt | 2025-01-04 | 1 | -1/+1 |
| * | | python312Packages.argcomplete: 3.5.1 -> 3.5.2•••https://github.com/kislyuk/argcomplete/releases/tag/v3.5.2
| Reno Dakota | 2024-12-06 | 2 | -58/+2 |
| |/ |
|
| * | python312Packages.argcomplete: add patch to fix downstream issues•••https://git.launchpad.net/ubuntu/+source/python-argcomplete/tree/debian/patches/python-3.13-compat.patch?h=ubuntu/plucky
https://bugs.launchpad.net/ubuntu/+source/python-argcomplete/+bug/2088928
fixes checkPhase of python3Packages.traitlets
| Reno Dakota | 2024-12-05 | 2 | -0/+56 |
| * | python312Packages.argcomplete: 3.5.0 -> 3.5.1•••Diff: https://github.com/kislyuk/argcomplete/compare/refs/tags/v3.5.0...v3.5.1
Changelog: https://github.com/kislyuk/argcomplete/blob/v3.5.1/Changes.rst
| Fabian Affolter | 2024-10-13 | 1 | -2/+2 |
| * | python3Packages.argcomplete: 3.4.0 -> 3.5.0•••https://github.com/kislyuk/argcomplete/blob/v3.5.0/Changes.rst
| Martin Weinelt | 2024-10-13 | 1 | -6/+6 |
| * | python3Packages.argcomplete: 3.3.0 -> 3.4.0•••https://github.com/kislyuk/argcomplete/blob/v3.4.0/Changes.rst
| Martin Weinelt | 2024-06-24 | 1 | -2/+2 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -9/+8 |
| * | python312Packages.argcomplete: 3.2.3 -> 3.3.0•••https://github.com/kislyuk/argcomplete/blob/v3.3.0/Changes.rst
| Martin Weinelt | 2024-04-22 | 1 | -2/+2 |
| * | python311Packages.argcomplete: 3.2.2 -> 3.2.3 | Sebastian Sellmeier | 2024-03-24 | 1 | -2/+2 |
| * | python3Packages.argcomplete: 3.2.1 -> 3.2.2•••https://github.com/kislyuk/argcomplete/blob/v3.2.2/Changes.rst
| Martin Weinelt | 2024-03-12 | 1 | -2/+2 |
| * | python311Packages.argcomplete: 3.1.6 -> 3.2.1•••Diff: https://github.com/kislyuk/argcomplete/compare/refs/tags/v3.1.6...v3.2.1
Changelog: https://github.com/kislyuk/argcomplete/blob/v3.2.1/Changes.rst
| Fabian Affolter | 2024-02-16 | 1 | -2/+2 |
| * | treewide: remove redundant SETUPTOOLS_SCM_PRETEND_VERSION usage•••The setuptools-scm packages gained a setup hook, that sets it to the
derivation version automatically, so setting it to that manually has
become redundant.
This also affects downstream consumers of setuptools-scm, like hatch-vcs
or flit-scm.
| Martin Weinelt | 2023-12-20 | 1 | -2/+0 |
| * | python311Packages.argcomplete: 3.1.2 -> 3.1.6•••https://github.com/kislyuk/argcomplete/blob/v3.1.6/Changes.rst
| Martin Weinelt | 2023-11-15 | 1 | -4/+5 |
| * | python311Packages.argcomplete: 3.1.1 -> 3.1.2•••Diff: https://github.com/kislyuk/argcomplete/compare/refs/tags/v3.1.1...v3.1.2
Changelog: https://github.com/kislyuk/argcomplete/blob/v3.1.2/Changes.rst
| Fabian Affolter | 2023-10-26 | 1 | -2/+2 |
| * | python311Packages.argcomplete: 3.0.8 -> 3.1.1•••Diff: https://github.com/kislyuk/argcomplete/compare/refs/tags/v3.0.8...v3.1.1
Changelog: https://github.com/kislyuk/argcomplete/blob/v3.1.1/Changes.rst
| Fabian Affolter | 2023-07-08 | 1 | -16/+16 |
| * | python310Packages.argcomplete: 2.1.1 -> 3.0.8•••Changelog: https://github.com/kislyuk/argcomplete/blob/v3.0.8/Changes.rst
| Fabian Affolter | 2023-07-08 | 1 | -2/+2 |
| * | python310Packages.argcomplete: disable on unsupported Python releases | Fabian Affolter | 2023-03-14 | 1 | -0/+4 |
| * | python310Packages.argcomplete: add changelog to meta | Fabian Affolter | 2023-03-14 | 1 | -0/+1 |
| * | python310Packages.argcomplete: update ordering and style | Fabian Affolter | 2023-03-14 | 1 | -9/+11 |
| * | python310Packages.argcomplete: 2.0.0 -> 2.1.1 | Sandro Jäckel | 2023-03-13 | 1 | -14/+13 |
| * | 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.argcomplete: 1.12.3 -> 2.0.0 | Jonathan Ringer | 2022-01-23 | 1 | -2/+2 |
| * | pythonPackages: deprecate requests_toolbelt alias | Sandro Jäckel | 2021-07-21 | 1 | -2/+2 |
| * | python3Packages.argcomplete: 1.12.2 -> 1.12.3 | Martin Weinelt | 2021-06-21 | 1 | -2/+2 |
| * | python3Packages.argcomplete: 1.12.1 -> 1.12.2 | Frederik Rietdijk | 2020-12-01 | 1 | -2/+2 |
| * | python27Packages.argcomplete: 1.12.0 -> 1.12.1 | R. RyanTM | 2020-09-29 | 1 | -2/+2 |
| * | python27Packages.argcomplete: 1.11.1 -> 1.12.0 | R. RyanTM | 2020-07-31 | 1 | -2/+2 |
| * | python3Packages.argcomplete: 1.10.3 -> 1.11.1 | Jonathan Ringer | 2020-03-26 | 1 | -8/+20 |
| * | python: argcomplete: 1.10.2 -> 1.10.3 | Frederik Rietdijk | 2019-12-15 | 1 | -2/+2 |
| * | python: argcomplete: 1.10.0 -> 1.10.2 | Frederik Rietdijk | 2019-11-22 | 1 | -2/+2 |
| * | python37Packages.argcomplete: 1.9.5 -> 1.10.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-argcomplete/versions
| R. RyanTM | 2019-05-22 | 1 | -2/+2 |
| * | python: argcomplete: 1.9.4 -> 1.9.5 | Frederik Rietdijk | 2019-04-18 | 1 | -2/+2 |
| * | pkgs/*: remove unreferenced function arguments | volth | 2018-07-21 | 1 | -1/+1 |
| * | pythonPackages: remove `name` attribute`•••The `buildPython*` function computes name from `pname` and `version`.
This change removes `name` attribute from all expressions in
`pkgs/development/python-modules`.
While at it, some other minor changes were made as well, such as
replacing `fetchurl` calls with `fetchPypi`.
| Frederik Rietdijk | 2018-06-23 | 1 | -1/+0 |
| * | python: argcomplete: 1.9.3 -> 1.9.4 | Frederik Rietdijk | 2018-02-18 | 1 | -2/+2 |
| * | python.pkgs: maintenance updates | Frederik Rietdijk | 2017-11-24 | 1 | -2/+2 |
| * | python.pkgs: many updates | Frederik Rietdijk | 2017-08-25 | 1 | -2/+2 |
| * | pkgs: refactor needless quoting of homepage meta attribute (#27809)•••* pkgs: refactor needless quoting of homepage meta attribute
A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.
* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit
* Fixed some instances
| Silvan Mosberger | 2017-08-01 | 1 | -1/+1 |
| * | pythonPackages.argcomplete: init at 1.8.2 | Kranium Gikos Mendoza | 2017-05-30 | 1 | -0/+27 |