Name: python-pathspec Version: 0.11.1 Release: 1%{?dist} Summary: Utility library for gitignore style pattern matching of file paths License: MPL-2.0 URL: https://github.com/cpburnz/python-path-specification Source0: %{pypi_source pathspec} BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-pytest %description Path Specification (pathspec) is a utility library for pattern matching of file paths. So far this only includes Git's wildmatch pattern matching which itself is derived from Rsync's wildmatch. Git uses wildmatch for its gitignore files. %package -n python3-pathspec Summary: %{summary} %description -n python3-pathspec Path Specification (pathspec) is a utility library for pattern matching of file paths. So far this only includes Git's wildmatch pattern matching which itself is derived from Rsync's wildmatch. Git uses wildmatch for its gitignore files. %prep %autosetup -n pathspec-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files pathspec %check %pytest %files -n python3-pathspec -f %{pyproject_files} %doc README.rst %license LICENSE %changelog * Fri Mar 24 2023 Dan Radez - 0.11.1-1 - update to 0.11.1 rhbz#2178386 * Thu Feb 09 2023 Dan Radez - 0.11.0-1 - update to 0.11.0 rhbz#2164287 * Fri Jan 20 2023 Fedora Release Engineering - 0.10.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Mon Dec 12 2022 Dan Radez - 0.10.3-1 - update to 0.10.3 (rhbz#2152271) * Mon Nov 14 2022 Dan Radez - 0.10.2-1 - update to 0.10.2 (rhbz#2142341) * Mon Sep 05 2022 Adrien Vergé - 0.10.1-1 - Update to latest upstream version * Fri Jul 22 2022 Fedora Release Engineering - 0.9.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint - 0.9.0-4 - Rebuilt for Python 3.11 * Tue Feb 08 2022 Dan Radez - 0.9.0-3 - Don't remove egginfo * Fri Jan 21 2022 Fedora Release Engineering - 0.9.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Wed Nov 17 2021 Miro Hrončok - 0.9.0-1 - Update to 0.9.0 - Fixes rhbz#1983374 * Fri Jul 23 2021 Fedora Release Engineering - 0.8.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint - 0.8.1-2 - Rebuilt for Python 3.10 * Tue Apr 27 2021 Miro Hrončok - 0.8.1-1 - Update to 0.8.1 - Fixes rhbz#1786816 * Wed Jan 27 2021 Fedora Release Engineering - 0.6.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering - 0.6.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue May 26 2020 Miro Hrončok - 0.6.0-3 - Rebuilt for Python 3.9 * Thu Jan 30 2020 Fedora Release Engineering - 0.6.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Tue Oct 15 2019 Adrien Vergé - 0.6.0-1 - Update to latest upstream version * Thu Oct 03 2019 Miro Hrončok - 0.5.3-11 - Rebuilt for Python 3.8.0rc1 (#1748018) * Mon Aug 19 2019 Miro Hrončok - 0.5.3-10 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering - 0.5.3-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat Feb 02 2019 Fedora Release Engineering - 0.5.3-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Thu Oct 11 2018 Zbigniew Jędrzejewski-Szmek - 0.5.3-7 - Python2 binary package has been removed See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal * Sat Jul 14 2018 Fedora Release Engineering - 0.5.3-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hrončok - 0.5.3-5 - Rebuilt for Python 3.7 * Fri Feb 09 2018 Fedora Release Engineering - 0.5.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Fri Jan 26 2018 Iryna Shcherbina - 0.5.3-3 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Thu Jul 27 2017 Fedora Release Engineering - 0.5.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Jul 7 2017 Adrien Vergé - 0.5.3-1 - Update to latest upstream version - Include LICENSE file now that upstream packages it * Wed Jun 28 2017 Adrien Vergé - 0.5.2-1 - Initial package.