From ef86f208994603241c4d2f559fbb2003f7735499 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Wed, 3 Mar 2021 23:36:06 +0200 Subject: [PATCH] dev-python/matrix-nio: bump 0.17.0, drop 0.15.2 Package-Manager: Portage-3.0.13, Repoman-3.0.2 --- dev-python/matrix-nio/Manifest | 2 +- .../{matrix-nio-0.15.2.ebuild => matrix-nio-0.17.0.ebuild} | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) rename dev-python/matrix-nio/{matrix-nio-0.15.2.ebuild => matrix-nio-0.17.0.ebuild} (91%) diff --git a/dev-python/matrix-nio/Manifest b/dev-python/matrix-nio/Manifest index bb61696..256dee8 100644 --- a/dev-python/matrix-nio/Manifest +++ b/dev-python/matrix-nio/Manifest @@ -1,2 +1,2 @@ -DIST matrix-nio-0.15.2.tar.gz 227937 BLAKE2B 97f45be4c6449e3e9e0e64e41502e8d8fe2170e86a37ea1e0a19accab82e7979d3c92a2633652e01ae288c116894d16699ac9c77607b930da2fb5d2b714a079a SHA512 2805ac328425b5686320da969838d865d6ab17ede59b372ff9c04923ac246aa86a552e480b305c4769524f599393d6cc4a7ff75bae250d3cfebff8b8b9ed710e DIST matrix-nio-0.16.0.tar.gz 228958 BLAKE2B 4b863f5dbf14334d3db0b346a79bb9cff34968b07d6c7a232416d5d38513dc1055c2ebe2c4c2eb6d15f603b062b12e46843d9362c3f35b5eafde9b9e4625e46f SHA512 5ae84a9cb8ba3f0a2f3fc3f4da39f4df54a74cd22e2508d8345c54edd2b9a5d944adcf0b466f631cd8fc0e89aae77519af86629bfb366d9ef6de0e357ff5139c +DIST matrix-nio-0.17.0.tar.gz 240551 BLAKE2B 245faaf8604d14962b167ceddeb2cff03089c26216e3b8e695fb9e821cbbfe1c7d468d2f9a2e0a3d7a5f522c4f5b5d98c8fb661884a8e1fc48f7e6e7a848e9fa SHA512 eee5f6f97eab81ef28d8aaaf580a8f91ed56ae13b3795f89eaf90ead7fb62b2ce7c71cc768aac01dd9baacc44b36dff00cacaf9d51ef62f009c05d3ae3f3241e diff --git a/dev-python/matrix-nio/matrix-nio-0.15.2.ebuild b/dev-python/matrix-nio/matrix-nio-0.17.0.ebuild similarity index 91% rename from dev-python/matrix-nio/matrix-nio-0.15.2.ebuild rename to dev-python/matrix-nio/matrix-nio-0.17.0.ebuild index 625a8d9..d6e45d3 100644 --- a/dev-python/matrix-nio/matrix-nio-0.15.2.ebuild +++ b/dev-python/matrix-nio/matrix-nio-0.17.0.ebuild @@ -4,6 +4,8 @@ EAPI=7 PYTHON_COMPAT=( python3_{7..9}) +DISTUTILS_USE_SETUPTOOLS="pyproject.toml" + inherit distutils-r1 DESCRIPTION="A Python Matrix client library, designed according to sans I/O principles" @@ -18,6 +20,7 @@ IUSE="e2e" RDEPEND=" dev-python/future dev-python/aiohttp + dev-python/aiohttp-socks dev-python/aiofiles dev-python/h11 dev-python/hyper-h2