From 6569ee3edecb5df5242bf059e414820f7e3438dfe79568fa09e353a5d6abe62a Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 3 Feb 2026 03:48:06 +0000 Subject: [PATCH] - 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 --- pathspec-1.0.3.tar.gz | 3 --- pathspec-1.0.4.tar.gz | 3 +++ python-pathspec.changes | 7 +++++++ python-pathspec.spec | 7 +++---- 4 files changed, 13 insertions(+), 7 deletions(-) delete mode 100644 pathspec-1.0.3.tar.gz create mode 100644 pathspec-1.0.4.tar.gz diff --git a/pathspec-1.0.3.tar.gz b/pathspec-1.0.3.tar.gz deleted file mode 100644 index 11f25ac..0000000 --- a/pathspec-1.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bac5cf97ae2c2876e2d25ebb15078eb04d76e4b98921ee31c6f85ade8b59444d -size 130841 diff --git a/pathspec-1.0.4.tar.gz b/pathspec-1.0.4.tar.gz new file mode 100644 index 0000000..8e1ad7d --- /dev/null +++ b/pathspec-1.0.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0210e2ae8a21a9137c0d470578cb0e595af87edaa6ebf12ff176f14a02e0e645 +size 131200 diff --git a/python-pathspec.changes b/python-pathspec.changes index 59ca078..18b36b1 100644 --- a/python-pathspec.changes +++ b/python-pathspec.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Feb 3 03:42:05 UTC 2026 - Steve Kowalik + +- Update to 1.0.4: + * Using re2 fails if pyre2 is also installed. +- Remove unneeded BuildRequires on setuptools. + ------------------------------------------------------------------- Fri Jan 16 06:46:33 UTC 2026 - Johannes Kastl diff --git a/python-pathspec.spec b/python-pathspec.spec index 77a7360..652d17d 100644 --- a/python-pathspec.spec +++ b/python-pathspec.spec @@ -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