Compare commits

...

2 Commits
epel9 ... epel8

Author SHA1 Message Date
Adrien Vergé 45a475b2fb Update to latest upstream version
2 years ago
Adrien Vergé 0d3d5375af Update to latest upstream version
2 years ago

2
.gitignore vendored

@ -1 +1 @@
/pathspec-0.6.0.tar.gz /pathspec-0.10.1.tar.gz

@ -1,5 +1,5 @@
Name: python-pathspec Name: python-pathspec
Version: 0.6.0 Version: 0.10.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: Utility library for gitignore style pattern matching of file paths Summary: Utility library for gitignore style pattern matching of file paths
License: MPL 2.0 License: MPL 2.0
@ -66,6 +66,9 @@ rm -rf pathspec.egg-info
%{python3_sitelib}/pathspec-%{version}-py?.?.egg-info %{python3_sitelib}/pathspec-%{version}-py?.?.egg-info
%changelog %changelog
* Mon Sep 05 2022 Adrien Vergé <adrienverge@gmail.com> - 0.10.1-1
- Update to latest upstream version
* Tue Oct 15 2019 Adrien Vergé <adrienverge@gmail.com> - 0.6.0-1 * Tue Oct 15 2019 Adrien Vergé <adrienverge@gmail.com> - 0.6.0-1
- Update to latest upstream version - Update to latest upstream version
- Adapt for EPEL 8 and Python 2/3 support - Adapt for EPEL 8 and Python 2/3 support

@ -1 +1 @@
SHA512 (pathspec-0.6.0.tar.gz) = e08baa05a3fe58ec6ecd651577834115cdeef26b75eef274d843c3c6444cf771e86f99a2a2b2980a6d1ece946997f1ebe714f79ddd5c296071c2e18b73955a84 SHA512 (pathspec-0.10.1.tar.gz) = 886c16ba9a221720a9fbac6a2aead5a16de62988afbf0ed976f28c312fe524f41ccfb139e0b9699942ca32aa90f183e20656986ed631cf2435818c082d58115d

Loading…
Cancel
Save