Accepting request 1060096 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1060096 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tox?expand=0&rev=45
This commit is contained in:
commit
357eae97a0
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 19 12:30:37 UTC 2023 - Michal Suchanek <msuchanek@suse.com>
|
||||
|
||||
- Add missing python-tomli dependency.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 25 18:56:42 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
@ -6,7 +11,7 @@ Tue Oct 25 18:56:42 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 12 16:26:45 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- 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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user