Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jun 2012 18:56:44 +1000 (EST)
From:      koobs <koobs.freebsd@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        wen@FreeBSD.org
Subject:   ports/169435: [PATCH] www/webpy: update to 0.37
Message-ID:  <20120626085644.B457517736@freebsd-90-amd64.localdomain>
Resent-Message-ID: <201206260900.q5Q90OOq013295@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         169435
>Category:       ports
>Synopsis:       [PATCH] www/webpy: update to 0.37
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 26 09:00:24 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     koobs
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD freebsd-90-amd64 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Sat May  5 14:51:14 EST
>Description:
- Update to 0.37

Changes:

* 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

Port maintainer (wen@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:

--- webpy-0.37.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/webpy/Makefile ./Makefile
--- /usr/ports/www/webpy/Makefile	2011-08-04 10:38:39.000000000 +1000
+++ ./Makefile	2012-06-26 18:54:07.000000000 +1000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	webpy
-PORTVERSION=	0.36
+PORTVERSION=	0.37
 CATEGORIES=	www python
 MASTER_SITES=	http://webpy.org/static/ \
 		CHEESESHOP
diff -ruN --exclude=CVS /usr/ports/www/webpy/distinfo ./distinfo
--- /usr/ports/www/webpy/distinfo	2011-08-04 10:38:39.000000000 +1000
+++ ./distinfo	2012-06-26 18:54:22.000000000 +1000
@@ -1,2 +1,2 @@
-SHA256 (web.py-0.36.tar.gz) = c45ec5b5feaaba53bbae69dd971c281832f1332d5949cd6e5ca27747fe92256a
-SIZE (web.py-0.36.tar.gz) = 87951
+SHA256 (web.py-0.37.tar.gz) = 748c7e99ad9e36f62ea19f7965eb7dd7860b530e8f563ed60ce3e53e7409a550
+SIZE (web.py-0.37.tar.gz) = 90232
--- webpy-0.37.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120626085644.B457517736>