Sat, 31 Jan 2026 01:22:39 CST | login

Information for build pystring-1.1.3-2.oc9

ID39990
Package Namepystring
Version1.1.3
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/pystring.git?.#713ed7c8bcf22ffeb5bf3b465012dd089e876008
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 bybbrucezhang
State complete
Volume DEFAULT
StartedFri, 13 Jun 2025 21:34:14 CST
CompletedFri, 13 Jun 2025 21:39:25 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-2.oc9.src.rpm (info) (download)
aarch64
pystring-1.1.3-2.oc9.aarch64.rpm (info) (download)
pystring-devel-1.1.3-2.oc9.aarch64.rpm (info) (download)
pystring-debuginfo-1.1.3-2.oc9.aarch64.rpm (info) (download)
pystring-debugsource-1.1.3-2.oc9.aarch64.rpm (info) (download)
loongarch64
pystring-1.1.3-2.oc9.loongarch64.rpm (info) (download)
pystring-devel-1.1.3-2.oc9.loongarch64.rpm (info) (download)
pystring-debuginfo-1.1.3-2.oc9.loongarch64.rpm (info) (download)
pystring-debugsource-1.1.3-2.oc9.loongarch64.rpm (info) (download)
x86_64
pystring-1.1.3-2.oc9.x86_64.rpm (info) (download)
pystring-devel-1.1.3-2.oc9.x86_64.rpm (info) (download)
pystring-debuginfo-1.1.3-2.oc9.x86_64.rpm (info) (download)
pystring-debugsource-1.1.3-2.oc9.x86_64.rpm (info) (download)
Logs
x86_64
mock_config.log
mock_output.log
build.log
hw_info.log
dnf.rpm.log
state.log
installed_pkgs.log
dnf.librepo.log
dnf.log
root.log
aarch64
root.log
mock_config.log
dnf.rpm.log
hw_info.log
installed_pkgs.log
mock_output.log
dnf.log
state.log
build.log
dnf.librepo.log
loongarch64
state.log
build.log
root.log
hw_info.log
installed_pkgs.log
mock_output.log
Changelog * Wed Jun 11 2025 bbrucezhang <bbrucezhang@tencent.com> - 1.1.3-2 - Rebuilt for loongarch64 * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.1.3-1 - initial build