From 83336b68a11c222422b1ff4e664d35ca554be5cc79ed41e98ddb52c271e8265f Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 21 Jan 2023 06:47:02 +0000 Subject: [PATCH] Accepting request 1059852 from home:michals - Add missing python-tomli dependency. OBS-URL: https://build.opensuse.org/request/show/1059852 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=92 --- python-tox.changes | 7 ++++++- python-tox.spec | 4 +++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/python-tox.changes b/python-tox.changes index ac02125..7f9d981 100644 --- a/python-tox.changes +++ b/python-tox.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 19 12:30:37 UTC 2023 - Michal Suchanek + +- Add missing python-tomli dependency. + ------------------------------------------------------------------- Tue Oct 25 18:56:42 UTC 2022 - Matej Cepl @@ -6,7 +11,7 @@ Tue Oct 25 18:56:42 UTC 2022 - Matej Cepl ------------------------------------------------------------------- Wed Oct 12 16:26:45 UTC 2022 - Yogalakshmi Arunachalam -- Update to version 3.26.0 +- Update to version 3.26.0 Bugfixes * Fix fallback to python environment when isolated_build = true is set – by @Unrud #2474 * Fixed SetuptoolsDeprecationWarning about using --global-option – by @adamchainz #2478 diff --git a/python-tox.spec b/python-tox.spec index 4c8b0ca..5fd4804 100644 --- a/python-tox.spec +++ b/python-tox.spec @@ -1,7 +1,7 @@ # # spec file for package python-tox # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -35,6 +35,7 @@ BuildRequires: %{python_module setuptools >= 41.0.1} BuildRequires: %{python_module setuptools_scm >= 2.0.0} BuildRequires: %{python_module six >= 1.14.0} BuildRequires: %{python_module toml >= 0.9.4} +BuildRequires: %{python_module tomli >= 2.0.1} BuildRequires: %{python_module virtualenv >= 20.0.8} BuildRequires: %{python_module wheel >= 0.29.0} BuildRequires: fdupes @@ -50,6 +51,7 @@ Requires: python-pluggy >= 0.12.0 Requires: python-py >= 1.4.17 Requires: python-six >= 1.14.0 Requires: python-toml >= 0.9.4 +Requires: python-tomli >= 2.0.1 Requires: python-virtualenv >= 20.0.8 Requires: (python-importlib-metadata >= 0.12 if python3-base < 3.8) Requires(post): update-alternatives