15
0

- Update to 1.0.4:

* Using re2 fails if pyre2 is also installed.
- Remove unneeded BuildRequires on setuptools.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pathspec?expand=0&rev=36
This commit is contained in:
2026-02-03 03:48:06 +00:00
committed by Git OBS Bridge
parent 4f35d15c2e
commit 6569ee3ede
4 changed files with 13 additions and 7 deletions

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-pathspec
Version: 1.0.3
Version: 1.0.4
Release: 0
Summary: Utility library for gitignore style pattern matching of file paths
License: MPL-2.0
@@ -26,9 +26,8 @@ URL: https://github.com/cpburnz/python-path-specification
Source: https://files.pythonhosted.org/packages/source/p/pathspec/pathspec-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.9}
BuildRequires: %{python_module flit-core}
BuildRequires: %{python_module packaging}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
@@ -57,6 +56,6 @@ files.
%doc CHANGES.rst README.rst
%license LICENSE
%{python_sitelib}/pathspec
%{python_sitelib}/pathspec-%{version}*-info
%{python_sitelib}/pathspec-%{version}.dist-info
%changelog