From fe76c36f3f1ed1ea74265e90e0e444358d722beb Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 15 Jun 2023 18:54:56 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- python-meh.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-meh.spec b/python-meh.spec index bfd3fc8..2e24721 100644 --- a/python-meh.spec +++ b/python-meh.spec @@ -4,7 +4,7 @@ Summary: A python library for handling exceptions Name: python-meh Url: https://github.com/rhinstaller/python-meh Version: 0.51 -Release: 1%{?dist} +Release: 2%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. Thus the source is only available from # within this srpm. @@ -85,6 +85,9 @@ make DESTDIR=%{buildroot} install %{_datadir}/python-meh %changelog +* Thu Jun 15 2023 Python Maint - 0.51-2 +- Rebuilt for Python 3.12 + * Fri Jan 20 2023 Martin Kolman - 0.51-1 - SPDX compatible License: line (mkolman) - setup.py: switch from distutils to setuptools (tim.orling@konsulko.com)