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
This commit is contained in:
Thomas Bechtold 2017-08-22 12:40:34 +00:00 committed by Git OBS Bridge
parent b1658352f4
commit a6f00dfbf5
4 changed files with 15 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0530ce63a9295bfae7bd06edc02b6aa935619f486f0f1dc0972f516265ee81a6
size 68474

3
ptyprocess-0.5.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e64193f0047ad603b71f202332ab5527c5e52aa7c8b609704fc28c0dc20c4365
size 69297

View File

@ -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 Wed Apr 19 17:57:26 UTC 2017 - toddrme2178@gmail.com

View File

@ -20,17 +20,17 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-ptyprocess Name: python-ptyprocess
Version: 0.5.1 Version: 0.5.2
Release: 0 Release: 0
Summary: Run a subprocess in a pseudo terminal Summary: Run a subprocess in a pseudo terminal
License: ISC License: ISC
Group: Development/Languages/Python Group: Development/Languages/Python
Url: https://github.com/pexpect/ptyprocess Url: https://github.com/pexpect/ptyprocess
Source: https://files.pythonhosted.org/packages/source/p/ptyprocess/ptyprocess-%{version}.tar.gz 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 devel}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
%if %{with tests} %if %{with tests}
BuildRequires: %{python_module nose} BuildRequires: %{python_module nose}
%endif %endif