14
0

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

update to version 1.10.0

OBS-URL: https://build.opensuse.org/request/show/1005670
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hatchling?expand=0&rev=21
This commit is contained in:
2022-09-24 10:21:38 +00:00
committed by Git OBS Bridge
parent 727d6af40f
commit ad2581c620
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Sep 23 19:56:00 UTC 2022 - Benoît Monin <benoit.monin@gmx.fr>
- update to version 1.10.0:
* Added:
+ Add the following to the list of directories that cannot be
traversed: __pypackages__, .hg, .hatch, .tox, .nox
+ Add deprecated option to allow ambiguous features
* Fixed:
+ Improve tracking of dynamic metadata
+ Fix core metadata for entries in
project.optional-dependencies that use direct references
-------------------------------------------------------------------
Tue Sep 13 20:05:14 UTC 2022 - Benoît Monin <benoit.monin@gmx.fr>