python-cachecontrol: Update to 0.13.1

This commit is contained in:
Christoph Reiter
2023-08-26 11:28:28 +02:00
parent 2c2553f1f9
commit b29ca3658d

View File

@@ -1,14 +1,14 @@
# Maintainer: J. Peter Mugaas <jpmugaas@suddenlink.net>
_pyname=CacheControl
_pyname=cachecontrol
_realname=cachecontrol
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=0.12.14
pkgrel=2
pkgver=0.13.1
pkgrel=1
pkgdesc="httplib2 caching for requests (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
@@ -20,15 +20,14 @@ depends=("${MINGW_PACKAGE_PREFIX}-python"
optdepends=("${MINGW_PACKAGE_PREFIX}-python-lockfile: for the FileCache")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-installer"
"${MINGW_PACKAGE_PREFIX}-python-setuptools"
"${MINGW_PACKAGE_PREFIX}-python-wheel")
"${MINGW_PACKAGE_PREFIX}-python-flit-core")
#checkdepends=("${MINGW_PACKAGE_PREFIX}-python-mock"
# "${MINGW_PACKAGE_PREFIX}-python-pytest"
# "${MINGW_PACKAGE_PREFIX}-python-lockfile"
# "${MINGW_PACKAGE_PREFIX}-python-cherrypy")
options=(!strip)
source=("https://pypi.org/packages/source/${_pyname::1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
sha256sums=('d1087f45781c0e00616479bfd282c78504371ca71da017b49df9f5365a95feba')
sha256sums=('f012366b79d2243a6118309ce73151bf52a38d4a5dac8ea57f09bd29087e506b')
prepare() {
rm -rf python-build-${MSYSTEM} | true