python3-grpcio: update to 1.33.1.

This commit is contained in:
Andrew J. Hesford 2020-10-25 23:08:42 -04:00
parent b13c54f167
commit f428a50a41

View file

@ -1,7 +1,7 @@
# Template file for 'python3-grpcio' # Template file for 'python3-grpcio'
pkgname=python3-grpcio pkgname=python3-grpcio
version=1.32.0 version=1.33.1
revision=2 revision=1
archs="x86_64* i686* aarch64* armv[67]* ppc64le*" archs="x86_64* i686* aarch64* armv[67]* ppc64le*"
wrksrc="${pkgname#*-}-${version}" wrksrc="${pkgname#*-}-${version}"
build_style=python3-module build_style=python3-module
@ -13,7 +13,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="Apache-2.0" license="Apache-2.0"
homepage="https://grpc.io" homepage="https://grpc.io"
distfiles="${PYPI_SITE}/g/grpcio/grpcio-${version}.tar.gz" distfiles="${PYPI_SITE}/g/grpcio/grpcio-${version}.tar.gz"
checksum=01d3046fe980be25796d368f8fc5ff34b7cf5e1444f3789a017a7fe794465639 checksum=f19782ec5104599382a0f73f2dfea465d0e65f6818bb3c49ca672b97034c64c3
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
makedepends+=" libatomic-devel" makedepends+=" libatomic-devel"