From d488298f2fa2ce18b4b96ac73f8d8a7e7d67a44db3a60df577a6f406536e5fae Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 20 Mar 2024 03:43:40 +0000 Subject: [PATCH] - Clean up the SPEC file OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hatchling?expand=0&rev=51 --- python-hatchling.changes | 5 +++++ python-hatchling.spec | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/python-hatchling.changes b/python-hatchling.changes index 6b48cca..64d9a9a 100644 --- a/python-hatchling.changes +++ b/python-hatchling.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 20 03:43:33 UTC 2024 - Matej Cepl + +- Clean up the SPEC file + ------------------------------------------------------------------- Tue Mar 19 20:32:47 UTC 2024 - BenoƮt Monin diff --git a/python-hatchling.spec b/python-hatchling.spec index d203816..b635c65 100644 --- a/python-hatchling.spec +++ b/python-hatchling.spec @@ -37,12 +37,10 @@ Requires: python-packaging >= 21.3 Requires: python-pathspec >= 0.10.1 Requires: python-pluggy >= 1.0.0 Requires: python-trove-classifiers +Requires: (python-tomli >= 1.2.2 if python-base < 3.11) Requires(post): update-alternatives Requires(postun): update-alternatives BuildArch: noarch -%if 0%{?python_version_nodots} < 311 -Requires: python-tomli >= 1.2.2 -%endif %python_subpackages %description