Skip to content
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

python: Google API updates (google_{auth,api_core,api_python_client}) #89411

Merged
merged 3 commits into from Jun 5, 2020

Conversation

primeos
Copy link
Member

@primeos primeos commented Jun 3, 2020

Motivation for this change

python3Packages.google_api_python_client: 1.8.3 -> 1.9.1 which requires the other updates as well. I've also started a nix-review job that is currently rebuilding 118 packages.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@primeos
Copy link
Member Author

primeos commented Jun 3, 2020

nix-review didn't reveal any failures due to this PR:

nix-review log
builder for '/nix/store/mnh27ivkpznph71a04vfa0r1iz8gwy26-python2.7-tensorflow-2.1.0.drv' failed with exit code 1; last 10 log lines:
  Requirement already satisfied: enum34>=1.1.6; python_version < "3.4" in /nix/store/rrhgbd06inzgkwlywr417dj5jn3k4lpd-python2.7-enum34-1.1.10/lib/python2.7/site-packages (from tensorflow-cpu==2.1.0) (1.1.10)
  Requirement already satisfied: wrapt>=1.11.1 in /nix/store/9k014b3gdq0qj60rbcc64g1fwpm9glla-python2.7-wrapt-1.11.2/lib/python2.7/site-packages (from tensorflow-cpu==2.1.0) (1.11.2)
  Requirement already satisfied: termcolor>=1.1.0 in /nix/store/1mghpsl18gb01nx8qbwaa38nfr9m6x00-python2.7-termcolor-1.1.0/lib/python2.7/site-packages (from tensorflow-cpu==2.1.0) (1.1.0)
  Requirement already satisfied: keras-applications>=1.0.8 in /nix/store/8669wnj20jbh0ibsaph9vfr3a6bsgha7-python2.7-Keras_Applications-1.0.8/lib/python2.7/site-packages (from tensorflow-cpu==2.1.0) (1.0.8)
  Requirement already satisfied: astor>=0.6.0 in /nix/store/6nwkjqgb7giibp6isw2q62vax12m2ghc-python2.7-astor-0.8.1/lib/python2.7/site-packages (from tensorflow-cpu==2.1.0) (0.8.1)
  Requirement already satisfied: opt-einsum>=2.3.2 in /nix/store/6mkggz1gb1lchvy3w2b05v9iqakysnf2-python2.7-opt_einsum-2.3.2/lib/python2.7/site-packages (from tensorflow-cpu==2.1.0) (2.3.2)
  Requirement already satisfied: google-pasta>=0.1.6 in /nix/store/6xa46hiz9b3sx9yl2f66snaakmh7p7dh-python2.7-google-pasta-0.2.0/lib/python2.7/site-packages (from tensorflow-cpu==2.1.0) (0.2.0)
  Requirement already satisfied: wheel; python_version < "3" in /nix/store/5ygfgx8d5wi0r4kjb5jyjw8rimrrqyzv-python2.7-wheel-0.33.6/lib/python2.7/site-packages (from tensorflow-cpu==2.1.0) (0.33.6)
  ERROR: Could not find a version that satisfies the requirement functools32>=3.2.3; python_version < "3" (from tensorflow-cpu==2.1.0) (from versions: none)
  ERROR: No matching distribution found for functools32>=3.2.3; python_version < "3" (from tensorflow-cpu==2.1.0)
builder for '/nix/store/jq61k5q8iim1ilyd7bj2i5bvl6c19bj6-python3.7-minio-5.0.10.drv' failed with exit code 1; last 10 log lines:
  installing
  Executing pipInstallPhase
  /build/minio-5.0.10/dist /build/minio-5.0.10
  Processing ./minio-5.0.10-py2.py3-none-any.whl
  Requirement already satisfied: urllib3 in /nix/store/qd72pjvqlvfp6ghj3ndadflpqzmyh9as-python3.7-urllib3-1.25.9/lib/python3.7/site-packages (from minio==5.0.10) (1.25.9)
  Requirement already satisfied: python-dateutil in /nix/store/ak32jsl4c1msv84bywlb7biqkbdlnaz4-python3.7-python-dateutil-2.8.1/lib/python3.7/site-packages (from minio==5.0.10) (2.8.1)
  Requirement already satisfied: certifi in /nix/store/6v1llsy0k44sn9s8q1kh09nmdq141zw5-python3.7-certifi-2020.4.5.1/lib/python3.7/site-packages (from minio==5.0.10) (2020.4.5.1)
  Requirement already satisfied: pytz in /nix/store/0299p4ahg3hwacs06nlbgzm8ahw81rfv-python3.7-pytz-2019.3/lib/python3.7/site-packages (from minio==5.0.10) (2019.3)
  ERROR: Could not find a version that satisfies the requirement configparser (from minio==5.0.10) (from versions: none)
  ERROR: No matching distribution found for configparser (from minio==5.0.10)
builder for '/nix/store/yizfxbynchbrb01v1ra7c6y2pfwh0c8l-python3.7-recommonmark-0.6.0.drv' failed with exit code 1; last 10 log lines:
    /build/source/recommonmark/parser.py:75: UserWarning: Container node skipped: type=document
      warn("Container node skipped: type={0}".format(mdnode.t))

-- Docs: https://docs.pytest.org/en/latest/warnings.html
=========================== short test summary info ============================
FAILED tests/test_sphinx.py::GenericTests::test_code - AssertionError: '<pre>...
FAILED tests/test_sphinx.py::GenericTests::test_headings - AssertionError: '<...
FAILED tests/test_sphinx.py::GenericTests::test_image - AssertionError: '<p><...
FAILED tests/test_sphinx.py::GenericTests::test_links - AssertionError: 'This...
=========== 4 failed, 19 passed, 5 deselected, 19 warnings in 15.01s ===========
cannot build derivation '/nix/store/rgb40b2fh61xwpsm8gk5jlx2af1prpi3-python3.7-kubernetes-10.0.1.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/2c5v326mrw6rap8c742d920a5rirk64w-patroni-1.6.5.drv': 1 dependencies couldn't be built
builder for '/nix/store/czpk6r8j4sgwwprjmlbfwaarvfqc5m5g-python3.7-tensorflow-2.1.0.drv' failed with exit code 1; last 10 log lines:
/build
no configure script, doing nothing
building
no Makefile, doing nothing
installing
Executing pipInstallPhase
/build/dist /build
Processing ./tensorflow_cpu-2.1.0-cp37-cp37m-manylinux2010_x86_64.whl
ERROR: Could not find a version that satisfies the requirement gast==0.3.2 (from tensorflow-cpu==2.1.0) (from versions: none)
ERROR: No matching distribution found for gast==0.3.2 (from tensorflow-cpu==2.1.0)
cannot build derivation '/nix/store/475ap7808y41lb6a2ffq257d03k6f1yr-python3.7-rl-coach-1.0.1.drv': 2 dependencies couldn't be built
builder for '/nix/store/n234my7148xjfxdbmvjd9rjak718fzs1-python3.8-recommonmark-0.6.0.drv' failed with exit code 1; last 10 log lines:
/build/source/recommonmark/parser.py:75: UserWarning: Container node skipped: type=document
warn("Container node skipped: type={0}".format(mdnode.t))

