Changelog for
python39-jaraco.packaging-9.2.0-2.8.noarch.rpm :
* Fri May 12 2023 Ben Greiner
- Update to 9.2.0
* #7, #10, #11: Added environment variable to bypass building metadata for offline builds.- Add virtualenv dependency- Reenable tests
* Fri Apr 21 2023 Dirk Müller - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl - Make calling of %{sle15modernpython} optional.
* Wed Jan 04 2023 Dirk Müller - update to 9.1.2:
* #6: Added minimal test to ``sphinx.packaging``.
* Fri Oct 28 2022 Yogalakshmi Arunachalam - Update to v9.1.1
* Change requirement to build[virtualenv] as workaround for pypa/build#266.- Update to v9.1.0
* Prefer build to pep517 for loading package metadata.
* Mon Aug 29 2022 Ben Greiner - Remove stray python3.inv
* Mon Aug 29 2022 Ben Greiner - Update to v9.0.0
* Use pep517.meta to load package metadata. Adds support for packages without setup.py.
* Removed info module (and setuptools show command).
* Removed depends module. Use other packaging tools instead.- v8.2.1: Rely on PEP 420 for namespace package.- v8.2.0: Inject rst_epilog to include ``|project|`` substitution.- Remove jaraco.base: PEP420 namespace packages do not use that kind of scheme anymore.
* Mon Nov 08 2021 Dirk Müller - add missing six dependency declaration
* Mon Mar 09 2020 Marketa Calabkova - Update to 8.1.0
* In sphinx when loading metadata, trap a ValueError to include the offending value.
* Require Python 3.6 or later.
* Removed \'cheese\' package as it was built for a use-case that is no longer needed.
* Sphinx plugin now declares support for parallel reads (optimistically).
* Mon Oct 14 2019 Matej Cepl - Run SPEC file through spec-cleaner -i.