forked from pool/python-findpython
Accepting request 1169372 from devel:languages:python
- 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/request/show/1169372 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-findpython?expand=0&rev=10
This commit is contained in:
@@ -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
3
findpython-0.6.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:56e52b409a92bcbd495cf981c85acf137f3b3e51cc769b46eba219bb1ab7533c
|
||||||
|
size 17797
|
@@ -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>
|
Fri Jan 5 17:47:42 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-findpython
|
Name: python-findpython
|
||||||
Version: 0.4.1
|
Version: 0.6.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Utility to find python versions on your system
|
Summary: Utility to find python versions on your system
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -36,7 +36,7 @@ BuildArch: noarch
|
|||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun): update-alternatives
|
||||||
Requires: python-packaging >= 20
|
Requires: python-packaging >= 20
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user