From 9964c6c31b3730ba1ab5b3e6be294b7911f6b647 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 22 Jan 2024 04:51:22 +0000 Subject: [PATCH] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- python-pexpect.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pexpect.spec b/python-pexpect.spec index d7ffb2f..5535952 100644 --- a/python-pexpect.spec +++ b/python-pexpect.spec @@ -5,7 +5,7 @@ Name: python-%{modname} Summary: Unicode-aware Pure Python Expect-like module Version: 4.9.0 -Release: 2%{?dist} +Release: 3%{?dist} # All the files have ISC license except the # following two that have BSD license: @@ -97,6 +97,9 @@ CI=true py.test-3 --verbose %{python3_sitelib}/%{modname}-*.egg-info %changelog +* Mon Jan 22 2024 Fedora Release Engineering - 4.9.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Wed Nov 29 2023 Scott Talbert - 4.9.0-2 - Fix tests when running in CI-like environments (#2251910)