summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/httpbin (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: replace passthru.optional-dependencies with optional-dependenciesRobert Schütz2024-09-291-1/+1
* treewide: remove unused with statements from maintainer lists•••$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \ -e 's!with lib.maintainers; \[ *\];![ ];!' \ -e 's!with maintainers; \[ *\];![ ];!' Jörg Thalheim2024-07-291-1/+1
* treewide: remove pythonRelaxDepsHook references•••It is is now provided automatically, when `pythonRelaxDeps` or `pythonRemoveDeps` is defined through `mk-python-derivation`. Martin Weinelt2024-06-141-2/+0
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-28/+23
* python3Packages.httpbin: 0.10.1 -> 0.10.2Martin Weinelt2024-03-121-11/+2
* python311Packages.httpbin: backport flask 3.0 supportMartin Weinelt2024-01-261-0/+9
* python311Packages.httpbin: fix build, refactor•••Checking runtime dependencies for httpbin-0.10.1-py2.py3-none-any.whl - greenlet not installed Martin Weinelt2023-12-201-14/+31
* python3Packages.httpbin: 0.7.0 -> 0.10.1Martin Weinelt2023-09-271-18/+11
* 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 Girol2023-01-211-1/+1
* python310Packages.httpbin: fix dependenciesSandro Jäckel2022-06-061-3/+5
* python3Packages.httpbin: apply patch for werkzeug 2.1.0 compatibilityMartin Weinelt2022-04-151-0/+10
* python3Packages.httpbin: enable testsFabian Affolter2022-01-231-8/+40
* pythonPackages.httpbin: remove unused inputSandro Jäckel2021-03-011-1/+0
* 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
* python3.pkgs.httpbin: 0.6.2 -> 0.7.0Jörg Thalheim2020-11-291-14/+3
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* python.pkgs.httpbin: fix expressionFrederik Rietdijk2018-01-201-2/+16
* python: httpbin: 0.5.0 -> 0.6.2Frederik Rietdijk2017-12-311-2/+2
* python.pkgs: updatesFrederik Rietdijk2017-10-271-1/+5
* pythonPackages.httpbin: 0.2.0 -> 0.5.0Jörg Thalheim2017-04-271-0/+27