From e1a845289dd5758875ae39b8bc11dc34e39ee0b7 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Jul 06 2023 11:50:34 +0000 Subject: Rebuilt for Python 3.12 --- diff --git a/python-pcodedmp.spec b/python-pcodedmp.spec index c1a6d19..9ce3e89 100644 --- a/python-pcodedmp.spec +++ b/python-pcodedmp.spec @@ -1,4 +1,3 @@ -%global _with_bootstrap 1 %global srcname pcodedmp # Bootstrap may be needed to break circular dependencies between @@ -15,7 +14,7 @@ Summary: VBA p-code disassembler Name: python-%{srcname} Version: 1.2.6 -Release: 15%{?dist} +Release: 16%{?dist} License: GPLv3+ URL: https://github.com/bontchev/pcodedmp Source0: %{pypi_source} @@ -140,6 +139,9 @@ Requires: python%{python3_other_pkgversion}-oletools >= 0.54 %endif %changelog +* Thu Jul 06 2023 Python Maint - 1.2.6-16 +- Rebuilt for Python 3.12 + * Tue Jun 13 2023 Python Maint - 1.2.6-15 - Bootstrap for Python 3.12