| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | treewide: replace passthru.optional-dependencies with optional-dependencies | Robert Schütz | 2024-09-29 | 1 | -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 Thalheim | 2024-07-29 | 1 | -1/+1 |
| * | treewide: remove pythonRelaxDepsHook references•••It is is now provided automatically, when `pythonRelaxDeps` or `pythonRemoveDeps` is defined through `mk-python-derivation`. | Martin Weinelt | 2024-06-14 | 1 | -2/+0 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -28/+23 |
| * | python3Packages.httpbin: 0.10.1 -> 0.10.2 | Martin Weinelt | 2024-03-12 | 1 | -11/+2 |
| * | python311Packages.httpbin: backport flask 3.0 support | Martin Weinelt | 2024-01-26 | 1 | -0/+9 |
| * | python311Packages.httpbin: fix build, refactor•••Checking runtime dependencies for httpbin-0.10.1-py2.py3-none-any.whl - greenlet not installed | Martin Weinelt | 2023-12-20 | 1 | -14/+31 |
| * | python3Packages.httpbin: 0.7.0 -> 0.10.1 | Martin Weinelt | 2023-09-27 | 1 | -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 Girol | 2023-01-21 | 1 | -1/+1 |
| * | python310Packages.httpbin: fix dependencies | Sandro Jäckel | 2022-06-06 | 1 | -3/+5 |
| * | python3Packages.httpbin: apply patch for werkzeug 2.1.0 compatibility | Martin Weinelt | 2022-04-15 | 1 | -0/+10 |
| * | python3Packages.httpbin: enable tests | Fabian Affolter | 2022-01-23 | 1 | -8/+40 |
| * | pythonPackages.httpbin: remove unused input | Sandro Jäckel | 2021-03-01 | 1 | -1/+0 |
| * | 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 |
| * | python3.pkgs.httpbin: 0.6.2 -> 0.7.0 | Jörg Thalheim | 2020-11-29 | 1 | -14/+3 |
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 1 | -1/+1 |
| * | python.pkgs.httpbin: fix expression | Frederik Rietdijk | 2018-01-20 | 1 | -2/+16 |
| * | python: httpbin: 0.5.0 -> 0.6.2 | Frederik Rietdijk | 2017-12-31 | 1 | -2/+2 |
| * | python.pkgs: updates | Frederik Rietdijk | 2017-10-27 | 1 | -1/+5 |
| * | pythonPackages.httpbin: 0.2.0 -> 0.5.0 | Jörg Thalheim | 2017-04-27 | 1 | -0/+27 |
