From c00f83bfb222f53137462d0800aa700f825044e48337d3310c6bb5d5ffc8dfb2 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 3 Aug 2020 15:04:20 +0000 Subject: [PATCH] Accepting request 824167 from home:mcalabkova:branches:devel:languages:python - Update to 1.2.4 * Filter out the None results of Windows python finder. * Unnest the mixed output from ``find_all_python_versions()``. * Non-core versions of python will no longer sort ahead of core python versions. * Reduced dependencies by removing ``vistir``,, ``crayons`` and intermediate calls. * Fixed a bug which could cause python searches to fail when ``pyenv global`` was set with repeated identical versions. OBS-URL: https://build.opensuse.org/request/show/824167 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pythonfinder?expand=0&rev=13 --- python-pythonfinder.changes | 11 +++++++++++ python-pythonfinder.spec | 7 +++++-- pythonfinder-1.2.1.tar.gz | 3 --- pythonfinder-1.2.4.tar.gz | 3 +++ 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 pythonfinder-1.2.1.tar.gz create mode 100644 pythonfinder-1.2.4.tar.gz diff --git a/python-pythonfinder.changes b/python-pythonfinder.changes index d3d75bd..ac4bb29 100644 --- a/python-pythonfinder.changes +++ b/python-pythonfinder.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Aug 3 14:20:03 UTC 2020 - Marketa Calabkova + +- Update to 1.2.4 + * Filter out the None results of Windows python finder. + * Unnest the mixed output from ``find_all_python_versions()``. + * Non-core versions of python will no longer sort ahead of core python versions. + * Reduced dependencies by removing ``vistir``,, ``crayons`` and intermediate calls. + * Fixed a bug which could cause python searches to fail when ``pyenv global`` was + set with repeated identical versions. + ------------------------------------------------------------------- Wed May 20 07:26:51 UTC 2020 - Petr Gajdos diff --git a/python-pythonfinder.spec b/python-pythonfinder.spec index 35ccf7b..db5b189 100644 --- a/python-pythonfinder.spec +++ b/python-pythonfinder.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pythonfinder -Version: 1.2.1 +Version: 1.2.4 Release: 0 Summary: A tool to locate Python on the system License: MIT @@ -31,7 +31,6 @@ BuildRequires: python-rpm-macros Requires: python-attrs Requires: python-cached-property Requires: python-click -Requires: python-crayons Requires: python-packaging Requires: python-six Requires: python-vistir >= 0.2.5 @@ -48,6 +47,10 @@ BuildRequires: %{python_module pytest} BuildRequires: %{python_module six} BuildRequires: %{python_module vistir >= 0.2.5} # /SECTION +%ifpython2 +Requires: pathlib2 +Requires: python-backports.functools_lru_cache +%endif %python_subpackages %description diff --git a/pythonfinder-1.2.1.tar.gz b/pythonfinder-1.2.1.tar.gz deleted file mode 100644 index 875f530..0000000 --- a/pythonfinder-1.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10e645105cd7931893258d8478c13e390f996f09765b6e76ae51c81048d48556 -size 72133 diff --git a/pythonfinder-1.2.4.tar.gz b/pythonfinder-1.2.4.tar.gz new file mode 100644 index 0000000..799c33a --- /dev/null +++ b/pythonfinder-1.2.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f37073019655eaab88f428444951cabfb65ebd6351d5380b34fb844cdafe0efc +size 77719