python-Flask-OAuthlib: update to 0.9.5. (#14473)
This commit is contained in:
parent
f7f255e49a
commit
b080842df9
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python-Flask-OAuthlib'
|
||||
pkgname=python-Flask-OAuthlib
|
||||
version=0.9.4
|
||||
revision=2
|
||||
version=0.9.5
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
build_style=python-module
|
||||
|
@ -10,10 +10,10 @@ hostmakedepends="python-setuptools python3-setuptools"
|
|||
depends="python-Flask python-requests-oauthlib"
|
||||
short_desc="OAuthlib for Flask (Python2)"
|
||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||
license="3-clause-BSD"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/lepture/flask-oauthlib"
|
||||
distfiles="${PYPI_SITE}/F/Flask-OAuthlib/Flask-OAuthlib-${version}.tar.gz"
|
||||
checksum=bcd6f2f4f58c764824a1de31b9beae22585c5191992d298c0be0b3118dfcbdc6
|
||||
checksum=cbfe835902569909a19828582c3381148995ad677243016ccad9c951acf69406
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue