14
0

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

@@ -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