pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-aioquic



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Oct 20 09:16:37 UTC 2025

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

Log Message:
py-aioquic: updated to 1.3.0

1.3.0

* Ensure PATH_CHALLENGE frames are sent before other frame types.
* Reclaim memory when HTTP/3 streams end.
* Limit the number of remote PATH_CHALLENGE stored per path.
* Avoid assertion error when receiving multiple STOP_SENDING frames.
* Improve type annotations.
* Make it possible to use LibreSSL instead of OpenSSL.
* Add support Python 3.13 and 3.14, drop support for Python 3.8 and 3.9.
* Build binary wheels for `musllinux`_.
* Build binary wheels against `OpenSSL`_ 3.5.4.
* Add command-line argument to the `http3_client` example to request
  a key update during interoperability tests.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-aioquic/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-aioquic/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-aioquic/Makefile
diff -u pkgsrc/www/py-aioquic/Makefile:1.6 pkgsrc/www/py-aioquic/Makefile:1.7
--- pkgsrc/www/py-aioquic/Makefile:1.6  Mon Apr 14 13:14:02 2025
+++ pkgsrc/www/py-aioquic/Makefile      Mon Oct 20 09:16:37 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2025/04/14 13:14:02 adam Exp $
+# $NetBSD: Makefile,v 1.7 2025/10/20 09:16:37 adam Exp $
 
-DISTNAME=      aioquic-1.2.0
+DISTNAME=      aioquic-1.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/aioquic/}
 

Index: pkgsrc/www/py-aioquic/distinfo
diff -u pkgsrc/www/py-aioquic/distinfo:1.4 pkgsrc/www/py-aioquic/distinfo:1.5
--- pkgsrc/www/py-aioquic/distinfo:1.4  Tue Aug  6 08:42:07 2024
+++ pkgsrc/www/py-aioquic/distinfo      Mon Oct 20 09:16:37 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2024/08/06 08:42:07 adam Exp $
+$NetBSD: distinfo,v 1.5 2025/10/20 09:16:37 adam Exp $
 
-BLAKE2s (aioquic-1.2.0.tar.gz) = 3c5f5efacec6b123f5935fbb1caa26c29791fbc64ae0e232745be9b40219884c
-SHA512 (aioquic-1.2.0.tar.gz) = 6833a19e52ac702a3ae12fdfa3dcd3011125e38d9c16ae88881533f6c607d61c6eac43215eae80c75513d616432a98d124fc92545d63697159658e611af50ee9
-Size (aioquic-1.2.0.tar.gz) = 179891 bytes
+BLAKE2s (aioquic-1.3.0.tar.gz) = 2bd3fabcfe4dac0b50abb3892e2cf735602a5f38079f77a06316568d4b467a2e
+SHA512 (aioquic-1.3.0.tar.gz) = 149d46d5c3b7db26edb418569bec224f2e4c2ce419a0374a9241ea570d70cd09f0230c1fe5fd5ee73e1ff84adac41ab48dd15aa2f48d1b3b6c8caaa34b70c8fd
+Size (aioquic-1.3.0.tar.gz) = 181923 bytes



Home | Main Index | Thread Index | Old Index