6
0

Accepting request 885471 from home:theMarix:branches:devel:languages:python

- Update to version 3.2
  * Experimental support for specifying metadata in a [project] in
    pyproject.toml table as specified by PEP-621.
  * Fix writing METADATA file with multi-line information in
    certain fields such as Author.
  * Fix building wheel when a directory such as LICENSES appears
    in the project root directory.
  * Switch from the deprecated pytoml package to toml.

OBS-URL: https://build.opensuse.org/request/show/885471
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flit-core?expand=0&rev=13
This commit is contained in:
2021-04-14 21:09:16 +00:00
committed by Git OBS Bridge
parent dd2777f4a5
commit 2060114730
4 changed files with 19 additions and 8 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Apr 14 19:29:23 UTC 2021 - Matthias Bach <marix@marix.org>
- Update to version 3.2
* Experimental support for specifying metadata in a [project] in
pyproject.toml table as specified by PEP-621.
* Fix writing METADATA file with multi-line information in
certain fields such as Author.
* Fix building wheel when a directory such as LICENSES appears
in the project root directory.
* Switch from the deprecated pytoml package to toml.
-------------------------------------------------------------------
Mon Oct 26 22:38:40 UTC 2020 - Benjamin Greiner <code@bnavigator.de>