diff --git a/srcpkgs/python-service_identity/template b/srcpkgs/python-service_identity/template index 9f2df81580f..4e574ed3443 100644 --- a/srcpkgs/python-service_identity/template +++ b/srcpkgs/python-service_identity/template @@ -1,7 +1,7 @@ # Template file for 'python-service_identity' pkgname=python-service_identity version=18.1.0 -revision=6 +revision=7 build_style=python-module pycompile_module="service_identity" hostmakedepends="python-setuptools python3-setuptools" @@ -10,6 +10,7 @@ short_desc="Service identity verification for Python (Python2)" maintainer="Orphaned " license="MIT" homepage="https://service-identity.readthedocs.org/" +changelog="https://raw.githubusercontent.com/pyca/service-identity/main/CHANGELOG.rst" distfiles="${PYPI_SITE}/s/service_identity/service_identity-${version}.tar.gz" checksum=0858a54aabc5b459d1aafa8a518ed2081a285087f349fe3e55197989232e2e2d @@ -18,7 +19,7 @@ post_install() { } python3-service_identity_package() { - depends="python3-attrs python3-pyasn1-modules python3-cryptography" + depends="python3-attrs python3-pyasn1-modules python3-cryptography python3-six" pycompile_module="service_identity" short_desc="${short_desc/Python2/Python3}" pkg_install() {