chiark / gitweb /
remove support for XML app metadata, its broken
authorHans-Christoph Steiner <hans@eds.org>
Wed, 23 Nov 2016 14:01:23 +0000 (15:01 +0100)
committerHans-Christoph Steiner <hans@eds.org>
Mon, 5 Dec 2016 19:16:54 +0000 (20:16 +0100)
commitce3efe4168afc99176b5227dc48e8d7fa114095d
treebd95e8afe55fb5879025ec7757d576950a30271f
parentb91cdffe1797c5f6663efaff1fd4bc676f6d9e2b
remove support for XML app metadata, its broken

JSON and YAML are very closely related, so supporting both of them is
basically almost no extra work.  Both are also closely related to how
Python works with dicts and pickles. XML is a very different beast, and its
not popular for this kind of thing anyway, so just purge it.
examples/config.py
fdroidserver/metadata.py
tests/metadata.TestCase
tests/metadata/net.osmand.plus.pickle [deleted file]
tests/metadata/net.osmand.plus.xml [deleted file]
tests/run-tests
tests/update.TestCase