summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2017-06-06 20:19:01 -0700
committerAndy Weidenbaum2017-06-06 20:19:01 -0700
commite0ff1fab27f1091e70489ba40e71a5d1ce12d3f1 (patch)
treedcbea301a0c806d7ebc0e619463f0bc00d5c774b
parentd18a7b8f6b0543545a85db3ce16ab56519a06a91 (diff)
downloadaur-e0ff1fab27f1091e70489ba40e71a5d1ce12d3f1.tar.gz
update pkgver to 3.2.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9baffe8d1aba..199a3dadceae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jan 30 20:09:47 UTC 2017
+# Wed Jun 7 03:18:46 UTC 2017
pkgbase = python-flask-httpauth
pkgdesc = Simple extension that provides Basic and Digest HTTP authentication for Flask routes
- pkgver = 3.2.2
+ pkgver = 3.2.3
pkgrel = 1
url = https://github.com/miguelgrinberg/Flask-HTTPAuth
arch = any
@@ -11,9 +11,9 @@ pkgbase = python-flask-httpauth
depends = python
depends = python-flask
options = !emptydirs
- source = https://pypi.python.org/packages/6d/ce/f584f9f082bc952c1dc1fade158de721809d7591eee752bf4740c32dfe8c/Flask-HTTPAuth-3.2.2.tar.gz
- md5sums = cd1e23098e54b644f367564b2c6208e8
- sha256sums = df39b02a5ef71d4dc6c7ea43bd0ed84342eb8d66d50a7cd34d2ce13f5812440d
+ source = https://pypi.python.org/packages/6f/73/2a8da636f18ed580507a34483cb4fe26ef8d466909972029ebb3605415d2/Flask-HTTPAuth-3.2.3.tar.gz
+ md5sums = 20f31ed9eb28ca04de57bece707c63d7
+ sha256sums = 5f4ba7ab79103e28b566c6a0592076312d17c716e079c66ca9ffe21a7871ee8d
pkgname = python-flask-httpauth
diff --git a/PKGBUILD b/PKGBUILD
index bf2a3da189c1..b3ee6bcca547 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-flask-httpauth
_pyname=Flask-HTTPAuth
-pkgver=3.2.2
+pkgver=3.2.3
pkgrel=1
pkgdesc="Simple extension that provides Basic and Digest HTTP authentication for Flask routes"
arch=('any')
@@ -11,9 +11,9 @@ makedepends=('python-setuptools')
url="https://github.com/miguelgrinberg/Flask-HTTPAuth"
license=('MIT')
options=(!emptydirs)
-source=(https://pypi.python.org/packages/6d/ce/f584f9f082bc952c1dc1fade158de721809d7591eee752bf4740c32dfe8c/Flask-HTTPAuth-3.2.2.tar.gz)
-md5sums=('cd1e23098e54b644f367564b2c6208e8')
-sha256sums=('df39b02a5ef71d4dc6c7ea43bd0ed84342eb8d66d50a7cd34d2ce13f5812440d')
+source=(https://pypi.python.org/packages/6f/73/2a8da636f18ed580507a34483cb4fe26ef8d466909972029ebb3605415d2/Flask-HTTPAuth-3.2.3.tar.gz)
+md5sums=('20f31ed9eb28ca04de57bece707c63d7')
+sha256sums=('5f4ba7ab79103e28b566c6a0592076312d17c716e079c66ca9ffe21a7871ee8d')
build() {
cd "$srcdir/$_pyname-$pkgver"