forked from pool/python-pdm
Require >= 0.5 of python-installer
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pdm?expand=0&rev=7
This commit is contained in:
parent
5000b9980b
commit
0b8863642a
@ -1,5 +1,5 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 15 01:54:50 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
Thu Jun 16 08:23:59 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
- Update to 1.15.2:
|
- Update to 1.15.2:
|
||||||
* Fix a defect in the resolution preferences that causes an infinite
|
* Fix a defect in the resolution preferences that causes an infinite
|
||||||
|
@ -68,7 +68,7 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-blinker
|
Requires: python-blinker
|
||||||
Requires: python-click >= 7
|
Requires: python-click >= 7
|
||||||
Requires: python-installer
|
Requires: python-installer >= 0.5
|
||||||
Requires: python-packaging
|
Requires: python-packaging
|
||||||
Requires: python-pdm-pep517
|
Requires: python-pdm-pep517
|
||||||
Requires: python-pep517
|
Requires: python-pep517
|
||||||
@ -89,7 +89,7 @@ BuildArch: noarch
|
|||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
BuildRequires: %{python_module findpython}
|
BuildRequires: %{python_module findpython}
|
||||||
BuildRequires: %{python_module installer}
|
BuildRequires: %{python_module installer >= 0.5}
|
||||||
BuildRequires: %{python_module pdm}
|
BuildRequires: %{python_module pdm}
|
||||||
BuildRequires: %{python_module pytest-cov}
|
BuildRequires: %{python_module pytest-cov}
|
||||||
BuildRequires: %{python_module pytest-mock}
|
BuildRequires: %{python_module pytest-mock}
|
||||||
|
Loading…
Reference in New Issue
Block a user