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

application/x-hdf5 mime type missing from mimetypes library #84806

Closed
schwabm mannequin opened this issue May 14, 2020 · 4 comments
Closed

application/x-hdf5 mime type missing from mimetypes library #84806

schwabm mannequin opened this issue May 14, 2020 · 4 comments
Labels
3.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes extension-modules C modules in the Modules dir type-feature A feature request or enhancement

Comments

@schwabm
Copy link
Mannequin

schwabm mannequin commented May 14, 2020

BPO 40626
Nosy @akuchling, @miss-islington, @schwabm
PRs
  • bpo-40626: Support HDF5 in mimetypes #20042
  • [3.8] bpo-40626: Support HDF5 in mimetypes (GH-20042) #20818
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2020-06-11.19:37:25.554>
    created_at = <Date 2020-05-14.14:47:06.189>
    labels = ['extension-modules', '3.8', 'type-feature', '3.7', '3.9']
    title = 'application/x-hdf5 mime type missing from mimetypes library'
    updated_at = <Date 2020-06-11.19:37:25.554>
    user = 'https://github.com/schwabm'

    bugs.python.org fields:

    activity = <Date 2020-06-11.19:37:25.554>
    actor = 'akuchling'
    assignee = 'none'
    closed = True
    closed_date = <Date 2020-06-11.19:37:25.554>
    closer = 'akuchling'
    components = ['Extension Modules']
    creation = <Date 2020-05-14.14:47:06.189>
    creator = 'schwabm'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 40626
    keywords = ['patch']
    message_count = 4.0
    messages = ['368843', '371320', '371321', '371322']
    nosy_count = 3.0
    nosy_names = ['akuchling', 'miss-islington', 'schwabm']
    pr_nums = ['20042', '20818']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue40626'
    versions = ['Python 3.5', 'Python 3.6', 'Python 3.7', 'Python 3.8', 'Python 3.9']

    @schwabm
    Copy link
    Mannequin Author

    schwabm mannequin commented May 14, 2020

    The HDF data group relased HDF5 many years ago, it is a common data type for many science files.

    Their recommendation for file extension is '.h5', and mimetype 'application/x-hdf5'.

    See 'Recommendations' section for mime types from the HDF group here: https://www.hdfgroup.org/2018/06/citations-for-hdf-data-and-software/

    Update mimetypes.py bpo-20042

    @schwabm schwabm mannequin added 3.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes extension-modules C modules in the Modules dir type-feature A feature request or enhancement labels May 14, 2020
    @akuchling
    Copy link
    Member

    New changeset 60c2a81 by MARK SCHWAB in branch 'master':
    bpo-40626: Support HDF5 in mimetypes (GH-20042)
    60c2a81

    @miss-islington
    Copy link
    Contributor

    New changeset a3d6d23 by Miss Islington (bot) in branch '3.8':
    bpo-40626: Support HDF5 in mimetypes (GH-20042)
    a3d6d23

    @akuchling
    Copy link
    Member

    MIME type added to master and 3.8 branches. Thanks for your patch!

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes extension-modules C modules in the Modules dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants