Port details |
- py-dj21-django-cors-headers Handles server headers required for Cross-Origin Resource Sharing
- 3.2.0 www
=0 3.2.0Version of this port present on the latest quarterly branch.
- DEPRECATED: Django 2.1 is now End-of-Life (Since December 2 2019) and no longer supported. Switch to Django 2.2+ versions of this port as soon as possible
This port expired on: 2020-01-31
- Maintainer: kai@FreeBSD.org
- Port Added: 2019-02-11 12:03:08
- Last Update: 2020-01-31 13:54:08
- SVN Revision: 524704
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/ottoyiu/django-cors-headers
- Description:
- A Django App that adds CORS (Cross-Origin Resource Sharing) headers to
responses.
WWW: https://github.com/ottoyiu/django-cors-headers
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}dj21-django-cors-headers>0:www/py-dj21-django-cors-headers@${PY_FLAVOR}
- Conflicts:
- CONFLICTS_INSTALL:
- py36-django-cors-headers
- py36-dj22-django-cors-headers
- No installation instructions:
- This port has been deleted.
- PKGNAME: py36-dj21-django-cors-headers
- Package flavors (<flavor>: <package>)
- py36: py36-dj21-django-cors-headers
- distinfo:
- TIMESTAMP = 1576102039
SHA256 (django-cors-headers-3.2.0.tar.gz) = 84933651fbbde8f2bc084bef2f077b79db1ec1389432f21dd661eaae6b3d6a95
SIZE (django-cors-headers-3.2.0.tar.gz) = 26243
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py36-setuptools>0 : devel/py-setuptools@py36
- python3.6 : lang/python36
- Runtime dependencies:
-
- py36-django21>0 : www/py-django21@py36
- py36-setuptools>0 : devel/py-setuptools@py36
- python3.6 : lang/python36
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- python:3.5+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 7
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.2.0 31 Jan 2020 13:54:08 |
rene |
Remove expired ports:
2020-01-31 www/py-dj21-django-auth-ldap: Django 2.1 is now End-of-Life (Since
December 2 2019) and no longer supported. Switch to Django 2.2+ versions of this
port as soon as possible
2020-01-31 www/py-dj21-django-crispy-forms: Django 2.1 is now End-of-Life (Since
December 2 2019) and no longer supported. Switch to Django 2.2+ versions of this
port as soon as possible
2020-01-31 www/sogo3-activesync: Deprecated, replaced by www/sogo4
2020-01-31 devel/sope3: Deprecated, replaced by devel/sope4
2020-01-31 www/py-dj21-django-mptt: Django 2.1 is now End-of-Life (Since
December 2 2019) and no longer supported. Switch to Django 2.2+ versions of this
port as soon as possible
2020-01-31 graphics/py-willow11: Use graphics/py-willow instead
2020-01-31 www/py-dj21-django-tables2: Django 2.1 is now End-of-Life (Since
December 2 2019) and no longer supported. Switch to Django 2.2+ versions of this
port as soon as possible
2020-01-31 www/py-dj21-django-debug-toolbar: Django 2.1 is now End-of-Life
(Since December 2 2019) and no longer supported. Switch to Django 2.2+ versions
of this port as soon as possible
2020-01-31 security/krb5-115: EOL one year after the release of krb5 1.17
2020-01-31 www/py-dj21-django-taggit: Django 2.1 is now End-of-Life (Since
December 2 2019) and no longer supported. Switch to Django 2.2+ versions of this
port as soon as possible
2020-01-31 www/py-dj21-django-cors-headers: Django 2.1 is now End-of-Life (Since
December 2 2019) and no longer supported. Switch to Django 2.2+ versions of this
port as soon as possible
2020-01-31 graphics/py-imgurpython: No longer supported by upstream
2020-01-31 www/py-dj21-django-taggit-serializer: Django 2.1 is now End-of-Life
(Since December 2 2019) and no longer supported. Switch to Django 2.2+ versions
of this port as soon as possible
2020-01-31 www/py-dj21-django-filter: Django 2.1 is now End-of-Life (Since
December 2 2019) and no longer supported. Switch to Django 2.2+ versions of this
port as soon as possible
2020-01-31 www/py-dj21-django-timezone-field: Django 2.1 is now End-of-Life
(Since December 2 2019) and no longer supported. Switch to Django 2.2+ versions
of this port as soon as possible
2020-01-31 devel/py-xarray011: Use devel/py-xarray instead
2020-01-31 www/py-django-modelcluster4: Use www/py-django-modelcluster instead
2020-01-31 devel/py-semantic_version26: Use devel/py-semantic_version instead
2020-01-31 www/py-dj21-django-js-asset: Django 2.1 is now End-of-Life (Since
December 2 2019) and no longer supported. Switch to Django 2.2+ versions of this
port as soon as possible
2020-01-31 www/py-dj21-drf-yasg: Django 2.1 is now End-of-Life (Since December 2
2019) and no longer supported. Switch to Django 2.2+ versions of this port as
soon as possible |
3.2.0 13 Dec 2019 10:19:28 |
kai |
www/py-django-{dj21,dj22}-cors-headers: Update to 3.2.0
Notable changes since 3.0.2:
* Drop Python 2 support, only Python 3.5-3.8 is supported now.
* Support the value "file://" for origins, which is accidentally sent by
some versions of Chrome on Android.
https://github.com/adamchainz/django-cors-headers/blob/3.2.0/HISTORY.rst |
3.0.2 04 Dec 2019 12:02:32 |
kai |
www/py-django21 (and dj21 ports): Deprecate / set expiration date
Django 2.1 reached its End-of-Life (EoL) on 2nd December. Deprecate the port
and its consumers (= www/py-dj21-*) accordingly.
Set the expiration date to the end of January 2020 to give users enough time
to migrate to Django 2.2+ because the EoL is already onset and the
deprecation comes quite late.
Reviewed by: koobs (python: maintainer)
Approved by: koobs (python: maintainer)
Differential Revision: https://reviews.freebsd.org/D22668 |
3.0.2 21 Jun 2019 09:36:06 |
kai |
www/py-{dj21,dj22}-django-cors-headers: Update to 3.0.2
Changelog:
https://github.com/ottoyiu/django-cors-headers/blob/3.0.2/HISTORY.rst |
2.5.2 25 May 2019 10:10:01 |
kai |
net-mgmt/netbox: Update to 2.5.12 and switch to Django 2.2
Upstream decided to switch from Django 2.1 to the 2.2 LTS release to fix a
rather annoying bug that generated intermittent errors when objects were
deleted/manipulated.
Therefore the same procedure must be done in almost the same way as in
r492690 to make NetBox compatible with Django 2.2 in the ports tree.
That means to repocopy the required Django 1.11 ports, assign them to
Django 2.2, limit them to Python 3.5+ and update all related
CONFLICTS_INSTALL entries accordingly:
* www/py-dj22-django-cors-headers [1]
* www/py-dj22-django-debug-toolbar (Only the first 15 lines of the commit message are shown above ) |
2.5.2 25 Apr 2019 17:25:35 |
kai |
www/py-dj21-django-cors-headers: Update to 2.5.2
While I'm here:
* Make port architecture neutral by adding NO_ARCH
Changelog since 2.4.0:
* Improve inclusion of tests in sdist to ignore .pyc files.
* Include test infrastructure in sdist to allow consumers to use it.
* Drop Django 1.8, 1.9, and 1.10 support. Only Django 1.11+ is supported
now.
* Fix DeprecationWarning from importing collections.abc.Sequence on
Python3.7.
https://github.com/ottoyiu/django-cors-headers/blob/2.5.2/HISTORY.rst
Approved by: mentors (implicit) |
2.4.0 11 Feb 2019 12:00:30 |
kai |
Create some ports that are assigned to Django 2.1 instead Django 1.11.
Django 1.11 is currently the "default" version in the ports tree due its
long term support until April 2020 thus ports that are assigned to that
version will exist until then.
The following packages are required to make the upgrade of net-mgmt/netbox
to 2.5.x possible because upstream has decided to switch from Django 1.11
to Django 2.1:
* www/py-dj21-django-cors-headers
* www/py-dj21-django-debug-toolbar
* www/py-dj21-django-filter
* www/py-dj21-django-js-asset
* www/py-dj21-django-mptt (Only the first 15 lines of the commit message are shown above ) |
Number of commits found: 7
|