| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | python3Packages.aiohttp: 3.8.0 -> 3.8.1 | Jonathan Ringer | 2021-11-30 | 1 | -2/+2 |
| * | python3Packages.aiohttp: 3.7.4.post0 -> 3.8.0•••https://github.com/aio-libs/aiohttp/releases/tag/v3.8.0 | Robert Schütz | 2021-11-12 | 1 | -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 Weinelt | 2021-06-22 | 1 | -6/+0 |
| * | python3Packages.aiohttp: 3.7.4 -> 3.7.4.post0 | Robert Schütz | 2021-03-07 | 1 | -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 Weinelt | 2021-02-27 | 1 | -40/+35 |
| * | python3Packages.aiohttp: fix build | Frederik Rietdijk | 2020-12-01 | 1 | -2/+13 |
| * | python3Packages.aiohttp: 3.6.3 -> 3.7.3 | Frederik Rietdijk | 2020-12-01 | 1 | -2/+2 |
| * | python3Packages.aiohttp: 3.6.2 -> 3.6.3 | Frederik Rietdijk | 2020-11-05 | 1 | -2/+2 |
| * | python3Packages.aiohttp: fix tests | Jonathan Ringer | 2020-08-16 | 1 | -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 Chatterjee | 2020-06-19 | 1 | -0/+1 |
| * | python38Packages.aiohttp: fix build on darwin | Mario Rodas | 2020-06-16 | 1 | -2/+2 |
| * | python3.pkgs.aiohttp: disable failing python 3.8 tests | Frederik Rietdijk | 2020-06-11 | 1 | -17/+28 |
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 1 | -1/+1 |
| * | pythonPackages.aiohttp: remove pytest-timeout check dependency | Konrad Borowski | 2020-02-20 | 1 | -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. | rnhmjoj | 2020-02-17 | 1 | -0/+2 |
| * | python38Packages.aiohttp: disable•••Looks like "+" operator between futures no longer works. Reported upstream https://github.com/aio-libs/aiohttp/issues/4525 | Jonathan Ringer | 2020-01-22 | 1 | -2/+3 |
| * | pythonPackages.aiohttp: disable sandbox-incompatible test | Jonathan Ringer | 2019-12-30 | 1 | -0/+1 |
| * | python3Packages.aiohttp: 3.5.4 -> 3.6.2 | Jonathan Ringer | 2019-10-18 | 1 | -4/+16 |
| * | python3Packages.aiohttp: fix tests | Frederik Rietdijk | 2019-08-18 | 1 | -6/+2 |
| * | pythonPackages.aiohttp: disable tests | Frederik Rietdijk | 2019-06-15 | 1 | -0/+8 |
| * | python3.pkgs.aiohttp: 3.5.3 -> 3.5.4 | Robert Schütz | 2019-01-12 | 1 | -2/+2 |
| * | python3.pkgs.aiohttp: 3.5.2 -> 3.5.3 | Robert Schütz | 2019-01-12 | 1 | -2/+2 |
| * | python3.pkgs.aiohttp: 3.4.4 -> 3.5.2 | Robert Schütz | 2019-01-10 | 1 | -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/versions | R. RyanTM | 2018-10-27 | 1 | -2/+2 |
| * | python.pkgs.aiohttp: fix build | Frederik Rietdijk | 2018-06-23 | 1 | -1/+7 |
| * | python: aiohttp: 3.1.3 -> 3.3.2 | Frederik Rietdijk | 2018-06-21 | 1 | -2/+2 |
| * | python: aiohttp: 3.1.2 -> 3.1.3 | Frederik Rietdijk | 2018-05-10 | 1 | -2/+2 |
| * | python: aiohttp: 3.1.1 -> 3.1.2 | Robert Schütz | 2018-04-08 | 1 | -2/+2 |
| * | pythonPackages.aiohttp: 3.0.9 -> 3.1.1 | Robert Schütz | 2018-04-04 | 1 | -3/+4 |
| * | pythonPackages.aiohttp: 3.0.5 -> 3.0.9 | Robert Schütz | 2018-03-15 | 1 | -2/+2 |
| * | pythonPackages.aiohttp: 3.0.1 -> 3.0.5 | Robert Schütz | 2018-03-10 | 1 | -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 Weiss | 2018-03-07 | 1 | -1/+1 |
| * | python3Packages.aiohttp: 2.3.10 -> 3.0.1 | Robert Schütz | 2018-02-16 | 1 | -4/+5 |
| * | python3Packages.aiohttp: clean up dependencies | Robert Schütz | 2018-02-10 | 1 | -2/+1 |
| * | pythonPackages.aiohttp: 2.3.9 -> 2.3.10 and enable tests | Robert Schütz | 2018-02-02 | 1 | -8/+11 |
| * | pythonPackages.aiohttp: remove name attribute | Robert Schütz | 2018-01-30 | 1 | -2/+1 |
| * | python: aiohttp: 2.3.7 -> 2.3.9 | Frederik Rietdijk | 2018-01-20 | 1 | -2/+2 |
| * | python: aiohttp: 2.3.3 -> 2.3.7 | Frederik Rietdijk | 2017-12-30 | 1 | -2/+2 |
| * | python.pkgs: maintenance updates | Frederik Rietdijk | 2017-11-24 | 1 | -2/+2 |
| * | python.pkgs: maintenance updates | Frederik Rietdijk | 2017-11-05 | 1 | -2/+2 |
| * | python.pkgs: updates | Frederik Rietdijk | 2017-10-27 | 1 | -2/+2 |
| * | Merge pull request #28884 from FRidh/python-fixes•••Python: several fixes | Frederik Rietdijk | 2017-09-06 | 1 | -0/+36 |
