forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version 0.11 ~~~~~~~~~~~~ Released on 2013-06-13. * Add Python 3.3 support (requires Flask >= 0.10 and Werkzeug >= 0.9) * Drop Python 2.5 support * Fix `#30 <https://github.com/SimonSapin/Frozen-Flask/issues/30>`_: :func:`relative_url_for` with a query string or URL fragment.
- Loading branch information
kleink
committed
Jun 25, 2013
1 parent
239ea14
commit ed896dc
Showing
2 changed files
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.2 2013/03/13 09:29:51 kleink Exp $ | ||
$NetBSD: distinfo,v 1.3 2013/06/25 13:32:32 kleink Exp $ | ||
|
||
SHA1 (Frozen-Flask-0.10.tar.gz) = 417244a42d7fe570f976a9f13ede174cb033155b | ||
RMD160 (Frozen-Flask-0.10.tar.gz) = e343ee5c59856d757268d607c823d446da0871de | ||
Size (Frozen-Flask-0.10.tar.gz) = 105667 bytes | ||
SHA1 (Frozen-Flask-0.11.tar.gz) = bf71a96e3b099652b749f5b4346659a1501dba59 | ||
RMD160 (Frozen-Flask-0.11.tar.gz) = 3c0f35bbfac043c00f59ee868d6fa7258ca1b779 | ||
Size (Frozen-Flask-0.11.tar.gz) = 106927 bytes |