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

- update to version 1.5.0
- require python 3.7 as minimum version to match upstream requirement

OBS-URL: https://build.opensuse.org/request/show/989469
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hatchling?expand=0&rev=10
This commit is contained in:
Dirk Mueller 2022-07-15 17:51:06 +00:00 committed by Git OBS Bridge
parent f157a84bb6
commit 5df2ddb7ef
4 changed files with 18 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.5.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
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.5.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}