Skip to content
Snippets Groups Projects
Commit 2b4e2d6c authored by Simon Rupf's avatar Simon Rupf Committed by omni
Browse files

community/py3-cachelib: upgrade to 0.13.0

parent ba9d05e6
1 merge request!64219community/py3-cachelib: upgrade to 0.13.0
Pipeline #226858 skipped
# Maintainer: Simon Rupf <simon@rupf.net>
pkgname=py3-cachelib
_pkgname=cachelib
pkgver=0.12.0
pkgrel=1
pkgver=0.13.0
pkgrel=0
pkgdesc="A collection of cache libraries in the same API interface. Extracted from Werkzeug."
url="https://cachelib.readthedocs.io/"
arch="noarch"
......@@ -13,7 +13,6 @@ checkdepends="py3-boto3 py3-pytest-xprocess py3-pytest"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz
disable-mongo-tests.patch
no-deprecation.patch
"
builddir="$srcdir"/$_pkgname-$pkgver
......@@ -34,7 +33,6 @@ package() {
}
sha512sums="
771ea8593e19aedda94c946ca0157b7d4c81ca9e56d0f15cbe7d462914bca3a1a0e5d61a23c8f890ec1ffa6320a47d7e8e3acfd33463af61b2578f6b65a7a15a cachelib-0.12.0.tar.gz
09604fdd03f84a207770313192898087fdd724999be93b08e61c463b793611783ea70b18afbd89e10c655d227108bebb5a192c7a8d5c241bc94209ff51f7b338 cachelib-0.13.0.tar.gz
8b237ed9d06ef43adcf561c12d0c5768a43f963e866551c49e26d8eeaff55c7bf007b03cf468107bc67467fedc3898e4382e8e7c091e5c91f6d426a21044df36 disable-mongo-tests.patch
f4c350aa41f148ee34bd56081dbdd90f39f29644ff85e33fc43cd521d07dad7e5d36e06b231315cbed0b9aab2a6cdb67bca7783847f5c002f1d1fcd8ee4580db no-deprecation.patch
"
failing on warnings is useless here
diff --git a/setup.cfg b/setup.cfg
index cf61879..6e8d387 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -36,7 +36,6 @@ where = src
[tool:pytest]
testpaths = tests
filterwarnings =
- error
default::DeprecationWarning:cachelib.uwsgi
default::DeprecationWarning:cachelib.redis
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment