From 4d9e0cb399cee69ae4f7df80899c078bfda02795fabbfcd47c5c0aa893b52c3b Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 25 Oct 2022 20:09:54 +0000 Subject: [PATCH 1/2] - Update to 1.3.1: - 1.3.0 (2022-24-08) - Fix permissions on WSL - Include tests and tests data into the sdist Close - Make click optional dependency - Remove six - Drop Python2 Support - 1.2.10 (2022-02-19) - Check the permission as well as the existence of path when finding Pythons. - Fix an error of pythonfinder when PATH contains unreadable paths. - 1.2.9 (2021-11-08) - Fix a bug that the version matcher ignores the version when patch number is 0. - 1.2.8 (2021-07-27) - Ensure the path exists when initializing from the PATH env var. - 1.2.7 (2021-06-24) - 1.2.6 (2021-04-01) - Remove the deprecated usage of cmp in attr. - Fix a bug that version sort is performed on None objects. - 1.2.5 (2020-08-27) - Skip invalid entries from Windows registry. Ensure paths are normalized with forward slashes. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pythonfinder?expand=0&rev=16 --- python-pythonfinder.changes | 29 +++++++++++++++++++++++++++++ python-pythonfinder.spec | 7 +------ pythonfinder-1.2.4.tar.gz | 3 --- pythonfinder-1.3.1.tar.gz | 3 +++ 4 files changed, 33 insertions(+), 9 deletions(-) delete mode 100644 pythonfinder-1.2.4.tar.gz create mode 100644 pythonfinder-1.3.1.tar.gz diff --git a/python-pythonfinder.changes b/python-pythonfinder.changes index 810a008..d7b9809 100644 --- a/python-pythonfinder.changes +++ b/python-pythonfinder.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Tue Oct 25 20:06:38 UTC 2022 - Matej Cepl + +- Update to 1.3.1: + - 1.3.0 (2022-24-08) + - Fix permissions on WSL + - Include tests and tests data into the sdist Close + - Make click optional dependency + - Remove six + - Drop Python2 Support + - 1.2.10 (2022-02-19) + - Check the permission as well as the existence of path + when finding Pythons. + - Fix an error of pythonfinder when PATH contains + unreadable paths. + - 1.2.9 (2021-11-08) + - Fix a bug that the version matcher ignores the version + when patch number is 0. + - 1.2.8 (2021-07-27) + - Ensure the path exists when initializing from the PATH + env var. + - 1.2.7 (2021-06-24) + - 1.2.6 (2021-04-01) + - Remove the deprecated usage of cmp in attr. + - Fix a bug that version sort is performed on None objects. + - 1.2.5 (2020-08-27) + - Skip invalid entries from Windows registry. Ensure paths + are normalized with forward slashes. + ------------------------------------------------------------------- Wed Feb 23 20:28:44 UTC 2022 - Andreas Schneider diff --git a/python-pythonfinder.spec b/python-pythonfinder.spec index 286e02e..8161d60 100644 --- a/python-pythonfinder.spec +++ b/python-pythonfinder.spec @@ -16,10 +16,9 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-pythonfinder -Version: 1.2.4 +Version: 1.3.1 Release: 0 Summary: A tool to locate Python on the system License: MIT @@ -48,10 +47,6 @@ 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.4.tar.gz b/pythonfinder-1.2.4.tar.gz deleted file mode 100644 index 799c33a..0000000 --- a/pythonfinder-1.2.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f37073019655eaab88f428444951cabfb65ebd6351d5380b34fb844cdafe0efc -size 77719 diff --git a/pythonfinder-1.3.1.tar.gz b/pythonfinder-1.3.1.tar.gz new file mode 100644 index 0000000..0e17ca2 --- /dev/null +++ b/pythonfinder-1.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5558cd419c8d46bdc958064cb97f963d1ea793866414c025906ec15033512ed +size 14 From 895ce07cfa9151d973a3637cc9024e616686231fa33b3d238c5651c6f9f8b5bc Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 25 Oct 2022 20:41:58 +0000 Subject: [PATCH 2/2] Fix tarball. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pythonfinder?expand=0&rev=17 --- python-pythonfinder.spec | 2 +- pythonfinder-1.3.1.tar.gz | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python-pythonfinder.spec b/python-pythonfinder.spec index 8161d60..c1e7f11 100644 --- a/python-pythonfinder.spec +++ b/python-pythonfinder.spec @@ -24,7 +24,7 @@ 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 +Source: https://github.com/sarugaku/pythonfinder/archive/refs/tags/v%{version}.tar.gz#/pythonfinder-%{version}.tar.gz BuildRequires: %{python_module setuptools >= 36.2.2} BuildRequires: fdupes BuildRequires: python-rpm-macros diff --git a/pythonfinder-1.3.1.tar.gz b/pythonfinder-1.3.1.tar.gz index 0e17ca2..5b39baa 100644 --- a/pythonfinder-1.3.1.tar.gz +++ b/pythonfinder-1.3.1.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d5558cd419c8d46bdc958064cb97f963d1ea793866414c025906ec15033512ed -size 14 +oid sha256:14f9a6249293adf15e4b1bcbdb237bf4b1c2fd27442b91dc5d517ce9d758ff08 +size 54083