Skip to content

spack checksum: black compliance#31851

Merged
alalazo merged 1 commit intospack:developfrom
adamjstewart:fixes/checksum
Aug 2, 2022
Merged

spack checksum: black compliance#31851
alalazo merged 1 commit intospack:developfrom
adamjstewart:fixes/checksum

Conversation

@adamjstewart
Copy link
Copy Markdown
Member

@tgamblin

Before

$ spack checksum py-flake8
...
    version('5.0.2', sha256='9cc32bc0c5d16eacc014c7ec6f0e9565fd81df66c2092c3c9df06e3c1ac95e5d')
    version('5.0.1', sha256='9c51d3d1426379fd444d3b79eabbeb887849368bd053039066439523d8486961')
    version('5.0.0', sha256='503b06b6795189e55298a70b695b1eb4f6b8d479fae81352fc97c72ca242509e')

After

$ spack checksum py-flake8
...
    version("5.0.2", sha256="9cc32bc0c5d16eacc014c7ec6f0e9565fd81df66c2092c3c9df06e3c1ac95e5d")
    version("5.0.1", sha256="9c51d3d1426379fd444d3b79eabbeb887849368bd053039066439523d8486961")
    version("5.0.0", sha256="503b06b6795189e55298a70b695b1eb4f6b8d479fae81352fc97c72ca242509e")

@spackbot-app spackbot-app bot added core PR affects Spack core functionality stage labels Aug 1, 2022
@alalazo alalazo merged commit 1a61252 into spack:develop Aug 2, 2022
@adamjstewart adamjstewart deleted the fixes/checksum branch August 2, 2022 05:34
mmichaux pushed a commit to mmichaux/spack that referenced this pull request Aug 2, 2022
bhatiaharsh pushed a commit to bhatiaharsh/spack that referenced this pull request Aug 8, 2022
marcost2 pushed a commit to marcost2/spack that referenced this pull request Aug 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core PR affects Spack core functionality stage

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants