Mon, 26 Jan 2026 18:09:41 CST | login

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

ID11703
Package Namepython-pylero
Version0.0.8
Release1.ocs23
Epoch
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 bybbrucezhang
State complete
Volume DEFAULT
StartedFri, 12 Jul 2024 11:08:16 CST
CompletedFri, 12 Jul 2024 11:11:02 CST
Taskbuild (dist-ocs23-epol9, /opencloudos-stream/python-pylero.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/python-pylero.git?.#origin/master'}}
Tags
dist-ocs23
dist-ocs23-epol9
epol9-test-compose
RPMs
src
python-pylero-0.0.8-1.ocs23.src.rpm (info) (download)
noarch
python3-pylero-0.0.8-1.ocs23.noarch.rpm (info) (download)
Logs
noarch
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Jun 28 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.0.8-1 - initial build