2013-07-06 01:35:35 by Blue Rats | Files touched by this commit (2) |
Log message:
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
|
2012-10-28 07:31:10 by Aleksej Saushev | Files touched by this commit (600) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-04-08 22:22:01 by Thomas Klausner | Files touched by this commit (148) |
Log message:
All supported python versions in pkgsrc support eggs, so remove
${PLIST.eggfile} from PLISTs and support code from lang/python.
|
2012-01-26 10:14:09 by OBATA Akio | Files touched by this commit (2) |
Log message:
* no compiler languages is required to build.
* distutils pkg, register egg-info.
Bump PKGREVISION.
|
2011-11-29 19:16:56 by D'Arcy J.M. Cain | Files touched by this commit (3) |
Log message:
Upgrade to 0.36.
Too many changes to list. See
https://github.com/webpy/webpy/blob/master/ChangeLog.txt
|
2011-06-14 11:06:07 by OBATA Akio | Files touched by this commit (1) |
Log message:
LICENSE=public-domain
|
2011-06-14 11:04:13 by OBATA Akio | Files touched by this commit (1) |
Log message:
Just need Python 2.4+, no PYTHON_VERSION restrictions.
|
2009-06-15 00:00:42 by Joerg Sonnenberger | Files touched by this commit (316) |
Log message:
Convert @exec/@unexec to @pkgdir or drop it.
|
2008-08-18 00:57:04 by D'Arcy J.M. Cain | Files touched by this commit (3) |
Log message:
Upgrade to 0.23. Many fixes and features. See http://webpy.org/changes
for details.
|
2008-06-12 04:14:58 by Joerg Sonnenberger | Files touched by this commit (1134) |
Log message:
Add DESTDIR support.
|