Accepting request 1005754 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1005754
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hatchling?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2022-09-25 13:34:36 +00:00 committed by Git OBS Bridge
commit c7577b8e66
4 changed files with 17 additions and 4 deletions

3
hatchling-1.10.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5d31f43dffaf6265c808e1b5353662ffa5146d844278b55caa6c7f74f427ec50
size 56289

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b57c7362f437b9426e4b94228a21d2ac5804fbb2abcb01adde2544a35bb303cd
size 55936

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>

View File

@ -19,7 +19,7 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-hatchling
Version: 1.9.0
Version: 1.10.0
Release: 0
Summary: Build backend used by Hatch
License: MIT