From 63e9d20286b32d94183cda4a27e155ed7ddce3e3 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 13 Jun 2023 20:46:49 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- python-pathspec.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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