diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2019-12-09 01:04:29 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2019-12-09 01:04:29 +0800 |
commit | a42f52e471124300c07683d4af5f1ea0c870697c (patch) | |
tree | 29a14873786a0f5afc7638ba2f06f3fe8cd8296f /www | |
parent | 1cc2d267091bdfaa9ab8a8900d973b0d08fd9c09 (diff) | |
download | freebsd-ports-gnome-a42f52e471124300c07683d4af5f1ea0c870697c.tar.gz freebsd-ports-gnome-a42f52e471124300c07683d4af5f1ea0c870697c.tar.zst freebsd-ports-gnome-a42f52e471124300c07683d4af5f1ea0c870697c.zip |
Update to 3.1.0
Changes: https://github.com/rpkilby/jsonfield2/blob/master/CHANGES.rst
Diffstat (limited to 'www')
-rw-r--r-- | www/py-dj22-django-jsonfield2/Makefile | 4 | ||||
-rw-r--r-- | www/py-dj22-django-jsonfield2/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/py-dj22-django-jsonfield2/Makefile b/www/py-dj22-django-jsonfield2/Makefile index ab222ac9df0a..d43f9e214aa8 100644 --- a/www/py-dj22-django-jsonfield2/Makefile +++ b/www/py-dj22-django-jsonfield2/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jsonfield2 -PORTVERSION= 3.0.3 +PORTVERSION= 3.1.0 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj22-django- @@ -12,7 +12,7 @@ COMMENT= Reusable Django field to store validated JSON in your model LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=0:www/py-django22@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=2.2:www/py-django22@${PY_FLAVOR} USES= python:3.5+ USE_PYTHON= autoplist distutils diff --git a/www/py-dj22-django-jsonfield2/distinfo b/www/py-dj22-django-jsonfield2/distinfo index c6d109cefe34..22937db67874 100644 --- a/www/py-dj22-django-jsonfield2/distinfo +++ b/www/py-dj22-django-jsonfield2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1571923614 -SHA256 (rpkilby-jsonfield2-3.0.3_GH0.tar.gz) = 4b79ac28738671fe27cadbd537d50130c35a286207d31d8320c7b48b6cda36ca -SIZE (rpkilby-jsonfield2-3.0.3_GH0.tar.gz) = 11068 +TIMESTAMP = 1575793987 +SHA256 (rpkilby-jsonfield2-3.1.0_GH0.tar.gz) = 96a7381583ac0c371516f8a457ba12d09dc70cd50b47cf630c21322e7b855a4b +SIZE (rpkilby-jsonfield2-3.1.0_GH0.tar.gz) = 11198 |