Accepting request 1094320 from home:bnavigator:branches:devel:languages:python

- Update to 1.18.0
  * Drop support for Python 3.7
  * Update the list of directories that are always excluded for
    builds

OBS-URL: https://build.opensuse.org/request/show/1094320
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hatchling?expand=0&rev=45
This commit is contained in:
Markéta Machová 2023-06-21 17:26:27 +00:00 committed by Git OBS Bridge
parent 8b1ee4a9c2
commit 87b50f0336
4 changed files with 13 additions and 9 deletions

View File

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

BIN
hatchling-1.18.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Jun 21 08:25:58 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 1.18.0
* Drop support for Python 3.7
* Update the list of directories that are always excluded for
builds
-------------------------------------------------------------------
Sat Jun 3 18:21:13 UTC 2023 - Benoît Monin <benoit.monin@gmx.fr>

View File

@ -18,15 +18,14 @@
%{?sle15_python_module_pythons}
Name: python-hatchling
Version: 1.17.1
Version: 1.18.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 base >= 3.7}
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module editables >= 0.3}
BuildRequires: %{python_module importlib-metadata if %python-base < 3.8}
BuildRequires: %{python_module packaging >= 21.3}
BuildRequires: %{python_module pathspec >= 0.10.1}
BuildRequires: %{python_module pip}
@ -43,9 +42,6 @@ Requires: python-trove-classifiers
Requires(post): update-alternatives
Requires(postun):update-alternatives
BuildArch: noarch
%if 0%{?python_version_nodots} < 38
Requires: python-importlib-metadata
%endif
%if 0%{?python_version_nodots} < 311
Requires: python-tomli >= 1.2.2
%endif