| Commit message (Expand) | Author | Age | Files | Lines |
| * | python3Packages.consul: 1.6.0 -> 1.7.1•••https://github.com/criteo/py-consul/releases/tag/v1.7.0
https://github.com/criteo/py-consul/releases/tag/v1.7.1
| Nicolas Benes | 2025-12-13 | 2 | -7/+30 |
| * | 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.consul: 1.1.0 -> 1.6.0, use fork from criteo•••The original python-consul project from cablehead has not seen releases
since 2018 and is archived since 2024:
https://github.com/python-consul/python-consul/tags
It suggests to use the better maintained fork of criteo/py-consul.
| Nicolas Benes | 2025-10-11 | 1 | -15/+103 |
| * | maintainers: drop desiderius•••Inactive for many years, potentially all the way back to 2016.
| Wolfgang Walther | 2025-07-20 | 1 | -1/+0 |
| * | treewide: add explicit format attribute for Python packages•••If a Python package does not come with either `format` or `pyproject` we
consider it a setuptools build, that calls `setup.py` directly, which is
deprecated.
This change, as a first step, migrates a large chunk of these packages to
set setuptools as their explicit format
This is so we can unify the problem space for the next step of the
migration.
| Martin Weinelt | 2025-07-02 | 1 | -0/+1 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -3/+13 |
| * | treewide: remove stdenv where not needed | Pavol Rusnak | 2021-01-25 | 1 | -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
| Profpatsch | 2021-01-11 | 1 | -2/+2 |
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 1 | -1/+1 |
| * | python: python-consul: 1.0.1 -> 1.1.0 | Frederik Rietdijk | 2018-07-22 | 1 | -2/+2 |
| * | python: python-consul: 0.7.2 -> 1.0.1 | Frederik Rietdijk | 2018-06-21 | 1 | -2/+2 |
| * | python: python-consul: 0.7.0 -> 0.7.2 | Frederik Rietdijk | 2018-04-08 | 1 | -2/+2 |
| * | pythonPackages.consul: Move to own file | Elis Hirwing | 2018-04-04 | 1 | -0/+24 |