mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-10 17:13:51 +02:00
python-oauthlib: update to 2.1.0
This commit is contained in:
parent
e6e4683de0
commit
f9f15ad3dc
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-oauthlib'
|
||||
pkgname=python-oauthlib
|
||||
version=2.0.7
|
||||
version=2.1.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
|
@ -11,9 +11,9 @@ depends="python"
|
|||
short_desc="Python2 implementation of the OAuth request-signing logic"
|
||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/idan/oauthlib"
|
||||
homepage="https://github.com/oauthlib/oauthlib"
|
||||
distfiles="${PYPI_SITE}/o/oauthlib/oauthlib-${version}.tar.gz"
|
||||
checksum=909665297635fa11fe9914c146d875f2ed41c8c2d78e21a529dd71c0ba756508
|
||||
checksum=ac35665a61c1685c56336bda97d5eefa246f1202618a1d6f34fccb1bdd404162
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue