| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: python313-plumbum | Distribution: openSUSE Tumbleweed |
| Version: 1.8.2 | Vendor: openSUSE |
| Release: 1.6 | Build date: Sat Jan 13 21:53:04 2024 |
| Group: Unspecified | Build host: reproducible |
| Size: 923797 | Source RPM: python-plumbum-1.8.2-1.6.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://github.com/tomerfiliba/plumbum | |
| Summary: Shell combinators library | |
Plumbum is a library for shell script-like programs in Python. Apart from shell-like syntax and handy shortcuts, the library provides local and remote command execution (over SSH), local and remote file-system paths, working-directory and environment manipulation, and a programmatic Command-Line Interface (CLI) application toolkit.
MIT
* Sat Jan 13 2024 Dirk Müller <dmueller@suse.com>
- update to 1.8.2:
* Fix author metadata on PyPI package and add static check
* Add testing for Python 3.12 beta 1
* Use Ruff for linting
* Paths: Add type hinting for Path
* Accept path-like objects
* Move the build backend to hatchling and hatch-vcs. Users
should be unaffected. Third-party packaging may need to adapt
to the new build system.
* Drop Python 2.7 and 3.5 support, add 3.11 support
* Lots of extended checks and fixes for problems exposed.
* Color: support NO_COLOR/FORCE_COLOR
* Commands: New iter_lines buffer_size parameter
* Commands: cache remote commands
* SSH: Support reverse tunnels and dynamically allocated ports
* CLI: add Set(..., all_markers={"*", "all"}) and fix support
for other separators
* CLI: support future annotations
* Color: fix the ABC
* Exceptions: fix for exception pickling
* Fix for StdinDataRedirection and modifiers
* Wed Jan 19 2022 Ben Greiner <code@bnavigator.de>
- Update to 1.7.2
* This is the final release for Python 2 and 3.5.
* Some DeprecationWarnings changed to FutureWarnings (#567)
- Version 1.7.1
* Paths: glob with local paths no longer expands the existing
path too (#552)
* Paramiko: support reverse tunnels (#562)
* SSHMachine: support forwarding Unix sockets in .tunnel() (#550)
* CLI: Support COLOR_GROUP_TITLES (#553)
* Fix a deprecated in Python 3.10 warning (#563)
* Extended testing and checking on Python 3.10 and various PyPy
versions. Nox is supported for easier new-user development.
- Version 1.7.0
* Commands: support .with_cwd() (#513)
* Commands: make iter_lines deal with decoding errors during
iteration (#525)
* Commands: fix handling of env-vars passed to plumbum
BoundEnvCommands (#513)
* Paths: fix incorrect __getitem__ method in Path (#506)
* Paths: Remote path stat had odd OSError (#505)
* Paths: Fix RemotePath.copy() (#527)
* Paths: missing __fspath__ added (#498)
* SSH: better error reporting on SshSession error (#515)
* Internal: redesigned CI, major cleanup to setuptools
distribution, Black formatting, style checking throughout.
* If you install from the auto-generated tarball for Git
releases, you should either use
SETUPTOOLS_SCM_PRETEND_VERSION=${pkgver} pip install . (where
pkgver is the package version, 1.7.0 in this case), or (not
recommended) install setuptools_scm before running
SETUPTOOLS_SCM_PRETEND_VERSION=${pkgver} python setup.py
install. PyPI SDists have the version file already, and git
checkouts will get the version from git tags.
- Drop no-python2.patch merged upstream
* Mon Apr 27 2020 Tomáš Chvátal <tchvatal@suse.com>
- Add patch fixing build with no python2 available:
* no-python2.patch
- Update to 1.6.9:
* Last version to support Python 2.6; added python_requires (#507)
* Paths: Fix bug with subscription operations (#498), (#506)
* Paths: Fix resolve (#492)
* Commands: Fix resolve (#491)
* Commands: Add context manager on popen (#495)
* Several smaller fixes (#500), (#505)
* Wed Mar 18 2020 Marketa Calabkova <mcalabkova@suse.com>
- Update to 1.6.8
* Exceptions: Changed ProcessExecutionError's formatting to be more user-friendly
* Commands: support for per-line timeout with iter_lines
* Commands: support for piping stdout/stderr to a logger
* Commands: execute local/remote commands via a magic .cmd attribute
* Paths: support composing paths using subscription operations
* CLI: Improved 'Set' validator to allow non-string types, and CSV params
* TypedEnv: Facility for modeling environment-variables into python data types
* Mon Jun 03 2019 Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.6.7:
* Commands: Added run_* methods as an alternative to modifiers (#386)
* CLI: Added support for ALLOW_ABREV (#401)
* CLI: Added DESCRIPTION_MORE, preserves spacing (#378)
* Color: Avoid throwing error in atexit in special cases (like pytest) (#393)
* Including Python 3.7 in testing matrix.
* Smaller bugfixes and other testing improvements.
- Switch to github archive for tests
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
* Thu May 24 2018 toddrme2178@gmail.com
- Initial version
/usr/lib/python3.13/site-packages/plumbum /usr/lib/python3.13/site-packages/plumbum-1.8.2.dist-info /usr/lib/python3.13/site-packages/plumbum-1.8.2.dist-info/INSTALLER /usr/lib/python3.13/site-packages/plumbum-1.8.2.dist-info/METADATA /usr/lib/python3.13/site-packages/plumbum-1.8.2.dist-info/RECORD /usr/lib/python3.13/site-packages/plumbum-1.8.2.dist-info/REQUESTED /usr/lib/python3.13/site-packages/plumbum-1.8.2.dist-info/WHEEL /usr/lib/python3.13/site-packages/plumbum-1.8.2.dist-info/licenses /usr/lib/python3.13/site-packages/plumbum-1.8.2.dist-info/licenses/LICENSE /usr/lib/python3.13/site-packages/plumbum/__init__.py /usr/lib/python3.13/site-packages/plumbum/__pycache__ /usr/lib/python3.13/site-packages/plumbum/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/plumbum/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/plumbum/__pycache__/_testtools.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/plumbum/__pycache__/_testtools.cpython-313.pyc /usr/lib/python3.13/site-packages/plumbum/__pycache__/cmd.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/plumbum/__pycache__/cmd.cpython-313.pyc /usr/lib/python3.13/site-packages/plumbum/__pycache__/colors.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/plumbum/__pycache__/colors.cpython-313.pyc /usr/lib/python3.13/site-packages/plumbum/__pycache__/lib.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/plumbum/__pycache__/lib.cpython-313.pyc /usr/lib/python3.13/site-packages/plumbum/__pycache__/typed_env.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/plumbum/__pycache__/typed_env.cpython-313.pyc /usr/lib/python3.13/site-packages/plumbum/__pycache__/version.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/plumbum/__pycache__/version.cpython-313.pyc /usr/lib/python3.13/site-packages/plumbum/_testtools.py /usr/lib/python3.13/site-packages/plumbum/cli /usr/lib/python3.13/site-packages/plumbum/cli/__init__.py /usr/lib/python3.13/site-packages/plumbum/cli/__pycache__ /usr/lib/python3.13/site-packages/plumbum/cli/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/plumbum/cli/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/plumbum/cli/__pycache__/application.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/plumbum/cli/__pycache__/application.cpython-313.pyc /usr/lib/python3.13/site-packages/plumbum/cli/__pycache__/config.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/plumbum/cli/__pycache__/config.cpython-313.pyc /usr/lib/python3.13/site-packages/plumbum/cli/__pycache__/i18n.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/plumbum/cli/__pycache__/i18n.cpython-313.pyc /usr/lib/python3.13/site-packages/plumbum/cli/__pycache__/image.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/plumbum/cli/__pycache__/image.cpython-313.pyc /usr/lib/python3.13/site-packages/plumbum/cli/__pycache__/progress.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/plumbum/cli/__pycache__/progress.cpython-313.pyc /usr/lib/python3.13/site-packages/plumbum/cli/__pycache__/switches.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/plumbum/cli/__pycache__/switches.cpython-313.pyc /usr/lib/python3.13/site-packages/plumbum/cli/__pycache__/terminal.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/plumbum/cli/__pycache__/terminal.cpython-313.pyc /usr/lib/python3.13/site-packages/plumbum/cli/__pycache__/termsize.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/plumbum/cli/__pycache__/termsize.cpython-313.pyc /usr/lib/python3.13/site-packages/plumbum/cli/application.py /usr/lib/python3.13/site-packages/plumbum/cli/config.py /usr/lib/python3.13/site-packages/plumbum/cli/i18n /usr/lib/python3.13/site-packages/plumbum/cli/i18n.py /usr/lib/python3.13/site-packages/plumbum/cli/i18n/de /usr/lib/python3.13/site-packages/plumbum/cli/i18n/de.po /usr/lib/python3.13/site-packages/plumbum/cli/i18n/de/LC_MESSAGES /usr/lib/python3.13/site-packages/plumbum/cli/i18n/de/LC_MESSAGES/plumbum.cli.mo /usr/lib/python3.13/site-packages/plumbum/cli/i18n/fr /usr/lib/python3.13/site-packages/plumbum/cli/i18n/fr.po /usr/lib/python3.13/site-packages/plumbum/cli/i18n/fr/LC_MESSAGES /usr/lib/python3.13/site-packages/plumbum/cli/i18n/fr/LC_MESSAGES/plumbum.cli.mo /usr/lib/python3.13/site-packages/plumbum/cli/i18n/nl /usr/lib/python3.13/site-packages/plumbum/cli/i18n/nl.po /usr/lib/python3.13/site-packages/plumbum/cli/i18n/nl/LC_MESSAGES /usr/lib/python3.13/site-packages/plumbum/cli/i18n/nl/LC_MESSAGES/plumbum.cli.mo /usr/lib/python3.13/site-packages/plumbum/cli/i18n/ru /usr/lib/python3.13/site-packages/plumbum/cli/i18n/ru.po /usr/lib/python3.13/site-packages/plumbum/cli/i18n/ru/LC_MESSAGES /usr/lib/python3.13/site-packages/plumbum/cli/i18n/ru/LC_MESSAGES/plumbum.cli.mo /usr/lib/python3.13/site-packages/plumbum/cli/image.py /usr/lib/python3.13/site-packages/plumbum/cli/progress.py /usr/lib/python3.13/site-packages/plumbum/cli/switches.py /usr/lib/python3.13/site-packages/plumbum/cli/terminal.py /usr/lib/python3.13/site-packages/plumbum/cli/termsize.py /usr/lib/python3.13/site-packages/plumbum/cmd.py /usr/lib/python3.13/site-packages/plumbum/colorlib /usr/lib/python3.13/site-packages/plumbum/colorlib/__init__.py /usr/lib/python3.13/site-packages/plumbum/colorlib/__main__.py /usr/lib/python3.13/site-packages/plumbum/colorlib/__pycache__ /usr/lib/python3.13/site-packages/plumbum/colorlib/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/plumbum/colorlib/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/plumbum/colorlib/__pycache__/__main__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/plumbum/colorlib/__pycache__/__main__.cpython-313.pyc /usr/lib/python3.13/site-packages/plumbum/colorlib/__pycache__/_ipython_ext.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/plumbum/colorlib/__pycache__/_ipython_ext.cpython-313.pyc /usr/lib/python3.13/site-packages/plumbum/colorlib/__pycache__/factories.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/plumbum/colorlib/__pycache__/factories.cpython-313.pyc /usr/lib/python3.13/site-packages/plumbum/colorlib/__pycache__/names.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/plumbum/colorlib/__pycache__/names.cpython-313.pyc /usr/lib/python3.13/site-packages/plumbum/colorlib/__pycache__/styles.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/plumbum/colorlib/__pycache__/styles.cpython-313.pyc /usr/lib/python3.13/site-packages/plumbum/colorlib/_ipython_ext.py /usr/lib/python3.13/site-packages/plumbum/colorlib/factories.py /usr/lib/python3.13/site-packages/plumbum/colorlib/names.py /usr/lib/python3.13/site-packages/plumbum/colorlib/styles.py /usr/lib/python3.13/site-packages/plumbum/colors.py /usr/lib/python3.13/site-packages/plumbum/commands /usr/lib/python3.13/site-packages/plumbum/commands/__init__.py /usr/lib/python3.13/site-packages/plumbum/commands/__pycache__ /usr/lib/python3.13/site-packages/plumbum/commands/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/plumbum/commands/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/plumbum/commands/__pycache__/base.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/plumbum/commands/__pycache__/base.cpython-313.pyc /usr/lib/python3.13/site-packages/plumbum/commands/__pycache__/daemons.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/plumbum/commands/__pycache__/daemons.cpython-313.pyc /usr/lib/python3.13/site-packages/plumbum/commands/__pycache__/modifiers.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/plumbum/commands/__pycache__/modifiers.cpython-313.pyc /usr/lib/python3.13/site-packages/plumbum/commands/__pycache__/processes.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/plumbum/commands/__pycache__/processes.cpython-313.pyc /usr/lib/python3.13/site-packages/plumbum/commands/base.py /usr/lib/python3.13/site-packages/plumbum/commands/daemons.py /usr/lib/python3.13/site-packages/plumbum/commands/modifiers.py /usr/lib/python3.13/site-packages/plumbum/commands/processes.py /usr/lib/python3.13/site-packages/plumbum/fs /usr/lib/python3.13/site-packages/plumbum/fs/__init__.py /usr/lib/python3.13/site-packages/plumbum/fs/__pycache__ /usr/lib/python3.13/site-packages/plumbum/fs/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/plumbum/fs/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/plumbum/fs/__pycache__/atomic.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/plumbum/fs/__pycache__/atomic.cpython-313.pyc /usr/lib/python3.13/site-packages/plumbum/fs/__pycache__/mounts.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/plumbum/fs/__pycache__/mounts.cpython-313.pyc /usr/lib/python3.13/site-packages/plumbum/fs/atomic.py /usr/lib/python3.13/site-packages/plumbum/fs/mounts.py /usr/lib/python3.13/site-packages/plumbum/lib.py /usr/lib/python3.13/site-packages/plumbum/machines /usr/lib/python3.13/site-packages/plumbum/machines/__init__.py /usr/lib/python3.13/site-packages/plumbum/machines/__pycache__ /usr/lib/python3.13/site-packages/plumbum/machines/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/plumbum/machines/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/plumbum/machines/__pycache__/_windows.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/plumbum/machines/__pycache__/_windows.cpython-313.pyc /usr/lib/python3.13/site-packages/plumbum/machines/__pycache__/base.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/plumbum/machines/__pycache__/base.cpython-313.pyc /usr/lib/python3.13/site-packages/plumbum/machines/__pycache__/env.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/plumbum/machines/__pycache__/env.cpython-313.pyc /usr/lib/python3.13/site-packages/plumbum/machines/__pycache__/local.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/plumbum/machines/__pycache__/local.cpython-313.pyc /usr/lib/python3.13/site-packages/plumbum/machines/__pycache__/paramiko_machine.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/plumbum/machines/__pycache__/paramiko_machine.cpython-313.pyc /usr/lib/python3.13/site-packages/plumbum/machines/__pycache__/remote.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/plumbum/machines/__pycache__/remote.cpython-313.pyc /usr/lib/python3.13/site-packages/plumbum/machines/__pycache__/session.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/plumbum/machines/__pycache__/session.cpython-313.pyc /usr/lib/python3.13/site-packages/plumbum/machines/__pycache__/ssh_machine.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/plumbum/machines/__pycache__/ssh_machine.cpython-313.pyc /usr/lib/python3.13/site-packages/plumbum/machines/_windows.py /usr/lib/python3.13/site-packages/plumbum/machines/base.py /usr/lib/python3.13/site-packages/plumbum/machines/env.py /usr/lib/python3.13/site-packages/plumbum/machines/local.py /usr/lib/python3.13/site-packages/plumbum/machines/paramiko_machine.py /usr/lib/python3.13/site-packages/plumbum/machines/remote.py /usr/lib/python3.13/site-packages/plumbum/machines/session.py /usr/lib/python3.13/site-packages/plumbum/machines/ssh_machine.py /usr/lib/python3.13/site-packages/plumbum/path /usr/lib/python3.13/site-packages/plumbum/path/__init__.py /usr/lib/python3.13/site-packages/plumbum/path/__pycache__ /usr/lib/python3.13/site-packages/plumbum/path/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/plumbum/path/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/plumbum/path/__pycache__/base.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/plumbum/path/__pycache__/base.cpython-313.pyc /usr/lib/python3.13/site-packages/plumbum/path/__pycache__/local.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/plumbum/path/__pycache__/local.cpython-313.pyc /usr/lib/python3.13/site-packages/plumbum/path/__pycache__/remote.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/plumbum/path/__pycache__/remote.cpython-313.pyc /usr/lib/python3.13/site-packages/plumbum/path/__pycache__/utils.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/plumbum/path/__pycache__/utils.cpython-313.pyc /usr/lib/python3.13/site-packages/plumbum/path/base.py /usr/lib/python3.13/site-packages/plumbum/path/local.py /usr/lib/python3.13/site-packages/plumbum/path/remote.py /usr/lib/python3.13/site-packages/plumbum/path/utils.py /usr/lib/python3.13/site-packages/plumbum/typed_env.py /usr/lib/python3.13/site-packages/plumbum/version.py /usr/share/doc/packages/python313-plumbum /usr/share/doc/packages/python313-plumbum/README.rst /usr/share/licenses/python313-plumbum /usr/share/licenses/python313-plumbum/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Oct 31 23:03:09 2025