head 1.8; access; symbols pkgsrc-2026Q1:1.7.0.2 pkgsrc-2026Q1-base:1.7 pkgsrc-2025Q4:1.5.0.2 pkgsrc-2025Q4-base:1.5 pkgsrc-2025Q3:1.3.0.2 pkgsrc-2025Q3-base:1.3 pkgsrc-2025Q2:1.2.0.2 pkgsrc-2025Q2-base:1.2 pkgsrc-2025Q1:1.1.0.2 pkgsrc-2025Q1-base:1.1; locks; strict; comment @# @; 1.8 date 2026.05.11.16.13.44; author adam; state Exp; branches; next 1.7; commitid WtFn0AUCbLRWJpFG; 1.7 date 2026.02.15.12.53.56; author adam; state Exp; branches; next 1.6; commitid eycvPrf2jDYRmtuG; 1.6 date 2026.01.14.09.52.57; author adam; state Exp; branches; next 1.5; commitid Snt2veMU7AtAolqG; 1.5 date 2025.12.03.13.36.44; author adam; state Exp; branches; next 1.4; commitid tqg7yNUIkw42ZXkG; 1.4 date 2025.11.25.08.07.31; author adam; state Exp; branches; next 1.3; commitid VieIuBUf0l1VpUjG; 1.3 date 2025.07.15.18.29.11; author adam; state Exp; branches; next 1.2; commitid hq4yLFTuV09t8S2G; 1.2 date 2025.04.28.07.47.38; author adam; state Exp; branches; next 1.1; commitid WKHZkRHag8RO5NSF; 1.1 date 2025.01.28.11.50.12; author adam; state Exp; branches; next ; commitid kp8guSfwKRnpkfHF; desc @@ 1.8 log @py-hishel: updated to 1.2.1 What's Changed in 1.2.1 Miscellaneous Tasks * explicitly set build backend by @@karpetrosyan What's Changed in 1.2.0 Refactoring * improve sqlite concurrency by @@karpetrosyan Miscellaneous Tasks * simplify pyproject.toml, use src layout by @@karpetrosyan Documentation * mention support for Zapros HTTP Client by @@karpetrosyan Features * feat: add support for redis @ text @# $NetBSD: Makefile,v 1.7 2026/02/15 12:53:56 adam Exp $ DISTNAME= hishel-1.2.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=h/hishel/} MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= https://github.com/karpetrosyan/hishel COMMENT= Persistent cache implementation for httpx and httpcore LICENSE= modified-bsd TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling DEPENDS+= ${PYPKGPREFIX}-msgpack>=1.1.2:../../devel/py-msgpack DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=4.14.1:../../devel/py-typing-extensions USE_LANGUAGES= # none .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" @ 1.7 log @py-hishel: updated to 1.1.9 1.1.9 Miscellaneous Tasks * chore: drop python 3.9 support Dependencies * chore(deps-dev): bump the python-packages group across 1 directory with 5 updates @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.6 2026/01/14 09:52:57 adam Exp $ d3 1 a3 1 DISTNAME= hishel-1.1.9 a12 1 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-fancy-pypi-readme-[0-9]*:../../devel/py-hatch-fancy-pypi-readme @ 1.6 log @py-hishel: updated to 1.1.8 What's Changed in 1.1.8 Miscellaneous Tasks * chore(ci): remove redis action Bug Fixes * fix: prevent race conditions @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2025/12/03 13:36:44 adam Exp $ d3 1 a3 1 DISTNAME= hishel-1.1.8 @ 1.5 log @py-hishel: updated to 1.1.7 1.1.7 Refactoring * refactor(storage): create sqlite database path only when creating connections Miscellaneous Tasks * chore(deps-dev): bump the python-packages group with 5 updates Bug Fixes * fix(cache): Lambda parameter name clashes the loop variable being closed over Documentation * add release process guidelines for maintainers Features * Feature/accept pathlib path in SqliteStorage @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2025/11/25 08:07:31 adam Exp $ d3 1 a3 1 DISTNAME= hishel-1.1.7 @ 1.4 log @py-hishel: updated to 1.1.6 What's Changed in 1.1.6 Documentation * remove some stale httpx configs Features * Add support for request no-cache directive What's Changed in 1.1.5 Bug Fixes * filter out soft-deleted, expired and incomplete entries in `get_entries` What's Changed in 1.1.4 Bug Fixes * don't raise an error on consumed streams that were read into memory * close sqlite connections properly @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2025/07/15 18:29:11 adam Exp $ d3 1 a3 1 DISTNAME= hishel-1.1.6 @ 1.3 log @py-hishel: updated to 0.1.3 0.1.3 (1st July, 2025) - Remove `types-redis` from dev dependencies - Bump redis to 6.0.0 and address async `.close()` deprecation warning - Avoid race condition when unlinking files in `FileStorage`. - Allow prodiving a `path_prefix` in `S3Storage` and `AsyncS3Storage`. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2025/04/28 07:47:38 adam Exp $ d3 1 a3 1 DISTNAME= hishel-0.1.3 d15 2 a16 1 DEPENDS+= ${PYPKGPREFIX}-httpx>=0.28.0:../../www/py-httpx @ 1.2 log @py-hishel: updated to 0.1.2 0.1.2 (5th April, 2025) - Add check for fips compliant python. - Fix compatibility with httpx. - Use `SyncByteStream` instead of `ByteStream`. - Don't raise exceptions if date-containing headers are invalid. - Fix for S3 Storage missing metadata in API request. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2025/01/28 11:50:12 adam Exp $ d3 1 a3 1 DISTNAME= hishel-0.1.2 d15 1 a15 1 DEPENDS+= ${PYPKGPREFIX}-httpx>=0.22.0:../../www/py-httpx @ 1.1 log @py-hishel: added version 0.1.1 Hishel is a library that implements HTTP Caching for HTTPX and HTTP Core libraries in accordance with RFC 9111, the most recent caching specification. @ text @d1 1 a1 1 # $NetBSD$ d3 1 a3 1 DISTNAME= hishel-0.1.1 @