pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-flask-restful



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Dec 21 21:06:30 UTC 2018

Modified Files:
        pkgsrc/www/py-flask-restful: Makefile PLIST distinfo
Removed Files:
        pkgsrc/www/py-flask-restful/patches: patch-setup.py

Log Message:
py-flask-restful: updated to 0.3.7

Version 0.3.7
Fix error handling in python3
Fix arguments with type=list
Return code for parse_args() is now configurable
Removed flask_restful.paging module.
Removed misleading help_on_404 functionality
JSON keys are no longer sorted by default in debug mode in python3
Various small fixes and updates to documentation


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-flask-restful/Makefile \
    pkgsrc/www/py-flask-restful/PLIST pkgsrc/www/py-flask-restful/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/www/py-flask-restful/patches/patch-setup.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-flask-restful/Makefile
diff -u pkgsrc/www/py-flask-restful/Makefile:1.1 pkgsrc/www/py-flask-restful/Makefile:1.2
--- pkgsrc/www/py-flask-restful/Makefile:1.1    Thu Dec  6 19:32:05 2018
+++ pkgsrc/www/py-flask-restful/Makefile        Fri Dec 21 21:06:30 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2018/12/06 19:32:05 adam Exp $
+# $NetBSD: Makefile,v 1.2 2018/12/21 21:06:30 adam Exp $
 
-DISTNAME=      Flask-RESTful-0.3.6
+DISTNAME=      Flask-RESTful-0.3.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=F/Flask-RESTful/}
Index: pkgsrc/www/py-flask-restful/PLIST
diff -u pkgsrc/www/py-flask-restful/PLIST:1.1 pkgsrc/www/py-flask-restful/PLIST:1.2
--- pkgsrc/www/py-flask-restful/PLIST:1.1       Thu Dec  6 19:32:05 2018
+++ pkgsrc/www/py-flask-restful/PLIST   Fri Dec 21 21:06:30 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2018/12/06 19:32:05 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2018/12/21 21:06:30 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -17,9 +17,6 @@ ${PYSITELIB}/flask_restful/fields.pyo
 ${PYSITELIB}/flask_restful/inputs.py
 ${PYSITELIB}/flask_restful/inputs.pyc
 ${PYSITELIB}/flask_restful/inputs.pyo
-${PYSITELIB}/flask_restful/paging.py
-${PYSITELIB}/flask_restful/paging.pyc
-${PYSITELIB}/flask_restful/paging.pyo
 ${PYSITELIB}/flask_restful/representations/__init__.py
 ${PYSITELIB}/flask_restful/representations/__init__.pyc
 ${PYSITELIB}/flask_restful/representations/__init__.pyo
Index: pkgsrc/www/py-flask-restful/distinfo
diff -u pkgsrc/www/py-flask-restful/distinfo:1.1 pkgsrc/www/py-flask-restful/distinfo:1.2
--- pkgsrc/www/py-flask-restful/distinfo:1.1    Thu Dec  6 19:32:05 2018
+++ pkgsrc/www/py-flask-restful/distinfo        Fri Dec 21 21:06:30 2018
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.1 2018/12/06 19:32:05 adam Exp $
+$NetBSD: distinfo,v 1.2 2018/12/21 21:06:30 adam Exp $
 
-SHA1 (Flask-RESTful-0.3.6.tar.gz) = 69584f970645893ffdaad2e4db60cbdb949459ed
-RMD160 (Flask-RESTful-0.3.6.tar.gz) = 06a61de7d39c45f876c1856a3941be8f4f8cfda8
-SHA512 (Flask-RESTful-0.3.6.tar.gz) = 7d980a12ed5d72e16fc0e6b45abc75d552f4921a68ab3d4af0425b0b0c9f517cc8240615802ccd6147f122aa0d859d79bb2af7e694f48e614bf9870d8b50e931
-Size (Flask-RESTful-0.3.6.tar.gz) = 103092 bytes
-SHA1 (patch-setup.py) = 969a6b81bdee659f8e4df301ef22ab2493e5d85b
+SHA1 (Flask-RESTful-0.3.7.tar.gz) = 2759819ae9e012792dc36df5b1d1d73663b3638a
+RMD160 (Flask-RESTful-0.3.7.tar.gz) = af0ba61b0acbb18c6599f4956bdea84a035de1d3
+SHA512 (Flask-RESTful-0.3.7.tar.gz) = 72ceb0c6982e7c421be8a835cdfc49c10f780c499c1e77db58a07d46e4e11c53f9c48ce9ae87416d51606794c9232c41f0148d2296647fc124dbf9124e6d8f34
+Size (Flask-RESTful-0.3.7.tar.gz) = 105307 bytes



Home | Main Index | Thread Index | Old Index