Skip to content

Commit

Permalink
www/py-django-cors-headers: Update to 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
knobix committed Dec 3, 2023
1 parent d1976e4 commit 40a0fa0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions www/py-django-cors-headers/Makefile
@@ -1,9 +1,8 @@
PORTNAME= django-cors-headers
PORTVERSION= 4.3.0
PORTVERSION= 4.3.1
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= django_cors_headers-${PORTVERSION}

MAINTAINER= kai@FreeBSD.org
COMMENT= Handles server headers required for Cross-Origin Resource Sharing
Expand All @@ -14,7 +13,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=3.2:www/py-django32@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=3.2:www/py-django32@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}asgiref>=3.6:www/py-asgiref@${PY_FLAVOR}

USES= python
USE_PYTHON= autoplist pep517
Expand Down
6 changes: 3 additions & 3 deletions www/py-django-cors-headers/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1698413255
SHA256 (django_cors_headers-4.3.0.tar.gz) = 25aabc94d4837678c1edf442c7f68a5f5fd151f6767b0e0b01c61a2179d02711
SIZE (django_cors_headers-4.3.0.tar.gz) = 21305
TIMESTAMP = 1701326135
SHA256 (django-cors-headers-4.3.1.tar.gz) = 0bf65ef45e606aff1994d35503e6b677c0b26cafff6506f8fd7187f3be840207
SIZE (django-cors-headers-4.3.1.tar.gz) = 21146

0 comments on commit 40a0fa0

Please sign in to comment.