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:           Mon May 11 16:13:44 UTC 2026

Modified Files:
        pkgsrc/www/py-hishel: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-hishel/Makefile \
    pkgsrc/www/py-hishel/distinfo
cvs rdiff -u -r1.2 -r1.3 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.7 pkgsrc/www/py-hishel/Makefile:1.8
--- pkgsrc/www/py-hishel/Makefile:1.7   Sun Feb 15 12:53:56 2026
+++ pkgsrc/www/py-hishel/Makefile       Mon May 11 16:13:44 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2026/02/15 12:53:56 adam Exp $
+# $NetBSD: Makefile,v 1.8 2026/05/11 16:13:44 adam Exp $
 
-DISTNAME=      hishel-1.1.9
+DISTNAME=      hishel-1.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hishel/}
@@ -10,7 +10,6 @@ HOMEPAGE=     https://github.com/karpetrosya
 COMMENT=       Persistent cache implementation for httpx and httpcore
 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}-msgpack>=1.1.2:../../devel/py-msgpack
 DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=4.14.1:../../devel/py-typing-extensions
Index: pkgsrc/www/py-hishel/distinfo
diff -u pkgsrc/www/py-hishel/distinfo:1.7 pkgsrc/www/py-hishel/distinfo:1.8
--- pkgsrc/www/py-hishel/distinfo:1.7   Sun Feb 15 12:53:56 2026
+++ pkgsrc/www/py-hishel/distinfo       Mon May 11 16:13:44 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2026/02/15 12:53:56 adam Exp $
+$NetBSD: distinfo,v 1.8 2026/05/11 16:13:44 adam Exp $
 
-BLAKE2s (hishel-1.1.9.tar.gz) = c9ba974ef31b061e167e3d503cb73e6dcc58d701ef227f1fd8cbb071787d9d12
-SHA512 (hishel-1.1.9.tar.gz) = 5fc2451c55cb44935cc1e14e251ba05e230b710d81d1099a9788afe124c6eec5f95ea0e084e3192c36e1c78c2aa0ebb2b3c01b69e9bd4bde8681684d349ae991
-Size (hishel-1.1.9.tar.gz) = 61898 bytes
+BLAKE2s (hishel-1.2.1.tar.gz) = c1eed94f394cd6418cb5f4f7d3c5dfa93b5f5294276db1185df5056cff96b47d
+SHA512 (hishel-1.2.1.tar.gz) = 88911cb1fb1068276f5775e5f5ad8a0c453226509aff7451b44d6148e7186efc41300822d2a3838054cfcc66ffcb4497bd51f838b97bc826aab452a9a15815a2
+Size (hishel-1.2.1.tar.gz) = 814761 bytes

Index: pkgsrc/www/py-hishel/PLIST
diff -u pkgsrc/www/py-hishel/PLIST:1.2 pkgsrc/www/py-hishel/PLIST:1.3
--- pkgsrc/www/py-hishel/PLIST:1.2      Tue Nov 25 08:07:31 2025
+++ pkgsrc/www/py-hishel/PLIST  Mon May 11 16:13:44 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2025/11/25 08:07:31 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2026/05/11 16:13:44 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -21,6 +21,9 @@ ${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_redis.py
+${PYSITELIB}/hishel/_core/_storages/_async_redis.pyc
+${PYSITELIB}/hishel/_core/_storages/_async_redis.pyo
 ${PYSITELIB}/hishel/_core/_storages/_async_sqlite.py
 ${PYSITELIB}/hishel/_core/_storages/_async_sqlite.pyc
 ${PYSITELIB}/hishel/_core/_storages/_async_sqlite.pyo
@@ -30,6 +33,9 @@ ${PYSITELIB}/hishel/_core/_storages/_pac
 ${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_redis.py
+${PYSITELIB}/hishel/_core/_storages/_sync_redis.pyc
+${PYSITELIB}/hishel/_core/_storages/_sync_redis.pyo
 ${PYSITELIB}/hishel/_core/_storages/_sync_sqlite.py
 ${PYSITELIB}/hishel/_core/_storages/_sync_sqlite.pyc
 ${PYSITELIB}/hishel/_core/_storages/_sync_sqlite.pyo



Home | Main Index | Thread Index | Old Index