From 412b09ec46dadf4144a1f165e5b7a4faf2eb8bf1 Mon Sep 17 00:00:00 2001 From: Thomas Spura Date: Thu, 21 May 2015 14:07:09 +0200 Subject: [PATCH] update to 0.5 (#1223718) --- .gitignore | 1 + python-ptyprocess.spec | 8 ++++---- sources | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 3e46c24..f362428 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /ptyprocess-0.4.tar.gz +/ptyprocess-0.5.tar.gz diff --git a/python-ptyprocess.spec b/python-ptyprocess.spec index 988c909..78cb381 100644 --- a/python-ptyprocess.spec +++ b/python-ptyprocess.spec @@ -5,7 +5,7 @@ %endif Name: python-ptyprocess -Version: 0.4 +Version: 0.5 Release: 1%{?dist} Summary: Run a subprocess in a pseudo terminal @@ -35,7 +35,6 @@ process and its pty. %prep %setup -qn ptyprocess-%{version} -rm -r tests/__pycache__ tests/*.pyc %if 0%{?with_python3} rm -rf %{py3dir} cp -ar . %{py3dir} @@ -60,8 +59,6 @@ popd %{__python} setup.py install --skip-build --root %{buildroot} %check -# The next version will include tests. There aren't any yet...: -# https://github.com/pexpect/ptyprocess/pull/4 %if 0%{?with_python3} pushd %{py3dir} %{_bindir}/py.test-3* @@ -83,6 +80,9 @@ py.test %endif %changelog +* Thu May 21 2015 Thomas Spura - 0.5-1 +- update to 0.5 (#1223718) + * Wed Jan 07 2015 Thomas Spura - 0.4-1 - update to 0.4 diff --git a/sources b/sources index 7b6eb9b..ae6f325 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d29b8bfd7d2df4d9e4a0f87aafe59018 ptyprocess-0.4.tar.gz +0d1ecfba622cb4e35ee157c38de18eae ptyprocess-0.5.tar.gz