15
0
forked from pool/python-build

Accepting request 1073630 from home:bnavigator:branches:devel:languages:python

- Update to 0.10.0
  * Replace pep517 dependency with pyproject_hooks, into which
    pep517 has been renamed (PR #539, Fixes #529)
  * Change build backend from setuptools to flit (PR #470, Fixes
    #394)
  * Dropped support for Python 3.6 (PR #532)
- Avoid namespace clashes with build/ directory
  * gh#python-rpm-macros#157

OBS-URL: https://build.opensuse.org/request/show/1073630
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-build?expand=0&rev=12
This commit is contained in:
2023-03-21 20:11:44 +00:00
committed by Git OBS Bridge
parent 1671bb38bb
commit 39b429be94
8 changed files with 37 additions and 101 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Mar 21 19:16:14 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 0.10.0
* Replace pep517 dependency with pyproject_hooks, into which
pep517 has been renamed (PR #539, Fixes #529)
* Change build backend from setuptools to flit (PR #470, Fixes
#394)
* Dropped support for Python 3.6 (PR #532)
- Avoid namespace clashes with build/ directory
* gh#python-rpm-macros#157
-------------------------------------------------------------------
Sun Jan 1 18:26:09 UTC 2023 - Ben Greiner <code@bnavigator.de>