| Commit message (Expand) | Author | Age | Files | Lines |
| * | pythonPackages: move python 2 only expressions to python2-packages.nix | Frederik Rietdijk | 2021-04-03 | 1 | -2/+2 |
| * | python3Packages.grpcio: remove cctools from build inputs•••This fixes `aarch64-darwin` build in #105026. Without this the `strip` in `PATH`
is the one from `darwin.cctools`, which doesn't preserve code signatures,
resulting in code that cannot run and pass `pythonImportsCheckPhase`.
The dependency on cctools was introduced in #44902 in 2018,
but it doesn't seem to be necessary on `x86_64-darwin` today.
| Ivan Babrou | 2021-02-28 | 1 | -3/+1 |
| * | pkgs/development/python-modules: stdenv.lib -> lib | Pavol Rusnak | 2021-01-24 | 1 | -3/+3 |
| * | 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 |
| * | pythonPackages.grpcio: Disable tests, cleanup | Sandro Jäckel | 2021-01-06 | 1 | -7/+24 |
| * | pythonPackages.grpcio: split outputs to avoid runtime build references•••protobuf propagates build-arch protobuf, and this commit prevents it from
ending up in grpcio's runtime closure.
| Ben Wolsieffer | 2020-11-19 | 1 | -0/+2 |
| * | pythonPackages.grpcio: fix build | Mario Rodas | 2020-09-13 | 1 | -0/+1 |
| * | python.pkgs.grpcio: use system openssl, zlib, and c-ares | Matthew Bauer | 2020-04-14 | 1 | -1/+6 |
| * | pythonPackages.grpcio: remove vanschelven from maintainers | Klaas van Schelven | 2020-02-26 | 1 | -1/+1 |
| * | pythonPackages.grpcio: inherit src from grpc | Thomas Bereknyei | 2019-10-18 | 1 | -10/+2 |
| * | pythonPackages.grpcio: 1.22.0 -> 1.23.0 | Mario Rodas | 2019-08-22 | 1 | -2/+2 |
| * | pythonPackages.grpcio: 1.18.0 -> 1.22.0 | Mario Rodas | 2019-08-03 | 1 | -10/+8 |
| * | pythonPackages.grpcio: fix build on Darwin•••Builds on Darwin have started to fail recently. This seems to be caused
by a check in Makefile that verifies whether the system is able to build
BoringSSL. This check attempts to compile test/build/boringssl.c, which
is absent in PyPI archives of grpcio.
This change builds the grpcio module directly from the grpc git
repository, so that all the files that are necessary for checks are
present.
Affects #56826 since darwin builds of this derivation on nixpkgs-19.03
fail.
| Daniël de Kok | 2019-03-27 | 1 | -6/+11 |
| * | python: grpcio: 1.16.1 -> 1.18.0 | Frederik Rietdijk | 2019-02-17 | 1 | -2/+2 |
| * | pythonPackages.grpcio: 1.15.0 -> 1.16.1 | Ben Wolsieffer | 2018-11-27 | 1 | -2/+2 |
| * | python.pkgs.grpcio: 1.14.1 -> 1.15.0 | Igor Tarasov | 2018-09-25 | 1 | -2/+2 |
| * | python: grpcio: 1.13.0 -> 1.14.1 | Frederik Rietdijk | 2018-08-25 | 1 | -2/+2 |
| * | python/grpcio: fix darwin build•••grpcio currently does not build on Darwin (10.13.6). Due to the
following issues:
* ar is invoked with incorrect flags (#33765).
* libtool cannot be found, with a libtool dependency, with libtool
the option '-no_warning_for_no_symbols' is not recognized.
* the module build cannot find boringssl that is packaged with
python-grpcio when pkgconfig is not installed (grpc/#10058).
| Daniël de Kok | 2018-08-11 | 1 | -2/+7 |
| * | Merge branch 'master' into staging-next•••Hydra: ?compare=1468896
| Vladimír Čunát | 2018-07-14 | 1 | -1/+1 |
| |\ |
|
| | * | pythonPackages.grpcio: use correct license (#42944)•••According to https://pypi.org/project/grpcio/ and github.com/grpc/grpc | Manuel Mendez | 2018-07-03 | 1 | -1/+1 |
| * | | Merge pull request #42887 from matthewbauer/libsecurity-closure-reductions•••Libsecurity closure reductions | Matthew Bauer | 2018-07-02 | 1 | -2/+2 |
| |\| |
|
| | * | pythonPackages.grpcio: 1.12.1 -> 1.13.0 (#42854) | numkem | 2018-07-02 | 1 | -2/+2 |
| * | | pythonPackages: remove traces of Python 2.6 | Frederik Rietdijk | 2018-06-25 | 1 | -3/+3 |
| |/ |
|
| * | python: grpcio: 1.12.0 -> 1.12.1 | Frederik Rietdijk | 2018-06-22 | 1 | -2/+2 |
| * | python: grpcio: 1.9.1 -> 1.12.0 (#41300) | Ben Wolsieffer | 2018-06-17 | 1 | -2/+2 |
| * | python.pkgs.protobuf: use 3.5 by default | Robert Schütz | 2018-04-08 | 1 | -2/+2 |
| * | grpcio: use protobuf3_5 | Robin Gloster | 2018-03-24 | 1 | -2/+2 |
| * | python: grpcio: 1.9.0 -> 1.9.1 | Frederik Rietdijk | 2018-02-18 | 1 | -2/+2 |
| * | python: grpcio: 1.8.4 -> 1.9.0 | Frederik Rietdijk | 2018-02-03 | 1 | -2/+2 |
| * | python: grpcio: 1.8.3 -> 1.8.4 | Frederik Rietdijk | 2018-01-20 | 1 | -2/+2 |
| * | python: grpcio: 1.8.2 -> 1.8.3 | Frederik Rietdijk | 2018-01-07 | 1 | -2/+2 |
| * | python: grpcio: 1.7.3 -> 1.8.2 | Frederik Rietdijk | 2017-12-31 | 1 | -2/+2 |
| * | grpcio: init at 1.7.3 | Klaas van Schelven | 2017-12-20 | 1 | -0/+23 |