- use PEP 517 build
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uritools?expand=0&rev=10
This commit is contained in:
@@ -3,6 +3,7 @@ Mon Jun 10 07:47:32 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 4.0.3:
|
||||
* Prepare for Python 3.13.
|
||||
- use PEP 517 build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 4 11:29:49 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
@@ -25,7 +25,9 @@ License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/tkem/uritools/
|
||||
Source: https://files.pythonhosted.org/packages/source/u/uritools/uritools-%{version}.tar.gz
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildArch: noarch
|
||||
@@ -38,10 +40,10 @@ URI parsing, classification and composition.
|
||||
%setup -q -n uritools-%{version}
|
||||
|
||||
%build
|
||||
%python_build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
@@ -50,6 +52,7 @@ URI parsing, classification and composition.
|
||||
%files %{python_files}
|
||||
%doc CHANGELOG.rst README.rst
|
||||
%license LICENSE
|
||||
%{python_sitelib}/*
|
||||
%{python_sitelib}/uritools
|
||||
%{python_sitelib}/uritools-%{version}.dist-info
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user