summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/execnet
AgeCommit message (Collapse)Author
2023-01-21treewide: switch to nativeCheckInputsGuillaume 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-05python3Packages.execnet: Fix compat with pytest 7.2.0Martin Weinelt
2021-06-21python3Packages.execnet: 1.8.0 -> 1.9.0Martin Weinelt
2021-05-17treewide: remove nand0p as maintainerMartin Weinelt
While looking at the sphinx package I noticed it was heavily undermaintained, which is when we noticed nand0p has been inactive for roughly 18 months. It is therefore prudent to assume they will not be maintaining their packages, modules and tests. - Their last contribution to nixpkgs was in 2019/12 - On 2021/05/08 I wrote them an email to the address listed in the maintainer-list, which they didn't reply to.
2021-02-26python3Packages.execnet: 1.7.1 -> 1.8.0Fabian Affolter
2021-02-26python3Packages.execnet: switch to pytestCheckHookFabian Affolter
2021-01-25treewide: remove stdenv where not neededPavol Rusnak
2021-01-11treewide: 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
2019-10-18python: execnet: 1.7.0 -> 1.7.1Frederik Rietdijk
2019-08-18python: execnet: 1.6.0 -> 1.7.0Frederik Rietdijk
2019-06-26Merge master into staging-nextFrederik Rietdijk
2019-06-26pythonPackages.execnet: 1.5.0 -> 1.6.0adisbladis
2019-06-18pythonPackages.execnet: 1.5.0 -> 1.6.0Mario Rodas
2019-04-09pythonPackages.execnet: Remove flaky test on PyPy.Corbin
2019-02-17python.pkgs.pytest_3: keep older versionFrederik Rietdijk
because not all test suites are compatible with 4 yet.
2019-01-15buildPython*: fix nativeBuildInputsFrederik Rietdijk
2018-12-03python: execnet: 1.4.1 -> 1.5.0Frederik Rietdijk
2018-10-17pythonPackages.execnet: refactor move to python-modulesChris Ostrouchov