14
0

Accepting request 1284975 from devel:languages:python

- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/request/show/1284975
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-utils?expand=0&rev=10
This commit is contained in:
2025-06-12 13:53:28 +00:00
committed by Git OBS Bridge
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jun 12 05:01:33 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyproject macros.
-------------------------------------------------------------------
Tue Jun 10 15:16:12 UTC 2025 - Markéta Machová <mmachova@suse.com>

View File

@@ -21,7 +21,6 @@ Version: 3.8.2
Release: 0
Summary: Utilities not included with the standard Python install
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/WoLpH/python-utils
Source: https://files.pythonhosted.org/packages/source/p/python-utils/python-utils-%{version}.tar.gz
BuildRequires: %{python_module pip}
@@ -63,6 +62,6 @@ mv pytest.ini{.hide,}
%doc README.rst
%license LICENSE
%{python_sitelib}/python[-_]utils
%{python_sitelib}/python[-_]utils-%{version}*-info
%{python_sitelib}/python[-_]utils-%{version}.dist-info
%changelog