summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Tas2018-10-27 15:26:22 +0200
committerSimon Tas2018-10-27 15:26:22 +0200
commitbdf47974ebd691c9d574a74d6e32406272ee9c85 (patch)
tree4db23ba1b8faac98ac9341fc7ac94071067da0fe
parentf79195ef3da1165ace0f5c74ef2dccc8d66b4d21 (diff)
downloadaur-bdf47974ebd691c9d574a74d6e32406272ee9c85.tar.gz
updated version dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1b5c66877a3..575c99ba257f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,8 +6,8 @@ pkgbase = python-djoser
arch = any
license = MIT
depends = python>=2.7
- depends = python-django>1.11
- depends = python-django-rest-framework
+ depends = python-django>=1.11
+ depends = python-django-rest-framework>=3.7
provides = djoser
source = https://files.pythonhosted.org/packages/dd/8a/39b1b19f8d928fb616664220f964431df685192e24ee142ffd03a68769b5/djoser-1.3.1.tar.gz
md5sums = a8d75531b4e289c607482e49957b312d
diff --git a/PKGBUILD b/PKGBUILD
index 64966776017f..edf35fd991cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="REST version of Django authentication system."
arch=('any')
url="https://pypi.python.org/pypi/$_pkgname"
license=('MIT')
-depends=('python>=2.7' 'python-django>1.11' 'python-django-rest-framework')
+depends=('python>=2.7' 'python-django>=1.11' 'python-django-rest-framework>=3.7')
provides=('djoser')
source=("https://files.pythonhosted.org/packages/dd/8a/39b1b19f8d928fb616664220f964431df685192e24ee142ffd03a68769b5/$_pkgname-$pkgver.tar.gz")
md5sums=('a8d75531b4e289c607482e49957b312d')