The following commit has been merged in the master branch:
commit 325155e94e4ea7a92d773efeb1d0ed741558ee2c
Author: Andreas Tille <[email protected]>
Date: Sun Feb 21 08:32:34 2016 +0100
Query more upstream metadata in blends-query: upstream bugs and repository
as well as edam topic
diff --git a/webtools/blendstasktools.py b/webtools/blendstasktools.py
index cb36008..3372f9a 100644
--- a/webtools/blendstasktools.py
+++ b/webtools/blendstasktools.py
@@ -357,7 +357,10 @@ query = """PREPARE query_pkgs (text[],text[],text) AS
description_vi text, long_description_vi text,
"description_zh_CN" text, "long_description_zh_CN" text,
"description_zh_TW" text, "long_description_zh_TW" text,
- remark text
+ remark text,
+ "upstream_bugs" text,
+ "upstream_repository" text,
+ "edam_topics" text[]
)"""
_execute_udd_query(query)
diff --git a/webtools_py3/blendstasktools_udd.py
b/webtools_py3/blendstasktools_udd.py
index 5518101..2804d4a 100644
--- a/webtools_py3/blendstasktools_udd.py
+++ b/webtools_py3/blendstasktools_udd.py
@@ -367,7 +367,10 @@ query = """PREPARE query_pkgs (text[],text[],text) AS
description_vi text, long_description_vi text,
"description_zh_CN" text, "long_description_zh_CN" text,
"description_zh_TW" text, "long_description_zh_TW" text,
- remark text
+ remark text,
+ "upstream_bugs" text,
+ "upstream_repository" text,
+ "edam_topics" text[]
)"""
_execute_udd_query(query)
--
Static and dynamic websites for Debian Pure Blends
_______________________________________________
Blends-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit