14
0

Accepting request 995203 from home:bnavigator:branches:devel:languages:python

- Update to 0.2.1
  * Fix the python detection logic to try the fast method first
- Release 0.2.0
  * Allow provider to keep symlink even when resolve_symlinks is
    True
- Fix requirements

OBS-URL: https://build.opensuse.org/request/show/995203
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-findpython?expand=0&rev=3
This commit is contained in:
2022-08-16 06:40:40 +00:00
committed by Git OBS Bridge
parent 8ebda8219a
commit 0a89599584
4 changed files with 20 additions and 10 deletions

View File

@@ -16,19 +16,17 @@
#
%{?!python_module:%define python_module() python3-%{**}}
Name: python-findpython
Version: 0.1.6
Version: 0.2.1
Release: 0
Summary: Utility to find python versions on your system.
Summary: Utility to find python versions on your system
License: MIT
URL: https://github.com/frostming/findpython
Source: https://files.pythonhosted.org/packages/source/f/findpython/findpython-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module packaging >= 20}
BuildRequires: %{python_module pdm-pep517}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module poetry}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: git
BuildRequires: python-rpm-macros
@@ -38,6 +36,7 @@ BuildRequires: %{python_module pytest}
# /SECTION
Requires(post): update-alternatives
Requires(postun):update-alternatives
Requires: python-packaging >= 20
%python_subpackages
%description
@@ -68,6 +67,7 @@ system.
%doc README.md
%license LICENSE
%python_alternative %{_bindir}/findpython
%{python_sitelib}/findpython*
%{python_sitelib}/findpython
%{python_sitelib}/findpython-%{version}*-info
%changelog