Bug 1786955 (python-aiosqlite) - Review Request: python-aiosqlite - Asyncio bridge to the standard SQLite3 module
Summary: Review Request: python-aiosqlite - Asyncio bridge to the standard SQLite3 module
Keywords:
Status: CLOSED RAWHIDE
Alias: python-aiosqlite
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Robert-André Mauchin 🐧
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: 1786953
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-12-29 21:37 UTC by Fabian Affolter
Modified: 2020-05-19 09:49 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-05-19 09:49:47 UTC
Type: ---
Embargoed:
zebob.m: fedora-review+


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.