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:           Thu Apr 11 07:58:04 UTC 2024

Modified Files:
        pkgsrc/textproc/py-openapi-core: Makefile PLIST distinfo

Log Message:
py-openapi-core: updated to 0.19.1

0.19.1

Features

Path finder cls configuration

Bug fixes

Invalid usage of super() when having multi-baseclass inheritance
Fix content-type when no space after semicolon
Protocols body and data attributes docstrings fix


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/py-openapi-core/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/py-openapi-core/PLIST
cvs rdiff -u -r1.7 -r1.8 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.11 pkgsrc/textproc/py-openapi-core/Makefile:1.12
--- pkgsrc/textproc/py-openapi-core/Makefile:1.11       Wed Feb 21 19:53:03 2024
+++ pkgsrc/textproc/py-openapi-core/Makefile    Thu Apr 11 07:58:04 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2024/02/21 19:53:03 adam Exp $
+# $NetBSD: Makefile,v 1.12 2024/04/11 07:58:04 adam Exp $
 
-DISTNAME=      openapi_core-0.19.0
+DISTNAME=      openapi_core-0.19.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    textproc www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=o/openapi-core/}

Index: pkgsrc/textproc/py-openapi-core/PLIST
diff -u pkgsrc/textproc/py-openapi-core/PLIST:1.6 pkgsrc/textproc/py-openapi-core/PLIST:1.7
--- pkgsrc/textproc/py-openapi-core/PLIST:1.6   Wed Feb 21 19:53:03 2024
+++ pkgsrc/textproc/py-openapi-core/PLIST       Thu Apr 11 07:58:04 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2024/02/21 19:53:03 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2024/04/11 07:58:04 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -292,6 +292,15 @@ ${PYSITELIB}/openapi_core/templating/pat
 ${PYSITELIB}/openapi_core/templating/paths/finders.py
 ${PYSITELIB}/openapi_core/templating/paths/finders.pyc
 ${PYSITELIB}/openapi_core/templating/paths/finders.pyo
+${PYSITELIB}/openapi_core/templating/paths/iterators.py
+${PYSITELIB}/openapi_core/templating/paths/iterators.pyc
+${PYSITELIB}/openapi_core/templating/paths/iterators.pyo
+${PYSITELIB}/openapi_core/templating/paths/protocols.py
+${PYSITELIB}/openapi_core/templating/paths/protocols.pyc
+${PYSITELIB}/openapi_core/templating/paths/protocols.pyo
+${PYSITELIB}/openapi_core/templating/paths/types.py
+${PYSITELIB}/openapi_core/templating/paths/types.pyc
+${PYSITELIB}/openapi_core/templating/paths/types.pyo
 ${PYSITELIB}/openapi_core/templating/paths/util.py
 ${PYSITELIB}/openapi_core/templating/paths/util.pyc
 ${PYSITELIB}/openapi_core/templating/paths/util.pyo

Index: pkgsrc/textproc/py-openapi-core/distinfo
diff -u pkgsrc/textproc/py-openapi-core/distinfo:1.7 pkgsrc/textproc/py-openapi-core/distinfo:1.8
--- pkgsrc/textproc/py-openapi-core/distinfo:1.7        Wed Feb 21 19:53:03 2024
+++ pkgsrc/textproc/py-openapi-core/distinfo    Thu Apr 11 07:58:04 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2024/02/21 19:53:03 adam Exp $
+$NetBSD: distinfo,v 1.8 2024/04/11 07:58:04 adam Exp $
 
-BLAKE2s (openapi_core-0.19.0.tar.gz) = aaa1923f65f11e2aaf1cd60cf61b8a483772f88692c038a3ae3163fbbba5d086
-SHA512 (openapi_core-0.19.0.tar.gz) = 3a94170f8ab6a47188c693545be9d2cd965d2479c838a8644d6218f9f46b54fdb94e0550ea5626e5ba58920419b7c700d26b2e6dd6a55afeb73778f582a645e0
-Size (openapi_core-0.19.0.tar.gz) = 105815 bytes
+BLAKE2s (openapi_core-0.19.1.tar.gz) = 896599a51be6e3240633cf66c069b5096a44c6e3043560f914ebc2b60b48c8bb
+SHA512 (openapi_core-0.19.1.tar.gz) = 861e3793303ec89265be3a0846ad702e321ebc8536497d146ef10a4c9ab54900ad35ee9e90ef42e1f0856da8c0e746471e9820b0ac3e149adaa0b951a66b382f
+Size (openapi_core-0.19.1.tar.gz) = 107802 bytes



Home | Main Index | Thread Index | Old Index