diff options
author | Aiden Grossman <agrossman154@yahoo.com> | 2021-12-08 08:07:08 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2021-12-15 20:17:54 +0100 |
commit | 17df63cf9cddf6cd3e8c0e4f3bd8d17cbf2f049c (patch) | |
tree | 9af61a8e6971b28d7e460bb27a295ab1487f02c1 | |
parent | 71fc709d3812b0bdc7d2b0109e051e9a85128e1e (diff) | |
download | aports-17df63cf9cddf6cd3e8c0e4f3bd8d17cbf2f049c.tar.gz aports-17df63cf9cddf6cd3e8c0e4f3bd8d17cbf2f049c.tar.bz2 aports-17df63cf9cddf6cd3e8c0e4f3bd8d17cbf2f049c.tar.xz |
community/py3-django-extra-views: rebuild against python 3.10
-rw-r--r-- | community/py3-django-extra-views/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-django-extra-views/APKBUILD b/community/py3-django-extra-views/APKBUILD index 81130bebd4..cd3d001e44 100644 --- a/community/py3-django-extra-views/APKBUILD +++ b/community/py3-django-extra-views/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Kaarle Ritvanen <kunkku@alpinelinux.org> pkgname=py3-django-extra-views pkgver=0.13.0 -pkgrel=1 +pkgrel=2 pkgdesc="Extra class-based views for Django" options="!check" # Requires unpackaged django-nose url="https://github.com/AndrewIngram/django-extra-views" |