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 Jul 15 18:29:11 UTC 2025

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-hishel/Makefile \
    pkgsrc/www/py-hishel/distinfo

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.2 pkgsrc/www/py-hishel/Makefile:1.3
--- pkgsrc/www/py-hishel/Makefile:1.2   Mon Apr 28 07:47:38 2025
+++ pkgsrc/www/py-hishel/Makefile       Tue Jul 15 18:29:11 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2025/04/28 07:47:38 adam Exp $
+# $NetBSD: Makefile,v 1.3 2025/07/15 18:29:11 adam Exp $
 
-DISTNAME=      hishel-0.1.2
+DISTNAME=      hishel-0.1.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hishel/}
@@ -12,7 +12,7 @@ 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.22.0:../../www/py-httpx
+DEPENDS+=      ${PYPKGPREFIX}-httpx>=0.28.0:../../www/py-httpx
 
 USE_LANGUAGES= # none
 
Index: pkgsrc/www/py-hishel/distinfo
diff -u pkgsrc/www/py-hishel/distinfo:1.2 pkgsrc/www/py-hishel/distinfo:1.3
--- pkgsrc/www/py-hishel/distinfo:1.2   Mon Apr 28 07:47:38 2025
+++ pkgsrc/www/py-hishel/distinfo       Tue Jul 15 18:29:11 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2025/04/28 07:47:38 adam Exp $
+$NetBSD: distinfo,v 1.3 2025/07/15 18:29:11 adam Exp $
 
-BLAKE2s (hishel-0.1.2.tar.gz) = 6d4df5eccfaf480ea328a57438f97964ab208ba9ae114fc4432f63c8c59f7fe2
-SHA512 (hishel-0.1.2.tar.gz) = b12c84cea20cb6c16397af6b310c4ef68b7d67745af88f5d06eb722751efaf7d82ac8f27918ad6a22a723d5ab9f303a80053428a788bd1fdf90478723be1408e
-Size (hishel-0.1.2.tar.gz) = 36240 bytes
+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



Home | Main Index | Thread Index | Old Index