Accepting request 1083114 from devel:languages:python

- update to 1.14.1:
  * Fix internal archive root naming for the sdist target when
    strict-naming is disabled to match the file name in order to
    support the expectation of some frontends

- add sle15_python_module_pythons (jsc#PED-68)

- 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

OBS-URL: https://build.opensuse.org/request/show/1083114
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hatchling?expand=0&rev=15
This commit is contained in:
Dominique Leuenberger 2023-05-03 10:56:15 +00:00 committed by Git OBS Bridge
commit 8a52263275
4 changed files with 29 additions and 4 deletions

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

Binary file not shown.

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

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

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Mon Apr 24 16:30:48 UTC 2023 - Benoît Monin <benoit.monin@gmx.fr>
- update to 1.14.1:
* Fix internal archive root naming for the sdist target when
strict-naming is disabled to match the file name in order to
support the expectation of some frontends
-------------------------------------------------------------------
Fri Apr 21 12:26:11 UTC 2023 - Dirk Müller <dmueller@suse.com>
- add sle15_python_module_pythons (jsc#PED-68)
-------------------------------------------------------------------
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

@ -16,8 +16,9 @@
#
%{?sle15_python_module_pythons}
Name: python-hatchling
Version: 1.13.0
Version: 1.14.1
Release: 0
Summary: Build backend used by Hatch
License: MIT
@ -31,12 +32,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