53f20f383d
Accepting request 1217430 from devel:languages:python
Ana Guerrero2024-10-25 17:18:40 +00:00
045ee0c7ec
- update to 10.2.3: * Adapt to latest versions of importlib.metadata that don't allow for implicit None values.
Dirk Mueller2024-09-29 20:04:09 +00:00
c3ca8d8909
- Update to 10.2.2: * Fixed DeprecationWarning in metadata.hunt_down_url. * Fixed issue in rendering non-unique keys in print-metadata. * Add script for printing metadata. * Add metadata.extract_email helper. * Moved metadata helpers to metadata module. * In extract_author, expand the logic to support multiple authors in pyproject.toml form. * Configure Sphinx earlier in 'config-inited', allowing other etxensions to rely on the produced values. * Add support for other metadata fields since pyproject.toml shuffles things around. * Add metadata.load for loading metadata from a source dir with support for a BUILD_ENVIRONMENT setting. Set BUILD_ENVIRONMENT=current to bypass isolation when loading metadata. * Deprecated use of environment variable for isolated builds. * Add sidebar-links directive. * Require Python 3.8 or later. - Skip two tests that are impacted by a Pytest bug.
Steve Kowalik2024-07-29 06:41:09 +00:00