14
0

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

update to version 1.4.0

OBS-URL: https://build.opensuse.org/request/show/986709
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hatchling?expand=0&rev=7
This commit is contained in:
2022-07-04 22:06:26 +00:00
committed by Git OBS Bridge
parent 19b00c5353
commit e5a515d0a4
4 changed files with 33 additions and 4 deletions

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Mon Jul 4 16:13:37 UTC 2022 - Benoît Monin <benoit.monin@gmx.fr>
- update to version 1.4.0:
* Changed: The packages option uses the new only-include option
to provide targeted inclusion, since that is desired most of
the time
* Added:
+ Support PEP 561 type hinting
+ Add version build hook
+ Add only-include option
+ The editable version of wheel targets now respects the
force-include option by default
+ The force-include option now supports path rewriting with the
sources option
+ The wheel target shared-data and extra-metadata options now
respect file selection options
+ The wheel target now auto-detects single module layouts
+ Improve performance by never entering directories that are
guaranteed to be undesirable like __pycache__ rather than
excluding individual files within
+ Update SPDX license information to version 3.17
* Fixed:
+ Don't write empty entry points file for wheel targets if
there are no entry points defined
+ Allow metadata hooks to set the version in all cases
+ Prevent duplicate file entries from inclusion when using the
force-include option
-------------------------------------------------------------------
Sun Jun 12 13:54:32 UTC 2022 - Benoît Monin <benoit.monin@gmx.fr>