Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python311-EasyProcess | Distribution: SUSE Linux Enterprise 15 |
Version: 1.1 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: 150600.1.2 | Build date: Fri Mar 8 20:49:56 2024 |
Group: Unspecified | Build host: h01-ch2d |
Size: 44371 | Source RPM: python-EasyProcess-1.1-150600.1.2.src.rpm |
Packager: https://www.suse.com/ | |
Url: https://github.com/ponty/easyprocess | |
Summary: Python subprocess interface |
EasyProcess is a Python subprocess interface. Features include: - layer on top of subprocess module - starting and stopping of programs - retrieval of standard output/error, return code of programs - command can be list or string - logging - timeout - unit-tests - cross-platform, development on linux - global config file with program aliases - unicode support - supported python versions: 2.5, 2.6, 2.7, 3.1, 3.2, PyPy Limitations: - shell is not supported - pipes are not supported - stdout/stderr is set only after the subprocess has finished - stop() does not kill whole subprocess tree
BSD-2-Clause
* Sat Jun 10 2023 ecsos@opensuse.org - Add %{?sle15_python_module_pythons} * Sat Aug 20 2022 code@bnavigator.de - Package only supports Python >= 3.7 - Remove linter flake8 and static type checker mypy from build requirements: Not used and not necessary during rpm packaging. - Remove stray build dependency for six - Remove entrypoint2 build dependency: only required for building docs - Don't catchall in files section * Wed Aug 10 2022 otto.hollmann@suse.com - Fix build dependencies for test flavour - Update to 1.1: * Use popen timeout parameter, remove daemon thread #22 * use only kill(), remove terminate(), remove kill* parameters #20 #22 * add py310 support, remove py36 * fix EASYPROCESS_USE_TEMP_FILES env var usage * test: increase timeouts to avoid random fails * remove py2 * add py39 support * Add option to force kill process after timeout * Thu Jul 09 2020 mimi.vx@gmail.com - update to 0.3 * relpace nose with pytest * Thu Mar 26 2020 tchvatal@suse.com - Switch to multibuild in order to avoid cycle * Thu Mar 26 2020 mcalabkova@suse.com - update to version 0.2.10 * test and code fixtures * Mon Jan 13 2020 mcalabkova@suse.com - update to version 0.2.8 * enable_stdout_log, enable_stderr_log * py38 support * remove py34 support * Tue Nov 05 2019 tchvatal@suse.com - Update with spec-cleaner * Sun Sep 15 2019 jayvdb@gmail.com - Fix examples to use sys.executable * Mon Jun 17 2019 tchvatal@suse.com - Update to 0.2.7: * Small fixes only * Fri Apr 05 2019 jayvdb@gmail.com - Add export LANG=en_US.UTF-8 to fix Leap builds * Fri Mar 01 2019 tchvatal@suse.com - Update to 0.2.5: * Fixes for python 3.7 * Many utf8 fixes - Switch to github tarball for tests * Wed Dec 05 2018 jengelh@inai.de - Trim bias from description. Do not put limitations under "features". * Tue Dec 04 2018 mcepl@suse.com - Remove superfluous devel dependency for noarch package * Mon Aug 28 2017 toddrme2178@gmail.com - update to version 0.2.3: * no changelog available - Implement single-spec version - Fix source URL * Mon May 04 2015 benoit.monin@gmx.fr - update to version 0.1.9: * no changelog available
/usr/lib/python3.11/site-packages/EasyProcess-1.1-py3.11.egg-info /usr/lib/python3.11/site-packages/EasyProcess-1.1-py3.11.egg-info/PKG-INFO /usr/lib/python3.11/site-packages/EasyProcess-1.1-py3.11.egg-info/SOURCES.txt /usr/lib/python3.11/site-packages/EasyProcess-1.1-py3.11.egg-info/dependency_links.txt /usr/lib/python3.11/site-packages/EasyProcess-1.1-py3.11.egg-info/top_level.txt /usr/lib/python3.11/site-packages/easyprocess /usr/lib/python3.11/site-packages/easyprocess/__init__.py /usr/lib/python3.11/site-packages/easyprocess/__pycache__ /usr/lib/python3.11/site-packages/easyprocess/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/easyprocess/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/easyprocess/__pycache__/about.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/easyprocess/__pycache__/about.cpython-311.pyc /usr/lib/python3.11/site-packages/easyprocess/__pycache__/unicodeutil.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/easyprocess/__pycache__/unicodeutil.cpython-311.pyc /usr/lib/python3.11/site-packages/easyprocess/about.py /usr/lib/python3.11/site-packages/easyprocess/examples /usr/lib/python3.11/site-packages/easyprocess/examples/__init__.py /usr/lib/python3.11/site-packages/easyprocess/examples/__pycache__ /usr/lib/python3.11/site-packages/easyprocess/examples/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/easyprocess/examples/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/easyprocess/examples/__pycache__/cmd.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/easyprocess/examples/__pycache__/cmd.cpython-311.pyc /usr/lib/python3.11/site-packages/easyprocess/examples/__pycache__/hello.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/easyprocess/examples/__pycache__/hello.cpython-311.pyc /usr/lib/python3.11/site-packages/easyprocess/examples/__pycache__/log.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/easyprocess/examples/__pycache__/log.cpython-311.pyc /usr/lib/python3.11/site-packages/easyprocess/examples/__pycache__/timeout.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/easyprocess/examples/__pycache__/timeout.cpython-311.pyc /usr/lib/python3.11/site-packages/easyprocess/examples/__pycache__/ver.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/easyprocess/examples/__pycache__/ver.cpython-311.pyc /usr/lib/python3.11/site-packages/easyprocess/examples/__pycache__/with.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/easyprocess/examples/__pycache__/with.cpython-311.pyc /usr/lib/python3.11/site-packages/easyprocess/examples/cmd.py /usr/lib/python3.11/site-packages/easyprocess/examples/hello.py /usr/lib/python3.11/site-packages/easyprocess/examples/log.py /usr/lib/python3.11/site-packages/easyprocess/examples/timeout.py /usr/lib/python3.11/site-packages/easyprocess/examples/ver.py /usr/lib/python3.11/site-packages/easyprocess/examples/with.py /usr/lib/python3.11/site-packages/easyprocess/py.typed /usr/lib/python3.11/site-packages/easyprocess/unicodeutil.py /usr/share/doc/packages/python311-EasyProcess /usr/share/doc/packages/python311-EasyProcess/README.md /usr/share/licenses/python311-EasyProcess /usr/share/licenses/python311-EasyProcess/LICENSE.txt
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 19:58:50 2024