diff --git a/python-pathspec.spec b/python-pathspec.spec index 4282247..36fa6b6 100644 --- a/python-pathspec.spec +++ b/python-pathspec.spec @@ -1,6 +1,6 @@ Name: python-pathspec Version: 0.11.1 -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 +* Tue Jun 13 2023 Python Maint - 0.11.1-2 +- Rebuilt for Python 3.12 + * Fri Mar 24 2023 Dan Radez - 0.11.1-1 - update to 0.11.1 rhbz#2178386