Bug 2056965

Summary: Review Request: python-sockio - Concurrency agnostic socket API
Product: [Fedora] Fedora Reporter: Fabian Affolter <mail>
Component: Package ReviewAssignee: Nobody's working on this, feel free to take it <nobody>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: mhroncok, package-review
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-10-01 15:20:05 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Fabian Affolter 2022-02-22 13:08:44 UTC
Spec URL: https://fab.fedorapeople.org/packages/SRPMS/python-sockio.spec
SRPM URL: https://fab.fedorapeople.org/packages/SRPMS/python-sockio-0.15.0-1.fc35.src.rpm

Project URL: https://tiagocoutinho.github.io/sockio/

Description:
This concurrency agnostic socket library is helpful when handling with
instrumentation which work over TCP and implement simple REQ-REP
communication protocols implemented REQ-REP and streaming semantics
with auto-reconnection facilities.

Koji scratch build: https://koji.fedoraproject.org/koji/taskinfo?taskID=83172486


Fedora Account System Username: fab

Comment 1 Miro Hrončok 2022-03-03 18:11:12 UTC
%{?python_provide:%python_provide python3-%{pypi_name}} is deprecated and no longer needed

# Remove bundled egg-info
rm -rf %{pypi_name}.egg-info

this is also not needed

Comment 2 Miro Hrončok 2022-03-03 18:11:45 UTC
Upstream has tests but there is no %check.

Comment 3 Fabian Affolter 2022-10-01 15:20:05 UTC
Package is not needed as httpcore went a different route.