From e8d92cd5598c51b4f3c10b97afe03b21e661fcaa Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Mon, 27 Dec 2021 16:15:31 +0200 Subject: [PATCH] django-restframework: bump to version 3.13.1 Signed-off-by: Alexandru Ardelean --- lang/python/django-restframework/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/python/django-restframework/Makefile b/lang/python/django-restframework/Makefile index 21f0b65dc..35022da31 100644 --- a/lang/python/django-restframework/Makefile +++ b/lang/python/django-restframework/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=django-restframework -PKG_VERSION:=3.12.4 -PKG_RELEASE:=1 +PKG_VERSION:=3.13.1 +PKG_RELEASE:=$(AUTORELEASE) PYPI_NAME:=djangorestframework -PKG_HASH:=f747949a8ddac876e879190df194b925c177cdeb725a099db1460872f7c0a7f2 +PKG_HASH:=0c33407ce23acc68eca2a6e46424b008c9c02eceb8cf18581921d0092bc1f2ee PKG_MAINTAINER:=Alexandru Ardelean PKG_LICENSE:=BSD-3-Clause