./www/py-python-multipart, Streaming multipart parser for Python

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.0.9, Package name: py311-python-multipart-0.0.9, Maintainer: pkgsrc-users

python-multipart is an Apache2 licensed streaming multipart parser for Python.


Master sites:

Filesize: 30.777 KB

Version history: (Expand)


CVS history: (Expand)


   2024-02-11 16:21:51 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-python-multipart: updated to 0.0.9

0.0.9 (2024-02-10)

Add support for Python 3.12
Drop support for Python 3.7
Add MultipartState(IntEnum)
Add QuerystringState
Add TypedDict callbacks
Add config TypedDicts

0.0.8 (2024-02-09)

Check if Message.get_params return 3-tuple instead of str on parse_options_header
Cleanup unused regex patterns
   2024-02-05 13:57:01 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-python-multipart: updated to 0.0.7

0.0.7
Refactor header option parser to use the standard library instead of a custom RegEx
   2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | Package updated
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation

This follows the recommended bootstrap method (flit_core, build, installer).

However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
   2023-04-17 14:34:40 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-python-multipart: updated to 0.0.6

0.0.6 (2023-02-27)

Migrate package installation to pyproject.toml (PEP 621)
Use yaml.safe_load instead of yaml.load
Add support for Python 3.11, drop EOL 3.6
Add support for Python 3.8-3.10, drop EOL 2.7-3.5
QuerystringParser: don't raise an AttributeError in __repr__
   2022-08-24 10:41:09 by Thomas Klausner | Files touched by this commit (13)
Log message:
*: use py-test-cov from versioned_dependencies
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-11-25 13:11:19 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-python-multipart: use https
   2021-11-25 13:11:03 by Thomas Klausner | Files touched by this commit (4)
Log message:
www/py-python-multipart: import py-python-multipart-0.0.5

python-multipart is an Apache2 licensed streaming multipart parser for Python.