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:           Sat Jan 18 09:33:47 UTC 2025

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

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

0.6.3

Bug fixes

Remove jsonschema-specifications version limit
References docs example fix


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 \
    pkgsrc/textproc/py-openapi-schema-validator/Makefile
cvs rdiff -u -r1.7 -r1.8 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.9 pkgsrc/textproc/py-openapi-schema-validator/Makefile:1.10
--- pkgsrc/textproc/py-openapi-schema-validator/Makefile:1.9    Sat Oct 28 19:57:18 2023
+++ pkgsrc/textproc/py-openapi-schema-validator/Makefile        Sat Jan 18 09:33:47 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2023/10/28 19:57:18 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2025/01/18 09:33:47 adam Exp $
 
-DISTNAME=      openapi_schema_validator-0.6.2
+DISTNAME=      openapi_schema_validator-0.6.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
-PKGREVISION=   1
 CATEGORIES=    textproc www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=o/openapi-schema-validator/}
 
@@ -15,16 +14,10 @@ TOOL_DEPENDS+=      ${PYPKGPREFIX}-poetry-cor
 DEPENDS+=      ${PYPKGPREFIX}-jsonschema>=4.19.1:../../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
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-flake8-[0-9]*:../../devel/py-test-flake8
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
-do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/py-openapi-schema-validator/distinfo
diff -u pkgsrc/textproc/py-openapi-schema-validator/distinfo:1.7 pkgsrc/textproc/py-openapi-schema-validator/distinfo:1.8
--- pkgsrc/textproc/py-openapi-schema-validator/distinfo:1.7    Sat Oct  7 20:15:53 2023
+++ pkgsrc/textproc/py-openapi-schema-validator/distinfo        Sat Jan 18 09:33:47 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2023/10/07 20:15:53 adam Exp $
+$NetBSD: distinfo,v 1.8 2025/01/18 09:33:47 adam Exp $
 
-BLAKE2s (openapi_schema_validator-0.6.2.tar.gz) = bd9c5e4e67c3f645f8c4a39b7cff4ff0cd5464552143284c9ddca3ed99a3053c
-SHA512 (openapi_schema_validator-0.6.2.tar.gz) = 709f7a7c00bf050fa2c48a05bcd4e83ad309029f62df10ba61424cb46413cb9218bf2930f24a4db09f7648e51135f346855a4d58ce836b315a82a9986b655932
-Size (openapi_schema_validator-0.6.2.tar.gz) = 11860 bytes
+BLAKE2s (openapi_schema_validator-0.6.3.tar.gz) = 66fbd9f279669c65a5f69c45bebc65e79e1a65e9b408f9bdda34bffb1e0ca5ec
+SHA512 (openapi_schema_validator-0.6.3.tar.gz) = f335fc4dd1530cbcdd63ece998a42b27497e31e7191fc8e65437ae1810a7bc12e313d8eac982368d33a643502d13e1f69f6b00f710b4e90c50961bdfe7150ff9
+Size (openapi_schema_validator-0.6.3.tar.gz) = 11550 bytes



Home | Main Index | Thread Index | Old Index