From 28ec1cca6cbcd000dfc91e2ec9223ec38708b377 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 15:12:46 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- python-pathspec.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pathspec.spec b/python-pathspec.spec index 75b21e7..486def0 100644 --- a/python-pathspec.spec +++ b/python-pathspec.spec @@ -1,6 +1,6 @@ Name: python-pathspec Version: 0.9.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Utility library for gitignore style pattern matching of file paths License: MPLv2.0 @@ -49,6 +49,9 @@ is derived from Rsync's wildmatch. Git uses wildmatch for its gitignore files. %{python3_sitelib}/pathspec-%{version}-py%{python3_version}.egg-info %changelog +* 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