From 1694c85b5253ce4ab5094317b5af813f213f3497d0642abb2b063e2c4f480e5f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 8 Jul 2024 18:10:42 +0000 Subject: [PATCH 1/3] - remove buildignore on ca-certificates. flit-core is no longer devendored so we do not have a build cycle anymore OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tomli?expand=0&rev=13 --- python-tomli.changes | 6 ++++++ python-tomli.spec | 15 +++------------ 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/python-tomli.changes b/python-tomli.changes index 7a1b59c..f7a1fa1 100644 --- a/python-tomli.changes +++ b/python-tomli.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jul 8 18:10:16 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-tomli.spec b/python-tomli.spec index 5a236e6..518d06d 100644 --- a/python-tomli.spec +++ b/python-tomli.spec @@ -1,7 +1,7 @@ # # spec file for package python-tomli # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,8 +16,6 @@ # -%{?!python_module:%define python_module() python3-%{**}} -%define skip_python2 1 %{?sle15_python_module_pythons} Name: python-tomli Version: 2.0.1 @@ -29,14 +27,7 @@ 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} -# 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: ca-certificates BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch @@ -64,6 +55,6 @@ export PYTHONPATH=$PWD/src %license LICENSE %doc README.md %{python_sitelib}/tomli -%{python_sitelib}/tomli-%{version}*-info +%{python_sitelib}/tomli-%{version}.dist-info %changelog From 603c7d01469df64f84bdc3574c4cbbe84a3ba53ddf260ac363d9ff64701ffb4a Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 12 Aug 2024 14:30:53 +0000 Subject: [PATCH 2/3] - Make testing more verbose OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tomli?expand=0&rev=14 --- python-tomli.changes | 5 +++++ python-tomli.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-tomli.changes b/python-tomli.changes index f7a1fa1..55cb086 100644 --- a/python-tomli.changes +++ b/python-tomli.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 12 14:30:46 UTC 2024 - Matej Cepl + +- Make testing more verbose + ------------------------------------------------------------------- Mon Jul 8 18:10:16 UTC 2024 - Dirk Müller diff --git a/python-tomli.spec b/python-tomli.spec index 518d06d..8bfa486 100644 --- a/python-tomli.spec +++ b/python-tomli.spec @@ -49,7 +49,7 @@ export PYTHONPATH=$PWD/src %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pyunittest +%pyunittest -v %files %{python_files} %license LICENSE From 3a4e60afa637e646c70a0c22fefd09cb7d2102eb8745d7b338d33b30fd453e23 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 12 Aug 2024 17:40:37 +0000 Subject: [PATCH 3/3] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tomli?expand=0&rev=15 --- python-tomli.changes | 6 ------ python-tomli.spec | 9 ++++++++- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/python-tomli.changes b/python-tomli.changes index 55cb086..aa3fc4e 100644 --- a/python-tomli.changes +++ b/python-tomli.changes @@ -3,12 +3,6 @@ Mon Aug 12 14:30:46 UTC 2024 - Matej Cepl - Make testing more verbose -------------------------------------------------------------------- -Mon Jul 8 18:10:16 UTC 2024 - Dirk Müller - -- 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 diff --git a/python-tomli.spec b/python-tomli.spec index 8bfa486..f2af05f 100644 --- a/python-tomli.spec +++ b/python-tomli.spec @@ -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