diff --git a/python/python-cachecontrol/.SRCINFO b/python/python-cachecontrol/.SRCINFO new file mode 100644 index 0000000000..68926e225e --- /dev/null +++ b/python/python-cachecontrol/.SRCINFO @@ -0,0 +1,27 @@ +pkgbase = python-cachecontrol + pkgdesc = Port of the caching algorithms in httplib2 for use with requests session object + pkgver = 0.14.1 + pkgrel = 2 + epoch = 1 + url = https://github.com/ionrock/cachecontrol + arch = any + license = Apache-2.0 + checkdepends = python-cherrypy + checkdepends = python-pytest + checkdepends = python-redis + makedepends = python-build + makedepends = python-flit-core + makedepends = python-installer + makedepends = python-wheel + depends = python + depends = python-filelock + depends = python-msgpack + depends = python-requests + depends = python-urllib3 + optdepends = python-lockfile: for filecache + optdepends = python-redis: for redis cache + source = cachecontrol-0.14.1.tar.gz::https://github.com/ionrock/cachecontrol/archive/refs/tags/v0.14.1.tar.gz + sha256sums = 012e5eb94b9a0b7261572f07675f8f0cb78723e37e4c79ddd5f4e1e6ba413834 + b2sums = 6d84d94d0fb630e9db0b4d4da5ae0045a0704775e55ae632ab00859efe9034dcb7fb2caf1736ae13618b9d5a484afd288afb45cf5fad5f0f251fa967c7e7b930 + +pkgname = python-cachecontrol diff --git a/python/python-cachecontrol/.nvchecker.toml b/python/python-cachecontrol/.nvchecker.toml new file mode 100644 index 0000000000..dfd9ae55b8 --- /dev/null +++ b/python/python-cachecontrol/.nvchecker.toml @@ -0,0 +1,3 @@ +[python-cachecontrol] +source = "pypi" +pypi = "cachecontrol" diff --git a/python/python-cachecontrol/PKGBUILD b/python/python-cachecontrol/PKGBUILD index 4839a65f19..74ee467148 100644 --- a/python/python-cachecontrol/PKGBUILD +++ b/python/python-cachecontrol/PKGBUILD @@ -4,8 +4,8 @@ _name=cachecontrol pkgname=python-cachecontrol -pkgver=0.14.0 -pkgrel=3 +pkgver=0.14.1 +pkgrel=2 epoch=1 pkgdesc="Port of the caching algorithms in httplib2 for use with requests session object" arch=(any) @@ -33,8 +33,8 @@ optdepends=( 'python-redis: for redis cache' ) source=($_name-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz) -sha256sums=('159f4341e015d11b16de5b9f86e207cff753d6080642671f4cd09717e34a12a0') -b2sums=('352b417512dd2858ba5d43c72116a6930037adc6fc70f66efbee9c1e4e81c296bf9ebf0e862834311afaff0c66d9bbfc16a35dfe978fdf759e07e993d49a0a71') +sha256sums=('012e5eb94b9a0b7261572f07675f8f0cb78723e37e4c79ddd5f4e1e6ba413834') +b2sums=('6d84d94d0fb630e9db0b4d4da5ae0045a0704775e55ae632ab00859efe9034dcb7fb2caf1736ae13618b9d5a484afd288afb45cf5fad5f0f251fa967c7e7b930') build() { cd $_name-$pkgver