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

- update to 1.14.0
- requires python-trove-classifiers

OBS-URL: https://build.opensuse.org/request/show/1077035
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hatchling?expand=0&rev=33
This commit is contained in:
Matej Cepl 2023-04-04 12:34:22 +00:00 committed by Git OBS Bridge
parent b2c2d542e1
commit 6586021b72
4 changed files with 15 additions and 4 deletions

BIN
hatchling-1.13.0.tar.gz (Stored with Git LFS)

Binary file not shown.

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

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Apr 3 16:22:45 UTC 2023 - Benoît Monin <benoit.monin@gmx.fr>
- update to 1.14.0:
* Added: Add trove-classifiers as a dependency
* Fixed: Properly normalize metadata descriptions that contain
line breaks
- requires python-trove-classifiers
-------------------------------------------------------------------
Thu Feb 9 17:13:34 UTC 2023 - Benoît Monin <benoit.monin@gmx.fr>

View File

@ -17,7 +17,7 @@
Name: python-hatchling
Version: 1.13.0
Version: 1.14.0
Release: 0
Summary: Build backend used by Hatch
License: MIT
@ -31,12 +31,14 @@ BuildRequires: %{python_module pathspec >= 0.10.1}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pluggy >= 1.0.0}
BuildRequires: %{python_module tomli >= 1.2.2 if %python-base < 3.11}
BuildRequires: %{python_module trove-classifiers}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-editables >= 0.3
Requires: python-packaging >= 21.3
Requires: python-pathspec >= 0.10.1
Requires: python-pluggy >= 1.0.0
Requires: python-trove-classifiers
Requires(post): update-alternatives
Requires(postun):update-alternatives
BuildArch: noarch