15
0
forked from pool/python-build

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

- Update to v0.7.0
  Full changelog at
  https://pypa-build.readthedocs.io/en/stable/changelog.html
  * Dropped support for Python 2 and 3.5
- Avoid possible bootstrap build depcycles with _multibuild
- Drop remove-unused-import.patch

OBS-URL: https://build.opensuse.org/request/show/925702
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-build?expand=0&rev=5
This commit is contained in:
John Vandenberg
2021-10-16 15:04:24 +00:00
committed by Git OBS Bridge
parent 646c68d5a9
commit 65e3a5efb5
6 changed files with 67 additions and 60 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Oct 16 12:24:15 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to v0.7.0
Full changelog at
https://pypa-build.readthedocs.io/en/stable/changelog.html
* Dropped support for Python 2 and 3.5
- Avoid possible bootstrap build depcycles with _multibuild
- Drop remove-unused-import.patch
-------------------------------------------------------------------
Thu Dec 17 14:52:54 UTC 2020 - Benjamin Greiner <code@bnavigator.de>