python-oauthlib: update to 1.1.2
This commit is contained in:
parent
872f5a2e86
commit
dce1960dd3
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-oauthlib'
|
||||
pkgname=python-oauthlib
|
||||
version=1.1.1
|
||||
version=1.1.2
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
|
@ -11,10 +11,10 @@ hostmakedepends="python-setuptools python3.4-setuptools"
|
|||
depends="python"
|
||||
short_desc="Python2 implementation of the OAuth request-signing logic"
|
||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||
license="BSD"
|
||||
license="3-clause-BSD"
|
||||
homepage="https://github.com/idan/oauthlib"
|
||||
distfiles="${PYPI_SITE}/o/oauthlib/oauthlib-${version}.tar.gz"
|
||||
checksum=2adb8aea38b57b0f997f5165ade8228c8a105ac1a32b485fba04ce545e887e0e
|
||||
checksum=0e83e91d9e77a396dc178eddba0c4abf75e465761804bfcdb20b977284bcb0bb
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue