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

python36Packages.google_api_core: 1.5.0 -> 1.5.2 #50640

Merged
merged 1 commit into from Nov 18, 2018

Conversation

r-ryantm
Copy link
Contributor

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.6-google-api-core/versions.

meta.description for python36Packages.google_api_core is: '"This library is not meant to stand-alone. Instead it defines common helpers used by all Google API clients."'.

Checks done (click to expand)
Rebuild report (click to expand)

24 total rebuild path(s)

6 package rebuild(s)

6 x86_64-linux rebuild(s)
6 i686-linux rebuild(s)
6 x86_64-darwin rebuild(s)
6 aarch64-linux rebuild(s)

First fifty rebuilds by attrpath
python27Packages.google_api_core
python27Packages.google_cloud_core
python27Packages.google_cloud_speech
python36Packages.google_api_core
python36Packages.google_cloud_core
python36Packages.google_cloud_speech

Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/7fpxxam3wnmwnb0g1scrn5d6w97d5110-python3.6-google-api-core-1.5.2 \
  --option binary-caches 'https://cache.nixos.org/ https://r-ryantm.cachix.org/' \
  --option trusted-public-keys '
  r-ryantm.cachix.org-1:gkUbLkouDAyvBdpBX0JOdIiD2/DP1ldF3Z3Y6Gqcc4c=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(r-ryantm's Cachix cache is only trusted for this store-path realization.)

Or, build yourself:

nix-build -A python36Packages.google_api_core https://github.com/r-ryantm/nixpkgs/archive/39b0773e959987471c0735fc152b81ce83c14883.tar.gz

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/7fpxxam3wnmwnb0g1scrn5d6w97d5110-python3.6-google-api-core-1.5.2
ls -la /nix/store/7fpxxam3wnmwnb0g1scrn5d6w97d5110-python3.6-google-api-core-1.5.2/bin

cc @vanschelven for testing.

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: python36Packages.google_api_core

Partial log (click to expand)

tests/unit/future/test_polling.py .........                              [ 92%]
tests/unit/gapic/test_client_info.py .....                               [ 93%]
tests/unit/gapic/test_config.py .                                        [ 94%]
tests/unit/gapic/test_method.py ..........                               [ 97%]
tests/unit/gapic/test_routing_header.py ...                              [ 98%]
tests/unit/operations_v1/test_operations_client.py ....                  [100%]

==================== 289 passed, 1 skipped in 16.87 seconds ====================
pytestcachePhase
/nix/store/0yw06mql5rfa6zj50v60r81k4gbsmlps-python3.6-google-api-core-1.5.2

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: python36Packages.google_api_core

Partial log (click to expand)

tests/unit/future/test_polling.py .........                              [ 92%]
tests/unit/gapic/test_client_info.py .....                               [ 93%]
tests/unit/gapic/test_config.py .                                        [ 94%]
tests/unit/gapic/test_method.py ..........                               [ 97%]
tests/unit/gapic/test_routing_header.py ...                              [ 98%]
tests/unit/operations_v1/test_operations_client.py ....                  [100%]

==================== 289 passed, 1 skipped in 15.59 seconds ====================
pytestcachePhase
/nix/store/mmi0krwxmmzxz0ddi7q7hssr243rm8bs-python3.6-google-api-core-1.5.2

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: python36Packages.google_api_core

Partial log (click to expand)

tests/unit/future/test_polling.py .........                              [ 92%]
tests/unit/gapic/test_client_info.py .....                               [ 93%]
tests/unit/gapic/test_config.py .                                        [ 94%]
tests/unit/gapic/test_method.py ..........                               [ 97%]
tests/unit/gapic/test_routing_header.py ...                              [ 98%]
tests/unit/operations_v1/test_operations_client.py ....                  [100%]

==================== 289 passed, 1 skipped in 17.08 seconds ====================
pytestcachePhase
/nix/store/7fpxxam3wnmwnb0g1scrn5d6w97d5110-python3.6-google-api-core-1.5.2

@c0bw3b
Copy link
Contributor

c0bw3b commented Nov 18, 2018

@GrahamcOfBorg build python36Packages.google_cloud_core python36Packages.google_cloud_speech

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: python36Packages.google_cloud_core, python36Packages.google_cloud_speech

Partial log (click to expand)


tests/unit/test_iam.py::TestPolicy::test_viewers_setter
  /nix/store/lkk4gh12y54srmplrkmxmwndhpazhw9q-python3.6-google-cloud-core-0.28.1/lib/python3.6/site-packages/google/cloud/iam.py:127: DeprecationWarning: Assigning to 'viewers' is deprecated.  Replace with 'policy[roles/viewer] = members.
    DeprecationWarning)

-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 156 passed, 3 warnings in 1.92 seconds ====================
pytestcachePhase
/nix/store/lkk4gh12y54srmplrkmxmwndhpazhw9q-python3.6-google-cloud-core-0.28.1
/nix/store/954n6r8fb15xgk0xx7f942zyzb21bv0r-python3.6-google-cloud-speech-0.36.0

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: python36Packages.google_cloud_core, python36Packages.google_cloud_speech

Partial log (click to expand)


tests/unit/test_iam.py::TestPolicy::test_viewers_setter
  /nix/store/4csls2qb74pgaplrbgp3s551yz77rrsy-python3.6-google-cloud-core-0.28.1/lib/python3.6/site-packages/google/cloud/iam.py:127: DeprecationWarning: Assigning to 'viewers' is deprecated.  Replace with 'policy[roles/viewer] = members.
    DeprecationWarning)

-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 156 passed, 3 warnings in 3.42 seconds ====================
pytestcachePhase
/nix/store/4csls2qb74pgaplrbgp3s551yz77rrsy-python3.6-google-cloud-core-0.28.1
/nix/store/byfbvpx80v5lcir7nn8591asc2c3h7qp-python3.6-google-cloud-speech-0.36.0

@c0bw3b c0bw3b merged commit 98cf5f4 into NixOS:master Nov 18, 2018
@r-ryantm r-ryantm deleted the auto-update/python3.6-google-api-core branch December 8, 2018 22:27
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

3 participants