forked from pool/python-hatchling
Accepting request 1094471 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1094471 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hatchling?expand=0&rev=19
This commit is contained in:
commit
a4deb8efd3
@ -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
BIN
hatchling-1.18.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user