svn commit: r553053 - head/www/py-djangorestframework

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Oct 22 17:56:42 UTC 2020


Author: sunpoet
Date: Thu Oct 22 17:56:36 2020
New Revision: 553053
URL: https://svnweb.freebsd.org/changeset/ports/553053

Log:
  Update to 3.12.1
  
  Changes:	https://github.com/encode/django-rest-framework/releases
  		https://github.com/encode/django-rest-framework/commits/master
  PR:		250122
  Submitted by:	sunpoet (myself)
  Approved by:	maintainer (timeout, 18 days)

Modified:
  head/www/py-djangorestframework/Makefile
  head/www/py-djangorestframework/distinfo

Modified: head/www/py-djangorestframework/Makefile
==============================================================================
--- head/www/py-djangorestframework/Makefile	Thu Oct 22 17:56:29 2020	(r553052)
+++ head/www/py-djangorestframework/Makefile	Thu Oct 22 17:56:36 2020	(r553053)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	djangorestframework
-DISTVERSION=	3.11.0
+PORTVERSION=	3.12.1
 PORTEPOCH=	1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
@@ -13,7 +13,7 @@ COMMENT=	Django REST framework
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django22>=1.11:www/py-django22@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django22>=2.2:www/py-django22@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR}
 
 USES=		python:3.5+

Modified: head/www/py-djangorestframework/distinfo
==============================================================================
--- head/www/py-djangorestframework/distinfo	Thu Oct 22 17:56:29 2020	(r553052)
+++ head/www/py-djangorestframework/distinfo	Thu Oct 22 17:56:36 2020	(r553053)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1589529948
-SHA256 (djangorestframework-3.11.0.tar.gz) = e782087823c47a26826ee5b6fa0c542968219263fb3976ec3c31edab23a4001f
-SIZE (djangorestframework-3.11.0.tar.gz) = 791688
+TIMESTAMP = 1601765113
+SHA256 (djangorestframework-3.12.1.tar.gz) = d54452aedebb4b650254ca092f9f4f5df947cb1de6ab245d817b08b4f4156249
+SIZE (djangorestframework-3.12.1.tar.gz) = 810693


More information about the svn-ports-all mailing list