diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,16 +1,21 @@ name : ptyprocess -version : 0.5.2 -release : 4 +version : 0.6.0 +release : 5 source : - - https://pypi.python.org/packages/51/83/5d07dc35534640b06f9d9f1a1d2bc2513fb9cc7595a1b0e28ae5477056ce/ptyprocess-0.5.2.tar.gz : e64193f0047ad603b71f202332ab5527c5e52aa7c8b609704fc28c0dc20c4365 + - https://pypi.python.org/packages/source/p/ptyprocess/ptyprocess-0.6.0.tar.gz : 923f299cc5ad920c68f2bc0bc98b75b9f838b93b599941a6b63ddbc2476394c0 license : ISC component : programming.python summary : Python pseudo-terminal module description: | Launch a subprocess in a pseudo terminal (pty), and interact with both the process and its pty. +builddeps : + - python-pytest setup : | %python_setup %python3_setup install : | %python_install %python3_install +check : | + %python_test py.test + %python3_test py.test3 diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,15 +2,15 @@ ptyprocess - Peter O'Connor - peter@solus-project.com + Pierre-Yves + pyu@riseup.net ISC programming.python Python pseudo-terminal module Launch a subprocess in a pseudo terminal (pty), and interact with both the process and its pty. - https://solus-project.com/sources/README.Solus + https://getsol.us/sources/README.Solus ptyprocess @@ -19,7 +19,7 @@ programming.python - /usr/lib/python2.7/site-packages/ptyprocess-0.5.2-py2.7.egg-info + /usr/lib/python2.7/site-packages/ptyprocess-0.6.0-py2.7.egg-info /usr/lib/python2.7/site-packages/ptyprocess/__init__.py /usr/lib/python2.7/site-packages/ptyprocess/__init__.pyc /usr/lib/python2.7/site-packages/ptyprocess/_fork_pty.py @@ -28,7 +28,7 @@ /usr/lib/python2.7/site-packages/ptyprocess/ptyprocess.pyc /usr/lib/python2.7/site-packages/ptyprocess/util.py /usr/lib/python2.7/site-packages/ptyprocess/util.pyc - /usr/lib/python3.6/site-packages/ptyprocess-0.5.2-py3.6.egg-info + /usr/lib/python3.6/site-packages/ptyprocess-0.6.0-py3.6.egg-info /usr/lib/python3.6/site-packages/ptyprocess/__init__.py /usr/lib/python3.6/site-packages/ptyprocess/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/ptyprocess/__pycache__/_fork_pty.cpython-36.pyc @@ -40,12 +40,12 @@ - - 2018-01-30 - 0.5.2 + + 2019-05-18 + 0.6.0 Packaging update - Peter O'Connor - peter@solus-project.com + Pierre-Yves + pyu@riseup.net \ No newline at end of file