Commit graph

17 commits

Author SHA1 Message Date
Fabian Affolter 1935481cd3
python3Packages.google-cloud-bigquery-datatransfer: disable on older Python releases 2022-03-08 11:10:26 +01:00
R. Ryantm 481439de55 python310Packages.google-cloud-bigquery-datatransfer: 3.6.0 -> 3.6.1 2022-03-08 08:36:59 +00:00
R. Ryantm 46a77c0812 python310Packages.google-cloud-bigquery-datatransfer: 3.5.0 -> 3.6.0 2022-02-15 04:47:04 +00:00
R. Ryantm 408e785e65 python310Packages.google-cloud-bigquery-datatransfer: 3.4.1 -> 3.5.0 2022-01-19 21:28:54 +00:00
R. Ryantm a5e5e2ad1b python38Packages.google-cloud-bigquery-datatransfer: 3.4.0 -> 3.4.1 2021-11-14 18:20:34 +00:00
R. RyanTM ebf1fdffde python38Packages.google-cloud-bigquery-datatransfer: 3.3.4 -> 3.4.0 2021-10-13 09:30:48 +00:00
R. RyanTM d4fb38527e python38Packages.google-cloud-bigquery-datatransfer: 3.3.2 -> 3.3.4 2021-10-06 10:27:04 +00:00
Sandro Jäckel 671b2b2647
python39Packages.google-cloud-bigquery-datatransfer: add missing dep 2021-10-05 10:24:14 +02:00
Martin Weinelt c08755eb0e python3Packages.google-cloud-bigquery-datatransfer: 3.3.1 -> 3.3.2 2021-09-05 15:00:49 +02:00
Fabian Affolter 6e02278fc9
python3Packages.google-cloud-bigquery-datatransfer: 3.1.1 -> 3.3.1 2021-08-15 13:33:42 +02:00
Martin Weinelt eeb59311e7 python3Packages.google-cloud-bigquery-datatransfer: 3.1.0 -> 3.1.1 2021-06-22 13:42:28 +02:00
Fabian Affolter 8e9f602cf3 python3Packages.google-cloud-bigquery-datatransfer: 3.1.0 -> 3.1.1 2021-06-20 16:53:06 +02:00
Frederik Rietdijk 7c654dea2b python3Packages.google-cloud-bigquery-datatransfer: 3.0.1 -> 3.1.0 2021-04-03 17:48:33 +02:00
R. RyanTM e80fe29c41 python38Packages.google-cloud-bigquery-datatransfer: 3.0.0 -> 3.0.1 2021-03-15 03:21:09 +00:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01: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