pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-hishel
Module Name: pkgsrc
Committed By: adam
Date: Tue Nov 25 08:07:31 UTC 2025
Modified Files:
pkgsrc/www/py-hishel: Makefile PLIST distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-hishel/Makefile \
pkgsrc/www/py-hishel/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-hishel/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/py-hishel/Makefile
diff -u pkgsrc/www/py-hishel/Makefile:1.3 pkgsrc/www/py-hishel/Makefile:1.4
--- pkgsrc/www/py-hishel/Makefile:1.3 Tue Jul 15 18:29:11 2025
+++ pkgsrc/www/py-hishel/Makefile Tue Nov 25 08:07:31 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2025/07/15 18:29:11 adam Exp $
+# $NetBSD: Makefile,v 1.4 2025/11/25 08:07:31 adam Exp $
-DISTNAME= hishel-0.1.3
+DISTNAME= hishel-1.1.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=h/hishel/}
@@ -12,7 +12,8 @@ LICENSE= modified-bsd
TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-fancy-pypi-readme-[0-9]*:../../devel/py-hatch-fancy-pypi-readme
TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
-DEPENDS+= ${PYPKGPREFIX}-httpx>=0.28.0:../../www/py-httpx
+DEPENDS+= ${PYPKGPREFIX}-msgpack>=1.1.2:../../devel/py-msgpack
+DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=4.14.1:../../devel/py-typing-extensions
USE_LANGUAGES= # none
Index: pkgsrc/www/py-hishel/distinfo
diff -u pkgsrc/www/py-hishel/distinfo:1.3 pkgsrc/www/py-hishel/distinfo:1.4
--- pkgsrc/www/py-hishel/distinfo:1.3 Tue Jul 15 18:29:11 2025
+++ pkgsrc/www/py-hishel/distinfo Tue Nov 25 08:07:31 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2025/07/15 18:29:11 adam Exp $
+$NetBSD: distinfo,v 1.4 2025/11/25 08:07:31 adam Exp $
-BLAKE2s (hishel-0.1.3.tar.gz) = 70be04605f5f3068f106e2c637fd0a1a07178d1bc54c0e22ab96d8257ef0205d
-SHA512 (hishel-0.1.3.tar.gz) = 448717bf8529a0dcd6ef556ec81f6d4fd78579e82c1d65074c54b694cfcb6f8dde8ab1a033a83edb80b02c5d375618de145cc1488f127e431157125a94d3e810
-Size (hishel-0.1.3.tar.gz) = 36649 bytes
+BLAKE2s (hishel-1.1.6.tar.gz) = 76eb4478bffc191979868e5c480861e299306bf622f8edb4d0ea367d80fbed27
+SHA512 (hishel-1.1.6.tar.gz) = 57e9e41fe28c129018eec30604753d11f358a97c7ee7bb55110cb1514c25749b9addd2cabc7c28d21099124ba2245ffa47a84ff975ab26a12957080b5b5806ca
+Size (hishel-1.1.6.tar.gz) = 60989 bytes
Index: pkgsrc/www/py-hishel/PLIST
diff -u pkgsrc/www/py-hishel/PLIST:1.1 pkgsrc/www/py-hishel/PLIST:1.2
--- pkgsrc/www/py-hishel/PLIST:1.1 Tue Jan 28 11:50:12 2025
+++ pkgsrc/www/py-hishel/PLIST Tue Nov 25 08:07:31 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2025/01/28 11:50:12 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2025/11/25 08:07:31 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -6,67 +6,58 @@ ${PYSITELIB}/${WHEEL_INFODIR}/licenses/L
${PYSITELIB}/hishel/__init__.py
${PYSITELIB}/hishel/__init__.pyc
${PYSITELIB}/hishel/__init__.pyo
-${PYSITELIB}/hishel/_async/__init__.py
-${PYSITELIB}/hishel/_async/__init__.pyc
-${PYSITELIB}/hishel/_async/__init__.pyo
-${PYSITELIB}/hishel/_async/_client.py
-${PYSITELIB}/hishel/_async/_client.pyc
-${PYSITELIB}/hishel/_async/_client.pyo
-${PYSITELIB}/hishel/_async/_mock.py
-${PYSITELIB}/hishel/_async/_mock.pyc
-${PYSITELIB}/hishel/_async/_mock.pyo
-${PYSITELIB}/hishel/_async/_pool.py
-${PYSITELIB}/hishel/_async/_pool.pyc
-${PYSITELIB}/hishel/_async/_pool.pyo
-${PYSITELIB}/hishel/_async/_storages.py
-${PYSITELIB}/hishel/_async/_storages.pyc
-${PYSITELIB}/hishel/_async/_storages.pyo
-${PYSITELIB}/hishel/_async/_transports.py
-${PYSITELIB}/hishel/_async/_transports.pyc
-${PYSITELIB}/hishel/_async/_transports.pyo
-${PYSITELIB}/hishel/_controller.py
-${PYSITELIB}/hishel/_controller.pyc
-${PYSITELIB}/hishel/_controller.pyo
-${PYSITELIB}/hishel/_exceptions.py
-${PYSITELIB}/hishel/_exceptions.pyc
-${PYSITELIB}/hishel/_exceptions.pyo
-${PYSITELIB}/hishel/_files.py
-${PYSITELIB}/hishel/_files.pyc
-${PYSITELIB}/hishel/_files.pyo
-${PYSITELIB}/hishel/_headers.py
-${PYSITELIB}/hishel/_headers.pyc
-${PYSITELIB}/hishel/_headers.pyo
-${PYSITELIB}/hishel/_lfu_cache.py
-${PYSITELIB}/hishel/_lfu_cache.pyc
-${PYSITELIB}/hishel/_lfu_cache.pyo
-${PYSITELIB}/hishel/_s3.py
-${PYSITELIB}/hishel/_s3.pyc
-${PYSITELIB}/hishel/_s3.pyo
-${PYSITELIB}/hishel/_serializers.py
-${PYSITELIB}/hishel/_serializers.pyc
-${PYSITELIB}/hishel/_serializers.pyo
-${PYSITELIB}/hishel/_sync/__init__.py
-${PYSITELIB}/hishel/_sync/__init__.pyc
-${PYSITELIB}/hishel/_sync/__init__.pyo
-${PYSITELIB}/hishel/_sync/_client.py
-${PYSITELIB}/hishel/_sync/_client.pyc
-${PYSITELIB}/hishel/_sync/_client.pyo
-${PYSITELIB}/hishel/_sync/_mock.py
-${PYSITELIB}/hishel/_sync/_mock.pyc
-${PYSITELIB}/hishel/_sync/_mock.pyo
-${PYSITELIB}/hishel/_sync/_pool.py
-${PYSITELIB}/hishel/_sync/_pool.pyc
-${PYSITELIB}/hishel/_sync/_pool.pyo
-${PYSITELIB}/hishel/_sync/_storages.py
-${PYSITELIB}/hishel/_sync/_storages.pyc
-${PYSITELIB}/hishel/_sync/_storages.pyo
-${PYSITELIB}/hishel/_sync/_transports.py
-${PYSITELIB}/hishel/_sync/_transports.pyc
-${PYSITELIB}/hishel/_sync/_transports.pyo
-${PYSITELIB}/hishel/_synchronization.py
-${PYSITELIB}/hishel/_synchronization.pyc
-${PYSITELIB}/hishel/_synchronization.pyo
+${PYSITELIB}/hishel/_async_cache.py
+${PYSITELIB}/hishel/_async_cache.pyc
+${PYSITELIB}/hishel/_async_cache.pyo
+${PYSITELIB}/hishel/_async_httpx.py
+${PYSITELIB}/hishel/_async_httpx.pyc
+${PYSITELIB}/hishel/_async_httpx.pyo
+${PYSITELIB}/hishel/_core/_headers.py
+${PYSITELIB}/hishel/_core/_headers.pyc
+${PYSITELIB}/hishel/_core/_headers.pyo
+${PYSITELIB}/hishel/_core/_spec.py
+${PYSITELIB}/hishel/_core/_spec.pyc
+${PYSITELIB}/hishel/_core/_spec.pyo
+${PYSITELIB}/hishel/_core/_storages/_async_base.py
+${PYSITELIB}/hishel/_core/_storages/_async_base.pyc
+${PYSITELIB}/hishel/_core/_storages/_async_base.pyo
+${PYSITELIB}/hishel/_core/_storages/_async_sqlite.py
+${PYSITELIB}/hishel/_core/_storages/_async_sqlite.pyc
+${PYSITELIB}/hishel/_core/_storages/_async_sqlite.pyo
+${PYSITELIB}/hishel/_core/_storages/_packing.py
+${PYSITELIB}/hishel/_core/_storages/_packing.pyc
+${PYSITELIB}/hishel/_core/_storages/_packing.pyo
+${PYSITELIB}/hishel/_core/_storages/_sync_base.py
+${PYSITELIB}/hishel/_core/_storages/_sync_base.pyc
+${PYSITELIB}/hishel/_core/_storages/_sync_base.pyo
+${PYSITELIB}/hishel/_core/_storages/_sync_sqlite.py
+${PYSITELIB}/hishel/_core/_storages/_sync_sqlite.pyc
+${PYSITELIB}/hishel/_core/_storages/_sync_sqlite.pyo
+${PYSITELIB}/hishel/_core/models.py
+${PYSITELIB}/hishel/_core/models.pyc
+${PYSITELIB}/hishel/_core/models.pyo
+${PYSITELIB}/hishel/_policies.py
+${PYSITELIB}/hishel/_policies.pyc
+${PYSITELIB}/hishel/_policies.pyo
+${PYSITELIB}/hishel/_sync_cache.py
+${PYSITELIB}/hishel/_sync_cache.pyc
+${PYSITELIB}/hishel/_sync_cache.pyo
+${PYSITELIB}/hishel/_sync_httpx.py
+${PYSITELIB}/hishel/_sync_httpx.pyc
+${PYSITELIB}/hishel/_sync_httpx.pyo
${PYSITELIB}/hishel/_utils.py
${PYSITELIB}/hishel/_utils.pyc
${PYSITELIB}/hishel/_utils.pyo
+${PYSITELIB}/hishel/asgi.py
+${PYSITELIB}/hishel/asgi.pyc
+${PYSITELIB}/hishel/asgi.pyo
+${PYSITELIB}/hishel/fastapi.py
+${PYSITELIB}/hishel/fastapi.pyc
+${PYSITELIB}/hishel/fastapi.pyo
+${PYSITELIB}/hishel/httpx.py
+${PYSITELIB}/hishel/httpx.pyc
+${PYSITELIB}/hishel/httpx.pyo
${PYSITELIB}/hishel/py.typed
+${PYSITELIB}/hishel/requests.py
+${PYSITELIB}/hishel/requests.pyc
+${PYSITELIB}/hishel/requests.pyo
Home |
Main Index |
Thread Index |
Old Index