summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Girard2016-01-05 11:45:30 +0100
committerCedric Girard2016-01-05 11:45:30 +0100
commit4c2dc56ee104e1585925a740fa065e95d1c5eac2 (patch)
tree74a0aa6583b57b32edae1d1ce454c08e61969243
parent5bbd403b7bf3eb24df6dd13c7427468125369c46 (diff)
downloadaur-4c2dc56ee104e1585925a740fa065e95d1c5eac2.tar.gz
new upstream version 0.8.6
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d0e6b1355af..1abcff4a1cd2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Dec 14 13:43:12 UTC 2015
+# Tue Jan 5 10:45:23 UTC 2016
pkgbase = python2-flask-restplus
pkgdesc = custom actions for flask to help manage your application
- pkgver = 0.8.5
+ pkgver = 0.8.6
pkgrel = 1
url = http://pypi.python.org/pypi/Flask-Restplus/
arch = any
@@ -11,14 +11,15 @@ pkgbase = python2-flask-restplus
checkdepends = python2-rednose
checkdepends = python2-nose
checkdepends = python2-mock
+ checkdepends = python2-tzlocal
makedepends = setuptools
depends = python2-flask
depends = python2-flask-restful
depends = python2-jsonschema
depends = python2-pytz
depends = python2-aniso8601
- source = http://pypi.python.org/packages/source/f/flask-restplus/flask-restplus-0.8.5.tar.gz
- sha1sums = dd3ac5c280c12a62a248fa3a28bb3c8283466908
+ source = http://pypi.python.org/packages/source/f/flask-restplus/flask-restplus-0.8.6.tar.gz
+ sha1sums = 455788a4fa4cc9605760041974dbd7e4f46d9899
pkgname = python2-flask-restplus
diff --git a/PKGBUILD b/PKGBUILD
index de1018c2d6b1..d9cefe33089f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
pkgname='python2-flask-restplus'
-pkgver='0.8.5'
+pkgver='0.8.6'
pkgrel='1'
pkgdesc='custom actions for flask to help manage your application'
arch=('any')
url='http://pypi.python.org/pypi/Flask-Restplus/'
license=('BSD')
depends=('python2-flask' 'python2-flask-restful' 'python2-jsonschema' 'python2-pytz' 'python2-aniso8601')
-checkdepends=('python2-blinker' 'python2-rednose' 'python2-nose' 'python2-mock')
+checkdepends=('python2-blinker' 'python2-rednose' 'python2-nose' 'python2-mock' 'python2-tzlocal')
makedepends=('setuptools')
source=("http://pypi.python.org/packages/source/f/flask-restplus/flask-restplus-${pkgver}.tar.gz")
-sha1sums=('dd3ac5c280c12a62a248fa3a28bb3c8283466908')
+sha1sums=('455788a4fa4cc9605760041974dbd7e4f46d9899')
build() {
cd "flask-restplus-${pkgver}"