python-bcrypt: update to 3.1.6.
This commit is contained in:
parent
01f002e370
commit
eb60f0d379
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-bcrypt'
|
# Template file for 'python-bcrypt'
|
||||||
pkgname=python-bcrypt
|
pkgname=python-bcrypt
|
||||||
version=3.1.5
|
version=3.1.6
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="bcrypt-${version}"
|
wrksrc="bcrypt-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -10,10 +10,10 @@ makedepends="python-devel python3-devel python-cffi python3-cffi"
|
||||||
depends="python-cffi python-six"
|
depends="python-cffi python-six"
|
||||||
short_desc="Modern password hashing for software and servers (Python2)"
|
short_desc="Modern password hashing for software and servers (Python2)"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/pyca/bcrypt"
|
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
|
homepage="https://github.com/pyca/bcrypt"
|
||||||
distfiles="${PYPI_SITE}/b/bcrypt/bcrypt-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/b/bcrypt/bcrypt-${version}.tar.gz"
|
||||||
checksum=136243dc44e5bab9b61206bd46fff3018bd80980b1a1dfbab64a22ff5745957f
|
checksum=44636759d222baa62806bbceb20e96f75a015a6381690d1bc2eda91c01ec02ea
|
||||||
|
|
||||||
python3-bcrypt_package() {
|
python3-bcrypt_package() {
|
||||||
pycompile_module="bcrypt"
|
pycompile_module="bcrypt"
|
||||||
|
|
Loading…
Reference in New Issue