Codebase list python-popcon / 1363986
New version, added python:Depends. Bastian Venthur 12 years ago
2 changed file(s) with 15 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 python-popcon (1.1) unstable; urgency=low
1
2 * Added patches by chrysn:
3 - use namedtuple in python version that support it
4 - use XDG_CACHE_HOME instead of ~/.popcon-cache
5 - filebased timestamping
6 - modernize deprecated use of has_key
7 - module level data caching
8 - atomic file creation
9
10 * Add ${python:Depends} to Depends (closes: #627694).
11
12 -- Bastian Venthur <venthur@debian.org> Thu, 28 Jul 2011 00:15:35 +0200
13
014 python-popcon (1.0) unstable; urgency=low
115
216 * Initial Release.
88
99 Package: python-popcon
1010 Architecture: all
11 Depends: ${shlibs:Depends}, ${misc:Depends}, python-xdg
11 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-xdg
1212 Description: Python interface to Debian's Popularity Contest (popcon)
1313 This package provides the popcon module, which allows to query Debian's
1414 Popularity Contest data.