diff --git a/www/py-django-tastypie/Makefile b/www/py-django-tastypie/Makefile index ad7af7315840..4064aba0f1c2 100644 --- a/www/py-django-tastypie/Makefile +++ b/www/py-django-tastypie/Makefile @@ -1,23 +1,23 @@ # Created by: William Grzybowski PORTNAME= django-tastypie -PORTVERSION= 0.14.3 +PORTVERSION= 0.14.4 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= kai@FreeBSD.org COMMENT= Create REST API for Django apps LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django22>0:www/py-django22@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-mimeparse>=0.1.4:devel/py-python-mimeparse@${PY_FLAVOR} USES= python:3.5+ USE_PYTHON= distutils autoplist NO_ARCH= yes .include diff --git a/www/py-django-tastypie/distinfo b/www/py-django-tastypie/distinfo index 3efa47be2050..793311cb41c3 100644 --- a/www/py-django-tastypie/distinfo +++ b/www/py-django-tastypie/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1586290443 -SHA256 (django-tastypie-0.14.3.tar.gz) = 79fbadf81a3cc42cb5304731a88f46c207ae4c8efa7556856356ec916e5b2ec7 -SIZE (django-tastypie-0.14.3.tar.gz) = 148892 +TIMESTAMP = 1642209063 +SHA256 (django-tastypie-0.14.4.tar.gz) = c27b1a99efb0b13fb7b49b80fb79a7536b5915aaef788b58852f07e02d4779e8 +SIZE (django-tastypie-0.14.4.tar.gz) = 153259 diff --git a/www/py-django-tastypie/pkg-descr b/www/py-django-tastypie/pkg-descr index d5f85f72c8f8..54318726913f 100644 --- a/www/py-django-tastypie/pkg-descr +++ b/www/py-django-tastypie/pkg-descr @@ -1,16 +1,16 @@ Creating delicious APIs for Django apps since 2010. Here are some common reasons for tastypie: * You need an API that is RESTful and uses HTTP well. * You want to support deep relations. * You DON'T want to have to write your own serializer to make the output right. * You want an API framework that has little magic, very flexible and maps well to the problem domain. * You want/need XML serialization that is treated equally to JSON (and YAML is there too). * You want to support my perceived NIH syndrome, which is less about NIH and more about trying to help out friends/coworkers. -WWW: https://github.com/toastdriven/django-tastypie +WWW: https://github.com/django-tastypie/django-tastypie