-- Docs: https://docs.pytest.org/en/latest/warnings.html
=========================== short test summary info ============================
FAILED tests/test_sphinx.py::GenericTests::test_code - AssertionError: '<pre>...
FAILED tests/test_sphinx.py::GenericTests::test_headings - AssertionError: '<...
FAILED tests/test_sphinx.py::GenericTests::test_image - AssertionError: '<p><...
FAILED tests/test_sphinx.py::GenericTests::test_links - AssertionError: 'This...
=========== 4 failed, 19 passed, 5 deselected, 19 warnings in 11.81s ===========
cannot build derivation '/nix/store/pimz2qm6a73c7gaajl128c0zal70iss9-python3.8-kubernetes-10.0.1.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/h8pfgmbkijbbyf3kq00xhda3jfsyimyf-env.drv': 6 dependencies couldn't be built
[108 built (5 failed), 1344 copied (5260.3 MiB), 1184.2 MiB DL]
error: build of '/nix/store/h8pfgmbkijbbyf3kq00xhda3jfsyimyf-env.drv' failed
6 packages failed to build:
patroni python27Packages.tensorflow-bin_2 python37Packages.kubernetes python37Packages.rl-coach python37Packages.tensorflow-bin_2 python38Packages.kubernetes

105 packages built:
beancount deja-dup duplicity duply dvc-with-remotes fava gcalcli lieer kmymoney python27Packages.google-auth-httplib2 python27Packages.google-auth-oauthlib python27Packages.google_auth python27Packages.google_cloud_testutils python27Packages.kubernetes python27Packages.tensorflow-tensorboard_2 python37Packages.cirq 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_automl python37Packages.google_cloud_bigquery python37Packages.google_cloud_bigquery_datatransfer python37Packages.google_cloud_bigtable python37Packages.google_cloud_container python37Packages.google_cloud_core python37Packages.google_cloud_dataproc python37Packages.google_cloud_datastore python37Packages.google_cloud_dlp python37Packages.google_cloud_dns python37Packages.google_cloud_error_reporting python37Packages.google_cloud_firestore python37Packages.google_cloud_iot python37Packages.google_cloud_kms python37Packages.google_cloud_language python37Packages.google_cloud_logging python37Packages.google_cloud_monitoring python37Packages.google_cloud_pubsub python37Packages.google_cloud_redis python37Packages.google_cloud_resource_manager python37Packages.google_cloud_runtimeconfig python37Packages.google_cloud_securitycenter python37Packages.google_cloud_spanner python37Packages.google_cloud_speech python37Packages.google_cloud_storage python37Packages.google_cloud_tasks python37Packages.google_cloud_testutils python37Packages.google_cloud_texttospeech python37Packages.google_cloud_trace python37Packages.google_cloud_translate python37Packages.google_cloud_videointelligence python37Packages.google_cloud_vision python37Packages.google_cloud_websecurityscanner python37Packages.pydrive python37Packages.tensorflow-tensorboard_2 python37Packages.weboob python38Packages.beancount python38Packages.cirq 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_automl python38Packages.google_cloud_bigquery python38Packages.google_cloud_bigquery_datatransfer python38Packages.google_cloud_bigtable python38Packages.google_cloud_container python38Packages.google_cloud_core python38Packages.google_cloud_dataproc python38Packages.google_cloud_datastore python38Packages.google_cloud_dlp python38Packages.google_cloud_dns python38Packages.google_cloud_error_reporting python38Packages.google_cloud_firestore python38Packages.google_cloud_iot python38Packages.google_cloud_kms python38Packages.google_cloud_language python38Packages.google_cloud_logging python38Packages.google_cloud_monitoring python38Packages.google_cloud_pubsub python38Packages.google_cloud_redis python38Packages.google_cloud_resource_manager python38Packages.google_cloud_runtimeconfig python38Packages.google_cloud_securitycenter python38Packages.google_cloud_spanner python38Packages.google_cloud_speech python38Packages.google_cloud_storage python38Packages.google_cloud_tasks python38Packages.google_cloud_testutils python38Packages.google_cloud_texttospeech python38Packages.google_cloud_trace python38Packages.google_cloud_translate python38Packages.google_cloud_videointelligence python38Packages.google_cloud_vision python38Packages.google_cloud_websecurityscanner python38Packages.pydrive python38Packages.tensorflow-tensorboard_2 python38Packages.weboob s3ql

@primeos primeos merged commit 5e60482 into NixOS:master Jun 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant