| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-01-21 | treewide: switch to nativeCheckInputs | Guillaume Girol | |
| 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. | |||
| 2023-01-19 | python310Packages.bpython: 0.23 -> 0.24 | R. Ryantm | |
| 2022-11-29 | python3Packages.dataclasses: drop | Martin Weinelt | |
| Only required on python36, which was dropped a while ago. | |||
| 2022-09-18 | python3Packages.bpython: 0.22.1 -> 0.23 | Martin Weinelt | |
| 2022-05-03 | python310Packages.bpython: disable failing test | Fabian Affolter | |
| 2021-12-21 | python3Packages.bpython: update dependencies | Robert Schütz | |
| 2021-11-30 | python3Packages.bpython: 0.21 -> 0.22.1 | Jonathan Ringer | |
| 2021-05-07 | pythonPackages.bpython: fix build | Eduardo Sánchez Muñoz | |
| 2021-04-03 | python3Packages.bpython: 0.20.1 -> 0.21 | Frederik Rietdijk | |
| 2021-01-25 | treewide: remove stdenv where not needed | Pavol Rusnak | |
| 2021-01-11 | treewide: with stdenv.lib; in meta -> with lib; | Profpatsch | |
| 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 | |||
| 2020-11-15 | python37Packages.bpython: 0.20 -> 0.20.1 | R. RyanTM | |
| 2020-10-16 | python37Packages.bpython: 0.19 -> 0.20 | R. RyanTM | |
| 2020-06-03 | bpython: substituteAll the path to `which` | Florian Klink | |
| This is used to detect the presence of xclip and other clipboard handling tools. Fixes https://github.com/NixOS/nixpkgs/issues/56941. | |||
| 2020-04-05 | python27Packages.bpython: 0.18 -> 0.19 | R. RyanTM | |
| 2019-10-31 | bpython: fix build | Florian Klink | |
| aeb63f40dd11157dc41f1f773abafe6f2666ac16 bumped bpython to 0.18, but it failed to build afterwards, due to the .desktop file being renamed. | |||
| 2019-10-27 | python: bpython: 0.17.1 -> 0.18 | Frederik Rietdijk | |
| 2019-03-05 | python.pkgs.bpython: correct Exec in bpython.desktop | Robert Schütz | |
| 2018-02-18 | python: bpython: 0.17 -> 0.17.1 | Frederik Rietdijk | |
| 2018-01-22 | Merge commit 'a0f8e3a' into HEAD | Frederik Rietdijk | |
| 2018-01-21 | bpython: fetch from PyPi | Florian Klink | |
| 0.17 recently got released on PyPi | |||
| 2018-01-20 | bpython: don't set name attribute anymore | Florian Klink | |
| 2017-10-29 | bpython: 0.12 -> 0.17 | Florian Klink | |
