summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/consul (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 Benes2025-12-132-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 Hrachyshka2025-12-101-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 Benes2025-10-111-15/+103
* maintainers: drop desiderius•••Inactive for many years, potentially all the way back to 2016. Wolfgang Walther2025-07-201-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 Weinelt2025-07-021-0/+1
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-3/+13
* treewide: remove stdenv where not neededPavol Rusnak2021-01-251-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 Profpatsch2021-01-111-2/+2
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* python: python-consul: 1.0.1 -> 1.1.0Frederik Rietdijk2018-07-221-2/+2
* python: python-consul: 0.7.2 -> 1.0.1Frederik Rietdijk2018-06-211-2/+2
* python: python-consul: 0.7.0 -> 0.7.2Frederik Rietdijk2018-04-081-2/+2
* pythonPackages.consul: Move to own fileElis Hirwing2018-04-041-0/+24