-
-
Notifications
You must be signed in to change notification settings - Fork 32k
bpo-40626: Support HDF5 in mimetypes #20042
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
Conversation
Could you update the types to include the newer version of hdf... hdf5 with .h5 file extension? See 'Recommendations' section for mime types from the HDF group here: https://www.hdfgroup.org/2018/06/citations-for-hdf-data-and-software/
Hello, and thanks for your contribution! I'm a bot set up to make sure that the project can legally accept this contribution by verifying everyone involved has signed the PSF contributor agreement (CLA). CLA MissingOur records indicate the following people have not signed the CLA: For legal reasons we need all the people listed to sign the CLA before we can look at your contribution. Please follow the steps outlined in the CPython devguide to rectify this issue. If you have recently signed the CLA, please wait at least one business day You can check yourself to see if the CLA has been received. Thanks again for the contribution, we look forward to reviewing it! |
This would require an issue in https://bugs.python.org . |
created an issue. |
Any idea if or when this might finish review and be merged? |
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.
Hi @schwbm, the change looks correct, thanks for your contribution!
Can you change the title of this Pull Request to "bpo-40626: Support HDF5 in mimetypes"?
A core developer will review your PR and will either merge it or ask for some changes. This can take some time as there is a lot of work going on in Python but they will get there. There is not need for merging quickly anyway, it only needs to be done before the next release of Python.
This change will also require a NEWS entry (https://devguide.python.org/committing/#what-s-new-and-news-entries), you can add one by using https://blurb-it.herokuapp.com/ |
I’ve updated the title and posted a news blurb.
Thanks!
From: Rémi Lapeyre <[email protected]>
Reply-To: python/cpython <[email protected]>
Date: Monday, May 18, 2020 at 11:22 AM
To: python/cpython <[email protected]>
Cc: "[email protected]" <[email protected]>, Mention <[email protected]>
Subject: Re: [python/cpython] Update mimetypes.py (#20042)
@remilapeyre requested changes on this pull request.
Hi @schwbm, the change looks correct, thanks for your contribution!
Can you change the title of this Pull Request to "[bpo-40626](https://bugs.python.org/issue40626)<https://bugs.python.org/issue40626>: Support HDF5 in mimetypes"?
A core developer will review your PR and will either merge it or ask for some changes. This can take some time as there is a lot of work going on in Python but they will get there. There is not need for merging quickly anyway, it only needs to be done before the next release of Python.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#20042 (review)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AHZ2PRUM3N36XARKCZMS7ULRSFVGXANCNFSM4M6KQ74Q>.
|
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 making the changes!
Misc/NEWS.d/next/Library/2020-05-18-17-29-30.bpo-40626.NeZufF.rst
Outdated
Show resolved
Hide resolved
Co-authored-by: Rémi Lapeyre <[email protected]>
Thanks @schwabm for the PR, and @akuchling for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8. |
GH-20818 is a backport of this pull request to the 3.8 branch. |
Add hdf5 with .h5 file extension See 'Recommendations' section for mime types from the HDF group: https://www.hdfgroup.org/2018/06/citations-for-hdf-data-and-software/ Patch by Mark Schwab. (cherry picked from commit 60c2a81) Co-authored-by: MARK SCHWAB <[email protected]>
Add hdf5 with .h5 file extension See 'Recommendations' section for mime types from the HDF group: https://www.hdfgroup.org/2018/06/citations-for-hdf-data-and-software/ Patch by Mark Schwab. (cherry picked from commit 60c2a81) Co-authored-by: MARK SCHWAB <[email protected]>
Add hdf5 with .h5 file extension See 'Recommendations' section for mime types from the HDF group: https://www.hdfgroup.org/2018/06/citations-for-hdf-data-and-software/ Patch by Mark Schwab.
Could you update the types to include the newer version of hdf... hdf5 with .h5 file extension?
See 'Recommendations' section for mime types from the HDF group here: https://www.hdfgroup.org/2018/06/citations-for-hdf-data-and-software/
https://bugs.python.org/issue40626