chiark / gitweb /
convert internal representation of AntiFeatures to list
authorHans-Christoph Steiner <hans@eds.org>
Thu, 23 Jul 2015 00:41:03 +0000 (17:41 -0700)
committerHans-Christoph Steiner <hans@eds.org>
Tue, 1 Sep 2015 09:39:51 +0000 (11:39 +0200)
commit2831b3e93f5cdf0f91d87936b721976da327529f
treeafd3ad8db5113d9bf6a98a6c7ec0542898422819
parentcc29d39f0a2f3d4745c5ff0c4d3cbc902c6aba75
convert internal representation of AntiFeatures to list

The AntiFeatures metadata is a comma-separated list of tags, like
Categories, so it should also be stored internally as a list.  This makes
parsing XML and JSON easier.

The test cases' .pickle files look like they change a lot, but they really
don't, its only the change of default AntiFeatures value from None to []
fdroidserver/metadata.py
fdroidserver/stats.py
fdroidserver/update.py
tests/metadata/org.adaway.pickle
tests/metadata/org.smssecure.smssecure.pickle