From 783c77afc1e102df35a20f16d58b2c80531bbb7f Mon Sep 17 00:00:00 2001 From: Python Maint Date: Wed, 15 Jun 2022 18:15:35 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- modulemd-tools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modulemd-tools.spec b/modulemd-tools.spec index b3a93e3..3073254 100644 --- a/modulemd-tools.spec +++ b/modulemd-tools.spec @@ -1,6 +1,6 @@ Name: modulemd-tools Version: 0.13 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Collection of tools for parsing and generating modulemd YAML files License: MIT BuildArch: noarch @@ -196,6 +196,9 @@ cd .. %changelog +* Wed Jun 15 2022 Python Maint - 0.13-2 +- Rebuilt for Python 3.11 + * Wed Feb 23 2022 Jakub Kadlcik 0.13-1 - modulemd_add_platform: don't use pyproject macros (frostyx@email.cz) - createrepo_mod: fix failing test because of modulemd-merge (frostyx@email.cz)