Releases: falconry/python-mimeparse
v2.0.0
Python-MimeParse v2.0
It has been a long time coming since the last release; the project has even been transferred to a different maintainer team during this period.
python-mimeparse
brings support for CPython 3.13 (by addressing the removal of the cgi
module), and drops support for Python 3.7. Also included are packaging, tooling, and CI improvements. python-mimeparse
is otherwise a stable and mature project that hopefully does not need much active development.
You can install the new release from PyPI:
pip install python-mimeparse==2.0.0
Please open an issue if you run into any problems!
v2.0.0rc1
Python-MimeParse v2.0 (release candidate)
It has been a long time coming since the last release; the project has even been transferred to a different maintainer team during this period.
python-mimeparse
brings support for CPython 3.13 (by addressing the removal of the cgi
module), and drops support for Python 3.7. Also included are packaging, tooling, and CI improvements. python-mimeparse
is otherwise a stable and mature project that hopefully does not need much active development.
Try this release candidate out from PyPI:
pip install python-mimeparse==2.0.0rc1
Please open an issue if you run into any problems before the final release!
v1.6.0
Acceptable types can now specify their quality, meaning that if e.g. your resource offers application/json;q=1.0 and text/html;q=0.9, requesting / will return application/json.
v1.5.5
Released as a universal wheel
v1.5.4
Minor cleanup
1.5.3
v1.5.3
Release v1.5.2
Merge pull request #16 from scop/q q value handling improvements