Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
This commit is contained in:
Fedora Release Engineering 2023-01-20 15:32:01 +00:00
parent 64651acece
commit 358d0d247e

View File

@ -1,6 +1,6 @@
Name: python-pathspec
Version: 0.10.3
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Utility library for gitignore style pattern matching of file paths
License: MPLv2.0
@ -46,6 +46,9 @@ is derived from Rsync's wildmatch. Git uses wildmatch for its gitignore files.
%{python3_sitelib}/pathspec-%{version}-py%{python3_version}.egg-info
%changelog
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Mon Dec 12 2022 Dan Radez <dradez@redhat.com> - 0.10.3-1
- update to 0.10.3 (rhbz#2152271)