python-service_identity: update to 18.1.0

This commit is contained in:
Alessio Sergi 2018-12-28 00:48:44 +01:00
parent 3c3f01df7d
commit 3d0f93c27a

View File

@ -1,19 +1,19 @@
# Template file for 'python-service_identity' # Template file for 'python-service_identity'
pkgname=python-service_identity pkgname=python-service_identity
version=17.0.0 version=18.1.0
revision=2 revision=1
noarch=yes noarch=yes
wrksrc="service_identity-${version}" wrksrc="service_identity-${version}"
build_style=python-module build_style=python-module
pycompile_module="service_identity" pycompile_module="service_identity"
hostmakedepends="python-setuptools python3-setuptools" hostmakedepends="python-setuptools python3-setuptools"
depends="python-attrs python-pyasn1-modules python-openssl" depends="python-attrs python-pyasn1-modules python-cryptography python-ipaddress"
short_desc="Service identity verification for pyOpenSSL (Python2)" short_desc="Service identity verification for Python (Python2)"
maintainer="Alessio Sergi <al3hex@gmail.com>" maintainer="Alessio Sergi <al3hex@gmail.com>"
license="MIT" license="MIT"
homepage="https://service-identity.readthedocs.org/" homepage="https://service-identity.readthedocs.org/"
distfiles="${PYPI_SITE}/s/service_identity/service_identity-${version}.tar.gz" distfiles="${PYPI_SITE}/s/service_identity/service_identity-${version}.tar.gz"
checksum=4001fbb3da19e0df22c47a06d29681a398473af4aa9d745eca525b3b2c2302ab checksum=0858a54aabc5b459d1aafa8a518ed2081a285087f349fe3e55197989232e2e2d
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE
@ -21,7 +21,7 @@ post_install() {
python3-service_identity_package() { python3-service_identity_package() {
noarch=yes noarch=yes
depends="python3-attrs python3-pyasn1-modules python3-openssl" depends="python3-attrs python3-pyasn1-modules python3-cryptography"
pycompile_module="service_identity" pycompile_module="service_identity"
short_desc="${short_desc/Python2/Python3}" short_desc="${short_desc/Python2/Python3}"
pkg_install() { pkg_install() {