From 5eaf74d39210f0b9f8d6987b0e8c091d0cca14a6 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 13 Jun 2023 20:47:03 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- python-pefile.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pefile.spec b/python-pefile.spec index 479b205..718f252 100644 --- a/python-pefile.spec +++ b/python-pefile.spec @@ -1,6 +1,6 @@ Name: python-pefile Version: 2023.2.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python module for working with Portable Executable files License: MIT URL: https://github.com/erocarrera/pefile @@ -69,6 +69,9 @@ sed -i -e '/^#!\//, 1d' pefile.py %{python3_sitelib}/* %changelog +* Tue Jun 13 2023 Python Maint - 2023.2.7-3 +- Rebuilt for Python 3.12 + * Sat Mar 11 2023 Fabio Valentini - 2023.2.7-2 - Rebuild for https://pagure.io/releng/issue/11327