diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-06-09 10:15:41 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-06-09 10:16:29 +0100 |
| commit | 1eebca622e92f7477002381e4c78ae27cdfdc60c (patch) | |
| tree | 0b92aac2fc11aded2728e61190b04e28e137535a /gnu/packages/python-web.scm | |
| parent | e37cedf8873f4f4541350f5e46c33e7aec7e6f4d (diff) | |
gnu: python-aiohttp-client-cache: Update to 0.14.3.
* gnu/packages/python-web.scm (python-aiohttp-client-cache): Update to 0.14.3.
[propagated-inputs]: Add python-aioboto3, python-aiobotocore, and
python-pymongo.
[native-inputs]: Remove python-async-timeout and python-pytest-xdist;
add python-types-aiofiles.
Relates-to: guix/guix#9155
Change-Id: I34c5e76ce82fe3ebae42d882f179c2d99af8e41e
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 31 |
1 files changed, 15 insertions, 16 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index a4b616df830..40d0878bdfb 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm | |||
| @@ -2492,7 +2492,7 @@ provide an easy-to-use Python interface for building OAuth1 and OAuth2 clients." | |||
| 2492 | (define-public python-aiohttp-client-cache | 2492 | (define-public python-aiohttp-client-cache |
| 2493 | (package | 2493 | (package |
| 2494 | (name "python-aiohttp-client-cache") | 2494 | (name "python-aiohttp-client-cache") |
| 2495 | (version "0.14.2") | 2495 | (version "0.14.3") |
| 2496 | (source | 2496 | (source |
| 2497 | (origin | 2497 | (origin |
| 2498 | (method git-fetch) | 2498 | (method git-fetch) |
| @@ -2502,32 +2502,31 @@ provide an easy-to-use Python interface for building OAuth1 and OAuth2 clients." | |||
| 2502 | (file-name (git-file-name name version)) | 2502 | (file-name (git-file-name name version)) |
| 2503 | (sha256 | 2503 | (sha256 |
| 2504 | (base32 | 2504 | (base32 |
| 2505 | "17qa2sh63wa7b9ma40y2b6k9sjscc5vfwlmf46sv36l1mz9rmd4y")))) | 2505 | "13xbmjjvcbzh3yh5z92mc0gwicwfjfq2av5jbqv09sbfzhggs92y")))) |
| 2506 | (build-system pyproject-build-system) | 2506 | (build-system pyproject-build-system) |
| 2507 | (arguments | 2507 | (arguments |
| 2508 | (list | 2508 | (list |
| 2509 | #:test-flags | 2509 | #:test-flags #~(list "--ignore=test/integration/"))) |
| 2510 | ;; Run unit tests only which not require networking or additional setup. | ||
| 2511 | #~(list "--ignore=test/integration"))) | ||
| 2512 | (native-inputs | 2510 | (native-inputs |
| 2513 | (list python-hatchling | 2511 | (list python-brotli |
| 2514 | ;; TODO: Missing packages: pytest-clarity, | ||
| 2515 | ;; nox-poetry, types-aiofiles. | ||
| 2516 | python-async-timeout | ||
| 2517 | python-brotli | ||
| 2518 | python-faker | 2512 | python-faker |
| 2513 | python-hatchling | ||
| 2519 | python-pytest | 2514 | python-pytest |
| 2520 | python-pytest-aiohttp | 2515 | python-pytest-aiohttp |
| 2521 | python-pytest-asyncio | 2516 | python-pytest-asyncio |
| 2522 | python-pytest-xdist)) | 2517 | python-types-aiofiles)) |
| 2523 | (propagated-inputs | 2518 | (propagated-inputs |
| 2524 | (list python-aiofiles | 2519 | (list python-aiohttp |
| 2525 | python-aiohttp | ||
| 2526 | python-aiosqlite | ||
| 2527 | python-attrs | 2520 | python-attrs |
| 2528 | python-itsdangerous | 2521 | python-itsdangerous |
| 2529 | python-redis | 2522 | python-url-normalize |
| 2530 | python-url-normalize)) | 2523 | ;; [optional] |
| 2524 | python-aioboto3 | ||
| 2525 | python-aiobotocore | ||
| 2526 | python-aiofiles | ||
| 2527 | python-aiosqlite | ||
| 2528 | python-pymongo | ||
| 2529 | python-redis)) | ||
| 2531 | (home-page "https://github.com/requests-cache/aiohttp-client-cache") | 2530 | (home-page "https://github.com/requests-cache/aiohttp-client-cache") |
| 2532 | (synopsis "Persistent cache for aiohttp requests") | 2531 | (synopsis "Persistent cache for aiohttp requests") |
| 2533 | (description | 2532 | (description |
