pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-webpy Update to latest release. Include lang/py...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3541584c4ca2
branches:  trunk
changeset: 621184:3541584c4ca2
user:      rodent <rodent%pkgsrc.org@localhost>
date:      Fri Jul 05 23:35:35 2013 +0000

description:
Update to latest release. Include lang/python/application.mk to
REPLACE_PYTHON in two files. From ChangeLog.txt:

## 2012-06-26 0.37

* Fixed datestr issue on Windows -- #155
* Fixed Python 2.4 compatability issues (tx fredludlow)
* Fixed error in utils.safewrite (tx shuge) -- #95
* Allow use of web.data() with app.request() -- #105
* Fixed an issue with session initializaton (tx beardedprojamz) -- #109
* Allow custom message on 400 Bad Request (tx patryk) -- #121
* Made djangoerror work on GAE. -- #80
* Handle malformatted data in the urls. -- #117
* Made it easier to stop the dev server -- #100, #122
* Added support fot customizing cookie_path in session (tx larsga) -- #89
* Added exception for "415 Unsupported Media" (tx JirkaChadima) -- #145
* Added GroupedDropdown to support `<optgroup>` tag (tx jzellman) -- #152
* Fixed failure in embedded interpreter - #87
* Optimized web.cookies (tx benhoyt) - #148

diffstat:

 www/py-webpy/Makefile |  8 +++++---
 www/py-webpy/distinfo |  8 ++++----
 2 files changed, 9 insertions(+), 7 deletions(-)

diffs (37 lines):

diff -r c5ab855f3fa5 -r 3541584c4ca2 www/py-webpy/Makefile
--- a/www/py-webpy/Makefile     Fri Jul 05 21:34:11 2013 +0000
+++ b/www/py-webpy/Makefile     Fri Jul 05 23:35:35 2013 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2012/10/28 06:31:02 asau Exp $
+# $NetBSD: Makefile,v 1.12 2013/07/05 23:35:35 rodent Exp $
 #
 
-DISTNAME=              web.py-0.36
+DISTNAME=              web.py-0.37
 PKGNAME=               ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=           1
 CATEGORIES=            www python
 MASTER_SITES=  http://webpy.org/static/
 
@@ -14,5 +13,8 @@
 
 USE_LANGUAGES=         #none
 
+REPLACE_PYTHON+=       web/__init__.py web/utils.py
+
+.include "../../lang/python/application.mk"
 .include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r c5ab855f3fa5 -r 3541584c4ca2 www/py-webpy/distinfo
--- a/www/py-webpy/distinfo     Fri Jul 05 21:34:11 2013 +0000
+++ b/www/py-webpy/distinfo     Fri Jul 05 23:35:35 2013 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2011/11/29 18:16:56 darcy Exp $
+$NetBSD: distinfo,v 1.4 2013/07/05 23:35:35 rodent Exp $
 
-SHA1 (web.py-0.36.tar.gz) = 15492e921dd5ee8ec6044c912e02561f7aa4d283
-RMD160 (web.py-0.36.tar.gz) = 0d8fb464fe47e705d65c485ff135840649dd19f2
-Size (web.py-0.36.tar.gz) = 87951 bytes
+SHA1 (web.py-0.37.tar.gz) = 8744f710ddfb89ca2b66a509042b860d7216ff37
+RMD160 (web.py-0.37.tar.gz) = 8297ec3d2b87e209286562f523027cc94adf0f64
+Size (web.py-0.37.tar.gz) = 90232 bytes



Home | Main Index | Thread Index | Old Index