Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Jun 2021 16:27:40 -0700
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        Dmitry Marakasov <amdmi3@FreeBSD.org>, ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   Re: git: 618cb4a87e8f - 2021Q2 - www/py-aiohttp: update to 3.7.4.post0
Message-ID:  <b63b238a-0a1e-3560-1d8c-3308203c21de@FreeBSD.org>
In-Reply-To: <202106031137.153BbIrP069758@gitrepo.freebsd.org>
References:  <202106031137.153BbIrP069758@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--R1J6prN9GO69DmA4qXt8gpnWCJoWO2bDo
Content-Type: multipart/mixed; boundary="U2qbE63y5aBVwxEreVvOaSgVpscENOIga";
 protected-headers="v1"
From: Bryan Drewery <bdrewery@FreeBSD.org>
To: Dmitry Marakasov <amdmi3@FreeBSD.org>, ports-committers@FreeBSD.org,
 dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Message-ID: <b63b238a-0a1e-3560-1d8c-3308203c21de@FreeBSD.org>
Subject: Re: git: 618cb4a87e8f - 2021Q2 - www/py-aiohttp: update to
 3.7.4.post0
References: <202106031137.153BbIrP069758@gitrepo.freebsd.org>
In-Reply-To: <202106031137.153BbIrP069758@gitrepo.freebsd.org>

--U2qbE63y5aBVwxEreVvOaSgVpscENOIga
Content-Type: text/plain; charset=utf-8
Content-Language: en-US
Content-Transfer-Encoding: quoted-printable

On 6/3/2021 4:37 AM, Dmitry Marakasov wrote:
> The branch 2021Q2 has been updated by amdmi3:
>=20
> URL: https://cgit.FreeBSD.org/ports/commit/?id=3D618cb4a87e8f811e54889c=
d353f59847f8b55ba3
>=20
> commit 618cb4a87e8f811e54889cd353f59847f8b55ba3
> Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
> AuthorDate: 2021-06-03 11:15:22 +0000
> Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
> CommitDate: 2021-06-03 11:34:03 +0000
>=20
>     www/py-aiohttp: update to 3.7.4.post0
>    =20
>     PR:             256219
>     Approved by:    koobs (maintainer)
>     Security:       CVE-2021-21330
>     Security:       3000acee-c45d-11eb-904f-14dae9d5a9d2
>     MFH:            2020Q2 (bugfix, security release(s))
>    =20
>     (cherry picked from commit ac412b55156cc77c8e96fb631a338a617749bcb7=
)
> ---
>  www/py-aiohttp/Makefile             | 10 +++++-----
>  www/py-aiohttp/distinfo             |  6 +++---
>  www/py-aiohttp/files/patch-setup.py | 27 ---------------------------
>  3 files changed, 8 insertions(+), 35 deletions(-)
>=20
> diff --git a/www/py-aiohttp/Makefile b/www/py-aiohttp/Makefile
> index 844db37039d8..2861ac41cae7 100644
> --- a/www/py-aiohttp/Makefile
> +++ b/www/py-aiohttp/Makefile
> @@ -13,10 +13,11 @@ LICENSE=3D	APACHE20
>  LICENSE_FILE=3D	${WRKSRC}/LICENSE.txt
> =20
>  RUN_DEPENDS=3D	${PYTHON_PKGNAMEPREFIX}attrs>=3D17.3.0:devel/py-attrs@$=
{PY_FLAVOR} \
> -		${PYTHON_PKGNAMEPREFIX}chardet>=3D2.0<4.0,1:textproc/py-chardet@${PY=
_FLAVOR} \
> -		${PYTHON_PKGNAMEPREFIX}multidict>=3D4.5:www/py-multidict@${PY_FLAVOR=
} \
> +		${PYTHON_PKGNAMEPREFIX}chardet>=3D2.0<5.0,1:textproc/py-chardet@${PY=
_FLAVOR} \
> +		${PYTHON_PKGNAMEPREFIX}multidict>=3D4.5<7.0:www/py-multidict@${PY_FL=
AVOR} \
>  		${PYTHON_PKGNAMEPREFIX}async_timeout>=3D3.0<4.0:devel/py-async_timeo=
ut@${PY_FLAVOR} \
> -		${PYTHON_PKGNAMEPREFIX}yarl>=3D1.0<2.0:www/py-yarl@${PY_FLAVOR}
> +		${PYTHON_PKGNAMEPREFIX}yarl>=3D1.0<2.0:www/py-yarl@${PY_FLAVOR} \
> +		${PYTHON_PKGNAMEPREFIX}typing-extensions>=3D3.6.5:devel/py-typing-ex=
tensions@${PY_FLAVOR}
>  TEST_DEPENDS=3D	${PYTHON_PKGNAMEPREFIX}pytest>=3D3.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_FLA=
VOR} \
> @@ -29,8 +30,7 @@ TEST_DEPENDS=3D	${PYTHON_PKGNAMEPREFIX}pytest>=3D3.8.=
2:devel/py-pytest@${PY_FLAVOR}
>  # to be ported	${PYTHON_PKGNAMEPREFIX}brotlypy>0:archivers/py-brotlipy=
@${PY_FLAVOR}
>  # to be ported	${PYTHON_PKGNAMEPREFIX}trustme>0:security/py-trustme@${=
PY_FLAVOR}
> =20
> -# Actually 3.5.3+
> -USES=3D		python:3.5+
> +USES=3D		python:3.6+
>  USE_PYTHON=3D	autoplist distutils cython
> =20
>  .include <bsd.port.pre.mk>
> diff --git a/www/py-aiohttp/distinfo b/www/py-aiohttp/distinfo
> index 0017b66c2c50..5bc629fa4f89 100644
> --- a/www/py-aiohttp/distinfo
> +++ b/www/py-aiohttp/distinfo
> @@ -1,3 +1,3 @@
> -TIMESTAMP =3D 1592851297
> -SHA256 (aiohttp-3.6.2.tar.gz) =3D 259ab809ff0727d0e834ac5e8a283dc5e3e0=
ecc30c4d80b3cd17a4139ce1f326
> -SIZE (aiohttp-3.6.2.tar.gz) =3D 1076923
> +TIMESTAMP =3D 1622602368
> +SHA256 (aiohttp-3.7.4.post0.tar.gz) =3D 493d3299ebe5f5a7c66b9819eacdcf=
bbaaf1a8e84911ddffcdc48888497afecf
> +SIZE (aiohttp-3.7.4.post0.tar.gz) =3D 1114888
> diff --git a/www/py-aiohttp/files/patch-setup.py b/www/py-aiohttp/files=
/patch-setup.py

