bump surepy-0.8.0

This commit is contained in:
Andreas Billmeier 2022-10-06 07:52:41 +02:00 committed by Andreas Billmeier
parent 835b2b2d35
commit 09480acc02
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 16 additions and 12 deletions

View File

@ -1,5 +1,5 @@
DIST surepy-0.7.0.tar.gz 21391 BLAKE2B d7eb66c0262db45312d98648cc3840472b0708a41886cc2bc84d3ad5d4d5f3ec7126d80f43af958d5459f367e07b7d48110f5aa86adb4fba1ad72b6cb1b85409 SHA512 b16852580895456a7ec6f4b8966689b947fc04a690840517518132eff6ac86142212e398e18afc18a22d01d18ad669f15d16683d753270f3822473979baa2bfb
DIST surepy-0.7.2.tar.gz 22268 BLAKE2B 1e2260ca91a0f259aadcee125dd58aad6cddac3e6312ec127968807ecc7273b9fe80e2a62b9c43a637811f06dab22dced114c27fa5e50c08bffa4510edaf2a15 SHA512 40a3397268715ad50f8e31ab3ec1888f423b633b2d99f53917268a01cd62ea1685e62ec20b88f3b56d4e14b6d60c9f55a083c6735607d5b75bbe48888dbfa5db
EBUILD surepy-0.7.0.ebuild 968 BLAKE2B bebc0a987ab603a641379ab5af2fa5eb4ab2ee411e42c152239f48b7f09ea78e8405f46387752831668162c715fad5a0871e2feeb30031036d674dae35a3f53c SHA512 2348fa9bec883e70e651b1fbbb741025ee2aad164433eaa04a6aed1ed7668bb294b183c1ca3d0010c606bcd3cd299cc549bf85997b5632178f6c8bce4daa73ac
EBUILD surepy-0.7.2.ebuild 1012 BLAKE2B 60b3df28c9c1e98672f30e9f66630031bc716f13ae4617df987916f95e978b4b7afc2b7da74c8f2892ffa0f2e309fe5f0c0d0dd25c58f667f46d3c9835a23f38 SHA512 ddd35e95f940cc0ab554a50694bc05719e460f412937a2443f298f95e5475e1bc0fc047e35d5092cbe95c86b499a879fa8c97eb9004850b11073811df593ce5d
DIST surepy-0.8.0.tar.gz 22369 BLAKE2B bc3811b093433a683963a8878f590519f1e23e0e2bf298ec9c070734ac4f548073448992f8383320160fe486c67606efcd9fd92a6dbfed949a346a8368158a7a SHA512 35b06329afa0c527109bf83d2d1b0449c769cae78d989775f1018fe1d7c86552bb7b3a6c0da322dad203f79eaa35662a3744cb08aa579336bdacfa08b5e1873e
EBUILD surepy-0.7.2.ebuild 982 BLAKE2B 0509a1dace5a8575aeffc65b86b1b157715c6d8469d723ec9be3836a564a99ec8fb3d36996c32e9217e1d5ad3d5ced87aeca4475ca66756ca73872beaf478c9b SHA512 9802ee60334ab1ba0c4b42d9ba5225d5e42e65607acab11b0cb2db186dd39f5f0f3faee6de41c82c4012960d1b03aa6ef2b2d8da56ac64a26c40622794852811
EBUILD surepy-0.8.0.ebuild 1055 BLAKE2B 1417e14395d122ff35d918e2734a35e176a285bdcaca9e8a7fe848aa48368dd4de07da5a900e571f3108e29a5c895a9ed1a6952f734373de5c7c573aa8a6700b SHA512 0c3924fe37c4c3941c0ce92497b546930603c52bb0624a395d46c0bb74cff0f8c545c815316113a1c1ef2b6576788ff86186b0b117dd0aa69290321b68499d61
MISC metadata.xml 443 BLAKE2B 12d24f3f7ab5fbec70795f7a1a978ac2387576ea89659e55e76299a479d800cbf96fd55c5441799dd193e75ba16009f700ccac486a91af6d614afeba86a79166 SHA512 36183f1029cf97bafbd5c0ea6c7952618c7ba75f3e3cb9a5356549d5225433609a97080e7f5e10104f02afe0e7d561cd2be075279f2143b2a2e698e3016135eb

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..10} )
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"

View File

@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
@ -21,17 +21,21 @@ DOCS="README.md"
RDEPEND=">=dev-python/async-timeout-3.0.1[${PYTHON_USEDEP}]
>=dev-python/click-7.1.2[${PYTHON_USEDEP}]
>=dev-python/aiohttp-3.6.3[${PYTHON_USEDEP}]
>=dev-python/requests-2.24.0[${PYTHON_USEDEP}]"
>=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}]
>=dev-python/requests-2.24.0[${PYTHON_USEDEP}]
>=dev-python/rich-10.1.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/setuptools_scm[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}
distutils_enable_tests pytest