pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-aiohttp py-aiohttp: updated to 3.8.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e0306e90952d
branches:  trunk
changeset: 385823:e0306e90952d
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Sep 26 18:55:02 2022 +0000

description:
py-aiohttp: updated to 3.8.3

3.8.3 (2022-09-21)
==================

   This is the last :doc:`aiohttp <index>` release tested under
   Python 3.6. The 3.9 stream is dropping it from the CI and the
   distribution package metadata.

Bugfixes
--------

- Increased the upper boundary of the :doc:`multidict:index` dependency
  to allow for the version 6 -- by :user:`hugovk`.

  It used to be limited below version 7 in :doc:`aiohttp <index>` v3.8.1 but
  was lowered in v3.8.2 via :pr:`6550` and never brought back, causing
  problems with dependency pins when upgrading. :doc:`aiohttp <index>` v3.8.3
  fixes that by recovering the original boundary of ``< 7``.

diffstat:

 www/py-aiohttp/Makefile |  4 ++--
 www/py-aiohttp/PLIST    |  8 +-------
 www/py-aiohttp/distinfo |  9 ++++-----
 3 files changed, 7 insertions(+), 14 deletions(-)

diffs (57 lines):

diff -r 1c6ecc1d17a7 -r e0306e90952d www/py-aiohttp/Makefile
--- a/www/py-aiohttp/Makefile   Mon Sep 26 18:50:38 2022 +0000
+++ b/www/py-aiohttp/Makefile   Mon Sep 26 18:55:02 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.54 2022/01/16 09:05:31 adam Exp $
+# $NetBSD: Makefile,v 1.55 2022/09/26 18:55:02 adam Exp $
 
-DISTNAME=      aiohttp-3.8.1
+DISTNAME=      aiohttp-3.8.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/aiohttp/}
diff -r 1c6ecc1d17a7 -r e0306e90952d www/py-aiohttp/PLIST
--- a/www/py-aiohttp/PLIST      Mon Sep 26 18:50:38 2022 +0000
+++ b/www/py-aiohttp/PLIST      Mon Sep 26 18:55:02 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2022/01/15 23:35:13 js Exp $
+@comment $NetBSD: PLIST,v 1.11 2022/09/26 18:55:02 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -17,21 +17,15 @@
 ${PYSITELIB}/aiohttp/__init__.pyc
 ${PYSITELIB}/aiohttp/__init__.pyo
 ${PYSITELIB}/aiohttp/_cparser.pxd
-${PYSITELIB}/aiohttp/_find_header.c
-${PYSITELIB}/aiohttp/_find_header.h
 ${PYSITELIB}/aiohttp/_find_header.pxd
 ${PYSITELIB}/aiohttp/_headers.pxi
-${PYSITELIB}/aiohttp/_helpers.c
 ${PYSITELIB}/aiohttp/_helpers.pyi
 ${PYSITELIB}/aiohttp/_helpers.pyx
 ${PYSITELIB}/aiohttp/_helpers.so
-${PYSITELIB}/aiohttp/_http_parser.c
 ${PYSITELIB}/aiohttp/_http_parser.pyx
 ${PYSITELIB}/aiohttp/_http_parser.so
-${PYSITELIB}/aiohttp/_http_writer.c
 ${PYSITELIB}/aiohttp/_http_writer.pyx
 ${PYSITELIB}/aiohttp/_http_writer.so
-${PYSITELIB}/aiohttp/_websocket.c
 ${PYSITELIB}/aiohttp/_websocket.pyx
 ${PYSITELIB}/aiohttp/_websocket.so
 ${PYSITELIB}/aiohttp/abc.py
diff -r 1c6ecc1d17a7 -r e0306e90952d www/py-aiohttp/distinfo
--- a/www/py-aiohttp/distinfo   Mon Sep 26 18:50:38 2022 +0000
+++ b/www/py-aiohttp/distinfo   Mon Sep 26 18:55:02 2022 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.49 2022/01/15 23:35:13 js Exp $
+$NetBSD: distinfo,v 1.50 2022/09/26 18:55:02 adam Exp $
 
-BLAKE2s (aiohttp-3.8.1.tar.gz) = d9f29e0f12c3de5b30878b0f4ef298e1f8bcfecd24a535eeaad6844760554790
-SHA512 (aiohttp-3.8.1.tar.gz) = 3611549393e50c8d30426aee9ddd23794a71ddefe4384eb549049b93e452fafb38de7ad900737213b61fbe717bd85035a780c1622593eae250328f17d484a0a7
-Size (aiohttp-3.8.1.tar.gz) = 7324180 bytes
-SHA1 (patch-setup.py) = dca26da1bc74fd13a127cde3751778b5aadd2eaa
+BLAKE2s (aiohttp-3.8.3.tar.gz) = c61eacd79179ac23afcd876ee7075365e293a614a0bd6b12bb3197e453ab307e
+SHA512 (aiohttp-3.8.3.tar.gz) = 248c232604c91442b2fc9fa55fbf7df8e3af56dcf4cd9c516414a3a738c5c60a8a06395cd9c6e2c8ea9884728aea757423735c7b9be889e6f17e3ee6395a2f64
+Size (aiohttp-3.8.3.tar.gz) = 7337480 bytes



Home | Main Index | Thread Index | Old Index