forked from pool/python-findpython
Accepting request 995831 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/995831 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-findpython?expand=0&rev=2
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9fd6185cdcb96baa7109308447efb493b2c7f1a8f569e128af14d726b2a69e18
|
|
||||||
size 15399
|
|
3
findpython-0.2.1.tar.gz
Normal file
3
findpython-0.2.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4394a1cbcdbcf8d10ea3439e2d8086b2ec074507097b6e6dbee18028c6e52b08
|
||||||
|
size 15933
|
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 15 16:16:58 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 14 06:06:48 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
Tue Jun 14 06:06:48 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
@@ -16,19 +16,17 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python3-%{**}}
|
|
||||||
Name: python-findpython
|
Name: python-findpython
|
||||||
Version: 0.1.6
|
Version: 0.2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Utility to find python versions on your system.
|
Summary: Utility to find python versions on your system
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/frostming/findpython
|
URL: https://github.com/frostming/findpython
|
||||||
Source: https://files.pythonhosted.org/packages/source/f/findpython/findpython-%{version}.tar.gz
|
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 pdm-pep517}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module poetry}
|
|
||||||
BuildRequires: %{python_module setuptools}
|
|
||||||
BuildRequires: %{python_module wheel}
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: git
|
BuildRequires: git
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
@@ -38,6 +36,7 @@ BuildRequires: %{python_module pytest}
|
|||||||
# /SECTION
|
# /SECTION
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun):update-alternatives
|
||||||
|
Requires: python-packaging >= 20
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -68,6 +67,7 @@ system.
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%python_alternative %{_bindir}/findpython
|
%python_alternative %{_bindir}/findpython
|
||||||
%{python_sitelib}/findpython*
|
%{python_sitelib}/findpython
|
||||||
|
%{python_sitelib}/findpython-%{version}*-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user