14
0

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

update to version 1.11.0

OBS-URL: https://build.opensuse.org/request/show/1009188
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hatchling?expand=0&rev=23
This commit is contained in:
2022-10-10 07:22:36 +00:00
committed by Git OBS Bridge
parent ad2581c620
commit 3b940cbc55
4 changed files with 21 additions and 4 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sun Oct 9 19:49:17 UTC 2022 - Benoît Monin <benoit.monin@gmx.fr>
- update to version 1.11.0:
* Added:
+ Add env version source to retrieve the version from an
environment variable
+ Add validate-bump option to the standard version scheme
* Fixed:
+ Use proper CSV formatting for the RECORD metadata file of the
wheel target to avoid warnings during installation by pip if,
for example, file names contain commas
+ Fix installations with pip for build hooks that modify
runtime dependencies
+ Decreasing verbosity now has no affect on output that should
always be displayed
-------------------------------------------------------------------
Fri Sep 23 19:56:00 UTC 2022 - Benoît Monin <benoit.monin@gmx.fr>