Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-10-12 | checksums: use sha256 checksums everywhere | Todd Gamblin | 1 | -1/+1 | |
We'd like to use a consistent checksum scheme everywhere so that we can: a) incorporate archive checksums into our specs and have a consistent hashing algorithm across all specs. b) index mirrors with a consistent type of checksum, and not one that is dependent on how spack packages are written. - [x] convert existing md5, sha224, sha512, sha1 checksums to sha256 | |||||
2019-01-01 | copyright: update license headers for 2013-2019 copyright. | Todd Gamblin | 1 | -1/+1 | |
2018-11-24 | py-geopandas: New package. (#9919) | Neil Flood | 1 | -0/+19 | |
* py-geopandas: New package, including packages for its dependencies * Trailing whitespace removed, etc * One more trailing whitespace * Removed some extraneous dependencies. No idea why I thought I needed them, but it now builds fine without them. * Added a variant +plotting, to include the dependencies required for plotting, as these are large-ish if not being used. * Added explicit dependency on py-matplotlib |