Bug 1786955 (python-aiosqlite)

Summary: Review Request: python-aiosqlite - Asyncio bridge to the standard SQLite3 module
Product: [Fedora] Fedora Reporter: Fabian Affolter <mail>
Component: Package ReviewAssignee: Robert-André Mauchin 🐧 <eclipseo>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: eclipseo, package-review
Target Milestone: ---Flags: eclipseo: fedora-review+
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: 2020-05-19 09:49:47 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:
Bug Depends On: 1786953    
Bug Blocks:    

Description Fabian Affolter 2019-12-29 21:37:14 UTC
Spec URL: 
SRPM URL: 

Project URL: https://github.com/jreese/aiosqlite

Description:
aiosqlite AsyncIO bridge to the standard SQLite3 module for Python 3.5+.

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

rpmlint output:
$ rpmlint python-aiosqlite-0.11.0-1.fc31.src.rpm 
python-aiosqlite.src: W: spelling-error Summary(en_US) Asyncio -> Asuncion
1 packages and 0 specfiles checked; 0 errors, 1 warnings.

$ rpmlint python3-aiosqlite-0.11.0-1.fc31.noarch.rpm 
python3-aiosqlite.noarch: W: spelling-error Summary(en_US) Asyncio -> Asuncion
1 packages and 0 specfiles checked; 0 errors, 1 warnings.

Fedora Account System Username: fab

Comment 2 Robert-André Mauchin 🐧 2020-01-07 18:53:42 UTC
 - Use %{python3_version} or a glob * instead of ?.? because Python 3.10 will break this package otherwise:

%{python3_sitelib}/%{pypi_name}-%{version}-py*.egg-info


 -

Source0:        https://files.pythonhosted.org/packages/source/a/%{pypi_name}/%{pypi_name}-%{version}.tar.gz

→

Source0:        %{pypi_source}


 - License ok
 - Latest version packaged
 - Builds in mock
 - No rpmlint errors
 - Conforms to Packaging Guidelines

Package approved.

Comment 3 Fabian Affolter 2020-01-10 14:23:35 UTC
Thanks for reviewing this.

Comment 4 Gwyn Ciesla 2020-01-10 14:37:45 UTC
(fedscm-admin):  The Pagure repository was created at https://src.fedoraproject.org/rpms/python-aiosqlite