Sat, 01 Jun 2024 00:07:17 UTC | login

Information for build python-pylero-0.0.8-3.fc39

ID254683
Package Namepython-pylero
Version0.0.8
Release3.fc39
Epoch
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 bydavidlt
State complete
Volume DEFAULT
StartedFri, 20 Oct 2023 10:37:15 UTC
CompletedFri, 20 Oct 2023 10:37:15 UTC
Tags
f40
RPMs
src
python-pylero-0.0.8-3.fc39.src.rpm (info) (download)
noarch
python3-pylero-0.0.8-3.fc39.noarch.rpm (info) (download)
Changelog * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.8-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Wed Jun 14 2023 Python Maint <python-maint@redhat.com> - 0.0.8-2 - Rebuilt for Python 3.12 * Tue Mar 14 2023 Wayne Sun <gsun@redhat.com> 0.0.8-1 - Update to 0.0.8 * Thu Feb 23 2023 Wayne Sun <gsun@redhat.com> 0.0.7-1 - Update to 0.0.7 * Fri Feb 17 2023 Wayne Sun <gsun@redhat.com> 0.0.6-1 - Update to 0.0.6 * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Wed Dec 21 2022 Wayne Sun <gsun@redhat.com> 0.0.5-1 - Update to 0.0.5 * Wed Dec 07 2022 Wayne Sun <gsun@redhat.com> 0.0.4-1 - Initial packaging