update jsonrpc-async-2.1.0

This commit is contained in:
Andreas Billmeier 2021-12-21 21:40:29 +01:00 committed by Andreas Billmeier
parent d877bd8845
commit 4a7113d26a
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 12 additions and 10 deletions

View File

@ -1,5 +1,5 @@
DIST jsonrpc-async-1.1.1.tar.gz 4417 BLAKE2B f28e10142186f4fc94533b3eeec04d209bb7070fcf96aba808acab8cafec2a8e822c33271b4151c0707adbbecd9a0f6766aacc8ac6d864529d55ff97f9f970c6 SHA512 55d02b3c94205587c71054ffbdbc54cfacfd771c510333a142a61acd5c538b7a541a234fcf92d4e260d3e59aad3f92ad012b305135dae395034176269fe0fc7b
DIST jsonrpc-async-2.0.0.tar.gz 5056 BLAKE2B c7a14cef418c435b6a0ab5785d3eb1586aea9b4ada539b549f6b6ea2c793dc3044c50cd5d4e87d9428d3448ab1fb2a09375fa810eac79aa67db7c28b69446003 SHA512 bd0febe6ec5ac7922c744be5c70d8d5fc0523741c7ea1cbee2a9de62274a1a53ec6f12e3cbae7c61e5333bc4d42ec8b87f3a1b932f87927489b381eeea68ddf4
EBUILD jsonrpc-async-1.1.1.ebuild 786 BLAKE2B 33d25b2f33446190aa6a8a4faa577503dd60b13c08267a75b1a23867bba92b747b6ee6c1405c9cfa5a72679069b8b06b031a073ba1224e047224122ba3c24585 SHA512 e4819b24fe621aa6d845e704f53f1f3107ab25cda14fd25246c111027b249ac4eb917ee85f42474066e49392e4bbd7f49cd0de483cc85598ee0bccc36af4ef1c
EBUILD jsonrpc-async-2.0.0.ebuild 793 BLAKE2B 91238dc567aef6d24739feb60e9b0aa4a8c696a3a9587dc174d5581b287f1435ae0a41e0200e300adea689d3aa900056149ba3bf748df8a87c3b6734f0ccaee1 SHA512 7477013a5c5b2e11dd205ff6f71ce82f9f986910ed64e5f5c426ffd64618949ba2731080efacaafa91ea77bcd47b26761693b5cb85c58d6972fb9e01a46c0337
DIST jsonrpc-async-2.1.0.tar.gz 5083 BLAKE2B a84614fcc26b8805bd2902a91b4430ab018b49c50d061d7b41c84cd6dd7538df45ecfd2bb18d4d22765b661b9d538e332d3a065ad24e14ddd50e17782885c3dc SHA512 5aa4f3b191ff92ac40c4a4868e74c98930bdeccd6549c23c43cb7fc7ee97c0dbabf5dd2bf6813562fa537d66f81674f65450649e71cd0879f9b1ef56bcac91f4
EBUILD jsonrpc-async-2.0.0.ebuild 792 BLAKE2B dd81c6f71b29e2f568d479066832698051644e979a2e32807337a45e4500146a49df822ad074ffeeffae0efc001c39b9cf9faa53ef5e36fb78ad88d5e4ee5535 SHA512 0978c119c9bdb98c5f7493d15442148cd71b4419eb3d1a197d066b25e026e0275b7ce1203cb958ca6a16db46411672f65e720952ba215ae825b09997d46a66ef
EBUILD jsonrpc-async-2.1.0.ebuild 791 BLAKE2B 7923635612fe3d4479a4cec20ac45e1eaf95c30afbcadb828d220d247c895cf1cdaeeab034c2e0986acf4a3db8faaf93b36276f499b8252a7207f1ca7b7feb17 SHA512 0f2c94229677923ae897b96cb0b24209e49a5b079dc901e337a4b27760c7be228be2f56a2b98c6daf7b419a3a2869d63afd9d76b38d70696aa09b048c530a077
MISC metadata.xml 452 BLAKE2B 69f68db5dd551a678811716a38bea6682c89dd3b4d4a8009edf3112d766a6d2d01d2226a97aa51e5734723311222a75771c74b95b7f16d405c0a7fb4da6d6bcf SHA512 03768a072b2821093e8eac694d1c48ad231762c1ceac5a7d4eded2a92f8f3d4c8de5f286701f3bc87c1935f89286bc64fcaafc1800d036596abb3a4ed9bf5b03

View File

@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
EAPI=8
PYTHON_COMPAT=( python3_{8..9} )
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1

View File

@ -1,14 +1,14 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
EAPI=8
PYTHON_COMPAT=( python3_{8..9} )
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="A JSON-RPC client library for asyncio"
HOMEPAGE="https://github.com/armills/jsonrpc-async https://pypi.org/project/jsonrpc-async/"
HOMEPAGE="http://github.com/emlove/jsonrpc-async https://pypi.org/project/jsonrpc-async/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
@ -16,9 +16,11 @@ SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=">=dev-python/jsonrpc-base-1.0.3[${PYTHON_USEDEP}]
DOCS="README.rst"
RDEPEND=">=dev-python/jsonrpc-base-2.1.0[${PYTHON_USEDEP}]
>=dev-python/aiohttp-3.0.0[${PYTHON_USEDEP}]"
BDEPEND="${REDEPEND}
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]