From aa19aa1283da384d17ff6ad94a8e454b9bb43fa3ab8357991c61d124e2fd2edc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 10 Jun 2025 12:18:40 +0000 Subject: [PATCH] - Update packaging * run spec-cleaner * convert to pip-based build * convert to libalternatives OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pypi-search?expand=0&rev=6 --- python-pypi-search.changes | 5 ++++- python-pypi-search.spec | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-pypi-search.changes b/python-pypi-search.changes index 35b70bf..25001b6 100644 --- a/python-pypi-search.changes +++ b/python-pypi-search.changes @@ -1,7 +1,10 @@ ------------------------------------------------------------------- Tue Jun 10 11:41:00 UTC 2025 - Markéta Machová -- Convert to pip-based build and libalternatives +- Update packaging + * run spec-cleaner + * convert to pip-based build + * convert to libalternatives ------------------------------------------------------------------- Wed Jun 21 15:27:04 UTC 2023 - ecsos diff --git a/python-pypi-search.spec b/python-pypi-search.spec index 1d6f542..54e7a47 100644 --- a/python-pypi-search.spec +++ b/python-pypi-search.spec @@ -25,7 +25,9 @@ Summary: Get Information on Python Packages From PyPI License: MIT URL: https://github.com/asadmoosvi/pypi-search Source: https://files.pythonhosted.org/packages/source/p/pypi-search/pypi-search-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: alts BuildRequires: fdupes BuildRequires: python-rpm-macros