From ba851eca87e6c7350ac0f8022177bbbe17388567 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 16 Aug 2019 13:20:01 +0200 Subject: [PATCH] Rebuilt for Python 3.8 --- python-ptyprocess.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-ptyprocess.spec b/python-ptyprocess.spec index 8dd15ec..2c097c7 100644 --- a/python-ptyprocess.spec +++ b/python-ptyprocess.spec @@ -4,7 +4,7 @@ Name: python-ptyprocess Version: 0.6.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Run a subprocess in a pseudo terminal License: ISC @@ -71,6 +71,9 @@ process and its pty. %{python3_sitelib}/ptyprocess-*.egg-info %changelog +* Fri Aug 16 2019 Miro HronĨok - 0.6.0-7 +- Rebuilt for Python 3.8 + * Mon Jul 29 07:16:43 CEST 2019 Igor Gnatenko - 0.6.0-6 - Fix FTBFS