Tue, 09 Jul 2024 00:07:35 UTC | login

Information for build pystring-1.1.3-5.fc37

ID213774
Package Namepystring
Version1.1.3
Release5.fc37
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/pystring.git#a1b642d470590a7c2c41779aec846246e687c33f
SummaryCollection of C++ functions emulating Python's string class methods
DescriptionPystring is a collection of C++ functions which match the interface and behavior of Python's string class methods using std::string. Implemented in C++, it does not require or make use of a Python interpreter. It provides convenience and familiarity for common string operations not included in the standard C++ library. It's also useful in environments where both C++ and Python are used. Overlapping functionality (such as index and slice/substr) of std::string is included to match Python interfaces. Originally developed at Sony Pictures Imageworks. http://opensource.imageworks.com/
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 19 Oct 2022 12:23:25 UTC
CompletedWed, 19 Oct 2022 12:34:49 UTC
Taskbuild (f37, /rpms/pystring.git:a1b642d470590a7c2c41779aec846246e687c33f)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/pystring.git#a1b642d470590a7c2c41779aec846246e687c33f'}}
Tags
f37
f38
RPMs
src
pystring-1.1.3-5.fc37.src.rpm (info) (download)
riscv64
pystring-1.1.3-5.fc37.riscv64.rpm (info) (download)
pystring-devel-1.1.3-5.fc37.riscv64.rpm (info) (download)
pystring-debuginfo-1.1.3-5.fc37.riscv64.rpm (info) (download)
pystring-debugsource-1.1.3-5.fc37.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Sat Nov 28 2020 Richard Shaw <hobbes1069@gmail.com> - 1.1.3-1 - Initial packaging.