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:
parent
ad2581c620
commit
3b940cbc55
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5d31f43dffaf6265c808e1b5353662ffa5146d844278b55caa6c7f74f427ec50
|
|
||||||
size 56289
|
|
3
hatchling-1.11.0.tar.gz
Normal file
3
hatchling-1.11.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a263a8c50817cd2dfcd4dd6d0d55a5ebcb078eeec9858cc3d056314b3438ec8f
|
||||||
|
size 57193
|
@ -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>
|
Fri Sep 23 19:56:00 UTC 2022 - Benoît Monin <benoit.monin@gmx.fr>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-hatchling
|
Name: python-hatchling
|
||||||
Version: 1.10.0
|
Version: 1.11.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Build backend used by Hatch
|
Summary: Build backend used by Hatch
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user