summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/grpcio (follow)
Commit message (Expand)AuthorAgeFilesLines
* pythonPackages: move python 2 only expressions to python2-packages.nixFrederik Rietdijk2021-04-031-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 Babrou2021-02-281-3/+1
* pkgs/development/python-modules: stdenv.lib -> libPavol Rusnak2021-01-241-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 Profpatsch2021-01-111-2/+2
* pythonPackages.grpcio: Disable tests, cleanupSandro Jäckel2021-01-061-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 Wolsieffer2020-11-191-0/+2
* pythonPackages.grpcio: fix buildMario Rodas2020-09-131-0/+1
* python.pkgs.grpcio: use system openssl, zlib, and c-aresMatthew Bauer2020-04-141-1/+6
* pythonPackages.grpcio: remove vanschelven from maintainersKlaas van Schelven2020-02-261-1/+1
* pythonPackages.grpcio: inherit src from grpcThomas Bereknyei2019-10-181-10/+2
* pythonPackages.grpcio: 1.22.0 -> 1.23.0Mario Rodas2019-08-221-2/+2
* pythonPackages.grpcio: 1.18.0 -> 1.22.0Mario Rodas2019-08-031-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 Kok2019-03-271-6/+11
* python: grpcio: 1.16.1 -> 1.18.0Frederik Rietdijk2019-02-171-2/+2
* pythonPackages.grpcio: 1.15.0 -> 1.16.1Ben Wolsieffer2018-11-271-2/+2
* python.pkgs.grpcio: 1.14.1 -> 1.15.0Igor Tarasov2018-09-251-2/+2
* python: grpcio: 1.13.0 -> 1.14.1Frederik Rietdijk2018-08-251-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 Kok2018-08-111-2/+7
* Merge branch 'master' into staging-next•••Hydra: ?compare=1468896 Vladimír Čunát2018-07-141-1/+1
|\
| * pythonPackages.grpcio: use correct license (#42944)•••According to https://pypi.org/project/grpcio/ and github.com/grpc/grpcManuel Mendez2018-07-031-1/+1
* | Merge pull request #42887 from matthewbauer/libsecurity-closure-reductions•••Libsecurity closure reductionsMatthew Bauer2018-07-021-2/+2
|\|
| * pythonPackages.grpcio: 1.12.1 -> 1.13.0 (#42854)numkem2018-07-021-2/+2
* | pythonPackages: remove traces of Python 2.6Frederik Rietdijk2018-06-251-3/+3
|/
* python: grpcio: 1.12.0 -> 1.12.1Frederik Rietdijk2018-06-221-2/+2
* python: grpcio: 1.9.1 -> 1.12.0 (#41300)Ben Wolsieffer2018-06-171-2/+2
* python.pkgs.protobuf: use 3.5 by defaultRobert Schütz2018-04-081-2/+2
* grpcio: use protobuf3_5Robin Gloster2018-03-241-2/+2
* python: grpcio: 1.9.0 -> 1.9.1Frederik Rietdijk2018-02-181-2/+2
* python: grpcio: 1.8.4 -> 1.9.0Frederik Rietdijk2018-02-031-2/+2
* python: grpcio: 1.8.3 -> 1.8.4Frederik Rietdijk2018-01-201-2/+2
* python: grpcio: 1.8.2 -> 1.8.3Frederik Rietdijk2018-01-071-2/+2
* python: grpcio: 1.7.3 -> 1.8.2Frederik Rietdijk2017-12-311-2/+2
* grpcio: init at 1.7.3Klaas van Schelven2017-12-201-0/+23