14
0

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

update to version 1.6.0

OBS-URL: https://build.opensuse.org/request/show/991827
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hatchling?expand=0&rev=11
This commit is contained in:
2022-08-01 08:30:40 +00:00
committed by Git OBS Bridge
parent 5df2ddb7ef
commit d571404d34
4 changed files with 26 additions and 4 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Sat Jul 30 20:38:56 UTC 2022 - Benoît Monin <benoit.monin@gmx.fr>
- update to version 1.6.0:
* Changed:
+ When no build targets are specified on the command line, now
default to sdist and wheel targets rather than what happens
to be defined in config
+ The code version source now only supports files with known
extensions
+ Global build hooks now run before target-specific build hooks
to better match expected behavior
* Added:
+ The code version source now supports loading extension
modules
+ Add search-paths option for the code version source
* Fixed:
+ Fix removing sources using an empty string value in the
mapping
+ The strict-naming option now also applies to the metadata
directory of wheel targets
-------------------------------------------------------------------
Fri Jul 15 12:19:55 UTC 2022 - Benoît Monin <benoit.monin@gmx.fr>