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:
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.