Skip to content

Releases: falconry/python-mimeparse

v2.0.0

25 Aug 13:40
3dc9383
Compare
Choose a tag to compare

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

23 Aug 13:07
Compare
Choose a tag to compare
v2.0.0rc1 Pre-release
Pre-release

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

16 Oct 22:56
Compare
Choose a tag to compare

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

10 Oct 14:05
Compare
Choose a tag to compare

Released as a universal wheel

v1.5.4

10 Oct 14:01
Compare
Choose a tag to compare

Minor cleanup

1.5.3

28 Sep 22:32
Compare
Choose a tag to compare
v1.5.3

Release v1.5.2

22 May 23:48
Compare
Choose a tag to compare
Merge pull request #16 from scop/q

q value handling improvements