Click here to visit the old openkoji buildsystem (Archived)

Information for build python-pox-0.3.4-1.fc41

ID17249
Package Namepython-pox
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version0.3.4
Release1.fc41
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/python-pox.git#df8c468b2a78c67196e0e27782233bd25e4b74cc
SummaryUtilities for filesystem exploration and automated builds
Descriptionpox provides a collection of utilities for navigating and manipulating filesystems. This module is designed to facilitate some of the low level operating system interactions that are useful when exploring a filesystem on a remote host, where queries such as "what is the root of the filesystem?", "what is the user's name?", and "what login shell is preferred?" become essential in allowing a remote user to function as if they were logged in locally. While pox is in the same vein of both the os and shutil builtin modules, the majority of its functionality is unique and compliments these two modules. pox provides python equivalents of several unix shell commands such as which and find. These commands allow automated discovery of what has been installed on an operating system, and where the essential tools are located. This capability is useful not only for exploring remote hosts, but also locally as a helper utility for automated build and installation. Several high-level operations on files and filesystems are also provided. Examples of which are: finding the location of an installed python package, determining if and where the source code resides on the filesystem, and determining what version the installed package is. pox also provides utilities to enable the abstraction of commands sent to a remote filesystem. In conjunction with a registry of environment variables and installed utilities, pox enables the user to interact with a remote filesystem as if they were logged in locally. pox is part of pathos, a python framework for heterogeneous computing. pox is in active development, so any user feedback, bug reports, comments, or suggestions are highly appreciated. A list of issues is located at https://github.com/uqfoundation/pox/issues, with a legacy list maintained at https://uqfoundation.github.io/project/pathos/query. Major Features pox provides utilities for discovering the user's environment: - return the user's name, current shell, and path to user's home directory - strip duplicate entries from the user's $PATH - lookup and expand environment variables from ${VAR} to value pox also provides utilities for filesystem exploration and manipulation: - discover the path to a file, executable, directory, or symbolic link - discover the path to an installed package - parse operating system commands for remote shell invocation - convert text files to platform-specific formatting
Built bykojiadmin
State complete
Volume DEFAULT
StartedThu, 02 May 2024 19:59:55 CST
CompletedThu, 02 May 2024 21:21:44 CST
Taskbuild (f41, /rpms/python-pox.git:df8c468b2a78c67196e0e27782233bd25e4b74cc)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-pox.git#df8c468b2a78c67196e0e27782233bd25e4b74cc'}}
Tags
f41
RPMs
src
python-pox-0.3.4-1.fc41.src.rpm (info) (download)
noarch
python-pox-doc-0.3.4-1.fc41.noarch.rpm (info) (download)
python3-pox-0.3.4-1.fc41.noarch.rpm (info) (download)
Logs
noarch
build.log
state.log
root.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * Tue Feb 20 2024 Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com> - 0.3.4-1 - feat: update to 0.3.4 (fixes rh#2260671) * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Jan 04 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.3.3-2 - Assert that a license file is present in the .dist-info directory * Thu Oct 12 2023 Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com> - 0.3.3-1 - feat: update to 0.3.3 (fixes rh#2224791) * Thu Oct 12 2023 Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com> - 0.3.2-3 - chore: add packit conf * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jul 13 2023 Sandro <devel@penguinpee.nl> - 0.3.2-1 - Update to 0.3.2 - Drop patch (no longer required) * Wed Jun 14 2023 Python Maint <python-maint@redhat.com> - 0.3.1-6 - Rebuilt for Python 3.12 * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.3.1-3 - Rebuilt for Python 3.11 * Wed May 25 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.3.1-2 - Revised PR#31 patch based on upstream feedback * Tue May 24 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.3.1-1 - Update to 0.3.1 (close RHBZ#2088635) * Tue May 24 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.3.0-5 - Switch to pyproject-rpm-macros and PDF docs - Run all of the tests. - Remove shebangs from non-script sources