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:           Sun Sep 17 09:03:14 UTC 2023

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

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

0.18.1

Bug fixes

Ignore formats for other types in unmarshalling process

Features

More media types supported
Unmarshalling customizations in middlewares (FalconOpenAPIMiddleware, FlaskOpenAPIView, FlaskOpenAPIViewDecorator)

Documentation

Changed doc indentation from 3 to 4


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/py-openapi-core/Makefile
cvs rdiff -u -r1.4 -r1.5 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.6 pkgsrc/textproc/py-openapi-core/Makefile:1.7
--- pkgsrc/textproc/py-openapi-core/Makefile:1.6        Sun Aug 27 13:33:23 2023
+++ pkgsrc/textproc/py-openapi-core/Makefile    Sun Sep 17 09:03:14 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2023/08/27 13:33:23 adam Exp $
+# $NetBSD: Makefile,v 1.7 2023/09/17 09:03:14 adam Exp $
 
-DISTNAME=      openapi_core-0.18.0
+DISTNAME=      openapi_core-0.18.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    textproc www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=o/openapi-core/}

Index: pkgsrc/textproc/py-openapi-core/distinfo
diff -u pkgsrc/textproc/py-openapi-core/distinfo:1.4 pkgsrc/textproc/py-openapi-core/distinfo:1.5
--- pkgsrc/textproc/py-openapi-core/distinfo:1.4        Sun Aug 27 13:33:24 2023
+++ pkgsrc/textproc/py-openapi-core/distinfo    Sun Sep 17 09:03:14 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2023/08/27 13:33:24 adam Exp $
+$NetBSD: distinfo,v 1.5 2023/09/17 09:03:14 adam Exp $
 
-BLAKE2s (openapi_core-0.18.0.tar.gz) = a9c3b2bf6a52f4c9b8439cb48a94772ad57c3da28e150c0ee127ca5841a55ef2
-SHA512 (openapi_core-0.18.0.tar.gz) = d9e516e00a53937f79c7419823a1533a507731e20da36e1186a1800f713154135524db968483ce850bd9a90a4c322ca1c957d6a7f99e9d8eefdc244ed9ce8bc0
-Size (openapi_core-0.18.0.tar.gz) = 83474 bytes
+BLAKE2s (openapi_core-0.18.1.tar.gz) = 7fd7440bd80cec3a07c7a5bcc24212f3934d4ae1d985ad1dfc8080f8b3b51abe
+SHA512 (openapi_core-0.18.1.tar.gz) = ae59c0ca948ebfcf01b63db8a463869bbb748336f32c917b2ed22bd94934c91b6fe280bf94bf82a24df9fb29979e6a1b5ce665d12b6bb6480405e9586a9fc8d5
+Size (openapi_core-0.18.1.tar.gz) = 84070 bytes



Home | Main Index | Thread Index | Old Index