python-bcrypt: update to 3.1.4

This commit is contained in:
Alessio Sergi 2017-10-15 18:05:40 +02:00
parent 58b25d893e
commit b074908017

View file

@ -1,7 +1,7 @@
# Template file for 'python-bcrypt' # Template file for 'python-bcrypt'
pkgname=python-bcrypt pkgname=python-bcrypt
version=3.1.3 version=3.1.4
revision=2 revision=1
wrksrc="bcrypt-${version}" wrksrc="bcrypt-${version}"
build_style=python-module build_style=python-module
pycompile_module="bcrypt" pycompile_module="bcrypt"
@ -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/" homepage="https://github.com/pyca/bcrypt"
license="Apache-2.0" license="Apache-2.0"
distfiles="${PYPI_SITE}/b/bcrypt/bcrypt-${version}.tar.gz" distfiles="${PYPI_SITE}/b/bcrypt/bcrypt-${version}.tar.gz"
checksum=6645c8d0ad845308de3eb9be98b6fd22a46ec5412bfc664a423e411cdd8f5488 checksum=67ed1a374c9155ec0840214ce804616de49c3df9c5bc66740687c1c9b1cd9e8d
python3-bcrypt_package() { python3-bcrypt_package() {
pycompile_module="bcrypt" pycompile_module="bcrypt"