| Age | Commit message (Collapse) | Author |
|
https://github.com/kislyuk/argcomplete/blob/v3.6.3/Changes.rst
This commit was automatically generated using update-python-libraries.
|
|
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
|
|
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>
|
|
https://github.com/kislyuk/argcomplete/blob/v3.6.2/Changes.rst
|
|
https://github.com/kislyuk/argcomplete/blob/v3.5.3/Changes.rst
|
|
fix-merge-conflict-1735949935
|
|
|
|
https://github.com/kislyuk/argcomplete/releases/tag/v3.5.2
|
|
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
|
|
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
|
|
https://github.com/kislyuk/argcomplete/blob/v3.5.0/Changes.rst
|
|
https://github.com/kislyuk/argcomplete/blob/v3.4.0/Changes.rst
|
|
|
|
https://github.com/kislyuk/argcomplete/blob/v3.3.0/Changes.rst
|
|
|
|
https://github.com/kislyuk/argcomplete/blob/v3.2.2/Changes.rst
|
|
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
|
|
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.
|
|
https://github.com/kislyuk/argcomplete/blob/v3.1.6/Changes.rst
|
|
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
|
|
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
|
|
Changelog: https://github.com/kislyuk/argcomplete/blob/v3.0.8/Changes.rst
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
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`.
|
|
|
|
|
|
|
|
* 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
|
|
|