Merge pull request #8760 from Schala/python

Python updates
This commit is contained in:
Christoph Reiter
2021-05-24 20:53:02 +02:00
committed by GitHub
4 changed files with 8 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
_realname=boto3
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=1.17.76
pkgver=1.17.78
pkgrel=1
pkgdesc='The AWS SDK for Python (mingw-w64)'
arch=('any')
@@ -13,7 +13,7 @@ license=('Apache')
depends=("${MINGW_PACKAGE_PREFIX}-python-s3transfer")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
source=("https://github.com/boto/boto3/archive/$pkgver.tar.gz")
sha256sums=('150f5a15d123aed966952139f0cdea1209494d3a7c3c572b52d5ca6a2ab4380e')
sha256sums=('63302968cb44a22781ec74734fb5bbc6608b399268570a220284b268ee8a8437')
prepare() {
cd "$srcdir"

View File

@@ -3,7 +3,7 @@
_realname=botocore
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=1.20.76
pkgver=1.20.78
pkgrel=1
pkgdesc='A low-level interface to a growing number of Amazon Web Services (mingw-w64)'
arch=('any')
@@ -13,7 +13,7 @@ license=('Apache')
depends=("${MINGW_PACKAGE_PREFIX}-python-dateutil" "${MINGW_PACKAGE_PREFIX}-python-docutils" "${MINGW_PACKAGE_PREFIX}-python-jmespath" "${MINGW_PACKAGE_PREFIX}-python-urllib3")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
source=("$url/archive/$pkgver.tar.gz")
sha256sums=('6bd8e2a8dee5bd2417d0c17d98e531596c852c94edc31fc82f8389006877968f')
sha256sums=('6b629140f79af9f630dc3ed5166d4b9ef9758f9babe65799bffee974d9d53af2')
prepare() {
cd "$srcdir"

View File

@@ -3,7 +3,7 @@
_realname=flask
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=2.0.0
pkgver=2.0.1
pkgrel=1
pkgdesc='Micro webdevelopment framework for Python (mingw-w64)'
arch=('any')
@@ -13,7 +13,7 @@ license=('custom:BSD')
depends=("${MINGW_PACKAGE_PREFIX}-python-click" "${MINGW_PACKAGE_PREFIX}-python-itsdangerous" "${MINGW_PACKAGE_PREFIX}-python-jinja" "${MINGW_PACKAGE_PREFIX}-python-werkzeug")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
source=("${_realname}-$pkgver.tar.gz::https://github.com/pallets/flask/archive/${pkgver}.tar.gz")
sha256sums=('bb270ff128a46e6ec60c2e086ac2b7bb9bfd27a1c389007c56bedbe750f7d795')
sha256sums=('11e4f01661f8a8c4895993d4b777dbd56a02ae3e2f36740e2a21d9a2508a1fc9')
prepare() {
cd "$srcdir"

View File

@@ -3,7 +3,7 @@
_realname=google-api-core
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=1.27.0
pkgver=1.28.0
pkgrel=1
pkgdesc='Google API client core library (mingw-w64)'
arch=('any')
@@ -14,7 +14,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-python-google-auth" "${MINGW_PACKAGE_PREFIX}-p
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
options=('!emptydirs')
source=("https://files.pythonhosted.org/packages/source/${_realname:0:1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('407e3e52435a44f6d59d4fef7b5e115bed7b20d77cbdab79e00232bfff7bf912')
sha256sums=('02646803bd728e12dd1f45ee1dcc31c12614c9a1ac451b9a1ce26aa65df9b957')
prepare() {
cd "$srcdir"