https://bugzilla.redhat.com/show_bug.cgi?id=1809927

            Bug ID: 1809927
           Summary: Review Request: python-aiostream - Generator-based
                    operators for asynchronous iteration
           Product: Fedora
           Version: rawhide
          Hardware: All
                OS: Linux
            Status: NEW
         Component: Package Review
          Severity: medium
          Priority: medium
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]
  Target Milestone: ---
    Classification: Fedora



Spec URL: https://fab.fedorapeople.org/packages/SRPMS/python-aiostream.spec
SRPM URL:
https://fab.fedorapeople.org/packages/SRPMS/python-aiostream-0.4.1-1.fc31.src.rpm

Project URL: https://github.com/vxgmichel/aiostream

Description:
aiostream provides a collection of stream operators that can be combined
to create asynchronous pipelines of operations.

It can be seen as an asynchronous version of itertools, although some
aspects are slightly different. Essentially, all the provided operators
return a unified interface called a stream.

A stream is an enhanced asynchronous iterable providing the following
features:

- Operator pipe-lining - using pipe symbol |
- Repeatability - every iteration creates a different iterator
- Safe iteration context - using async with and the stream method
- Simplified execution - get the last element from a stream using await
- Slicing and indexing - using square brackets []
- Concatenation - using addition symbol +

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

rpmlint output:
$ rpmlint python-aiostream-0.4.1-1.fc31.src.rpm 
python-aiostream.src: W: spelling-error %description -l en_US itertools ->
iterators
python-aiostream.src: W: spelling-error %description -l en_US iterable ->
alterable, tolerable, iterate
python-aiostream.src: W: spelling-error %description -l en_US async -> sync, a
sync
1 packages and 0 specfiles checked; 0 errors, 3 warnings.

$ rpmlint python3-aiostream-0.4.1-1.fc31.noarch.rpm 
python3-aiostream.noarch: W: spelling-error %description -l en_US itertools ->
iterators
python3-aiostream.noarch: W: spelling-error %description -l en_US iterable ->
alterable, tolerable, iterate
python3-aiostream.noarch: W: spelling-error %description -l en_US async ->
sync, a sync
1 packages and 0 specfiles checked; 0 errors, 3 warnings.

Fedora Account System Username: fab

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]

Reply via email to