14
0

Accepting request 989469 from home:benoit_monin:branches:devel:languages:python

- update to version 1.5.0
- require python 3.7 as minimum version to match upstream requirement

OBS-URL: https://build.opensuse.org/request/show/989469
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hatchling?expand=0&rev=10
This commit is contained in:
2022-07-15 17:51:06 +00:00
committed by Git OBS Bridge
parent f157a84bb6
commit 5df2ddb7ef
4 changed files with 18 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Jul 15 12:19:55 UTC 2022 - Benoît Monin <benoit.monin@gmx.fr>
- update to version 1.5.0:
* Added:
+ Support the final draft of PEP 639
+ Add strict-naming option for sdist and wheel targets
* Fixed: Project names are now stored in sdist and wheel target
core metadata exactly as defined in pyproject.toml without
normalization to allow control of how PyPI displays them
- require python 3.7 as minimum version to match upstream
requirement
-------------------------------------------------------------------
Tue Jul 5 18:00:11 UTC 2022 - Benoît Monin <benoit.monin@gmx.fr>