------------------
- Generate Metada-Version 2.2. Since metadata obtained from a sdist with PKG-INFO
is directly read from the PKG-INFO, all metadata is static by definition.
- Add a ``precomputed_metadata_path`` argument to ``get_addon_metadata``.
- Support Odoo 15, with new ``odoo-addon-{addon_name}`` package name structure.
This leverages the new pip dependency resolver to correctly install the correct
version, depending on the installed Odoo version. The default git postversion strategy
for Odoo 15 addons is now ``.N``, which means it adds a 6th digit to the version
number with the number of commit since the last version bump in the addon manifest.
- Add support for the new Odoo series trove classifers.
- Update Odoo base addons list.