./www/py-django-cors-headers, Django application for handling headers required for CORS

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


Branch: CURRENT, Version: 4.6.0, Package name: py312-django-cors-headers-4.6.0, Maintainer: pkgsrc-users

django-cors-headers is a Django App that adds CORS (Cross-Origin Resource
Sharing) headers to responses.

Although JSON-P is useful, it is strictly limited to GET requests. CORS builds
on top of XmlHttpRequest to allow developers to make cross-domain requests,
similar to same-domain requests.


Required to run:
[devel/py-setuptools] [www/py-django2] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 20.47 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-11-05 10:08:14 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-django-cors-headers: updated to 4.6.0

4.6.0 (2024-10-29)

* Drop Django 3.2 to 4.1 support.
   2024-10-24 09:33:51 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-django-cors-headers: updated to 4.5.0

4.5.0 (2024-10-12)

* Drop Python 3.8 support.
* Support Python 3.13.
   2024-07-13 10:49:42 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-django-cors-headers: updated to 4.4.0

4.4.0 (2024-06-19)

* Support Django 5.1.
   2023-11-14 18:40:06 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-django-cors-headers: updated to 4.3.1

4.3.1 (2023-11-14)
------------------

* Fixed ASGI compatibility on Python 3.12.
   2023-11-05 12:04:39 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-django-cors-headers: add missing tool dependency
   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-10-16 15:07:00 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-django-cors-headers: updated to 4.3.0

4.3.0 (2023-10-11)

* Avoid adding the ``access-control-allow-credentials`` header to unallowed \ 
responses.
* Support Django 5.0.