Hello community,
here is the log from the commit of package python-pythonfinder for
openSUSE:Factory checked in at 2019-05-27 08:39:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pythonfinder (Old)
and /work/SRC/openSUSE:Factory/.python-pythonfinder.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pythonfinder"
Mon May 27 08:39:02 2019 rev:2 rq:705387 version:1.2.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pythonfinder/python-pythonfinder.changes
2019-03-24 15:00:02.855178925 +0100
+++
/work/SRC/openSUSE:Factory/.python-pythonfinder.new.5148/python-pythonfinder.changes
2019-05-27 08:39:20.619048560 +0200
@@ -1,0 +2,7 @@
+Sat May 25 08:52:45 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 1.2.1:
+ * Added support for subprocess timeouts while discovering python paths. #62
+- Merged patch setup-ascii.patch
+
+-------------------------------------------------------------------
Old:
----
pythonfinder-1.2.0.tar.gz
setup-ascii.patch
New:
----
pythonfinder-1.2.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pythonfinder.spec ++++++
--- /var/tmp/diff_new_pack.reH3et/_old 2019-05-27 08:39:21.735048125 +0200
+++ /var/tmp/diff_new_pack.reH3et/_new 2019-05-27 08:39:21.743048122 +0200
@@ -18,15 +18,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pythonfinder
-Version: 1.2.0
+Version: 1.2.1
Release: 0
Summary: A tool to locate Python on the system
License: MIT
Group: Development/Languages/Python
URL: https://github.com/sarugaku/pythonfinder
Source:
https://github.com/sarugaku/pythonfinder/archive/%{version}.tar.gz#/pythonfinder-%{version}.tar.gz
-# https://github.com/sarugaku/pythonfinder/issues/62
-Patch0: setup-ascii.patch
BuildRequires: %{python_module setuptools >= 36.2.2}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -55,11 +53,6 @@
%prep
%setup -q -n pythonfinder-%{version}
-%patch0 -p1
-# Has no direct dependency on pathlib2 or lru_cache, which it obtains from
vistir
-# https://github.com/sarugaku/pythonfinder/pull/63
-sed -i '/pathlib2/d;/lru_cache/d' setup.cfg
-
rm -r tasks
sed -i '/addopts/d' setup.cfg
@@ -78,9 +71,7 @@
%check
# Three tests fail with OSError: [Errno 1] Operation not permitted , attempting
# to modify read-only system image files.
-%{python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} $python -m pytest -k
\
- 'not (test_python_versions or test_shims_are_kept or test_shims_are_removed)'
-}
+%pytest -k 'not (test_python_versions or test_shims_are_kept or
test_shims_are_removed)'
%files %{python_files}
%doc CHANGELOG.rst README.rst
++++++ pythonfinder-1.2.0.tar.gz -> pythonfinder-1.2.1.tar.gz ++++++
++++ 3995 lines of diff (skipped)