Fri Dec 6 16:26:54 2013 UTC ()
Update py-flask-script to 0.6.5.

Version 0.6.5
-----------------

Released on December 5, 2013

- Change warning from UserWarning to DeprecationWarning so it is
  ignored by default

Version 0.6.4
-----------------

Released on December 5, 2013

- Only pass `parents` argument if a command's `create_parser`
  accepts it.  Workaround for #71


(kleink)
diff -r1.4 -r1.5 pkgsrc/www/py-flask-script/Makefile
diff -r1.4 -r1.5 pkgsrc/www/py-flask-script/distinfo

cvs diff -r1.4 -r1.5 pkgsrc/www/py-flask-script/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-flask-script/Makefile 2013/11/11 15:43:14 1.4
+++ pkgsrc/www/py-flask-script/Makefile 2013/12/06 16:26:54 1.5
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.4 2013/11/11 15:43:14 kleink Exp $ 1# $NetBSD: Makefile,v 1.5 2013/12/06 16:26:54 kleink Exp $
2 2
3DISTNAME= Flask-Script-0.6.3 3DISTNAME= Flask-Script-0.6.5
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
5CATEGORIES= www python 5CATEGORIES= www python
6MASTER_SITES= http://pypi.python.org/packages/source/F/Flask-Script/ 6MASTER_SITES= http://pypi.python.org/packages/source/F/Flask-Script/
7 7
8MAINTAINER= kleink@NetBSD.org 8MAINTAINER= kleink@NetBSD.org
9HOMEPAGE= http://flask-script.readthedocs.org/en/latest/ 9HOMEPAGE= http://flask-script.readthedocs.org/en/latest/
10COMMENT= Scripting support for Flask 10COMMENT= Scripting support for Flask
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13USE_LANGUAGES= # empty 13USE_LANGUAGES= # empty
14 14
15PYTHON_VERSIONS_INCLUDE_3X= yes 15PYTHON_VERSIONS_INCLUDE_3X= yes
16PYTHON_VERSIONS_INCOMPATIBLE= 31 32 16PYTHON_VERSIONS_INCOMPATIBLE= 31 32

cvs diff -r1.4 -r1.5 pkgsrc/www/py-flask-script/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-flask-script/distinfo 2013/11/11 15:43:14 1.4
+++ pkgsrc/www/py-flask-script/distinfo 2013/12/06 16:26:54 1.5
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2013/11/11 15:43:14 kleink Exp $ 1$NetBSD: distinfo,v 1.5 2013/12/06 16:26:54 kleink Exp $
2 2
3SHA1 (Flask-Script-0.6.3.tar.gz) = 3acb116ee8e8d3099c8908c1df5e9b2f6d077867 3SHA1 (Flask-Script-0.6.5.tar.gz) = 093084f284f5ccb340f8dd47b9223f52a1974e7a
4RMD160 (Flask-Script-0.6.3.tar.gz) = 359079140c18a27854a192b85ed58163c98e7441 4RMD160 (Flask-Script-0.6.5.tar.gz) = dfc0eaaa36821d175836fb1520f13c4d3a28cf6e
5Size (Flask-Script-0.6.3.tar.gz) = 40210 bytes 5Size (Flask-Script-0.6.5.tar.gz) = 40337 bytes