[Pypi-checkins] r1002 - trunk/pypi/templates

richard python-checkins at python.org
Tue Dec 20 02:35:32 CET 2011


Author: richard
Date: Tue Dec 20 02:35:31 2011
New Revision: 1002

Modified:
   trunk/pypi/templates/packages-rss.xml
Log:
link to latest version

Modified: trunk/pypi/templates/packages-rss.xml
==============================================================================
--- trunk/pypi/templates/packages-rss.xml	(original)
+++ trunk/pypi/templates/packages-rss.xml	Tue Dec 20 02:35:31 2011
@@ -11,8 +11,7 @@
 
   <item tal:repeat="release app/store/latest_packages">
     <title tal:content="string:${release/name} ${release/version}" />
-    <link tal:content="python:'http://pypi.python.org%s'%app.packageURL(
-        release['name'], release['version'])" />
+    <link tal:content="python:'http://pypi.python.org%s'%app.packageURL(release['name'], None)" />
     <description tal:content="release/summary" />
     <pubDate tal:content="python:release['submitted_date'].strftime('%d %b %Y %H:%M:%S GMT')" />
    </item>


More information about the Pypi-checkins mailing list