Fri, 23 Jan 2026 05:24:25 CST | login

Information for build python-pylero-0.0.8-1.oc9

ID25974
Package Namepython-pylero
Version0.0.8
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/python-pylero.git?.#a487218b9ff53aa42486d9f10491da6a45c1b2e3
SummaryPython SDK for Polarion
DescriptionThis is Pylero, the Python wrapper for the Polarion WSDL API. The Pylero wrapper enables native python access to Polarion objects and functionality using object oriented structure and functionality. This allows the devlopers to use Pylero in a natural fashion without being concerned about the Polarion details. All Pylero objects inherit from BasePolarion. The objects used in the library are all generated from the SOAP factory class, using the python-suds library. The Pylero class attributes are generated dynamically as properties, based on a mapping dict between the pylero naming convention and the Polarion attribute names. The use of properties allows the pylero object attributes to be virtual with no need for syncing between them and the Polarion objects they are based on. The Polarion WSDL API does not implement validation/verification of data passed in, so the Pylero library takes care of this itself. All enums are validated before being sent to the server and raise an error if not using a valid value. A number of workflow implementations are also included, for example when creating a Document, it automatically creates the Heading work item at the same time. Polarion Work Items are configured per installation, to give native workitem objects (such as TestCase), the library connects to the Polarion server, downloads the list of workitems and creates them.
Built byfanjunkong
State complete
Volume DEFAULT
StartedThu, 25 Jul 2024 23:25:41 CST
CompletedThu, 25 Jul 2024 23:30:23 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/python-pylero.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/python-pylero.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
python-pylero-0.0.8-1.oc9.src.rpm (info) (download)
noarch
python3-pylero-0.0.8-1.oc9.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Jun 28 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.0.8-1 - initial build