Blame SPECS/python-pathspec.spec

814e02
Name:           python-pathspec
814e02
Version:        0.8.1
814e02
Release:        1%{?dist}
814e02
Summary:        Utility library for gitignore style pattern matching of file paths
814e02
814e02
License:        MPL 2.0
814e02
URL:            https://github.com/cpburnz/python-path-specification
814e02
Source0:        https://files.pythonhosted.org/packages/source/p/pathspec/pathspec-%{version}.tar.gz
814e02
814e02
BuildArch:      noarch
814e02
BuildRequires:  python3-devel
814e02
BuildRequires:  python3-setuptools
814e02
814e02
%description
814e02
Path Specification (pathspec) is a utility library for pattern matching of file
814e02
paths. So far this only includes Git's wildmatch pattern matching which itself
814e02
is derived from Rsync's wildmatch. Git uses wildmatch for its gitignore files.
814e02
814e02
%package -n     python3-pathspec
814e02
Summary:        %{summary}
814e02
%{?python_provide:%python_provide python3-pathspec}
814e02
814e02
%description -n python3-pathspec
814e02
Path Specification (pathspec) is a utility library for pattern matching of file
814e02
paths. So far this only includes Git's wildmatch pattern matching which itself
814e02
is derived from Rsync's wildmatch. Git uses wildmatch for its gitignore files.
814e02
814e02
814e02
%prep
814e02
%autosetup -n pathspec-%{version}
814e02
# Remove bundled egg-info
814e02
rm -rf pathspec.egg-info
814e02
814e02
%build
814e02
%py3_build
814e02
814e02
%install
814e02
%py3_install
814e02
814e02
814e02
%check
814e02
%{__python3} setup.py test
814e02
814e02
%files -n python3-pathspec
814e02
%doc README.rst
814e02
%license LICENSE
814e02
%{python3_sitelib}/pathspec
814e02
%{python3_sitelib}/pathspec-%{version}-py%{python3_version}.egg-info
814e02
814e02
%changelog
814e02
* Tue Apr 27 2021 Miro Hrončok <mhroncok@redhat.com> - 0.8.1-1
814e02
- Update to 0.8.1
814e02
- Fixes rhbz#1786816
814e02
814e02
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-5
814e02
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
814e02
814e02
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-4
814e02
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
814e02
814e02
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.6.0-3
814e02
- Rebuilt for Python 3.9
814e02
814e02
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-2
814e02
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
814e02
814e02
* Tue Oct 15 2019 Adrien Vergé <adrienverge@gmail.com> - 0.6.0-1
814e02
- Update to latest upstream version
814e02
814e02
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.5.3-11
814e02
- Rebuilt for Python 3.8.0rc1 (#1748018)
814e02
814e02
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.5.3-10
814e02
- Rebuilt for Python 3.8
814e02
814e02
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.3-9
814e02
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
814e02
814e02
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.3-8
814e02
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
814e02
814e02
* Thu Oct 11 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.5.3-7
814e02
- Python2 binary package has been removed
814e02
  See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
814e02
814e02
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.3-6
814e02
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
814e02
814e02
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.5.3-5
814e02
- Rebuilt for Python 3.7
814e02
814e02
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.3-4
814e02
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
814e02
814e02
* Fri Jan 26 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.5.3-3
814e02
- Update Python 2 dependency declarations to new packaging standards
814e02
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
814e02
814e02
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.3-2
814e02
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
814e02
814e02
* Fri Jul 7 2017 Adrien Vergé <adrienverge@gmail.com> - 0.5.3-1
814e02
- Update to latest upstream version
814e02
- Include LICENSE file now that upstream packages it
814e02
814e02
* Wed Jun 28 2017 Adrien Vergé <adrienverge@gmail.com> - 0.5.2-1
814e02
- Initial package.