Bug 2106152

Summary: Back port fix from python-suds 1.1.2
Product: Red Hat Enterprise Linux 8 Reporter: Wayne Sun <gsun>
Component: python-sudsAssignee: Jeff Ortel <jortel>
Status: NEW --- QA Contact: cluster-qe <cluster-qe>
Severity: medium Docs Contact:
Priority: medium    
Version: 8.8CC: jamato, lgangava, psplicha
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 2105442 Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Wayne Sun 2022-07-11 20:59:47 UTC
Description of problem:
The suds(suds-community) package have a new release:
https://pypi.org/project/suds/1.1.2/

It includes fix with restore last_sent and last_received functions, detail could be found:
https://github.com/suds-community/suds/pull/80

This fix is useful for maintain session connections.

Please backport the fix back to RHEL8

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:
Release new version with the back port from 1.1.2

Additional info:

Comment 1 Petr Šplíchal 2022-07-14 07:07:35 UTC
This bug is blocking packaging python3-pylero for epel8 which is
motivated by the following user story:

    As a developer or a quality engineer I need to install
    python3-pylero package on my laptop using dnf in order to
    easily synchronize test and requirement metadata between git
    and Polarion using the tmt command line tool.

It would be nice to address this as soon as possible to provide
efficient easy-to-use tooling for test developers.