From dee9dd9b41722d94690d8bb11189887d5ab2b43d515973477b007fa119cb8fc1 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 15 Nov 2016 11:00:32 +0000 Subject: [PATCH] - update to 0.5.1 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ptyprocess?expand=0&rev=3 --- ptyprocess-0.5.1.tar.gz | 3 +++ ptyprocess-0.5.tar.gz | 3 --- python-ptyprocess.changes | 5 +++++ python-ptyprocess.spec | 6 +++--- 4 files changed, 11 insertions(+), 6 deletions(-) create mode 100644 ptyprocess-0.5.1.tar.gz delete mode 100644 ptyprocess-0.5.tar.gz diff --git a/ptyprocess-0.5.1.tar.gz b/ptyprocess-0.5.1.tar.gz new file mode 100644 index 0000000..2cc2049 --- /dev/null +++ b/ptyprocess-0.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0530ce63a9295bfae7bd06edc02b6aa935619f486f0f1dc0972f516265ee81a6 +size 68474 diff --git a/ptyprocess-0.5.tar.gz b/ptyprocess-0.5.tar.gz deleted file mode 100644 index feb51ce..0000000 --- a/ptyprocess-0.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dcb78fb2197b49ca1b7b2f37b047bc89c0da7a90f90bd5bc17c3ce388bb6ef59 -size 14923 diff --git a/python-ptyprocess.changes b/python-ptyprocess.changes index 3a6d2a6..4c81dec 100644 --- a/python-ptyprocess.changes +++ b/python-ptyprocess.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 15 10:59:54 UTC 2016 - dmueller@suse.com + +- update to 0.5.1 + ------------------------------------------------------------------- Fri Aug 14 08:49:26 UTC 2015 - toddrme2178@gmail.com diff --git a/python-ptyprocess.spec b/python-ptyprocess.spec index ff08488..ff2d3f0 100644 --- a/python-ptyprocess.spec +++ b/python-ptyprocess.spec @@ -1,7 +1,7 @@ # # spec file for package python-ptyprocess # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: python-ptyprocess -Version: 0.5 +Version: 0.5.1 Release: 0 Summary: Run a subprocess in a pseudo terminal License: ISC Group: Development/Languages/Python Url: https://github.com/pexpect/ptyprocess -Source: https://pypi.python.org/packages/source/p/ptyprocess/ptyprocess-%{version}.tar.gz +Source: https://pypi.io/packages/source/p/ptyprocess/ptyprocess-%{version}.tar.gz BuildRequires: python-devel >= 2.7 BuildRequires: python-nose BuildRequires: python-setuptools