14
0

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

update to version 1.7.1

OBS-URL: https://build.opensuse.org/request/show/994902
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hatchling?expand=0&rev=13
This commit is contained in:
2022-08-15 07:19:28 +00:00
committed by Git OBS Bridge
parent d571404d34
commit cd24e69489
4 changed files with 29 additions and 4 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Sat Aug 13 19:23:18 UTC 2022 - Benoît Monin <benoit.monin@gmx.fr>
- update to version 1.7.1:
* Fixed:
+ Fix the value the relative_path attribute of included files,
that some build plugins may use, when selecting explicit
paths
-------------------------------------------------------------------
Sat Aug 13 14:17:00 UTC 2022 - Benoît Monin <benoit.monin@gmx.fr>
- update to version 1.7.0:
* Added:
+ Add require-runtime-features option for builders and build
hooks
+ Check for unknown trove classifiers
+ Update SPDX license information to version 3.18
* Fixed:
+ Add better error message for wheel target dev mode
installations that define path rewrites with the sources
option
+ Note the allow-direct-references option in the relevant error
messages
-------------------------------------------------------------------
Sat Jul 30 20:38:56 UTC 2022 - Benoît Monin <benoit.monin@gmx.fr>