python-botocore: update to 1.15.26
This commit is contained in:
parent
50f576cf65
commit
b7c70347aa
|
@ -1,11 +1,10 @@
|
||||||
# Template file for 'python-botocore'
|
# Template file for 'python-botocore'
|
||||||
pkgname=python-botocore
|
pkgname=python-botocore
|
||||||
version=1.13.45
|
version=1.15.26
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="botocore-${version}"
|
wrksrc="botocore-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="botocore"
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-dateutil python-docutils python-jmespath python-urllib3"
|
depends="python-dateutil python-docutils python-jmespath python-urllib3"
|
||||||
short_desc="Core functionality library of boto 3 (Python2)"
|
short_desc="Core functionality library of boto 3 (Python2)"
|
||||||
|
@ -13,11 +12,10 @@ maintainer="Robert Lowry <bobertlo@gmail.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/boto/botocore"
|
homepage="https://github.com/boto/botocore"
|
||||||
distfiles="https://github.com/boto/botocore/archive/${version}.tar.gz"
|
distfiles="https://github.com/boto/botocore/archive/${version}.tar.gz"
|
||||||
checksum=42eb08d9bd8c13c8dd5a8b4ec8e3a5648367516e2aea20fe800e2ceeb128f3da
|
checksum=4535cf8a9b0cf9eea7ea50c003ca944f694f80b6a4b455466ab56dd8a000c613
|
||||||
|
|
||||||
python3-botocore_package() {
|
python3-botocore_package() {
|
||||||
archs=noarch
|
archs=noarch
|
||||||
pycompile_module="botocore"
|
|
||||||
depends="python3-dateutil python3-docutils python3-jmespath python3-urllib3"
|
depends="python3-dateutil python3-docutils python3-jmespath python3-urllib3"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Reference in New Issue