pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-openapi-spec-validator
Module Name: pkgsrc
Committed By: adam
Date: Sun Aug 27 13:27:28 UTC 2023
Modified Files:
pkgsrc/textproc/py-openapi-spec-validator: Makefile distinfo
Log Message:
py-openapi-spec-validator: updated to 0.6.0
0.6.0
Upgrades
Compatibility with jsonschema 4.18, jsonschema-spec 0.2 and openapi-schema-validator 0.6
Update dependencies
Deprecations
spec_url parameter of spec validator is deprecated. Use base_uri instead.
Backward incompatibilities
Drop python 3.7 support
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/py-openapi-spec-validator/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-openapi-spec-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-spec-validator/Makefile
diff -u pkgsrc/textproc/py-openapi-spec-validator/Makefile:1.7 pkgsrc/textproc/py-openapi-spec-validator/Makefile:1.8
--- pkgsrc/textproc/py-openapi-spec-validator/Makefile:1.7 Mon May 15 20:20:28 2023
+++ pkgsrc/textproc/py-openapi-spec-validator/Makefile Sun Aug 27 13:27:28 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2023/05/15 20:20:28 adam Exp $
+# $NetBSD: Makefile,v 1.8 2023/08/27 13:27:28 adam Exp $
-DISTNAME= openapi_spec_validator-0.5.6
+DISTNAME= openapi_spec_validator-0.6.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
CATEGORIES= textproc www python
MASTER_SITES= ${MASTER_SITE_PYPI:=o/openapi-spec-validator/}
@@ -11,10 +11,10 @@ COMMENT= OpenAPI 2.0 (aka Swagger) and O
LICENSE= apache-2.0
TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1.0.0:../../devel/py-poetry-core
-DEPENDS+= ${PYPKGPREFIX}-jsonschema>=4.0.0:../../textproc/py-jsonschema
-DEPENDS+= ${PYPKGPREFIX}-jsonschema-spec>=0.1.1:../../textproc/py-jsonschema-spec
+DEPENDS+= ${PYPKGPREFIX}-jsonschema>=4.18.0:../../textproc/py-jsonschema
+DEPENDS+= ${PYPKGPREFIX}-jsonschema-spec>=0.2.3:../../textproc/py-jsonschema-spec
DEPENDS+= ${PYPKGPREFIX}-lazy-object-proxy>=1.7.1:../../devel/py-lazy-object-proxy
-DEPENDS+= ${PYPKGPREFIX}-openapi-schema-validator>=0.4.2:../../textproc/py-openapi-schema-validator
+DEPENDS+= ${PYPKGPREFIX}-openapi-schema-validator>=0.6.0:../../textproc/py-openapi-schema-validator
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
TEST_DEPENDS+= ${PYPKGPREFIX}-test-flake8-[0-9]*:../../devel/py-test-flake8
Index: pkgsrc/textproc/py-openapi-spec-validator/distinfo
diff -u pkgsrc/textproc/py-openapi-spec-validator/distinfo:1.4 pkgsrc/textproc/py-openapi-spec-validator/distinfo:1.5
--- pkgsrc/textproc/py-openapi-spec-validator/distinfo:1.4 Mon May 15 20:18:42 2023
+++ pkgsrc/textproc/py-openapi-spec-validator/distinfo Sun Aug 27 13:27:28 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2023/05/15 20:18:42 adam Exp $
+$NetBSD: distinfo,v 1.5 2023/08/27 13:27:28 adam Exp $
-BLAKE2s (openapi_spec_validator-0.5.6.tar.gz) = b6bac3ee5022669a03e473bfce75d5f6c6fc53d5f9441d8c1b609ffc9826b72d
-SHA512 (openapi_spec_validator-0.5.6.tar.gz) = ea1e810ecf49ff3d237e3368cd2cbcc6b733e9657f101759860ef16d3e2f14c97ccfe52fae2897d12a50c803d709d61d7ef8b40b288e5f73265da9ac5c88280b
-Size (openapi_spec_validator-0.5.6.tar.gz) = 33031 bytes
+BLAKE2s (openapi_spec_validator-0.6.0.tar.gz) = 53e579fd22b69e3797b1139c0d01145020bad82f272d00be43b836aaf4c1de47
+SHA512 (openapi_spec_validator-0.6.0.tar.gz) = 71434f131f34902210237940d75f07f250b296c3e1814e03f0eaae436321ca11ac63d0014c85ad571852e66b2e11545c9d0cf21d771c0c67210a60c1f9094cc2
+Size (openapi_spec_validator-0.6.0.tar.gz) = 33646 bytes
Home |
Main Index |
Thread Index |
Old Index