Commit Graph

9 Commits

Author SHA1 Message Date
sthen
c7010de0bd bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:30:15 +00:00
sthen
2206a80000 rename MODPY_PEP517 to MODPY_PYBUILD which is a bit less of a
magic-numbers name and more of a nod at the frontend we're actually
using for the build.
2022-09-13 20:56:17 +00:00
kmos
d8c8cd0442 Shift a couple of my ports to using MODPY_PEP517 2022-09-11 07:10:34 +00:00
naddy
ec14803114 drop RCS Ids 2022-03-11 20:09:36 +00:00
sthen
74e3cc3e92 bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:02:51 +00:00
sthen
e27d4113bb switch some Python ports to py3-only. maintainer oks for the relevant
ports from semarie, kmos, jung, martin, benoit, juanfra. general oks
benoit bket daniel kmos
2021-10-24 09:28:46 +00:00
kmos
2795ba2341 Bump the REVISION on all ports that use the python2 version of
py-setuptools.

Also change the lang/python module to use the new
devel/py2-setuptools for python2 ports

ok sthen@
2021-05-21 19:50:21 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
kmos
91c958236c www/py-cookies
Version 2.2.1

DESCR:
cookies.py is a Python module for working with HTTP cookies: parsing
and rendering 'Cookie:' request headers and 'Set-Cookie:' response
headers, and exposing a convenient API for creating and modifying
cookies. It can be used as a replacement of Python's Cookie.py (aka
http.cookies).

Features

Rendering according to the excellent new RFC 6265 (rather than using
a unique ad hoc format inconsistently relating to unrealistic, very
old RFCs which everyone ignored). Uses URL encoding to represent
non-ASCII by default, like many other languages' libraries

Liberal parsing, incorporating many complaints about Cookie.py
barfing on common cookie formats which can be reliably parsed (e.g.
search 'cookie' on the Python issue tracker)

Well-documented code, with chapter and verse from RFCs (rather than
arbitrary, undocumented decisions and huge tables of magic values,
as you see in Cookie.py).

Test coverage at 100%, with a much more comprehensive test suite
than Cookie.py

OK landry
2019-11-07 21:50:47 +00:00