Skip to content

Commit bd7818c

Browse files
author
adam
committed
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
1 parent 0cb9968 commit bd7818c

File tree

3 files changed

+60
-68
lines changed

3 files changed

+60
-68
lines changed

www/py-hishel/Makefile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.3 2025/07/15 18:29:11 adam Exp $
1+
# $NetBSD: Makefile,v 1.4 2025/11/25 08:07:31 adam Exp $
22

3-
DISTNAME= hishel-0.1.3
3+
DISTNAME= hishel-1.1.6
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
55
CATEGORIES= www python
66
MASTER_SITES= ${MASTER_SITE_PYPI:=h/hishel/}
@@ -12,7 +12,8 @@ LICENSE= modified-bsd
1212

1313
TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-fancy-pypi-readme-[0-9]*:../../devel/py-hatch-fancy-pypi-readme
1414
TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
15-
DEPENDS+= ${PYPKGPREFIX}-httpx>=0.28.0:../../www/py-httpx
15+
DEPENDS+= ${PYPKGPREFIX}-msgpack>=1.1.2:../../devel/py-msgpack
16+
DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=4.14.1:../../devel/py-typing-extensions
1617

1718
USE_LANGUAGES= # none
1819

www/py-hishel/PLIST

Lines changed: 52 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,72 +1,63 @@
1-
@comment $NetBSD: PLIST,v 1.1 2025/01/28 11:50:12 adam Exp $
1+
@comment $NetBSD: PLIST,v 1.2 2025/11/25 08:07:31 adam Exp $
22
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
33
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
44
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
55
${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
66
${PYSITELIB}/hishel/__init__.py
77
${PYSITELIB}/hishel/__init__.pyc
88
${PYSITELIB}/hishel/__init__.pyo
9-
${PYSITELIB}/hishel/_async/__init__.py
10-
${PYSITELIB}/hishel/_async/__init__.pyc
11-
${PYSITELIB}/hishel/_async/__init__.pyo
12-
${PYSITELIB}/hishel/_async/_client.py
13-
${PYSITELIB}/hishel/_async/_client.pyc
14-
${PYSITELIB}/hishel/_async/_client.pyo
15-
${PYSITELIB}/hishel/_async/_mock.py
16-
${PYSITELIB}/hishel/_async/_mock.pyc
17-
${PYSITELIB}/hishel/_async/_mock.pyo
18-
${PYSITELIB}/hishel/_async/_pool.py
19-
${PYSITELIB}/hishel/_async/_pool.pyc
20-
${PYSITELIB}/hishel/_async/_pool.pyo
21-
${PYSITELIB}/hishel/_async/_storages.py
22-
${PYSITELIB}/hishel/_async/_storages.pyc
23-
${PYSITELIB}/hishel/_async/_storages.pyo
24-
${PYSITELIB}/hishel/_async/_transports.py
25-
${PYSITELIB}/hishel/_async/_transports.pyc
26-
${PYSITELIB}/hishel/_async/_transports.pyo
27-
${PYSITELIB}/hishel/_controller.py
28-
${PYSITELIB}/hishel/_controller.pyc
29-
${PYSITELIB}/hishel/_controller.pyo
30-
${PYSITELIB}/hishel/_exceptions.py
31-
${PYSITELIB}/hishel/_exceptions.pyc
32-
${PYSITELIB}/hishel/_exceptions.pyo
33-
${PYSITELIB}/hishel/_files.py
34-
${PYSITELIB}/hishel/_files.pyc
35-
${PYSITELIB}/hishel/_files.pyo
36-
${PYSITELIB}/hishel/_headers.py
37-
${PYSITELIB}/hishel/_headers.pyc
38-
${PYSITELIB}/hishel/_headers.pyo
39-
${PYSITELIB}/hishel/_lfu_cache.py
40-
${PYSITELIB}/hishel/_lfu_cache.pyc
41-
${PYSITELIB}/hishel/_lfu_cache.pyo
42-
${PYSITELIB}/hishel/_s3.py
43-
${PYSITELIB}/hishel/_s3.pyc
44-
${PYSITELIB}/hishel/_s3.pyo
45-
${PYSITELIB}/hishel/_serializers.py
46-
${PYSITELIB}/hishel/_serializers.pyc
47-
${PYSITELIB}/hishel/_serializers.pyo
48-
${PYSITELIB}/hishel/_sync/__init__.py
49-
${PYSITELIB}/hishel/_sync/__init__.pyc
50-
${PYSITELIB}/hishel/_sync/__init__.pyo
51-
${PYSITELIB}/hishel/_sync/_client.py
52-
${PYSITELIB}/hishel/_sync/_client.pyc
53-
${PYSITELIB}/hishel/_sync/_client.pyo
54-
${PYSITELIB}/hishel/_sync/_mock.py
55-
${PYSITELIB}/hishel/_sync/_mock.pyc
56-
${PYSITELIB}/hishel/_sync/_mock.pyo
57-
${PYSITELIB}/hishel/_sync/_pool.py
58-
${PYSITELIB}/hishel/_sync/_pool.pyc
59-
${PYSITELIB}/hishel/_sync/_pool.pyo
60-
${PYSITELIB}/hishel/_sync/_storages.py
61-
${PYSITELIB}/hishel/_sync/_storages.pyc
62-
${PYSITELIB}/hishel/_sync/_storages.pyo
63-
${PYSITELIB}/hishel/_sync/_transports.py
64-
${PYSITELIB}/hishel/_sync/_transports.pyc
65-
${PYSITELIB}/hishel/_sync/_transports.pyo
66-
${PYSITELIB}/hishel/_synchronization.py
67-
${PYSITELIB}/hishel/_synchronization.pyc
68-
${PYSITELIB}/hishel/_synchronization.pyo
9+
${PYSITELIB}/hishel/_async_cache.py
10+
${PYSITELIB}/hishel/_async_cache.pyc
11+
${PYSITELIB}/hishel/_async_cache.pyo
12+
${PYSITELIB}/hishel/_async_httpx.py
13+
${PYSITELIB}/hishel/_async_httpx.pyc
14+
${PYSITELIB}/hishel/_async_httpx.pyo
15+
${PYSITELIB}/hishel/_core/_headers.py
16+
${PYSITELIB}/hishel/_core/_headers.pyc
17+
${PYSITELIB}/hishel/_core/_headers.pyo
18+
${PYSITELIB}/hishel/_core/_spec.py
19+
${PYSITELIB}/hishel/_core/_spec.pyc
20+
${PYSITELIB}/hishel/_core/_spec.pyo
21+
${PYSITELIB}/hishel/_core/_storages/_async_base.py
22+
${PYSITELIB}/hishel/_core/_storages/_async_base.pyc
23+
${PYSITELIB}/hishel/_core/_storages/_async_base.pyo
24+
${PYSITELIB}/hishel/_core/_storages/_async_sqlite.py
25+
${PYSITELIB}/hishel/_core/_storages/_async_sqlite.pyc
26+
${PYSITELIB}/hishel/_core/_storages/_async_sqlite.pyo
27+
${PYSITELIB}/hishel/_core/_storages/_packing.py
28+
${PYSITELIB}/hishel/_core/_storages/_packing.pyc
29+
${PYSITELIB}/hishel/_core/_storages/_packing.pyo
30+
${PYSITELIB}/hishel/_core/_storages/_sync_base.py
31+
${PYSITELIB}/hishel/_core/_storages/_sync_base.pyc
32+
${PYSITELIB}/hishel/_core/_storages/_sync_base.pyo
33+
${PYSITELIB}/hishel/_core/_storages/_sync_sqlite.py
34+
${PYSITELIB}/hishel/_core/_storages/_sync_sqlite.pyc
35+
${PYSITELIB}/hishel/_core/_storages/_sync_sqlite.pyo
36+
${PYSITELIB}/hishel/_core/models.py
37+
${PYSITELIB}/hishel/_core/models.pyc
38+
${PYSITELIB}/hishel/_core/models.pyo
39+
${PYSITELIB}/hishel/_policies.py
40+
${PYSITELIB}/hishel/_policies.pyc
41+
${PYSITELIB}/hishel/_policies.pyo
42+
${PYSITELIB}/hishel/_sync_cache.py
43+
${PYSITELIB}/hishel/_sync_cache.pyc
44+
${PYSITELIB}/hishel/_sync_cache.pyo
45+
${PYSITELIB}/hishel/_sync_httpx.py
46+
${PYSITELIB}/hishel/_sync_httpx.pyc
47+
${PYSITELIB}/hishel/_sync_httpx.pyo
6948
${PYSITELIB}/hishel/_utils.py
7049
${PYSITELIB}/hishel/_utils.pyc
7150
${PYSITELIB}/hishel/_utils.pyo
51+
${PYSITELIB}/hishel/asgi.py
52+
${PYSITELIB}/hishel/asgi.pyc
53+
${PYSITELIB}/hishel/asgi.pyo
54+
${PYSITELIB}/hishel/fastapi.py
55+
${PYSITELIB}/hishel/fastapi.pyc
56+
${PYSITELIB}/hishel/fastapi.pyo
57+
${PYSITELIB}/hishel/httpx.py
58+
${PYSITELIB}/hishel/httpx.pyc
59+
${PYSITELIB}/hishel/httpx.pyo
7260
${PYSITELIB}/hishel/py.typed
61+
${PYSITELIB}/hishel/requests.py
62+
${PYSITELIB}/hishel/requests.pyc
63+
${PYSITELIB}/hishel/requests.pyo

www/py-hishel/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.3 2025/07/15 18:29:11 adam Exp $
1+
$NetBSD: distinfo,v 1.4 2025/11/25 08:07:31 adam Exp $
22

3-
BLAKE2s (hishel-0.1.3.tar.gz) = 70be04605f5f3068f106e2c637fd0a1a07178d1bc54c0e22ab96d8257ef0205d
4-
SHA512 (hishel-0.1.3.tar.gz) = 448717bf8529a0dcd6ef556ec81f6d4fd78579e82c1d65074c54b694cfcb6f8dde8ab1a033a83edb80b02c5d375618de145cc1488f127e431157125a94d3e810
5-
Size (hishel-0.1.3.tar.gz) = 36649 bytes
3+
BLAKE2s (hishel-1.1.6.tar.gz) = 76eb4478bffc191979868e5c480861e299306bf622f8edb4d0ea367d80fbed27
4+
SHA512 (hishel-1.1.6.tar.gz) = 57e9e41fe28c129018eec30604753d11f358a97c7ee7bb55110cb1514c25749b9addd2cabc7c28d21099124ba2245ffa47a84ff975ab26a12957080b5b5806ca
5+
Size (hishel-1.1.6.tar.gz) = 60989 bytes

0 commit comments

Comments
 (0)