1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

www/py-djangorestframework: Update to 3.12.2

* Remove obsolete info from pkg-descr while I'm here.

Changelog:

https://www.django-rest-framework.org/community/release-notes/#3122
This commit is contained in:
Kai Knoblich 2021-01-21 09:16:06 +00:00
parent 5cd936afac
commit bbae5a89a4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=562182
3 changed files with 4 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= djangorestframework
PORTVERSION= 3.12.1
PORTVERSION= 3.12.2
PORTEPOCH= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1601765113
SHA256 (djangorestframework-3.12.1.tar.gz) = d54452aedebb4b650254ca092f9f4f5df947cb1de6ab245d817b08b4f4156249
SIZE (djangorestframework-3.12.1.tar.gz) = 810693
TIMESTAMP = 1611051251
SHA256 (djangorestframework-3.12.2.tar.gz) = 0898182b4737a7b584a2c73735d89816343369f259fea932d90dc78e35d8ac33
SIZE (djangorestframework-3.12.2.tar.gz) = 842597

View File

@ -1,6 +1,4 @@
Django REST framework is a powerful and flexible toolkit that makes
it easy to build Web APIs.
Note: This is the 3.9.x branch which supports Django 1.11 and later
WWW: https://www.django-rest-framework.org/