Looks like bumping the version in the Makefile was missed too.

> =3D=3D=3D> Fetching all distfiles required by py37-aiohttp-3.6.2 for bu=
ilding
> =3D> No SHA256 checksum recorded for aiohttp-3.6.2.tar.gz.
> =3D> No suitable checksum found for aiohttp-3.6.2.tar.gz.
> *** Error code 1
>=20
> Stop.
> make: stopped in /usr/ports/www/py-aiohttp




> deleted file mode 100644
> index e2525df64be9..000000000000
> --- a/www/py-aiohttp/files/patch-setup.py
> +++ /dev/null
> @@ -1,27 +0,0 @@
> -Obtained from:	https://github.com/aio-libs/aiohttp/commit/d7db1b90c59a=
e49660d5b469f6186d088a6d190d
> -
> ---- setup.py.orig	2019-10-09 16:52:31 UTC
> -+++ setup.py
> -@@ -74,7 +74,7 @@ except IndexError:
> - install_requires =3D [
> -     'attrs>=3D17.3.0',
> -     'chardet>=3D2.0,<4.0',
> --    'multidict>=3D4.5,<5.0',
> -+    'multidict>=3D4.5,<6.0',
> -     'async_timeout>=3D3.0,<4.0',
> -     'yarl>=3D1.0,<2.0',
> -     'idna-ssl>=3D1.0; python_version<"3.7"',
> -@@ -104,9 +104,12 @@ NEEDS_PYTEST =3D {'pytest', 'test'}.intersection(=
sys.arg
> - pytest_runner =3D ['pytest-runner'] if NEEDS_PYTEST else []
> -=20
> - tests_require =3D [
> --    'pytest', 'gunicorn',
> -+    'pytest>=3D3.8.2', 'gunicorn',
> -     'pytest-timeout', 'async-generator',
> -     'pytest-xdist',
> -+    'pytest-mock',
> -+    'trustme',
> -+    'brotlipy',
> - ]
> -=20
> -=20
>=20


--=20
Regards,
Bryan Drewery


--U2qbE63y5aBVwxEreVvOaSgVpscENOIga--

--R1J6prN9GO69DmA4qXt8gpnWCJoWO2bDo
Content-Type: application/pgp-signature; name="OpenPGP_signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="OpenPGP_signature"

-----BEGIN PGP SIGNATURE-----

wsB5BAABCAAjFiEE+Rc8ssOq6npcih8JNddxu25Gl88FAmC6tuwFAwAAAAAACgkQNddxu25Gl898
nwgAiqP9xNNO5v/Ka02AOqMzBwuIb8pqW9k2tmhL2QJavxM6vZz2hhvxzEquvd6VzOY7IDuelxX8
4oaWLRNJq07MwiwIUvPs41woEs7ljDMo2MewpREyNlocxwy7iUA4wJbvKROd/Oa38yefPrRw3xh/
8dp1x/mzpbvzuqA6PyJ9hdd85J3aziTt1WokkBAUns9iE2p9B75HM1UOPkoph74bGcjhVgMHwQ2z
yQbGhGMlUZkpctAQi6qEvpONDVVK0wzK61I0bNr7LTCKUcnroBMm+Jfg7xarQMzTxzD9yv6DhiqJ
BBj3SAfiXopT/d1kL5k+R/fko0lHY7xH7xMcL9YH/w==
=VGKA
-----END PGP SIGNATURE-----

--R1J6prN9GO69DmA4qXt8gpnWCJoWO2bDo--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?b63b238a-0a1e-3560-1d8c-3308203c21de>