mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-05 15:00:11 +01:00
0425788b7d
This puts all of the needed post parsing checks on the metadata into a single method that is used by all parsing methods (.txt, JSON, XML, YAML). This provides the single place to normalize the internal representation of the metadata. It would be good to also change the internal representation to use more Python bool/int types so that less post parsing is needed for JSON, XML, and YAML. The SMSSecure test .pickle was changed to account for the use of lstrip() and rstrip() on all 'script' types. This also changes the example JSON to use ints for versionCodes |
||
---|---|---|
.. | ||
net.osmand.plus.pickle | ||
net.osmand.plus.xml | ||
org.adaway.json | ||
org.adaway.pickle | ||
org.smssecure.smssecure.pickle | ||
org.smssecure.smssecure.txt |