[Python-modules-commits] r5634 - in packages/routes/trunk/debian (changelog control copyright)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Fri Jun 13 21:57:26 UTC 2008
Date: Friday, June 13, 2008 @ 21:57:24
Author: piotr
Revision: 5634
* New upstream release
* Long description updated
* Standards-Version bumped to 3.8.0 (no changes needed)
Modified:
packages/routes/trunk/debian/changelog
packages/routes/trunk/debian/control
packages/routes/trunk/debian/copyright
Modified: packages/routes/trunk/debian/changelog
===================================================================
--- packages/routes/trunk/debian/changelog 2008-06-13 21:51:49 UTC (rev 5633)
+++ packages/routes/trunk/debian/changelog 2008-06-13 21:57:24 UTC (rev 5634)
@@ -1,3 +1,11 @@
+routes (1.9-1) unstable; urgency=low
+
+ * New upstream release
+ * Long description updated
+ * Standards-Version bumped to 3.8.0 (no changes needed)
+
+ -- Piotr Ożarowski <piotr at debian.org> Fri, 13 Jun 2008 23:14:40 +0200
+
routes (1.8-1) unstable; urgency=low
* New upstream release
Modified: packages/routes/trunk/debian/control
===================================================================
--- packages/routes/trunk/debian/control 2008-06-13 21:51:49 UTC (rev 5633)
+++ packages/routes/trunk/debian/control 2008-06-13 21:57:24 UTC (rev 5634)
@@ -5,7 +5,7 @@
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Build-Depends: debhelper (>= 5)
Build-Depends-Indep: python (>= 2.3.5-7), python-all, python-support (>= 0.6.4), python-setuptools (>= 0.6b3)
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
Homepage: http://routes.groovie.org/
XS-Python-Version: all
Vcs-Svn: svn://svn.debian.org/python-modules/packages/routes/trunk/
@@ -18,8 +18,8 @@
XB-Python-Version: ${python:Versions}
Description: Routing Recognition and Generation Tools
Routes is a Python re-implementation of the Rails routes system for mapping
- URL's to Controllers/Actions and generating URL's. Routes makes it easy to
- create pretty and concise URL's that are RESTful with little effort.
+ URLs to Controllers/Actions and generating URLs. Routes makes it easy to
+ create pretty and concise URLs that are RESTful with little effort.
.
Speedy and dynamic URL generation means you get a URL with minimal cruft (no
big dangling query args). Shortcut features like Named Routes cut down on
@@ -29,5 +29,10 @@
* Named Routes
* Sophisticated Route lookup and URL generation
* Wildcard path's before and after static parts
- * Groupings syntax to allow flexible URL's to accommodate almost any need
+ * Groupings syntax to allow flexible URLs to accommodate almost any need
+ * Sub-domain support built-in
+ * Conditional matching based on domain, cookies, HTTP method (RESTful), and
+ more
+ * Easily extensible utilizing custom condition functions and route generation
+ functions
* Extensive unit tests
Modified: packages/routes/trunk/debian/copyright
===================================================================
--- packages/routes/trunk/debian/copyright 2008-06-13 21:51:49 UTC (rev 5633)
+++ packages/routes/trunk/debian/copyright 2008-06-13 21:57:24 UTC (rev 5634)
@@ -7,12 +7,12 @@
License: BSD
-Copyright (c) 2005-2007 Ben Bangert <ben at groovie.org>
+Copyright (c) 2005-2008 Ben Bangert <ben at groovie.org>
On Debian systems, the complete text of the BSD License
can be found in `/usr/share/common-licenses/BSD'
-The Debian packaging is (C) 2006-2007, Piotr Ożarowski <piotr at debian.org>
+The Debian packaging is (C) 2006-2008, Piotr Ożarowski <piotr at debian.org>
and is licensed under the GPL.
On Debian systems, the complete text of the GNU General Public License
More information about the Python-modules-commits
mailing list