Skip to content

Commit

Permalink
Update to latest release. Include lang/python/application.mk to
Browse files Browse the repository at this point in the history
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
  • Loading branch information
rodent committed Jul 5, 2013
1 parent 8cb8836 commit 56a86c9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
8 changes: 5 additions & 3 deletions www/py-webpy/Makefile
Original file line number Diff line number Diff line change
@@ -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/

Expand All @@ -14,5 +13,8 @@ LICENSE= public-domain

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"
8 changes: 4 additions & 4 deletions www/py-webpy/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 56a86c9

Please sign in to comment.