From a3d0cfa7336efc8c6c19f559b0934cacc79c2de0 Mon Sep 17 00:00:00 2001 From: Mateusz Sylwestrzak Date: Fri, 10 Jul 2026 17:00:06 +0200 Subject: [PATCH] python3-requests-cache: update to 1.3.3 --- srcpkgs/python3-requests-cache/template | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-requests-cache/template b/srcpkgs/python3-requests-cache/template index 5ef873b2aaa2f5..80755e17e2b55c 100644 --- a/srcpkgs/python3-requests-cache/template +++ b/srcpkgs/python3-requests-cache/template @@ -1,18 +1,31 @@ # Template file for 'python3-requests-cache' pkgname=python3-requests-cache -version=1.3.2 +version=1.3.3 revision=1 build_style=python3-pep517 -hostmakedepends="python3-poetry-core hatchling" +# skip integration tests requiring external database services running +make_check_args=" + --ignore=tests/integration/test_redis.py + --ignore=tests/integration/test_mongodb.py + --ignore=tests/integration/test_dynamodb.py +" +hostmakedepends="hatchling" depends="python3-requests python3-urllib3 python3-attrs python3-cattrs python3-platformdirs python3-url-normalize" +checkdepends="$depends python3-pytest python3-requests-mock python3-rich + python3-typing_extensions python3-responses python3-time-machine + python3-pytest-httpbin" short_desc="Persistent cache for python requests" maintainer="Mateusz Sylwestrzak " license="BSD-2-Clause" homepage="https://github.com/requests-cache/requests-cache" changelog="https://raw.githubusercontent.com/requests-cache/requests-cache/main/HISTORY.md" distfiles="${PYPI_SITE}/r/requests-cache/requests_cache-${version}.tar.gz" -checksum=bdc3680931f98a1dea509d339ea6b45cea526945b47b250ce63ffd2744ee0b14 +checksum=79b72d5ac5143992d1836ad78f4d8e65666061dd44e220548caab3723089826b + +pre_check() { + export USE_PYTEST_HTTPBIN=true +} post_install() { vlicense LICENSE