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 Apr 28 07:47:38 UTC 2025

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/www/py-hishel/Makefile:1.2
--- pkgsrc/www/py-hishel/Makefile:1.1   Tue Jan 28 11:50:12 2025
+++ pkgsrc/www/py-hishel/Makefile       Mon Apr 28 07:47:38 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2025/01/28 11:50:12 adam Exp $
+# $NetBSD: Makefile,v 1.2 2025/04/28 07:47:38 adam Exp $
 
-DISTNAME=      hishel-0.1.1
+DISTNAME=      hishel-0.1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hishel/}
Index: pkgsrc/www/py-hishel/distinfo
diff -u pkgsrc/www/py-hishel/distinfo:1.1 pkgsrc/www/py-hishel/distinfo:1.2
--- pkgsrc/www/py-hishel/distinfo:1.1   Tue Jan 28 11:50:12 2025
+++ pkgsrc/www/py-hishel/distinfo       Mon Apr 28 07:47:38 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2025/01/28 11:50:12 adam Exp $
+$NetBSD: distinfo,v 1.2 2025/04/28 07:47:38 adam Exp $
 
-BLAKE2s (hishel-0.1.1.tar.gz) = 15ee76af447dd4a91806eb0bf388cf47a610c3f89da88df7bae0188df2a68113
-SHA512 (hishel-0.1.1.tar.gz) = 5db755f1cc5e65f5d16aa3558894efe666ef56d9732d949d27416a4bba799dacac76886ed493ab168a2680fe8ee9331e1d21c60e4e07dcf7f41a3a8b244a332c
-Size (hishel-0.1.1.tar.gz) = 35615 bytes
+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



Home | Main Index | Thread Index | Old Index