OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tomli?expand=0&rev=15
This commit is contained in:
parent
a166bf8f25
commit
4193db8c07
@ -3,12 +3,6 @@ Mon Aug 12 14:30:46 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
- Make testing more verbose
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 8 18:10:16 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- remove buildignore on ca-certificates. flit-core is no longer
|
||||
devendored so we do not have a build cycle anymore
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 21 12:37:32 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -27,7 +27,14 @@ URL: https://github.com/hukkin/tomli
|
||||
Source: https://github.com/hukkin/tomli/archive/refs/tags/%{version}.tar.gz#/tomli-%{version}.tar.gz
|
||||
BuildRequires: %{python_module flit-core}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: ca-certificates
|
||||
# Avoid build cycles
|
||||
# https://flit.readthedocs.io/en/latest/bootstrap.html
|
||||
#!BuildIgnore: python3-tomli
|
||||
#!BuildIgnore: python36-tomli
|
||||
#!BuildIgnore: python38-tomli
|
||||
#!BuildIgnore: python39-tomli
|
||||
#!BuildIgnore: python310-tomli
|
||||
#!BuildIgnore: ca-certificates
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildArch: noarch
|
||||
|
Loading…
x
Reference in New Issue
Block a user