Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 88c794f3b4 | |||
| 8d553b0428 |
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 11 05:50:32 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Switch to pyproject macros.
|
||||||
|
- Specify files and directories explicitly in %files.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 14 11:12:53 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Tue Jan 14 11:12:53 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -22,10 +22,12 @@ Version: 3.2.3
|
|||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python library to sanitize/validate a string such as filenames
|
Summary: Python library to sanitize/validate a string such as filenames
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
|
||||||
URL: https://github.com/thombashi/pathvalidate
|
URL: https://github.com/thombashi/pathvalidate
|
||||||
Source: https://files.pythonhosted.org/packages/source/p/pathvalidate/pathvalidate-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/p/pathvalidate/pathvalidate-%{version}.tar.gz
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools >= 38.3.0}
|
BuildRequires: %{python_module setuptools >= 38.3.0}
|
||||||
|
BuildRequires: %{python_module setuptools_scm >= 8}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
@@ -35,7 +37,6 @@ BuildRequires: %{python_module click}
|
|||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module tcolorpy}
|
BuildRequires: %{python_module tcolorpy}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
Requires: python-setuptools >= 38.3.0
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
@@ -47,10 +48,10 @@ filenames/file-paths/etc.
|
|||||||
%setup -q -n pathvalidate-%{version}
|
%setup -q -n pathvalidate-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@@ -59,6 +60,7 @@ filenames/file-paths/etc.
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python_sitelib}/pathvalidate*
|
%{python_sitelib}/pathvalidate
|
||||||
|
%{python_sitelib}/pathvalidate-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user