forked from spack/spack
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Merge py-pandas, py-awscrt, texinfo, and ectrans bug fixes from release/1.5.1 (with mods from spack develop) #346
Merged
climbfuji
merged 17 commits into
JCSDA:jcsda_emc_spack_stack
from
climbfuji:feature/merge_openpyxl_etc_from_release_151
Oct 18, 2023
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
…into feature/merge_openpyxl_etc_from_release_151
6 tasks
climbfuji
requested review from
AlexanderRichert-NOAA,
srherbener,
ulmononian and
natalie-perlin
October 17, 2023 01:26
…into feature/merge_openpyxl_etc_from_release_151
srherbener
approved these changes
Oct 18, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for bringing these in to the jcsda_emc_spack_stack (development) branch!
AlexanderRichert-NOAA
approved these changes
Oct 18, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR cherry-picks bug fixes from the
release/1.5.1
branch (PRs #342 and #339). On top of these are rather extensive changes for thepy-pandas/py-openpyxl
bug fix that come from spackdevelop
.(Background: I created PRs for spack
develop
based on the commits forrelease/1.5.1
, these received feedback and got updated - improved! - rather significantly: spack#40469, spack#40470, spack#40472). I pulled in the original commits forrelease/1.5.1
first, then added the spack develop PRs on top (cherry-picking made sure there were no merge conflicts), and that's what you are seeing here.Issue(s) addressed
All issues were resolved when merging the updates into
release/1.5.1
, this is just bringing the improved and spack-sanctioned versions intojcsda_emc_spack_stack
.The changes in this PR are tested with JCSDA/spack-stack#831
Dependencies
n/a
Impact
n/a
Checklist
I have made corresponding changes to the documentation