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

mypy: 0.780 -> 0.782 #92354

Merged
merged 1 commit into from Jul 5, 2020
Merged

mypy: 0.780 -> 0.782 #92354

merged 1 commit into from Jul 5, 2020

Conversation

r-ryantm
Copy link
Contributor

@r-ryantm r-ryantm commented Jul 5, 2020

Semi-automatic update generated by nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mypy/versions.

meta.description for mypy is: "Optional static typing for Python"

meta.homepage for mypy is: "http://www.mypy-lang.org"

meta.changelog for mypy is: ""

Updates performed
  • Version update
To inspect upstream changes
Impact
Checks done (click to expand)

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

23 package rebuild(s)

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


First fifty rebuilds by attrpath
hydra-check
mypy
nix-pin
python37Packages.algebraic-data-types
python37Packages.hydra-check
python37Packages.ics
python37Packages.mypy
python37Packages.pyls-mypy
python37Packages.pynamodb
python37Packages.pytest-mypy
python37Packages.tatsu
python38Packages.algebraic-data-types
python38Packages.hydra-check
python38Packages.ics
python38Packages.mypy
python38Packages.pyls-mypy
python38Packages.pynamodb
python38Packages.pytest-mypy
python38Packages.tatsu
tests.nixos-functions.nixosTest-test
thonny
ulauncher
zfs-replicate
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/brsv9nwl0nkl4icjkzrq2d258cka1dzx-python3.8-mypy-0.782 \
  --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.)
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 mypy https://github.com/r-ryantm/nixpkgs/archive/c073d5077f2c80db5e8597699a920107e91b4a49.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/brsv9nwl0nkl4icjkzrq2d258cka1dzx-python3.8-mypy-0.782
ls -la /nix/store/brsv9nwl0nkl4icjkzrq2d258cka1dzx-python3.8-mypy-0.782/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.

Result of nixpkgs-review 1

1 package failed to build:
- zfs-replicate
19 packages built:
- hydra-check (python38Packages.hydra-check)
- mypy (python38Packages.mypy)
- nix-pin
- python37Packages.algebraic-data-types
- python37Packages.hydra-check
- python37Packages.ics
- python37Packages.mypy
- python37Packages.pyls-mypy
- python37Packages.pynamodb
- python37Packages.pytest-mypy
- python37Packages.tatsu
- python38Packages.algebraic-data-types
- python38Packages.ics
- python38Packages.pyls-mypy
- python38Packages.pynamodb
- python38Packages.pytest-mypy
- python38Packages.tatsu
- thonny
- ulauncher

Maintainer pings

cc @martingms @LnL7 for testing.

@bhipple
Copy link
Contributor

bhipple commented Jul 5, 2020

zfs-replicate is also failing on master

$ hydra zfs-replicate                                                 
********************************************************************************
Unstable:
Build Status for nixpkgs.zfs-replicate.x86_64-linux on unstable
✖ (Failed) zfs-replicate-1.1.14 from 2020-06-26 - https://hydra.nixos.org/build/123239553

Last Builds:
✖ (Failed) zfs-replicate-1.1.14 from 2020-06-20 - https://hydra.nixos.org/build/122659639
✖ (Failed) zfs-replicate-1.1.14 from 2020-06-19 - https://hydra.nixos.org/build/122617130
✖ (Failed) zfs-replicate-1.1.14 from 2020-06-16 - https://hydra.nixos.org/build/122270327
✖ (Failed) zfs-replicate-1.1.14 from 2020-06-11 - https://hydra.nixos.org/build/122060284
✖ (Failed) zfs-replicate-1.1.14 from 2020-06-03 - https://hydra.nixos.org/build/120821203
✔ zfs-replicate-1.1.14 from 2020-05-12 - https://hydra.nixos.org/build/119099638
✔ zfs-replicate-1.1.14 from 2020-05-06 - https://hydra.nixos.org/build/118348726
✔ zfs-replicate-1.1.14 from 2020-04-28 - https://hydra.nixos.org/build/117847378
✔ zfs-replicate-1.1.14 from 2020-04-23 - https://hydra.nixos.org/build/117366734
********************************************************************************
Release 20.03:
Build Status for nixpkgs.zfs-replicate.x86_64-linux on 20.03
✔ zfs-replicate-1.1.14 from 2020-06-28 - https://hydra.nixos.org/build/123283264

@bhipple bhipple merged commit ceab37f into NixOS:master Jul 5, 2020
@typetetris
Copy link
Contributor

@bhipple Sorry to bother you here. Where does this hydra command you used here come from?

@bhipple
Copy link
Contributor

bhipple commented Jul 5, 2020

No worries, always happy to help level up tooling!

It's a small personal wrapper around hydra-check.

@r-ryantm r-ryantm deleted the auto-update/mypy branch July 8, 2020 01:38
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