From a6f00dfbf55129412c555b2d8bff07174a0bfa9e138a4492fedbb1261d2e95d4 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Tue, 22 Aug 2017 12:40:34 +0000 Subject: [PATCH] Accepting request 518124 from home:tbechtold:branches:devel:languages:python - update to 0.5.2: * Add readthedocs config file * Add project dir to sys.path when building docs * Version number -> 0.5.2 * Use buffering when opening the pty OBS-URL: https://build.opensuse.org/request/show/518124 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ptyprocess?expand=0&rev=7 --- ptyprocess-0.5.1.tar.gz | 3 --- ptyprocess-0.5.2.tar.gz | 3 +++ python-ptyprocess.changes | 9 +++++++++ python-ptyprocess.spec | 6 +++--- 4 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 ptyprocess-0.5.1.tar.gz create mode 100644 ptyprocess-0.5.2.tar.gz diff --git a/ptyprocess-0.5.1.tar.gz b/ptyprocess-0.5.1.tar.gz deleted file mode 100644 index 2cc2049..0000000 --- a/ptyprocess-0.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0530ce63a9295bfae7bd06edc02b6aa935619f486f0f1dc0972f516265ee81a6 -size 68474 diff --git a/ptyprocess-0.5.2.tar.gz b/ptyprocess-0.5.2.tar.gz new file mode 100644 index 0000000..e7c2a34 --- /dev/null +++ b/ptyprocess-0.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e64193f0047ad603b71f202332ab5527c5e52aa7c8b609704fc28c0dc20c4365 +size 69297 diff --git a/python-ptyprocess.changes b/python-ptyprocess.changes index 568bd38..02a50cc 100644 --- a/python-ptyprocess.changes +++ b/python-ptyprocess.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Aug 22 12:38:26 UTC 2017 - tbechtold@suse.com + +- update to 0.5.2: + * Add readthedocs config file + * Add project dir to sys.path when building docs + * Version number -> 0.5.2 + * Use buffering when opening the pty + ------------------------------------------------------------------- Wed Apr 19 17:57:26 UTC 2017 - toddrme2178@gmail.com diff --git a/python-ptyprocess.spec b/python-ptyprocess.spec index dbf1432..8b18f09 100644 --- a/python-ptyprocess.spec +++ b/python-ptyprocess.spec @@ -20,17 +20,17 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-ptyprocess -Version: 0.5.1 +Version: 0.5.2 Release: 0 Summary: Run a subprocess in a pseudo terminal License: ISC Group: Development/Languages/Python Url: https://github.com/pexpect/ptyprocess Source: https://files.pythonhosted.org/packages/source/p/ptyprocess/ptyprocess-%{version}.tar.gz -BuildRequires: fdupes -BuildRequires: python-rpm-macros BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} +BuildRequires: fdupes +BuildRequires: python-rpm-macros %if %{with tests} BuildRequires: %{python_module nose} %endif