Sat, 28 Mar 2026 12:41:05 CST | login

Information for build pystring-1.1.3-1.oc9

ID23402
Package Namepystring
Version1.1.3
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/pystring.git?.#aedc5ed401d1c2e14cc53d7b98babd369ad04875
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 byfanjunkong
State complete
Volume DEFAULT
StartedMon, 03 Jun 2024 20:14:57 CST
CompletedMon, 03 Jun 2024 20:16:43 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/pystring.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/pystring.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
pystring-1.1.3-1.oc9.src.rpm (info) (download)
aarch64
pystring-1.1.3-1.oc9.aarch64.rpm (info) (download)
pystring-devel-1.1.3-1.oc9.aarch64.rpm (info) (download)
pystring-debuginfo-1.1.3-1.oc9.aarch64.rpm (info) (download)
pystring-debugsource-1.1.3-1.oc9.aarch64.rpm (info) (download)
x86_64
pystring-1.1.3-1.oc9.x86_64.rpm (info) (download)
pystring-devel-1.1.3-1.oc9.x86_64.rpm (info) (download)
pystring-debuginfo-1.1.3-1.oc9.x86_64.rpm (info) (download)
pystring-debugsource-1.1.3-1.oc9.x86_64.rpm (info) (download)
Logs
x86_64
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
aarch64
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
Changelog * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.1.3-1 - initial build