From ced409d2e55d73e71fe82c1d870599d2751b0195 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Sun, 9 Jun 2024 11:12:19 +0200 Subject: [PATCH] Rebuilt for Python 3.13 --- python-zope-exceptions.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-zope-exceptions.spec b/python-zope-exceptions.spec index 8949d61..7896804 100644 --- a/python-zope-exceptions.spec +++ b/python-zope-exceptions.spec @@ -1,10 +1,9 @@ -%global _without_tests 1 %global modname zope.exceptions Summary: Zope Exceptions Name: python-zope-exceptions Version: 5.0.1 -Release: 2%{?dist} +Release: 3%{?dist} VCS: https://github.com/zopefoundation/zope.exceptions Source0: %{VCS}/archive/%{version}/%{modname}-%{version}.tar.gz License: ZPL-2.1 @@ -52,6 +51,9 @@ general purpose that they don't belong in Zope application-specific packages. %{python3_sitelib}/%{modname}-*-nspkg.pth %changelog +* Sun Jun 09 2024 Python Maint - 5.0.1-3 +- Rebuilt for Python 3.13 + * Fri Jun 07 2024 Python Maint - 5.0.1-2 - Bootstrap for Python 3.13