The latest version of python-aiohttp in Fedora is 0.10 while the latest version upstream is 0.16.5. Could you look into updating it? Thanks
python-aiohttp-0.16.5-1.fc22 has been submitted as an update for Fedora 22. https://admin.fedoraproject.org/updates/python-aiohttp-0.16.5-1.fc22
Package python-aiohttp-0.16.5-1.fc22: * should fix your issue, * was pushed to the Fedora 22 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing python-aiohttp-0.16.5-1.fc22' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2015-10090/python-aiohttp-0.16.5-1.fc22 then log in and leave karma (feedback).
Currently on July 15 , 2015 dnf install --enablerepo=updates-testing python-aiohttp-0.16.5-1.fc22 does not find anything ! And in fedora 23 the problem is still there of course, even worth because in the spec file the section %file is not even corrected With the source file (src)found here: http://koji.fedoraproject.org/koji/buildinfo?buildID=646052 nothing is produced, even if the spec file is partially corrected versus the rawhide repository src file! So the complete update to produce something is as I indicates here: https://bugzilla.redhat.com/show_bug.cgi?id=1243380
more precisely on july 15, 2015: # dnf search --enablerepo=updates-testing aiohttp Last metadata expiration check performed 2:06:52 ago on Wed Jul 15 12:49:04 2015. ============================= N/S Matched: aiohttp ============================= python3-aiohttp.noarch : A Python HTTP client/server for asyncio # dnf info --enablerepo=updates-testing python3-aiohttp Last metadata expiration check performed 2:07:29 ago on Wed Jul 15 12:49:04 2015. Installed Packages Name : python3-aiohttp Arch : noarch Epoch : 0 Version : 0.10.2 Release : 1.fc22 Size : 519 k Repo : @System From repo : fedora Summary : A Python HTTP client/server for asyncio URL : https://github.com/KeepSafe/aiohttp/ License : BSD Description : A Python HTTP client/server for asyncio # dnf update --enablerepo=updates-testing python3-aiohttp Last metadata expiration check performed 2:09:59 ago on Wed Jul 15 12:49:04 2015. Dependencies resolved. Nothing to do. Complete!
> # dnf search --enablerepo=updates-testing aiohttp Should this be `` dnf search --enablerepo=updates-testing python-aiohttp `` ?
This bug appears to have been reported against 'rawhide' during the Fedora 23 development cycle. Changing version to '23'. (As we did not run this process for some time, it could affect also pre-Fedora 23 development cycle bugs. We are very sorry. It will help us with cleanup during Fedora 23 End Of Life. Thank you.) More information and reason for this action is here: https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora23
(In reply to Pierre-YvesChibon from comment #5) > > # dnf search --enablerepo=updates-testing aiohttp > > Should this be `` dnf search --enablerepo=updates-testing python-aiohttp `` ? Pattern "aiohttp" is less restrictive than "python-aiohttp" So if there were both python-aiohttp and python3-aiohttp package in the repos, you could see them! Like : # dnf search --enablerepo=updates-testing raven Last metadata expiration check performed 1:02:17 ago on Wed Jul 15 15:17:50 2015. ============================== N/S Matched: raven ============================== php-Raven.noarch : A PHP client for Sentry python-raven.noarch : Python client for Sentry python3-raven.noarch : Python client for Sentry So currently only python3-aiohttp exist (I suppose like python-raven, its code is not usable with python2.7 ?)
Version 0.16.6 of aiohttp was released on 2015-07-15. Can you provide a new update with this version? I managed to update the spec: http://jenselme.perso.centrale-marseille.fr/visible/SPECS/python-aiohttp.spec It is not complete since the changelog is incorrect and some source c files are not in their -devel subpackage. It builds on koji: http://koji.fedoraproject.org/koji/taskinfo?taskID=10573646 and copr: https://copr.fedoraproject.org/coprs/jujens/aiohttp/build/106750/
python-aiohttp-0.17.4-1.fc22 has been submitted as an update to Fedora 22. https://bodhi.fedoraproject.org/updates/FEDORA-2015-74c4505f40
python-aiohttp-0.17.4-1.fc22 has been pushed to the Fedora 22 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with $ su -c 'dnf --enablerepo=updates-testing update python-aiohttp' You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-74c4505f40
python-aiohttp-0.17.4-1.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report.