14
0

- Update 0.4.1:

* feat: provider selector by @frostming in #20
  * feat: add support for RyeProvider
  * feat: Add way to filter providers by @bluss in #18
  * feat: add register_provider function and change ALL_PROVIDERS to a map
  * fix: don't import site-packages when running in-process scripts
  * Make GET_VERSION_TIMEOUT settable via env vars
  * Support allow_prereleases option
- Add patch revert-back-to-pdm-pep517.patch:
  * We need to use pdm-pep517, to avoid circular requirements.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-findpython?expand=0&rev=15
This commit is contained in:
2023-12-11 07:19:35 +00:00
committed by Git OBS Bridge
parent e169dc34d1
commit 482f1c4d7a
5 changed files with 33 additions and 4 deletions

View File

@@ -18,12 +18,14 @@
%{?sle15_python_module_pythons}
Name: python-findpython
Version: 0.2.5
Version: 0.4.1
Release: 0
Summary: Utility to find python versions on your system
License: MIT
URL: https://github.com/frostming/findpython
Source: https://files.pythonhosted.org/packages/source/f/findpython/findpython-%{version}.tar.gz
# PATCH-FIX-OPENSUSE pdm requires findpython, so we need to use pdm-pep517
Patch0: revert-back-to-pdm-pep517.patch
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module packaging >= 20}
BuildRequires: %{python_module pdm-pep517}