summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/aiohttp/default.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* python3Packages.aiohttp: 3.8.0 -> 3.8.1Jonathan Ringer2021-11-301-2/+2
* python3Packages.aiohttp: 3.7.4.post0 -> 3.8.0•••https://github.com/aio-libs/aiohttp/releases/tag/v3.8.0 Robert Schütz2021-11-121-12/+32
* python3Packages.aiohttp: remove pytest-xdist•••Fails reproducible on hydra like this: ``` try: # set_wakeup_fd() raises ValueError if this is not the # main thread. By calling it early we ensure that an # event loop running in another thread cannot add a signal # handler. > signal.set_wakeup_fd(self._csock.fileno()) E ValueError: set_wakeup_fd only works in main thread of the main interpreter ``` And was remove from upstreams tests due to 10-15% error rate way back in 2018. Martin Weinelt2021-06-221-6/+0
* python3Packages.aiohttp: 3.7.4 -> 3.7.4.post0Robert Schütz2021-03-071-2/+2
* python3Packages.aiohttp: 3.7.3 -> 3.7.4•••https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst#374-2021-02-25 Clean up package, reenable tests, allow local networking for darwin for loopback network tests, actually enable xdist, disable coverage. Fixes: CVE-2021-21330 Martin Weinelt2021-02-271-40/+35
* python3Packages.aiohttp: fix buildFrederik Rietdijk2020-12-011-2/+13
* python3Packages.aiohttp: 3.6.3 -> 3.7.3Frederik Rietdijk2020-12-011-2/+2
* python3Packages.aiohttp: 3.6.2 -> 3.6.3Frederik Rietdijk2020-11-051-2/+2
* python3Packages.aiohttp: fix testsJonathan Ringer2020-08-161-0/+2
* python: aiohttp: fix darwin build•••Disable a non-critical test known to fail on Darwin (see https://github.com/aio-libs/aiohttp/issues/3572) Simon Chatterjee2020-06-191-0/+1
* python38Packages.aiohttp: fix build on darwinMario Rodas2020-06-161-2/+2
* python3.pkgs.aiohttp: disable failing python 3.8 testsFrederik Rietdijk2020-06-111-17/+28
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* pythonPackages.aiohttp: remove pytest-timeout check dependencyKonrad Borowski2020-02-201-1/+1
* python/aiohttp: disable test on 32bit platforms•••The test `test_cookiejar` is failing because a time_t constant can't be represented on 32bit platforms. rnhmjoj2020-02-171-0/+2
* python38Packages.aiohttp: disable•••Looks like "+" operator between futures no longer works. Reported upstream https://github.com/aio-libs/aiohttp/issues/4525 Jonathan Ringer2020-01-221-2/+3
* pythonPackages.aiohttp: disable sandbox-incompatible testJonathan Ringer2019-12-301-0/+1
* python3Packages.aiohttp: 3.5.4 -> 3.6.2Jonathan Ringer2019-10-181-4/+16
* python3Packages.aiohttp: fix testsFrederik Rietdijk2019-08-181-6/+2
* pythonPackages.aiohttp: disable testsFrederik Rietdijk2019-06-151-0/+8
* python3.pkgs.aiohttp: 3.5.3 -> 3.5.4Robert Schütz2019-01-121-2/+2
* python3.pkgs.aiohttp: 3.5.2 -> 3.5.3Robert Schütz2019-01-121-2/+2
* python3.pkgs.aiohttp: 3.4.4 -> 3.5.2Robert Schütz2019-01-101-11/+15
* python36Packages.aiohttp: 3.3.2 -> 3.4.4 (#49024)•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.6-aiohttp/versionsR. RyanTM2018-10-271-2/+2
* python.pkgs.aiohttp: fix buildFrederik Rietdijk2018-06-231-1/+7
* python: aiohttp: 3.1.3 -> 3.3.2Frederik Rietdijk2018-06-211-2/+2
* python: aiohttp: 3.1.2 -> 3.1.3Frederik Rietdijk2018-05-101-2/+2
* python: aiohttp: 3.1.1 -> 3.1.2Robert Schütz2018-04-081-2/+2
* pythonPackages.aiohttp: 3.0.9 -> 3.1.1Robert Schütz2018-04-041-3/+4
* pythonPackages.aiohttp: 3.0.5 -> 3.0.9Robert Schütz2018-03-151-2/+2
* pythonPackages.aiohttp: 3.0.1 -> 3.0.5Robert Schütz2018-03-101-2/+2
* aiohttp-cors: 0.6.0 -> 0.7.0•••Upstream removed support for Python 3.4 [0][1] (and the build fails). [0]: https://github.com/aio-libs/aiohttp-cors/releases/tag/v0.7.0 [1]: https://github.com/aio-libs/aiohttp/releases/tag/v3.0.1 Michael Weiss2018-03-071-1/+1
* python3Packages.aiohttp: 2.3.10 -> 3.0.1Robert Schütz2018-02-161-4/+5
* python3Packages.aiohttp: clean up dependenciesRobert Schütz2018-02-101-2/+1
* pythonPackages.aiohttp: 2.3.9 -> 2.3.10 and enable testsRobert Schütz2018-02-021-8/+11
* pythonPackages.aiohttp: remove name attributeRobert Schütz2018-01-301-2/+1
* python: aiohttp: 2.3.7 -> 2.3.9Frederik Rietdijk2018-01-201-2/+2
* python: aiohttp: 2.3.3 -> 2.3.7Frederik Rietdijk2017-12-301-2/+2
* python.pkgs: maintenance updatesFrederik Rietdijk2017-11-241-2/+2
* python.pkgs: maintenance updatesFrederik Rietdijk2017-11-051-2/+2
* python.pkgs: updatesFrederik Rietdijk2017-10-271-2/+2
* Merge pull request #28884 from FRidh/python-fixes•••Python: several fixesFrederik Rietdijk2017-09-061-0/+36