[Blends-commit] r3348 - /blends/trunk/webtools/blendstasktools.py

tille at users.alioth.debian.org tille at users.alioth.debian.org
Wed May 23 20:05:24 UTC 2012


Author: tille
Date: Wed May 23 20:05:23 2012
New Revision: 3348

URL: http://svn.debian.org/wsvn/blends/?sc=1&rev=3348
Log:
Now actually use the publication data for packages in new and vcs

Modified:
    blends/trunk/webtools/blendstasktools.py

Modified: blends/trunk/webtools/blendstasktools.py
URL: http://svn.debian.org/wsvn/blends/blends/trunk/webtools/blendstasktools.py?rev=3348&op=diff
==============================================================================
--- blends/trunk/webtools/blendstasktools.py (original)
+++ blends/trunk/webtools/blendstasktools.py Wed May 23 20:05:23 2012
@@ -1666,6 +1666,7 @@
                 dep.desc['en']['long']  = Markup(render_longdesc(row['long_description_en'].splitlines()))
                 (_name, _url) = email.Utils.parseaddr(row['maintainer'])
                 dep.responsible = '<a href="mailto:%s">%s</a>' % (_url, to_unicode(_name))
+                dep.SetPublications(row)
                 if row['changed_by']:
                     try:
                         changed = to_unicode(row['changed_by'])
@@ -1746,6 +1747,7 @@
                     dep.properties[prop] = row[prop]
                 if int(row['wnpp']) > 0:
                     dep.properties['wnpp'] = row['wnpp']
+                dep.SetPublications(row)
                 dep.desc['en']['short'] = MarkupString(to_unicode(row['description_en']), dep.pkg, 'ShortDesc - New')
                 dep.desc['en']['long']  = Markup(render_longdesc(row['long_description_en'].splitlines()))
                 (_name, _url) = email.Utils.parseaddr(row['maintainer'])




More information about the Blends-commit mailing list