-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
python3Packages.google_api_core: 0.15.0 -> 1.16.0 #77814
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I also have a commit to update |
you can add it to this commit unfortunately the python google packages are pretty broken (at least on python2) ATM, creating a lot of noise when reviewing |
Yeah, the reason I opened these is because I need the #77813 and #77819 are related. Should I maybe put them in this pull request too? That would also cause less rebuilds, right? |
sounds reasonable. Still, the google sdk namespace is a hot mess right now :( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please squash the first two commits
Also drop 3.2 compatibility; google-api-core version 1.16.0 requires at least Python 3.5, there is no point in keeping a Python 3.2 check around here.
It builds fine without the test-related patches now, so let's remove those patches. Also, a new dependency is required to run the tests.
e6b84e7
to
7da2185
Compare
Done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would still be nice to fix the google namespace, it's horribly broken:
[120 built (32 failed), 240 copied (808.6 MiB), 204.2 MiB DL]
error: build of '/nix/store/5kc34hp8iv6gp52qlnp0bhqrfwv12mq3-env.drv' failed
https://github.com/NixOS/nixpkgs/pull/77814
35 package failed to build:
blink dvc-with-remotes fluidasserts python27Packages.google-auth-oauthlib python27Packages.kubernetes python37Packages.cirq python37Packages.google_cloud_automl python37Packages.google_cloud_bigquery python37Packages.google_cloud_bigtable python37Packages.google_cloud_container python37Packages.google_cloud_datastore python37Packages.google_cloud_dns python37Packages.google_cloud_error_reporting python37Packages.google_cloud_logging python37Packages.google_cloud_resource_manager python37Packages.google_cloud_runtimeconfig python37Packages.google_cloud_spanner python37Packages.google_cloud_storage python37Packages.google_cloud_translate python37Packages.rl-coach python38Packages.cirq python38Packages.google_cloud_automl python38Packages.google_cloud_bigquery python38Packages.google_cloud_bigtable python38Packages.google_cloud_container python38Packages.google_cloud_datastore python38Packages.google_cloud_dns python38Packages.google_cloud_error_reporting python38Packages.google_cloud_logging python38Packages.google_cloud_resource_manager python38Packages.google_cloud_runtimeconfig python38Packages.google_cloud_spanner python38Packages.google_cloud_storage python38Packages.google_cloud_translate python38Packages.rl-coach
83 package built:
beancount deja-dup duplicity duply fava gcalcli gdrivefs gmailieer kmymoney python27Packages.google-auth-httplib2 python27Packages.google_api_python_client python27Packages.google_auth python27Packages.google_cloud_testutils python27Packages.googleapis_common_protos python27Packages.grpc_google_iam_v1 python27Packages.pydrive python27Packages.weboob python37Packages.goobook python37Packages.google-auth-httplib2 python37Packages.google-auth-oauthlib python37Packages.google_api_core python37Packages.google_api_python_client python37Packages.google_auth python37Packages.google_cloud_asset python37Packages.google_cloud_bigquery_datatransfer python37Packages.google_cloud_core python37Packages.google_cloud_dataproc python37Packages.google_cloud_dlp python37Packages.google_cloud_firestore python37Packages.google_cloud_iot python37Packages.google_cloud_kms python37Packages.google_cloud_language python37Packages.google_cloud_monitoring python37Packages.google_cloud_pubsub python37Packages.google_cloud_redis python37Packages.google_cloud_securitycenter python37Packages.google_cloud_speech python37Packages.google_cloud_tasks python37Packages.google_cloud_testutils python37Packages.google_cloud_texttospeech python37Packages.google_cloud_trace python37Packages.google_cloud_videointelligence python37Packages.google_cloud_vision python37Packages.google_cloud_websecurityscanner python37Packages.googleapis_common_protos python37Packages.grpc_google_iam_v1 python37Packages.kubernetes python37Packages.pydrive python37Packages.weboob python38Packages.beancount python38Packages.goobook python38Packages.google-auth-httplib2 python38Packages.google-auth-oauthlib python38Packages.google_api_core python38Packages.google_api_python_client python38Packages.google_auth python38Packages.google_cloud_asset python38Packages.google_cloud_bigquery_datatransfer python38Packages.google_cloud_core python38Packages.google_cloud_dataproc python38Packages.google_cloud_dlp python38Packages.google_cloud_firestore python38Packages.google_cloud_iot python38Packages.google_cloud_kms python38Packages.google_cloud_language python38Packages.google_cloud_monitoring python38Packages.google_cloud_pubsub python38Packages.google_cloud_redis python38Packages.google_cloud_securitycenter python38Packages.google_cloud_speech python38Packages.google_cloud_tasks python38Packages.google_cloud_testutils python38Packages.google_cloud_texttospeech python38Packages.google_cloud_trace python38Packages.google_cloud_videointelligence python38Packages.google_cloud_vision python38Packages.google_cloud_websecurityscanner python38Packages.googleapis_common_protos python38Packages.grpc_google_iam_v1 python38Packages.kubernetes python38Packages.pydrive python38Packages.weboob s3ql
@GrahamcOfBorg build python3Packages.google_api_core |
Motivation for this change
A new version is available upstream.
google-api-core
version 1.16.0 requires at least Python 3.5, there is no point in keeping a Python 3.2 check around here.Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
) (there are none)nix path-info -S
before and after)CC @vanschelven