commit: 069edbe8adb3b7f77fa6866cbda4b75b95d9a646 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Feb 25 03:11:28 2026 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Feb 25 03:39:34 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=069edbe8
dev-python/openapi-schema-validator: Bump to 0.7.2 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/openapi-schema-validator/Manifest | 2 ++ .../openapi-schema-validator-0.7.2.ebuild | 37 ++++++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/dev-python/openapi-schema-validator/Manifest b/dev-python/openapi-schema-validator/Manifest index 12f72f534f98..e0b64f3b93f1 100644 --- a/dev-python/openapi-schema-validator/Manifest +++ b/dev-python/openapi-schema-validator/Manifest @@ -3,3 +3,5 @@ DIST openapi_schema_validator-0.7.0.tar.gz 13886 BLAKE2B b00be0e97167f7a4ed212cc DIST openapi_schema_validator-0.7.0.tar.gz.provenance 10226 BLAKE2B b70cf20201d97183c00ebbf43bc37d6646d6b52e839885013670bba4007055155b26e1b24dd0ea41ac616f4e1eb6210762cca3573a9717a084ccf534009b78bf SHA512 6a69217af500a26c86b5437df92ea7ca33ceb13635a57f81b334e7e6f4829d56c90beab93b1b5ef5f6279a769671acf087969ad75c5d9fdce34ef2b3b757a962 DIST openapi_schema_validator-0.7.1.tar.gz 14432 BLAKE2B c30c02c56f4952f918a4bdc065b7c625c4a4dd6550a81b29de5e6a543ea619b440e4c361351ef9a1ffa92ceff69cbfa9979f33d739c877ae195762a575af0c39 SHA512 d4fe6ed540bd3f0a68858a1828df57aeda59103a7891174cf73b9a01a2f40431ab5c466d3cc0b6cfa19eb6a042dca2f8e3891bc60f1fe5b6ff854af30d69be58 DIST openapi_schema_validator-0.7.1.tar.gz.provenance 9867 BLAKE2B 183e7431b4c8209d4280182c3d8773bfb2452e1625dc064dbd0356f8129cb9795efc932327e5b6e2b357aab56ae82d9b935ec136a0e0891ad26c57c13e2307cd SHA512 83ad37dbb8406df1d57707f20974f22c376753b08563fdbe3b7596c02285e59935ea721439e5343280420f956f3558d78ca2b6cbe4164c0a299cb62c6c7a9d2d +DIST openapi_schema_validator-0.7.2.tar.gz 16983 BLAKE2B d3dfe018fbe3786bffc592409fd3f4ac6294840ebfca1fcc6e14eb4806e3fe492848a8f45618809d80a1e084b724971d99f793877c8a4af58c5188f141a09086 SHA512 bb87f63ffad0b087dff634ea19b503b539684be60f1ed94604e8296dc284392c79c8df7b481b2da9b2c0c51d4369657d319bec3f599f4370bb903469b9e4b598 +DIST openapi_schema_validator-0.7.2.tar.gz.provenance 10055 BLAKE2B 4d17dcc3fb6785f25d2ea4fa8c2b03941e48b3b45a9144975a130ff99a01ea26a656589655aea997f2b7e3487c68e525668ab528d58016c4ae0bfc46e069cf8c SHA512 81ef4c66028511d96118a7543f85e04fe8868d92cbfe4a92f5d9beab373f203bc11a6c09286b4747d35992a640914ecfead1835cf150080652c022330d005a58 diff --git a/dev-python/openapi-schema-validator/openapi-schema-validator-0.7.2.ebuild b/dev-python/openapi-schema-validator/openapi-schema-validator-0.7.2.ebuild new file mode 100644 index 000000000000..6baec4064cca --- /dev/null +++ b/dev-python/openapi-schema-validator/openapi-schema-validator-0.7.2.ebuild @@ -0,0 +1,37 @@ +# Copyright 2022-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=poetry +PYPI_VERIFY_REPO=https://github.com/python-openapi/openapi-schema-validator +PYTHON_COMPAT=( pypy3_11 python3_{11..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="OpenAPI schema validation for Python" +HOMEPAGE=" + https://github.com/python-openapi/openapi-schema-validator/ + https://pypi.org/project/openapi-schema-validator/ +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" + +RDEPEND=" + <dev-python/jsonschema-5[${PYTHON_USEDEP}] + >=dev-python/jsonschema-4.19.1[${PYTHON_USEDEP}] + >=dev-python/jsonschema-specifications-2024.10.1[${PYTHON_USEDEP}] + >=dev-python/referencing-0.37.0[${PYTHON_USEDEP}] + dev-python/rfc3339-validator[${PYTHON_USEDEP}] +" + +EPYTEST_PLUGINS=() +distutils_enable_tests pytest + +src_prepare() { + distutils-r1_src_prepare + + sed -i -e '/--cov/d' -e 's:\^:>=:' pyproject.toml || die +}
