Accepting request 991960 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/991960
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hatchling?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2022-08-04 11:23:22 +00:00 committed by Git OBS Bridge
commit 30bc29436e
4 changed files with 40 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
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>
- update to version 1.5.0:
* Added:
+ Support the final draft of PEP 639
+ Add strict-naming option for sdist and wheel targets
* Fixed: Project names are now stored in sdist and wheel target
core metadata exactly as defined in pyproject.toml without
normalization to allow control of how PyPI displays them
- require python 3.7 as minimum version to match upstream
requirement
-------------------------------------------------------------------
Tue Jul 5 18:00:11 UTC 2022 - Benoît Monin <benoit.monin@gmx.fr>

View File

@ -19,12 +19,13 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-hatchling
Version: 1.4.1
Version: 1.6.0
Release: 0
Summary: Build backend used by Hatch
License: MIT
URL: https://hatch.pypa.io/latest/
Source0: https://files.pythonhosted.org/packages/source/h/hatchling/hatchling-%{version}.tar.gz
BuildRequires: %{python_module devel >= 3.7}
BuildRequires: %{python_module editables >= 0.3}
BuildRequires: %{python_module importlib-metadata if %python-base < 3.8}
BuildRequires: %{python_module packaging >= 21.3}