14
0

- update to 0.6.1:

* Ignore invalid version strinig from winreg
- update to 0.6.0:
  * Support find by implementation
- update to 0.5.0:
  * Add implementation property
  * Drop support for python 3.7
  * Find rye pythons with and without install directory

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-findpython?expand=0&rev=19
This commit is contained in:
2024-04-20 14:06:01 +00:00
committed by Git OBS Bridge
parent b405759bb0
commit 569d392db5
4 changed files with 17 additions and 5 deletions

View File

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

3
findpython-0.6.1.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Apr 20 14:05:16 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.6.1:
* Ignore invalid version strinig from winreg
- update to 0.6.0:
* Support find by implementation
- update to 0.5.0:
* Add implementation property
* Drop support for python 3.7
* Find rye pythons with and without install directory
-------------------------------------------------------------------
Fri Jan 5 17:47:42 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-findpython
Version: 0.4.1
Version: 0.6.1
Release: 0
Summary: Utility to find python versions on your system
License: MIT
@@ -36,7 +36,7 @@ BuildArch: noarch
BuildRequires: %{python_module pytest}
# /SECTION
Requires(post): update-alternatives
Requires(postun):update-alternatives
Requires(postun): update-alternatives
Requires: python-packaging >= 20
%python_subpackages