Skip to content

python38Packages.google-resumable-media: 2.0.1 -> 2.0.2#137074

Merged
SuperSandro2000 merged 1 commit intoNixOS:masterfrom
r-ryantm:auto-update/python3.8-google-resumable-media
Sep 8, 2021
Merged

python38Packages.google-resumable-media: 2.0.1 -> 2.0.2#137074
SuperSandro2000 merged 1 commit intoNixOS:masterfrom
r-ryantm:auto-update/python3.8-google-resumable-media

Conversation

@r-ryantm
Copy link
Contributor

@r-ryantm r-ryantm commented Sep 8, 2021

Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.

meta.description for python38Packages.google-resumable-media is: "Utilities for Google Media Downloads and Resumable Uploads"

meta.homepage for python38Packages.google-resumable-media is: "https://github.com/GoogleCloudPlatform/google-resumable-media-python"

meta.changelog for python38Packages.google-resumable-media is: ""

Updates performed
  • Ran passthru.UpdateScript
To inspect upstream changes
Impact
Checks done (click to expand)

Rebuild report (if merged into master) (click to expand)
88 total rebuild path(s)

22 package rebuild(s)

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


First fifty rebuilds by attrpath
dvc-with-remotes
python38Packages.gensim
python38Packages.google-cloud-automl
python38Packages.google-cloud-bigquery
python38Packages.google-cloud-storage
python38Packages.google-resumable-media
python38Packages.pathy
python38Packages.smart-open
python38Packages.spacy
python38Packages.spacy-transformers
python38Packages.textacy
python39Packages.gensim
python39Packages.google-cloud-automl
python39Packages.google-cloud-bigquery
python39Packages.google-cloud-storage
python39Packages.google-resumable-media
python39Packages.pathy
python39Packages.smart-open
python39Packages.spacy
python39Packages.spacy-transformers
python39Packages.textacy
snakemake
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/g9zx8frj60dsh63mi1k17bi49d2zrhf3-python3.8-google-resumable-media-2.0.2 \
  --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \
  --option trusted-public-keys '
  nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The Cachix cache is only trusted for this store-path realization.)
For the Cachix download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A python38Packages.google-resumable-media https://github.com/r-ryantm/nixpkgs/archive/377848dc23514878d90b55752fa3c9fb8eff5a68.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/g9zx8frj60dsh63mi1k17bi49d2zrhf3-python3.8-google-resumable-media-2.0.2
ls -la /nix/store/g9zx8frj60dsh63mi1k17bi49d2zrhf3-python3.8-google-resumable-media-2.0.2/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

nixpkgs-review took longer than 45m and timed out


Maintainer pings

cc @SuperSandro2000 for testing.

@github-actions github-actions bot added the 6.topic: python Python is a high-level, general-purpose programming language. label Sep 8, 2021
@ofborg ofborg bot requested a review from SuperSandro2000 September 8, 2021 07:04
@ofborg ofborg bot added 10.rebuild-darwin: 11-100 This PR causes between 11 and 100 packages to rebuild on Darwin. 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux. labels Sep 8, 2021
@r-rmcgibbo
Copy link

r-rmcgibbo commented Sep 8, 2021

Result of nixpkgs-review pr 137074 at 377848d run on aarch64-linux 1

6 packages marked as broken and skipped:
  • python38Packages.spacy
  • python38Packages.spacy-transformers
  • python38Packages.textacy
  • python39Packages.spacy
  • python39Packages.spacy-transformers
  • python39Packages.textacy
16 packages built successfully:
  • dvc-with-remotes
  • python38Packages.gensim
  • python38Packages.google-cloud-automl
  • python38Packages.google-cloud-bigquery
  • python38Packages.google-cloud-storage
  • python38Packages.google-resumable-media
  • python38Packages.pathy
  • python38Packages.smart-open
  • python39Packages.gensim
  • python39Packages.google-cloud-automl
  • python39Packages.google-cloud-bigquery
  • python39Packages.google-cloud-storage
  • python39Packages.google-resumable-media
  • python39Packages.pathy
  • python39Packages.smart-open
  • snakemake
