14
0

- 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
This commit is contained in:
2022-10-25 20:09:54 +00:00
committed by Git OBS Bridge
parent 3c0bfd6524
commit 4d9e0cb399
4 changed files with 33 additions and 9 deletions

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Tue Oct 25 20:06:38 UTC 2022 - Matej Cepl <mcepl@suse.com>
- 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 <asn@cryptomilk.org> Wed Feb 23 20:28:44 UTC 2022 - Andreas Schneider <asn@cryptomilk.org>

View File

@@ -16,10 +16,9 @@
# #
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1 %define skip_python2 1
Name: python-pythonfinder Name: python-pythonfinder
Version: 1.2.4 Version: 1.3.1
Release: 0 Release: 0
Summary: A tool to locate Python on the system Summary: A tool to locate Python on the system
License: MIT License: MIT
@@ -48,10 +47,6 @@ BuildRequires: %{python_module pytest}
BuildRequires: %{python_module six} BuildRequires: %{python_module six}
BuildRequires: %{python_module vistir >= 0.2.5} BuildRequires: %{python_module vistir >= 0.2.5}
# /SECTION # /SECTION
%ifpython2
Requires: pathlib2
Requires: python-backports.functools_lru_cache
%endif
%python_subpackages %python_subpackages
%description %description

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f37073019655eaab88f428444951cabfb65ebd6351d5380b34fb844cdafe0efc
size 77719

BIN
pythonfinder-1.3.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.