Accepting request 991827 from home:benoit_monin:branches:devel:languages:python
update to version 1.6.0 OBS-URL: https://build.opensuse.org/request/show/991827 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hatchling?expand=0&rev=11
This commit is contained in:
parent
5df2ddb7ef
commit
d571404d34
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9ca409a41140cc662164680b78adcd3ba77b23a945984bd9970d11fe38e86a38
|
||||
size 47149
|
3
hatchling-1.6.0.tar.gz
Normal file
3
hatchling-1.6.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bd6e8505de511ac4217ff50927f6d1845494608e401e63a62b830c31fb613544
|
||||
size 47282
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 30 20:38:56 UTC 2022 - Benoît Monin <benoit.monin@gmx.fr>
|
||||
|
||||
- update to version 1.6.0:
|
||||
* Changed:
|
||||
+ When no build targets are specified on the command line, now
|
||||
default to sdist and wheel targets rather than what happens
|
||||
to be defined in config
|
||||
+ The code version source now only supports files with known
|
||||
extensions
|
||||
+ Global build hooks now run before target-specific build hooks
|
||||
to better match expected behavior
|
||||
* Added:
|
||||
+ The code version source now supports loading extension
|
||||
modules
|
||||
+ Add search-paths option for the code version source
|
||||
* Fixed:
|
||||
+ Fix removing sources using an empty string value in the
|
||||
mapping
|
||||
+ The strict-naming option now also applies to the metadata
|
||||
directory of wheel targets
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 15 12:19:55 UTC 2022 - Benoît Monin <benoit.monin@gmx.fr>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define skip_python2 1
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-hatchling
|
||||
Version: 1.5.0
|
||||
Version: 1.6.0
|
||||
Release: 0
|
||||
Summary: Build backend used by Hatch
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user