2 suggestions:
  • warning: duplicate-check-inputs

    Dependencies listed in propagatedBuildInputs should not be repeated in checkInputs.

    Detected duplicates:

    • python3.8-google-auth-2.0.1

    Near pkgs/development/python-modules/google-resumable-media/default.nix:24:3:

       |
    24 |   checkInputs = [ google-auth google-cloud-testutils mock pytestCheckHook pytest-asyncio ];
       |   ^
    

    Near pkgs/development/python-modules/google-resumable-media/default.nix:22:3:

       |
    22 |   propagatedBuildInputs = [ google-auth google-crc32c requests ];
       |   ^
    
  • warning: duplicate-check-inputs

    Dependencies listed in propagatedBuildInputs should not be repeated in checkInputs.

    Detected duplicates:

    • python3.9-google-auth-2.0.1

    Near pkgs/development/python-modules/google-resumable-media/default.nix:24:3:

       |
    24 |   checkInputs = [ google-auth google-cloud-testutils mock pytestCheckHook pytest-asyncio ];
       |   ^
    

    Near pkgs/development/python-modules/google-resumable-media/default.nix:22:3:

       |
    22 |   propagatedBuildInputs = [ google-auth google-crc32c requests ];
       |   ^
    

Result of nixpkgs-review pr 137074 at 377848d run on x86_64-linux 1

5 packages failed to build:
2 packages skipped due to time constraints:
  • python38Packages.google-cloud-bigquery
  • python38Packages.spacy-transformers
15 packages built successfully:
  • dvc-with-remotes
  • python38Packages.gensim
  • python38Packages.google-cloud-automl
  • python38Packages.google-cloud-storage
  • python38Packages.google-resumable-media
  • python38Packages.pathy
  • python38Packages.smart-open
  • python39Packages.gensim
  • python39Packages.google-cloud-automl
  • python39Packages.google-cloud-bigquery
  • python39Packages.google-cloud-storage
  • python39Packages.google-resumable-media
  • python39Packages.pathy
  • python39Packages.smart-open
  • snakemake
2 suggestions:
  • warning: duplicate-check-inputs

    Dependencies listed in propagatedBuildInputs should not be repeated in checkInputs.

    Detected duplicates:

    • python3.9-google-auth-2.0.1

    Near pkgs/development/python-modules/google-resumable-media/default.nix:24:3:

       |
    24 |   checkInputs = [ google-auth google-cloud-testutils mock pytestCheckHook pytest-asyncio ];
       |   ^
    

    Near pkgs/development/python-modules/google-resumable-media/default.nix:22:3:

       |
    22 |   propagatedBuildInputs = [ google-auth google-crc32c requests ];
       |   ^
    
  • warning: duplicate-check-inputs

    Dependencies listed in propagatedBuildInputs should not be repeated in checkInputs.

    Detected duplicates:

    • python3.8-google-auth-2.0.1

    Near pkgs/development/python-modules/google-resumable-media/default.nix:24:3:

       |
    24 |   checkInputs = [ google-auth google-cloud-testutils mock pytestCheckHook pytest-asyncio ];
       |   ^
    

    Near pkgs/development/python-modules/google-resumable-media/default.nix:22:3:

       |
    22 |   propagatedBuildInputs = [ google-auth google-crc32c requests ];
       |   ^
    

Note that build failures may predate this PR, and could be nondeterministic or hardware dependent.
Please exercise your independent judgement. Does something look off? Please file an issue or reach out on IRC.

@SuperSandro2000 SuperSandro2000 merged commit c7639c1 into NixOS:master Sep 8, 2021
@r-ryantm r-ryantm deleted the auto-update/python3.8-google-resumable-media branch September 9, 2021 00:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.topic: python Python is a high-level, general-purpose programming language. 10.rebuild-darwin: 11-100 This PR causes between 11 and 100 packages to rebuild on Darwin. 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants