FreeBSD Bugzilla – Attachment 225338 Details for
Bug 256219
www/py-aiohttp: Update to 3.7.4.post0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
py-aiohttp.patch (text/plain), 3.19 KB, created by
Dmitry Marakasov
on 2021-05-28 17:13:23 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2021-05-28 17:13:23 UTC
Size:
3.19 KB
patch
obsolete
>commit d2a204240dd22606dadcf7d0018ed68ad988d607 >Author: Dmitry Marakasov <amdmi3@FreeBSD.org> >Date: Fri May 28 20:03:19 2021 +0300 > > www/py-aiohttp: update to 3.7.4.post0 > >diff --git www/py-aiohttp/Makefile www/py-aiohttp/Makefile >index 57cffc5e946d..2de6c18b5e74 100644 >--- www/py-aiohttp/Makefile >+++ www/py-aiohttp/Makefile >@@ -1,8 +1,7 @@ > # Created by: Kubilay Kocak <koobs@FreeBSD.org> > > PORTNAME= aiohttp >-PORTVERSION= 3.6.2 >-PORTREVISION= 1 >+DISTVERSION= 3.7.4.post0 > CATEGORIES= www python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -17,7 +16,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=17.3.0:devel/py-attrs@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}chardet>=2.0<4.0,1:textproc/py-chardet@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}multidict>=4.5:www/py-multidict@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}async_timeout>=3.0<4.0:devel/py-async_timeout@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}yarl>=1.0<2.0:www/py-yarl@${PY_FLAVOR} >+ ${PYTHON_PKGNAMEPREFIX}yarl>=1.0<2.0:www/py-yarl@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.6.5:devel/py-typing-extensions@${PY_FLAVOR} > TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.8.2:devel/py-pytest@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}pytest-timeout>0:devel/py-pytest-timeout@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist@${PY_FLAVOR} \ >@@ -37,8 +37,7 @@ USE_PYTHON= autoplist distutils cython > .include <bsd.port.pre.mk> > > .if ${PYTHON_REL} < 30700 >-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}idna_ssl>=1.0:dns/py-idna_ssl@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.6.5:devel/py-typing-extensions@${PY_FLAVOR} >+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}idna_ssl>=1.0:dns/py-idna_ssl@${PY_FLAVOR} > .endif > > pre-configure: >diff --git www/py-aiohttp/distinfo www/py-aiohttp/distinfo >index 0017b66c2c50..926038b11ec9 100644 >--- www/py-aiohttp/distinfo >+++ www/py-aiohttp/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1592851297 >-SHA256 (aiohttp-3.6.2.tar.gz) = 259ab809ff0727d0e834ac5e8a283dc5e3e0ecc30c4d80b3cd17a4139ce1f326 >-SIZE (aiohttp-3.6.2.tar.gz) = 1076923 >+TIMESTAMP = 1622220985 >+SHA256 (aiohttp-3.7.4.post0.tar.gz) = 493d3299ebe5f5a7c66b9819eacdcfbbaaf1a8e84911ddffcdc48888497afecf >+SIZE (aiohttp-3.7.4.post0.tar.gz) = 1114888 >diff --git www/py-aiohttp/files/patch-setup.py www/py-aiohttp/files/patch-setup.py >deleted file mode 100644 >index e2525df64be9..000000000000 >--- www/py-aiohttp/files/patch-setup.py >+++ /dev/null >@@ -1,27 +0,0 @@ >-Obtained from: https://github.com/aio-libs/aiohttp/commit/d7db1b90c59ae49660d5b469f6186d088a6d190d >- >---- setup.py.orig 2019-10-09 16:52:31 UTC >-+++ setup.py >-@@ -74,7 +74,7 @@ except IndexError: >- install_requires = [ >- 'attrs>=17.3.0', >- 'chardet>=2.0,<4.0', >-- 'multidict>=4.5,<5.0', >-+ 'multidict>=4.5,<6.0', >- 'async_timeout>=3.0,<4.0', >- 'yarl>=1.0,<2.0', >- 'idna-ssl>=1.0; python_version<"3.7"', >-@@ -104,9 +104,12 @@ NEEDS_PYTEST = {'pytest', 'test'}.intersection(sys.arg >- pytest_runner = ['pytest-runner'] if NEEDS_PYTEST else [] >- >- tests_require = [ >-- 'pytest', 'gunicorn', >-+ 'pytest>=3.8.2', 'gunicorn', >- 'pytest-timeout', 'async-generator', >- 'pytest-xdist', >-+ 'pytest-mock', >-+ 'trustme', >-+ 'brotlipy', >- ] >- >-
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 256219
:
225338
|
225488
|
225607
|
225610