| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | treewide: run nixfmt 1.0.0 | Wolfgang Walther | 2025-07-24 | 1 | -3/+6 |
| * | python313Packages.gevent: 24.2.1 -> 24.11.1 | Martin Weinelt | 2025-01-04 | 1 | -2/+2 |
| * | python3Packages.gevent: remove python3Packages.opentracing usage | Tomodachi94 | 2024-12-09 | 1 | -2/+0 |
| * | treewide: add `-Wno-error=` due to compilation error with gcc_14 | Fabián Heredia Montiel | 2024-09-11 | 1 | -0/+5 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -29/+27 |
| * | Merge #299503: python3Packages.gevent: avoid use of vendored libraries•••...into staging | Vladimír Čunát | 2024-04-10 | 1 | -0/+6 |
| |\ | |||||
| | * | python3Packages.gevent: avoid use of vendored libraries•••In addition to allowing more sharing, this fixes cross-compilation. | Linus Heckemann | 2024-03-28 | 1 | -0/+6 |
| * | | python312Packages.cython: 0.29.36 -> 3.0.9•••Folds the cython_3 attribute into the primary cython attribute and migrates all packages from the versioned attribute. The old version will be provided through the cython_0 attribute in an effort to phase it out. | Martin Weinelt | 2024-03-27 | 1 | -2/+2 |
| |/ | |||||
| * | python3Packages.gevent: 23.9.1 -> 24.2.1 | Martin Weinelt | 2024-03-12 | 1 | -2/+2 |
| * | python311Packages.zope-*: rename from zope_* | Felix Buehler | 2024-01-06 | 1 | -4/+4 |
| * | python3Packages.gevent: add some key reverse-dependencies to passthru.tests | Robert Scott | 2023-11-26 | 1 | -0/+14 |
| * | python3Packages.gevent: 22.10.2 -> 23.9.1•••addressing CVE-2023-41419 | Robert Scott | 2023-11-26 | 1 | -12/+2 |
| * | python311Packages.gevent: patch to replace pkg_resources with importlib-metadata•••Avoid errors caused by pkg_resources when calling gevent.events. | natsukium | 2023-09-27 | 1 | -0/+13 |
| * | python3.pkgs.gevent: use cython3 and update build dependencies (#248606) | Theodore Ni | 2023-08-12 | 1 | -0/+7 |
| * | python3Packages.gevent: 21.12.0 -> 22.10.2 | Martin Weinelt | 2023-01-05 | 1 | -2/+2 |
| * | python3Packages.gevent: add setuptools to nativeBuildInputs•••It is the build system used by gevent and was previously provided through the buildPythonPackage builder. | Martin Weinelt | 2022-09-17 | 1 | -0/+5 |
| * | python3Packages.gevent: add pythonImportsCheck | Fabian Affolter | 2022-01-23 | 1 | -10/+25 |
| * | python3Packages.gevent: 20.9.0 -> 21.12.0 | Jonathan Ringer | 2022-01-23 | 1 | -2/+2 |
| * | treewide: remove stdenv where not needed | Pavol Rusnak | 2021-01-25 | 1 | -1/+1 |
| * | pkgs/development/python-modules: stdenv.lib -> lib | Pavol Rusnak | 2021-01-24 | 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 |
| * | python3Packages.gevent: 20.5.2 -> 20.9.0 | Jonathan Ringer | 2020-11-20 | 1 | -2/+2 |
| * | python.pkgs.gevent: fix build | Frederik Rietdijk | 2020-06-11 | 1 | -2/+7 |
| * | python: gevent: 1.4.0 -> 20.5.2 | Frederik Rietdijk | 2020-06-11 | 1 | -2/+2 |
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 1 | -1/+1 |
| * | python: gevent: 1.3.7 -> 1.4.0 | Frederik Rietdijk | 2019-02-17 | 1 | -2/+2 |
| * | python: gevent: 1.3.6 -> 1.3.7 | Frederik Rietdijk | 2018-12-03 | 1 | -2/+2 |
| * | python: gevent: 1.3.5 -> 1.3.6 | Frederik Rietdijk | 2018-08-25 | 1 | -2/+2 |
| * | python: gevent: 1.3.4 -> 1.3.5 | Frederik Rietdijk | 2018-07-22 | 1 | -2/+2 |
| * | python: gevent: 1.3.3 -> 1.3.4 | Frederik Rietdijk | 2018-06-22 | 1 | -2/+2 |
| * | python.pkgs.gevent: minor improvements | Frederik Rietdijk | 2018-06-22 | 1 | -4/+3 |
| * | python: gevent: 1.2.2 -> 1.3.3 | Frederik Rietdijk | 2018-06-22 | 1 | -2/+2 |
| * | pythonPackages: Add version and pname attributes to packages | adisbladis | 2017-11-23 | 1 | -1/+3 |
| * | pythonPackages.gevent: 1.1.2 -> 1.2.2 | adisbladis | 2017-11-23 | 1 | -9/+2 |
| * | pythonPackages.gevent: move to python-modules/ | Bjørn Forsman | 2017-10-29 | 1 | -0/+36 |
