Skip to content

Releases: falconry/python-mimeparse

v2.0.0

Choose a tag to compare

@vytas7 vytas7 released this 25 Aug 13:40
3dc9383

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

v2.0.0rc1 Pre-release
Pre-release

Choose a tag to compare

@vytas7 vytas7 released this 23 Aug 13:07

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

Choose a tag to compare

@wojcikstefan wojcikstefan released this 16 Oct 22:56

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

Choose a tag to compare

@wojcikstefan wojcikstefan released this 10 Oct 14:05

Released as a universal wheel

v1.5.4

Choose a tag to compare

@wojcikstefan wojcikstefan released this 10 Oct 14:01

Minor cleanup

1.5.3

Choose a tag to compare

@wojcikstefan wojcikstefan released this 28 Sep 22:32
v1.5.3

Release v1.5.2

Choose a tag to compare

@wojcikstefan wojcikstefan released this 22 May 23:48
Merge pull request #16 from scop/q

q value handling improvements