about summary refs log tree commit diff
path: root/pkgs/development/python-modules/execnet
AgeCommit message (Collapse)AuthorFilesLines
2021-06-21python3Packages.execnet: 1.8.0 -> 1.9.0Martin Weinelt1-2/+2
2021-05-17treewide: remove nand0p as maintainerMartin Weinelt1-1/+1
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 Affolter1-2/+2
2021-02-26python3Packages.execnet: switch to pytestCheckHookFabian Affolter1-9/+7
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-2/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-1/+1
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 Rietdijk1-2/+2
2019-08-18python: execnet: 1.6.0 -> 1.7.0Frederik Rietdijk1-2/+2
2019-06-26Merge master into staging-nextFrederik Rietdijk1-1/+1
2019-06-26pythonPackages.execnet: 1.5.0 -> 1.6.0adisbladis1-7/+4
2019-06-18pythonPackages.execnet: 1.5.0 -> 1.6.0Mario Rodas1-8/+5
2019-04-09pythonPackages.execnet: Remove flaky test on PyPy.Corbin1-1/+4
2019-02-17python.pkgs.pytest_3: keep older versionFrederik Rietdijk1-2/+5
because not all test suites are compatible with 4 yet.
2019-01-15buildPython*: fix nativeBuildInputsFrederik Rietdijk1-1/+2
2018-12-03python: execnet: 1.4.1 -> 1.5.0Frederik Rietdijk1-2/+2
2018-10-17pythonPackages.execnet: refactor move to python-modulesChris Ostrouchov1-0/+42