aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-11-04 12:19:44 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-11-05 15:35:35 +0000
commit9db273dcbaac0efcf02e5764cc18ad464e4face3 (patch)
treecdc439dc2e07d5e5ab5fc7142fe31ee177374885
parentb45cfa1608d419e8ec6c4abb9d010fa4defd4ab6 (diff)
downloadaports-9db273dcbaac0efcf02e5764cc18ad464e4face3.tar.bz2
aports-9db273dcbaac0efcf02e5764cc18ad464e4face3.tar.xz
testing/py3-drf-yasg: rebuild against python 3.8
-rw-r--r--testing/py3-drf-yasg/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-drf-yasg/APKBUILD b/testing/py3-drf-yasg/APKBUILD
index a7dda90dff..970a5759c2 100644
--- a/testing/py3-drf-yasg/APKBUILD
+++ b/testing/py3-drf-yasg/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer:
pkgname=py3-drf-yasg
pkgver=1.12.1
-pkgrel=2
+pkgrel=3
pkgdesc="Automated generation of real Swagger/OpenAPI 2.0 schemas from Django Rest Framework code"
options="!check" # Missing dependencies
url="https://pypi.org/project/drf-yasg/"