Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jan 2020 23:49:29 +0000 (UTC)
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r521887 - branches/2020Q1/www/py-django-cacheops
Message-ID:  <202001022349.002NnTAT059648@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kai
Date: Thu Jan  2 23:49:29 2020
New Revision: 521887
URL: https://svnweb.freebsd.org/changeset/ports/521887

Log:
  MFH: r521750
  
  www/py-django-cacheops: Update to 4.2
  
  Changelog:
  
  https://github.com/Suor/django-cacheops/blob/4.2/CHANGELOG
  
  Approved by:	ports-secteam (joneum)

Modified:
  branches/2020Q1/www/py-django-cacheops/Makefile
  branches/2020Q1/www/py-django-cacheops/distinfo
Directory Properties:
  branches/2020Q1/   (props changed)

Modified: branches/2020Q1/www/py-django-cacheops/Makefile
==============================================================================
--- branches/2020Q1/www/py-django-cacheops/Makefile	Thu Jan  2 23:30:07 2020	(r521886)
+++ branches/2020Q1/www/py-django-cacheops/Makefile	Thu Jan  2 23:49:29 2020	(r521887)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	django-cacheops
-PORTVERSION=	4.1
+PORTVERSION=	4.2
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django111>=1.8:www/py-django111@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}redis>=2.9.1:databases/py-redis@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}funcy>=1.8:devel/py-funcy@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}funcy>=1.8<2.0:devel/py-funcy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=1.4.0:devel/py-six@${PY_FLAVOR}
 
 USES=		python

Modified: branches/2020Q1/www/py-django-cacheops/distinfo
==============================================================================
--- branches/2020Q1/www/py-django-cacheops/distinfo	Thu Jan  2 23:30:07 2020	(r521886)
+++ branches/2020Q1/www/py-django-cacheops/distinfo	Thu Jan  2 23:49:29 2020	(r521887)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1555579412
-SHA256 (django-cacheops-4.1.tar.gz) = 2a5cd01ad64f565d0ad18bf103c96988ccdf7d245601dedd8ef52f9ef63e0727
-SIZE (django-cacheops-4.1.tar.gz) = 53766
+TIMESTAMP = 1576102209
+SHA256 (django-cacheops-4.2.tar.gz) = 56ea95ad4eb1b61b6c014b7b23f3203ef8816611c9e8a097a7e99628810e9f16
+SIZE (django-cacheops-4.2.tar.gz) = 50240



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001022349.002NnTAT059648>