pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-openapi-core
Module Name: pkgsrc
Committed By: adam
Date: Tue Aug 20 11:13:16 UTC 2024
Modified Files:
pkgsrc/textproc/py-openapi-core: Makefile distinfo
Log Message:
py-openapi-core: updated to 0.19.3
0.19.3
Bug fixes
Fix resolver for jsonschema validator created by SchemaValidatorsFactory
Use base_uri from schema path for spec validation
Openapi 3.0 unmarshalling None with nullable subschema fix
Deprecations
spec_base_uri configuration is deprecated. Use base_uri parameter in OpenAPI.from_dict and OpenAPI.from_file if you want to define it.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/textproc/py-openapi-core/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/py-openapi-core/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-core/Makefile
diff -u pkgsrc/textproc/py-openapi-core/Makefile:1.13 pkgsrc/textproc/py-openapi-core/Makefile:1.14
--- pkgsrc/textproc/py-openapi-core/Makefile:1.13 Thu Jun 13 05:17:06 2024
+++ pkgsrc/textproc/py-openapi-core/Makefile Tue Aug 20 11:13:16 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2024/06/13 05:17:06 adam Exp $
+# $NetBSD: Makefile,v 1.14 2024/08/20 11:13:16 adam Exp $
-DISTNAME= openapi_core-0.19.2
+DISTNAME= openapi_core-0.19.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= textproc www python
MASTER_SITES= ${MASTER_SITE_PYPI:=o/openapi-core/}
@@ -32,7 +32,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-flake
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27 38
+PYTHON_VERSIONS_INCOMPATIBLE= 38
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-openapi-core/distinfo
diff -u pkgsrc/textproc/py-openapi-core/distinfo:1.9 pkgsrc/textproc/py-openapi-core/distinfo:1.10
--- pkgsrc/textproc/py-openapi-core/distinfo:1.9 Thu Jun 13 05:17:06 2024
+++ pkgsrc/textproc/py-openapi-core/distinfo Tue Aug 20 11:13:16 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2024/06/13 05:17:06 adam Exp $
+$NetBSD: distinfo,v 1.10 2024/08/20 11:13:16 adam Exp $
-BLAKE2s (openapi_core-0.19.2.tar.gz) = bb573c3fce74512cab2c3540330c54063730ac0e18ccb5eb081396e97093125d
-SHA512 (openapi_core-0.19.2.tar.gz) = cab2343c61bbb8de048b5e3a53c2d753468f6707f3b4b40ddfee7c3ea6eb0f3beff0aebcad632200a5a4b08e93c620aceda659297756d4f587d11039ede0eefa
-Size (openapi_core-0.19.2.tar.gz) = 108121 bytes
+BLAKE2s (openapi_core-0.19.3.tar.gz) = 3470f1449626053140407d8654823a9afe9f5a13fe1f94560c90cb954fb8bc26
+SHA512 (openapi_core-0.19.3.tar.gz) = 87db8e0a1c5998fb4dbe3bfaf5c33b526e291ad96bb4a679fcb68ce21b003a66b40db14c4784f80104d4462c1e958a1b7776fb3d952e68eb4a7308999896c08b
+Size (openapi_core-0.19.3.tar.gz) = 109026 bytes
Home |
Main Index |
Thread Index |
Old Index