pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/py-openapi-schema-validator



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Aug 27 13:24:35 UTC 2023

Modified Files:
        pkgsrc/textproc/py-openapi-schema-validator: Makefile distinfo

Log Message:
py-openapi-schema-validator: updated to 0.6.0

0.6.0

Upgrades

Compatibility with jsonschema 4.18
Dependencies update

Backward incompatibilities

Python 3.7 support dropped
OAS30Validator no longer accept read and write properties. Use OASReadValidator and OAS30WriteValidator instead.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/py-openapi-schema-validator/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-openapi-schema-validator/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-openapi-schema-validator/Makefile
diff -u pkgsrc/textproc/py-openapi-schema-validator/Makefile:1.5 pkgsrc/textproc/py-openapi-schema-validator/Makefile:1.6
--- pkgsrc/textproc/py-openapi-schema-validator/Makefile:1.5    Mon May 15 20:12:39 2023
+++ pkgsrc/textproc/py-openapi-schema-validator/Makefile        Sun Aug 27 13:24:35 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2023/05/15 20:12:39 adam Exp $
+# $NetBSD: Makefile,v 1.6 2023/08/27 13:24:35 adam Exp $
 
-DISTNAME=      openapi_schema_validator-0.4.4
+DISTNAME=      openapi_schema_validator-0.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
 CATEGORIES=    textproc www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=o/openapi-schema-validator/}
@@ -11,7 +11,8 @@ COMMENT=      OpenAPI schema validation for P
 LICENSE=       modified-bsd
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1.0.0:../../devel/py-poetry-core
-DEPENDS+=      ${PYPKGPREFIX}-jsonschema>=4.0.0:../../textproc/py-jsonschema
+DEPENDS+=      ${PYPKGPREFIX}-jsonschema>=4.18.0:../../textproc/py-jsonschema
+DEPENDS+=      ${PYPKGPREFIX}-jsonschema-specifications>=2023.5.2:../../textproc/py-jsonschema-specifications
 DEPENDS+=      ${PYPKGPREFIX}-rfc3339-validator-[0-9]*:../../time/py-rfc3339-validator
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov

Index: pkgsrc/textproc/py-openapi-schema-validator/distinfo
diff -u pkgsrc/textproc/py-openapi-schema-validator/distinfo:1.4 pkgsrc/textproc/py-openapi-schema-validator/distinfo:1.5
--- pkgsrc/textproc/py-openapi-schema-validator/distinfo:1.4    Mon May 15 20:12:39 2023
+++ pkgsrc/textproc/py-openapi-schema-validator/distinfo        Sun Aug 27 13:24:35 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2023/05/15 20:12:39 adam Exp $
+$NetBSD: distinfo,v 1.5 2023/08/27 13:24:35 adam Exp $
 
-BLAKE2s (openapi_schema_validator-0.4.4.tar.gz) = f65c363d81e678ab1d92cbbb0e804c96080ac8350fd245191d98ec940f8a39e5
-SHA512 (openapi_schema_validator-0.4.4.tar.gz) = 273e3d7080c794ff277170e55e67e32d65211469642652437e59f985a002b20bd2cc8643d2b0214dc232980dd69c2f87ea748537552c66999a110b2e4be2125c
-Size (openapi_schema_validator-0.4.4.tar.gz) = 11626 bytes
+BLAKE2s (openapi_schema_validator-0.6.0.tar.gz) = e17cd48cb4ee49395a90e9b3ae1d0016a346c1eefbff8f52bc18d187189e6b8e
+SHA512 (openapi_schema_validator-0.6.0.tar.gz) = ac90d424fcd8a416d395f8e74b3dfb51d2974ce74189e2d16ad4210ff0e7290b789c9e7268504c61aaad81f96c524e4fc3e595a856e26f7aee7df03f27e2fb2e
+Size (openapi_schema_validator-0.6.0.tar.gz) = 11849 bytes



Home | Main Index | Thread Index | Old Index