python-botocore: update to 1.12.228

This commit is contained in:
Robert Lowry 2019-09-13 12:50:45 -05:00 committed by Helmut Pozimski
parent 8f40c0c237
commit e9498d8eca

View file

@ -1,6 +1,6 @@
# Template file for 'python-botocore'
pkgname=python-botocore
version=1.12.223
version=1.12.228
revision=1
archs=noarch
wrksrc="botocore-${version}"
@ -13,11 +13,7 @@ maintainer="Robert Lowry <bobertlo@gmail.com>"
license="Apache-2.0"
homepage="https://github.com/boto/botocore"
distfiles="https://github.com/boto/botocore/archive/${version}.tar.gz"
checksum=6b5b4068b9bb37e53cc780832cfb7fa7cb0042d9b251b593e19c3756809f0dae
post_install() {
vlicense LICENSE.txt
}
checksum=22285b5166cf3402dea6db5bce70ff3baaa0ff883d8905d09a036095ce031fd6
python3-botocore_package() {
archs=noarch
@ -26,6 +22,5 @@ python3-botocore_package() {
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove "usr/lib/python3*"
vlicense LICENSE.txt
}
}