diff --git a/findpython-0.1.6.tar.gz b/findpython-0.1.6.tar.gz deleted file mode 100644 index 077de56..0000000 --- a/findpython-0.1.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9fd6185cdcb96baa7109308447efb493b2c7f1a8f569e128af14d726b2a69e18 -size 15399 diff --git a/findpython-0.2.1.tar.gz b/findpython-0.2.1.tar.gz new file mode 100644 index 0000000..3fd126f --- /dev/null +++ b/findpython-0.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4394a1cbcdbcf8d10ea3439e2d8086b2ec074507097b6e6dbee18028c6e52b08 +size 15933 diff --git a/python-findpython.changes b/python-findpython.changes index fe05e11..ca4423f 100644 --- a/python-findpython.changes +++ b/python-findpython.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Aug 15 16:16:58 UTC 2022 - Ben Greiner + +- 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 diff --git a/python-findpython.spec b/python-findpython.spec index b9e1929..4b0e459 100644 --- a/python-findpython.spec +++ b/python-findpython.spec @@ -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