pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-flask-restplus py-flask-restplus: updated to 0....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/43bcad24e3a3
branches:  trunk
changeset: 338499:43bcad24e3a3
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Aug 26 13:25:58 2019 +0000

description:
py-flask-restplus: updated to 0.13.0

0.13.0:
Add new Wildcard fields
Fix ABC deprecation warnings
Fix @api.expect(..., validate=False) decorators for an :class:`Api` where validate=True is set on the constructor
Ensure basePath is always a path
Hide Namespaces with all hidden Resources from Swagger documentation
Per route Swagger documentation for multiple routes on a Resource

diffstat:

 www/py-flask-restplus/Makefile |  12 ++++++------
 www/py-flask-restplus/PLIST    |   6 +++++-
 www/py-flask-restplus/distinfo |  10 +++++-----
 3 files changed, 16 insertions(+), 12 deletions(-)

diffs (76 lines):

diff -r 399706103fab -r 43bcad24e3a3 www/py-flask-restplus/Makefile
--- a/www/py-flask-restplus/Makefile    Mon Aug 26 13:22:27 2019 +0000
+++ b/www/py-flask-restplus/Makefile    Mon Aug 26 13:25:58 2019 +0000
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.2 2019/04/25 07:33:28 maya Exp $
+# $NetBSD: Makefile,v 1.3 2019/08/26 13:25:58 adam Exp $
 
-DISTNAME=      flask-restplus-0.12.1
-PKGREVISION=   1
+DISTNAME=      flask-restplus-0.13.0
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/flask-restplus/}
 
 MAINTAINER=    kleink%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/noirbizarre/flask-restplus/
+HOMEPAGE=      https://github.com/noirbizarre/flask-restplus
 COMMENT=       Fully featured framework for fast, easy and documented API development
 LICENSE=       modified-bsd
 
@@ -16,11 +15,12 @@
 DEPENDS+=      ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.3.0:../../lang/py-six
 
-.if "${PYPKGPREFIX}" == "py27"
+.include "../../lang/python/pyversion.mk"
+
+.if ${_PYTHON_VERSION} == 27
 DEPENDS+=      ${PYPKGPREFIX}-enum34-[0-9]*:../../devel/py-enum34
 .endif
 
-
 USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
diff -r 399706103fab -r 43bcad24e3a3 www/py-flask-restplus/PLIST
--- a/www/py-flask-restplus/PLIST       Mon Aug 26 13:22:27 2019 +0000
+++ b/www/py-flask-restplus/PLIST       Mon Aug 26 13:25:58 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2019/02/01 15:31:02 kleink Exp $
+@comment $NetBSD: PLIST,v 1.2 2019/08/26 13:25:58 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -60,6 +60,9 @@
 ${PYSITELIB}/flask_restplus/schemas/__init__.pyc
 ${PYSITELIB}/flask_restplus/schemas/__init__.pyo
 ${PYSITELIB}/flask_restplus/schemas/oas-2.0.json
+${PYSITELIB}/flask_restplus/specs.py
+${PYSITELIB}/flask_restplus/specs.pyc
+${PYSITELIB}/flask_restplus/specs.pyo
 ${PYSITELIB}/flask_restplus/static/droid-sans.css
 ${PYSITELIB}/flask_restplus/static/favicon-16x16.png
 ${PYSITELIB}/flask_restplus/static/favicon-32x32.png
@@ -68,6 +71,7 @@
 ${PYSITELIB}/flask_restplus/static/files/droid-sans-latin-400.woff2
 ${PYSITELIB}/flask_restplus/static/files/droid-sans-latin-700.woff
 ${PYSITELIB}/flask_restplus/static/files/droid-sans-latin-700.woff2
+${PYSITELIB}/flask_restplus/static/oauth2-redirect.html
 ${PYSITELIB}/flask_restplus/static/swagger-ui-bundle.js
 ${PYSITELIB}/flask_restplus/static/swagger-ui-bundle.js.map
 ${PYSITELIB}/flask_restplus/static/swagger-ui-standalone-preset.js
diff -r 399706103fab -r 43bcad24e3a3 www/py-flask-restplus/distinfo
--- a/www/py-flask-restplus/distinfo    Mon Aug 26 13:22:27 2019 +0000
+++ b/www/py-flask-restplus/distinfo    Mon Aug 26 13:25:58 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2019/02/01 15:31:02 kleink Exp $
+$NetBSD: distinfo,v 1.2 2019/08/26 13:25:58 adam Exp $
 
-SHA1 (flask-restplus-0.12.1.tar.gz) = b2ee34393d0f677c350776c6f9009551fbe313f7
-RMD160 (flask-restplus-0.12.1.tar.gz) = 0bce50ae4c31b75b7bebdba1eeb15dd316f9adb9
-SHA512 (flask-restplus-0.12.1.tar.gz) = c4b2cc9d536f1a779b432a608569494bfbf4712e1ab422242d1375467389fa390bc4d7aa32783e565aaa6e3f04c8eb59b4cc8836307694dab93d164ad529c373
-Size (flask-restplus-0.12.1.tar.gz) = 2418801 bytes
+SHA1 (flask-restplus-0.13.0.tar.gz) = 26cec8c7d3dfbc34756888d620cf255977ca3f01
+RMD160 (flask-restplus-0.13.0.tar.gz) = b71a1b0462aa9e120105b242a886744f517d0db2
+SHA512 (flask-restplus-0.13.0.tar.gz) = d44d18af66b7999e3cc6197cc491fac36c4feda39de61155ea1f0bf438ba9a7a8bf89368ac9343313d9399e14876ebd7d169e7e333fb7f7749b9f5e1edb09151
+Size (flask-restplus-0.13.0.tar.gz) = 2422174 bytes



Home | Main Index | Thread Index | Old Index