Browse Source
Merge pull request #13583 from commodo/python-updates1
diango,django-restframework: bump versions
lilik-openwrt-22.03
Hannu Nyman
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
4 additions and
4 deletions
-
lang/python/django-restframework/Makefile
-
lang/python/django/Makefile
|
|
@ -8,11 +8,11 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=django-restframework |
|
|
|
PKG_VERSION:=3.11.1 |
|
|
|
PKG_VERSION:=3.12.1 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PYPI_NAME:=djangorestframework |
|
|
|
PKG_HASH:=6dd02d5a4bd2516fb93f80360673bf540c3b6641fec8766b1da2870a5aa00b32 |
|
|
|
PKG_HASH:=d54452aedebb4b650254ca092f9f4f5df947cb1de6ab245d817b08b4f4156249 |
|
|
|
|
|
|
|
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com> |
|
|
|
PKG_LICENSE:=BSD-3-Clause |
|
|
|
|
|
@ -8,11 +8,11 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=django |
|
|
|
PKG_VERSION:=3.1.1 |
|
|
|
PKG_VERSION:=3.1.2 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PYPI_NAME:=Django |
|
|
|
PKG_HASH:=59c8125ca873ed3bdae9c12b146fbbd6ed8d0f743e4cf5f5817af50c51f1fc2f |
|
|
|
PKG_HASH:=a2127ad0150ec6966655bedf15dbbff9697cc86d61653db2da1afa506c0b04cc |
|
|
|
|
|
|
|
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>, Peter Stadler <peter.stadler@student.uibk.ac.at> |
|
|
|
PKG_LICENSE:=BSD-3-Clause |
|
|
|