commit python-pythonfinder for openSUSE:Factory

2020-08-04 Thread root
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 
+
+- 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)




commit python-pythonfinder for openSUSE:Factory

2020-05-26 Thread root
Hello community,

here is the log from the commit of package python-pythonfinder for 
openSUSE:Factory checked in at 2020-05-26 17:18:05

Comparing /work/SRC/openSUSE:Factory/python-pythonfinder (Old)
 and  /work/SRC/openSUSE:Factory/.python-pythonfinder.new.2738 (New)


Package is "python-pythonfinder"

Tue May 26 17:18:05 2020 rev:5 rq:807672 version:1.2.1

Changes:

--- /work/SRC/openSUSE:Factory/python-pythonfinder/python-pythonfinder.changes  
2020-01-10 17:51:38.190129915 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pythonfinder.new.2738/python-pythonfinder.changes
2020-05-26 17:18:40.355891253 +0200
@@ -1,0 +2,5 @@
+Wed May 20 07:26:51 UTC 2020 - Petr Gajdos 
+
+- %python3_only -> %python_alternative
+
+---



Other differences:
--
++ python-pythonfinder.spec ++
--- /var/tmp/diff_new_pack.CrMhwH/_old  2020-05-26 17:18:41.491893695 +0200
+++ /var/tmp/diff_new_pack.CrMhwH/_new  2020-05-26 17:18:41.491893695 +0200
@@ -35,6 +35,8 @@
 Requires:   python-packaging
 Requires:   python-six
 Requires:   python-vistir >= 0.2.5
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
 BuildArch:  noarch
 # SECTION test requirements
 BuildRequires:  %{python_module attrs}
@@ -66,6 +68,7 @@
 
 %install
 %python_install
+%python_clone -a %{buildroot}%{_bindir}/pyfinder
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -73,10 +76,16 @@
 # to modify read-only system image files.
 %pytest -k 'not (test_python_versions or test_shims_are_kept or 
test_shims_are_removed)'
 
+%post
+%python_install_alternative pyfinder
+
+%postun
+%python_uninstall_alternative pyfinder
+
 %files %{python_files}
 %doc CHANGELOG.rst README.rst
 %license LICENSE.txt
-%python3_only %{_bindir}/pyfinder
+%python_alternative %{_bindir}/pyfinder
 %{python_sitelib}/*
 
 %changelog




commit python-pythonfinder for openSUSE:Factory

2020-01-10 Thread root
Hello community,

here is the log from the commit of package python-pythonfinder for 
openSUSE:Factory checked in at 2020-01-10 17:51:30

Comparing /work/SRC/openSUSE:Factory/python-pythonfinder (Old)
 and  /work/SRC/openSUSE:Factory/.python-pythonfinder.new.6675 (New)


Package is "python-pythonfinder"

Fri Jan 10 17:51:30 2020 rev:4 rq:762867 version:1.2.1

Changes:

--- /work/SRC/openSUSE:Factory/python-pythonfinder/python-pythonfinder.changes  
2020-01-09 22:54:37.330830222 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pythonfinder.new.6675/python-pythonfinder.changes
2020-01-10 17:51:38.190129915 +0100
@@ -1,0 +2,6 @@
+Fri Jan 10 14:59:00 UTC 2020 - Tomáš Chvátal 
+
+- Do not skip the python2 build manually but wait for the prjconf
+  declearation
+
+---



Other differences:
--
++ python-pythonfinder.spec ++
--- /var/tmp/diff_new_pack.5PVYtj/_old  2020-01-10 17:51:38.794130220 +0100
+++ /var/tmp/diff_new_pack.5PVYtj/_new  2020-01-10 17:51:38.794130220 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pythonfinder
 #
-# Copyright (c) 2020 SUSE LLC.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,6 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
 Name:   python-pythonfinder
 Version:1.2.1
 Release:0




commit python-pythonfinder for openSUSE:Factory

2020-01-09 Thread root
Hello community,

here is the log from the commit of package python-pythonfinder for 
openSUSE:Factory checked in at 2020-01-09 22:53:54

Comparing /work/SRC/openSUSE:Factory/python-pythonfinder (Old)
 and  /work/SRC/openSUSE:Factory/.python-pythonfinder.new.6675 (New)


Package is "python-pythonfinder"

Thu Jan  9 22:53:54 2020 rev:3 rq:762519 version:1.2.1

Changes:

--- /work/SRC/openSUSE:Factory/python-pythonfinder/python-pythonfinder.changes  
2019-05-27 08:39:20.619048560 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pythonfinder.new.6675/python-pythonfinder.changes
2020-01-09 22:54:37.330830222 +0100
@@ -1,0 +2,5 @@
+Thu Jan  9 18:04:29 UTC 2020 - Todd R 
+
+- Drop python2 due to dropped backports indirect dependency.
+
+---



Other differences:
--
++ python-pythonfinder.spec ++
--- /var/tmp/diff_new_pack.kKCHIl/_old  2020-01-09 22:54:38.450830783 +0100
+++ /var/tmp/diff_new_pack.kKCHIl/_new  2020-01-09 22:54:38.474830795 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pythonfinder
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,6 +17,7 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:   python-pythonfinder
 Version:1.2.1
 Release:0




commit python-pythonfinder for openSUSE:Factory

2019-05-26 Thread root
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 
+
+- 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)