diff options
author | Peter Stadler <peter.stadler@student.uibk.ac.at> | 2021-10-27 12:18:49 +0200 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2021-10-30 01:12:02 -0700 |
commit | 55c3bc14f76675eee01119f7e1a65412eda55f65 (patch) | |
tree | 7e1f40d8691b8ac6c23e33379f27941acbaeea0f /lang/python/python3-drf-nested-routers | |
parent | bbf13f9d891904d104ad872a4b6fc3a5b5e40e22 (diff) |
nginx, python3-{asgiref,django-cors-headers,drf-nested-routers,sqlparse}: bump versions
Update to the newest versions and switch to $(AUTORELEASE) for the python3 packages (where I am the maintainer).
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
Diffstat (limited to 'lang/python/python3-drf-nested-routers')
-rw-r--r-- | lang/python/python3-drf-nested-routers/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/python/python3-drf-nested-routers/Makefile b/lang/python/python3-drf-nested-routers/Makefile index b085f5b43..46d82c35d 100644 --- a/lang/python/python3-drf-nested-routers/Makefile +++ b/lang/python/python3-drf-nested-routers/Makefile @@ -1,15 +1,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=drf-nested-routers -PKG_VERSION:=0.92.1 -PKG_RELEASE:=1 +PKG_VERSION:=0.93.4 +PKG_RELEASE:=$(AUTORELEASE) PYPI_NAME:=drf-nested-routers -PKG_HASH:=e043fc937f94ac462a92d2d9fc9a7e55710a67164b558442adfe9634fc519c3b +PKG_HASH:=01aa556b8c08608bb74fb34f6ca065a5183f2cda4dc0478192cc17a2581d71b0 +PKG_MAINTAINER:=Peter Stadler <peter.stadler@student.uibk.ac.at> PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE -PKG_MAINTAINER:=Peter Stadler <peter.stadler@student.uibk.ac.at> include ../pypi.mk include $(INCLUDE_DIR)/package.mk |