Changelog for
python310-pep517-0.13.0-4.1.noarch.rpm :
* Sat Sep 17 2022 Ben Greiner
- Clean specfile from python2 directives.- Simplify wheel building section: new python-rpm-macros only builds one pure wheel automatically.- Prepare for python311 flavor, tomli not required.
* Mon Sep 12 2022 Dirk Müller - update to 0.13.0: - Remove support for end-of-life Pythons. Now requires Python3.6+. - Remove support for ``toml`` package. Now requires ``tomli``. - Rely on preferred \"files\" API on Python 3.9 and later (#140).
* Sun Jan 09 2022 Ben Greiner - Make it work with old python-rpm-macros
* Wed Dec 01 2021 Ben Greiner - Fix SLE/Leap python2 build
* Sun Nov 07 2021 Dirk Müller - update to 0.12.0:
* Fix DeprecationWarning in tomli.
* Sat Oct 16 2021 Ben Greiner - Update to 0.11
* Support editable hooks (PEP 660).
* Use the TOML 1.0 compliant tomli parser module on Python 3.6 and above.
* Ensure TOML files are always read as UTF-8.
* Switch CI to Github actions.- Release 0.10
* Avoid shadowing imports such as colorlog in the backend, by moving the _in_process.py script into a separate subpackage.
* Issue warnings when using the deprecated pep517.build and pep517.check modules at the command line. See the PyPA build project for a replacement.
* Allow building with flit_core 3.x.
* Prefer the standard library unittest.mock to mock for tests on Python 3.6 and above.- Avoid possible bootstrap build depcycles with _multibuild- Use pep517 install instead of distutils in order to produce proper dist-info
* Wed Nov 25 2020 Benjamin Greiner - BuildRequire flit-core for all possible python3 flavors gh#openSUSE/python-rpm-macros#66- remove python2 skip for test_meta in check section. The test is correctly marked for skipping with python2 in the source file.
* Fri Nov 13 2020 John Vandenberg - Add Recommends pip & python-wheel >= 0.25- Add build dependencies to activate test_meta on Python 3- Disable pip --ignore-installed mode in runtime package- Add doc/
*.rst to %doc- Update to v0.9.1
* Silence flake8 objections about import in __init__.py- from 0.9
* Deprecated the higher level API which handles creating an environment and installing build dependencies. This was not very complete, and https://github.com/pypa/build is designed for this use case
* New python_executable parameter for Pep517HookCaller to run hooks with a different Python interpreter
* Fix for locating the script to run in the subprocess in some scenarios
* Fix example in README to get ``build-backend`` correctly
* Various minor improvements to testing
* Wed Oct 07 2020 John Vandenberg - Update to v0.8.2
* Avoid compat.py, to make _in_process.py zip-safe
* Thu Mar 12 2020 Marketa Calabkova - Update to version 0.8.1
* Update CI to Python 3.8
* Add trove classifiers for supported Pythons.