Hello community,
here is the log from the commit of package python-pythonfinder for
openSUSE:Factory checked in at 2020-08-04 20:21:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pythonfinder (Old)
and /work/SRC/openSUSE:Factory/.python-pythonfinder.new.3592 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pythonfinder"
Tue Aug 4 20:21:20 2020 rev:6 rq:824172 version:1.2.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pythonfinder/python-pythonfinder.changes
2020-05-26 17:18:40.355891253 +0200
+++
/work/SRC/openSUSE:Factory/.python-pythonfinder.new.3592/python-pythonfinder.changes
2020-08-04 20:21:30.144992268 +0200
@@ -1,0 +2,11 @@
+Mon Aug 3 14:20:03 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- 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.
+
+-------------------------------------------------------------------
Old:
----
pythonfinder-1.2.1.tar.gz
New:
----
pythonfinder-1.2.4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pythonfinder.spec ++++++
--- /var/tmp/diff_new_pack.NsvKoZ/_old 2020-08-04 20:21:31.492992617 +0200
+++ /var/tmp/diff_new_pack.NsvKoZ/_new 2020-08-04 20:21:31.496992618 +0200
@@ -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 @@
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 six}
BuildRequires: %{python_module vistir >= 0.2.5}
# /SECTION
+%ifpython2
+Requires: pathlib2
+Requires: python-backports.functools_lru_cache
+%endif
%python_subpackages
%description
++++++ pythonfinder-1.2.1.tar.gz -> pythonfinder-1.2.4.tar.gz ++++++
++++ 3422 lines of diff (skipped)