pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-aiohttp



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Apr 17 14:54:22 UTC 2024

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

Log Message:
py-aiohttp: updated to 3.9.5

3.9.5 (2024-04-16)

Bug fixes

- Fixed "Unclosed client session" when initialization of
  :py:class:`~aiohttp.ClientSession` fails
- Fixed regression (from :pr:`8280`) with adding ``Content-Disposition`` to the ``form-data``
  part after appending to writer
- Added default ``Content-Disposition`` in ``multipart/form-data`` responses to avoid broken
  form-data responses


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/www/py-aiohttp/Makefile
cvs rdiff -u -r1.60 -r1.61 pkgsrc/www/py-aiohttp/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-aiohttp/Makefile
diff -u pkgsrc/www/py-aiohttp/Makefile:1.65 pkgsrc/www/py-aiohttp/Makefile:1.66
--- pkgsrc/www/py-aiohttp/Makefile:1.65 Sat Apr 13 05:13:44 2024
+++ pkgsrc/www/py-aiohttp/Makefile      Wed Apr 17 14:54:22 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.65 2024/04/13 05:13:44 adam Exp $
+# $NetBSD: Makefile,v 1.66 2024/04/17 14:54:22 adam Exp $
 
-DISTNAME=      aiohttp-3.9.4
+DISTNAME=      aiohttp-3.9.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/aiohttp/}

Index: pkgsrc/www/py-aiohttp/distinfo
diff -u pkgsrc/www/py-aiohttp/distinfo:1.60 pkgsrc/www/py-aiohttp/distinfo:1.61
--- pkgsrc/www/py-aiohttp/distinfo:1.60 Sat Apr 13 05:13:44 2024
+++ pkgsrc/www/py-aiohttp/distinfo      Wed Apr 17 14:54:22 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.60 2024/04/13 05:13:44 adam Exp $
+$NetBSD: distinfo,v 1.61 2024/04/17 14:54:22 adam Exp $
 
-BLAKE2s (aiohttp-3.9.4.tar.gz) = 7842d6256edfcbb951d466f48b21f270e6fea61ae53d4c8dd4a095abf90416f4
-SHA512 (aiohttp-3.9.4.tar.gz) = e26e7148602d72c77fe46e0596614b448f38a9014834a72c4131d8b315dbbd401ce4e1a403ef35ea7a9ba7fafaddc42031d38b93b45464accdedf26ba99fc960
-Size (aiohttp-3.9.4.tar.gz) = 7500720 bytes
+BLAKE2s (aiohttp-3.9.5.tar.gz) = a2e7ae0d3e965821fc363ae1103b56eb8aa2ee338f06ba408e15dcade38abf4b
+SHA512 (aiohttp-3.9.5.tar.gz) = da11468a2f131275593395b052700a99cf79055a32d48327dca0f58547ad30add8cd0a375dbd831e2f06fe7a739183251e4ad69c16f3d141799bbed45a8a5dc4
+Size (aiohttp-3.9.5.tar.gz) = 7504841 bytes



Home | Main Index | Thread Index | Old Index