pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/py-openapi-schema-validator py-openapi-schema...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2cb4e45407eb
branches: trunk
changeset: 387302:2cb4e45407eb
user: adam <adam%pkgsrc.org@localhost>
date: Wed Oct 26 10:49:04 2022 +0000
description:
py-openapi-schema-validator: updated to 0.3.4
0.3.4
OASValidator 3.0 read write pass with evolve
0.3.3
Static types and Mypy static type check
0.3.2
type validator error msg formatting fix
0.3.1
OpenAPI 3.1 validator's JSONSchema subclassing deprecation fix
OpenAPI 3.0 validator's JSONSchema subclassing deprecation workaround
0.3.0
OpenAPI 3.1 validator
drop python 3.6 support
make jsonschema4 compatible (DeprecationWarning fix) reintroduced
0.2.1 changes
- Revert "make jsonschema4 compatible (DeprecationWarning fix)"
- drop python 3.6 support part 2
- Limit jsonschema dependency
Validate oneOf, anyOf and allOf with discriminator OAS30 and OAS31
diffstat:
textproc/py-openapi-schema-validator/Makefile | 5 +++--
textproc/py-openapi-schema-validator/PLIST | 3 ++-
textproc/py-openapi-schema-validator/distinfo | 8 ++++----
3 files changed, 9 insertions(+), 7 deletions(-)
diffs (50 lines):
diff -r 2edc367044c6 -r 2cb4e45407eb textproc/py-openapi-schema-validator/Makefile
--- a/textproc/py-openapi-schema-validator/Makefile Wed Oct 26 10:38:21 2022 +0000
+++ b/textproc/py-openapi-schema-validator/Makefile Wed Oct 26 10:49:04 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2022/04/09 07:40:34 adam Exp $
+# $NetBSD: Makefile,v 1.4 2022/10/26 10:49:04 adam Exp $
-DISTNAME= openapi-schema-validator-0.2.3
+DISTNAME= openapi-schema-validator-0.3.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc www python
MASTER_SITES= ${MASTER_SITE_PYPI:=o/openapi-schema-validator/}
@@ -10,6 +10,7 @@
COMMENT= OpenAPI schema validation for Python
LICENSE= modified-bsd
+DEPENDS+= ${PYPKGPREFIX}-attrs>=19.2.0:../../devel/py-attrs
DEPENDS+= ${PYPKGPREFIX}-isodate-[0-9]*:../../time/py-isodate
DEPENDS+= ${PYPKGPREFIX}-jsonschema>=3:../../textproc/py-jsonschema
diff -r 2edc367044c6 -r 2cb4e45407eb textproc/py-openapi-schema-validator/PLIST
--- a/textproc/py-openapi-schema-validator/PLIST Wed Oct 26 10:38:21 2022 +0000
+++ b/textproc/py-openapi-schema-validator/PLIST Wed Oct 26 10:49:04 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2022/04/09 07:40:34 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/10/26 10:49:04 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -16,6 +16,7 @@
${PYSITELIB}/openapi_schema_validator/_validators.py
${PYSITELIB}/openapi_schema_validator/_validators.pyc
${PYSITELIB}/openapi_schema_validator/_validators.pyo
+${PYSITELIB}/openapi_schema_validator/py.typed
${PYSITELIB}/openapi_schema_validator/shortcuts.py
${PYSITELIB}/openapi_schema_validator/shortcuts.pyc
${PYSITELIB}/openapi_schema_validator/shortcuts.pyo
diff -r 2edc367044c6 -r 2cb4e45407eb textproc/py-openapi-schema-validator/distinfo
--- a/textproc/py-openapi-schema-validator/distinfo Wed Oct 26 10:38:21 2022 +0000
+++ b/textproc/py-openapi-schema-validator/distinfo Wed Oct 26 10:49:04 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2022/04/09 07:40:34 adam Exp $
+$NetBSD: distinfo,v 1.3 2022/10/26 10:49:04 adam Exp $
-BLAKE2s (openapi-schema-validator-0.2.3.tar.gz) = 9b880c582873a9c4a9eabdfe41e0bf781d047fbef1dd67d3b98e39e80c014278
-SHA512 (openapi-schema-validator-0.2.3.tar.gz) = d0d107d6d8c741ff2e1fb4bcc64f77ba1f1061faced2f64de675c0ed361bf1e804ec85d7a3af3a75bc9ff4a76d6aaee88cad03a0ef8c4a1c887dbfcd72679b22
-Size (openapi-schema-validator-0.2.3.tar.gz) = 7503 bytes
+BLAKE2s (openapi-schema-validator-0.3.4.tar.gz) = 551aa75178a5b916fd50db3e773707d25cfae7791cfe3b39f0755b47dd6e350a
+SHA512 (openapi-schema-validator-0.3.4.tar.gz) = 82ca76ea2939fbbb7ed6aaea6dbfa98a17f8de59906e4b78713abca5e7e896603373fcd4799620f2bd7498e78bc3535a936c99a740f89d622cd8ba8a2d2a96b6
+Size (openapi-schema-validator-0.3.4.tar.gz) = 10138 bytes
Home |
Main Index |
Thread Index |
Old Index