From 94c462111086af5e97b643c94805f0c28a8b084a Mon Sep 17 00:00:00 2001 From: Python Maint Date: Jun 21 2022 08:14:28 +0000 Subject: Rebuilt for Python 3.11 --- diff --git a/packit.spec b/packit.spec index 0f7fd2c..45c82c1 100644 --- a/packit.spec +++ b/packit.spec @@ -3,7 +3,7 @@ Name: %{real_name} Version: 0.52.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system License: MIT @@ -94,6 +94,9 @@ cp files/bash-completion/packit %{buildroot}%{_datadir}/bash-completion/completi %{python3_sitelib}/* %changelog +* Tue Jun 21 2022 Python Maint - 0.52.1-2 +- Rebuilt for Python 3.11 + * Wed Jun 08 2022 Packit - 0.52.1-1 - Fixed a regression where string values for the `targets` and `dist_git_branches` configuration keys were not accepted. (#1608)