Commit graph

32 commits

Author SHA1 Message Date
Sandro Jäckel b5058d029c
python310Packages.google-cloud-bigquery: fix build 2022-04-24 04:25:10 +02:00
Martin Weinelt 63d7b116b6 python3Packages.google-cloud-bigquery: 2.34.2 -> 3.0.1 2022-04-14 19:04:00 +02:00
Sandro Jäckel d4b233e330
python39Packages.google-cloud-bigquery: disable tests which require network 2022-03-28 00:23:12 +02:00
R. Ryantm b2ccf580a0 python310Packages.google-cloud-bigquery: 2.34.1 -> 2.34.2 2022-03-08 07:59:39 -08:00
R. Ryantm 2568c6c9a3 python310Packages.google-cloud-bigquery: 2.34.0 -> 2.34.1 2022-03-03 07:35:46 -08:00
Sandro Jäckel 40da185dd1
python39Packages.google-cloud-bigquery: 2.33.0 -> 2.34.0 2022-02-19 01:34:22 +01:00
R. Ryantm 11e94d72a9 python310Packages.google-cloud-bigquery: 2.32.0 -> 2.33.0 2022-02-18 10:51:37 +00:00
Sandro Jäckel cd330a1666
python39Packages.google-cloud-bigquery: 2.31.0 -> 2.32.0 2022-01-17 02:19:56 +01:00
Jonathan Ringer ab7fd142bd
python3Packages.google-cloud-bigquery: 2.30.1 -> 2.31.0 2021-12-14 12:03:29 -08:00
Fabian Affolter ab7c7330a9
python3Packages.google-cloud-bigquery: disable failing tests 2021-11-30 18:53:01 -08:00
Jonathan Ringer e6bfbc614d
python3Packages.google-cloud-bigquery: 2.28.1 -> 2.30.1 2021-11-30 18:48:55 -08:00
Sandro Jäckel 093df54495
python38Packages.google-cloud-bigquery: 2.26.0 -> 2.28.1 2021-10-12 22:36:38 +02:00
R. RyanTM c7b320cc39 python38Packages.google-cloud-bigquery: 2.25.1 -> 2.26.0 2021-09-02 08:53:02 +00:00
R. RyanTM 678aea9cb9 python38Packages.google-cloud-bigquery: 2.24.1 -> 2.25.1 2021-08-26 04:06:16 +00:00
Sandro Jäckel 0d51339e96
python39Packages.google-cloud-bigquery: disable tests which require credentials 2021-08-24 10:18:06 +02:00
Sandro Jäckel d13745ec9b
python39Packages.google-cloud-bigquery: 2.23.3 -> 2.24.1 2021-08-23 13:05:49 +02:00
Sandro Jäckel d25bcbb268
python39Packages.google-cloud-bigquery: Fix tests 2021-08-16 15:03:27 +02:00
Fabian Affolter 91cd0b0e8e
python3Packages.google-cloud-bigquery: 2.20.0 -> 2.23.3 2021-08-15 13:33:41 +02:00
Martin Weinelt b20558150f python3Packages.google-cloud-bigquery: 2.13.1 -> 2.20.0 2021-06-22 13:42:29 +02:00
Fabian Affolter b0cb5c74b4 python3Packages.google-cloud-bigquery: disable failing test 2021-06-20 16:53:08 +02:00
Fabian Affolter 14b93efeca python3Packages.google-cloud-bigquery: 2.13.1 -> 2.18.0 2021-06-20 16:53:06 +02:00
R. RyanTM 38819ca9f8 python38Packages.google-cloud-bigquery: 2.12.0 -> 2.13.1 2021-03-27 04:19:18 +00:00
R. RyanTM 370c6ed690 python38Packages.google-cloud-bigquery: 2.11.0 -> 2.12.0 2021-03-17 06:39:48 +00:00
R. RyanTM 60b5978428 python38Packages.google-cloud-bigquery: 2.10.0 -> 2.11.0 2021-03-14 22:57:13 -07:00
R. RyanTM ad9faced84 python37Packages.google-cloud-bigquery: 2.9.0 -> 2.10.0 2021-03-02 06:34:57 +00:00
R. RyanTM e76c069163 python37Packages.google-cloud-bigquery: 2.8.0 -> 2.9.0 2021-02-20 11:42:51 +00:00
R. RyanTM f61b15b00b
python37Packages.google-cloud-bigquery: 2.7.0 -> 2.8.0 2021-02-13 18:59:24 +01:00
Sandro Jäckel 2ecc4cd19f
python37Packages.google-cloud-bigquery: 2.6.2 → 2.7.0 2021-02-05 11:57:00 +01:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
R. RyanTM abaefba36c python37Packages.google-cloud-bigquery: 2.6.1 -> 2.6.2 2021-01-17 20:59:07 -08:00
Profpatsch 4a7f99d55d 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
2021-01-11 10:38:22 +01:00
Sandro Jäckel ac391fdc0b
pythonPackages:google*: Noramlize names by replacing _ with - 2021-01-06 23:59:50 +01:00