Sun, 16 Jun 2024 09:05:52 UTC | login

Information for build rust-python-launcher-1.0.0-10.fc40

ID266062
Package Namerust-python-launcher
Version1.0.0
Release10.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/rust-python-launcher.git#047e12a03b4f94a39ca398827cba72e18a45c516
SummaryPython launcher for Unix
DescriptionThe Python Launcher for Unix. Launch your Python interpreter the lazy/smart way! This launcher is an implementation of the py command for Unix-based platforms. The goal is to have py become the cross-platform command that Python users typically use to launch an interpreter while doing development. By having a command that is version-agnostic when it comes to Python, it side-steps the "what should the python command point to?" debate by clearly specifying that upfront (i.e. the newest version of Python that can be found). This also unifies the suggested command to document for launching Python on both Windows as Unix as py has existed as the preferred command on Windows since 2012 with the release of Python 3.3. Typical usage would be: py -m venv .venv py ... # Whatever you would normally use `python` for during development. This creates a virtual environment in a .venv directory using the latest version of Python installed. Subsequent uses of py will then use that virtual environment as long as it is in the current (or higher) directory; no environment activation required (although the Python Launcher supports activated environments as well)! A non-goal of this launcher is to become the way to launch the Python interpreter all the time. If you know the exact interpreter you want to launch then you should launch it directly; same goes for when you have requirements on the type of interpreter you want. The Python Launcher should be viewed as a tool of convenience, not necessity.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 10 Nov 2023 20:12:32 UTC
CompletedSat, 11 Nov 2023 05:07:08 UTC
Taskbuild (f40, /rpms/rust-python-launcher.git:047e12a03b4f94a39ca398827cba72e18a45c516)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/rust-python-launcher.git#047e12a03b4f94a39ca398827cba72e18a45c516'}}
Tags
f40
RPMs
src
rust-python-launcher-1.0.0-10.fc40.src.rpm (info) (download)
noarch
rust-python-launcher+default-devel-1.0.0-10.fc40.noarch.rpm (info) (download)
rust-python-launcher-devel-1.0.0-10.fc40.noarch.rpm (info) (download)
riscv64
python-launcher-1.0.0-10.fc40.riscv64.rpm (info) (download)
python-launcher-debuginfo-1.0.0-10.fc40.riscv64.rpm (info) (download)
rust-python-launcher-debugsource-1.0.0-10.fc40.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * Sat Aug 05 2023 Fabio Valentini <decathorpe@gmail.com> 1.0.0-10 - Regenerate with rust2rpm v24 * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> 1.0.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sat Feb 04 2023 Fabio Valentini <decathorpe@gmail.com> 1.0.0-8 - Rebuild for fixed frame pointer compiler flags in Rust RPM macros * Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> 1.0.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> 1.0.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue Feb 15 2022 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> 1.0.0-5 - Rebuild with package notes * Tue Jan 25 2022 Fabio Valentini <decathorpe@gmail.com> 1.0.0-4 - Rebuild with thread_local 1.1.4 for RUSTSEC-2022-0006 * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> 1.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Sun Nov 14 2021 Robert-André Mauchin <zebob.m@gmail.com> 1.0.0-2 - Bump assert_cmd to 2.0.0 * Fri Sep 03 2021 Fabio Valentini <decathorpe@gmail.com> 1.0.0-1 - Initial import (#2000931)