Commit Graph

30 Commits

Author SHA1 Message Date
Martin Weinelt
29b968bf17 python3Packages.httplib2: 0.20.3 -> 0.20.4 2022-04-15 01:39:52 +02:00
Martin Weinelt
04cc709898 python3Packages.httplib2: drop xdist, prone to race conditions 2022-04-15 01:39:50 +02:00
Martin Weinelt
f4f3622cb1 Merge remote-tracking branch 'origin/staging-next' into staging 2022-03-20 00:00:32 +01:00
Jonathan Ringer
0c3a726c47 python3Packages.httplib2: disable darwin incompatible test 2022-03-18 12:51:10 -04:00
Jonathan Ringer
19ff56c99b python3Packages.httplib2: disable improperly marked tests 2022-03-14 00:29:04 +01:00
Malo Bourgon
b9ed8525d9 python3Packages.httplib2: disable failing test on darwin 2022-02-28 10:45:53 -08:00
Martin Weinelt
bc370f5af3
python3Packages.httplib2: disable failing test 2022-01-03 22:39:05 +01:00
Fabian Affolter
d957d3ed9c python3Packages.httplib2: 0.20.1 -> 0.20.3 2021-11-28 18:40:52 +01:00
Sergei Trofimovich
ae842d0f74 python3Packages.httplib2: drop upstreamed patch (fails to apply)
```
$ nix build -f.  python3Packages.httplib2 -L
...
python3.9-httplib2> patching sources
python3.9-httplib2> applying patch /nix/store/gbpay7j261cbshpnkfgvp3lbnwa41p89-08d6993b69256fbc6c0b1c615c24910803c4d610.patch
python3.9-httplib2> patching file tests/test_http.py
python3.9-httplib2> Reversed (or previously applied) patch detected!  Assume -R? [n]
python3.9-httplib2> Apply anyway? [n]
python3.9-httplib2> Skipping patch.
python3.9-httplib2> 1 out of 1 hunk ignored -- saving rejects to file tests/test_http.py.rej
```
2021-10-30 18:16:11 +01:00
Fabian Affolter
e23f40ce16 python3Packages.httplib2: 0.19.1 -> 0.20.1 2021-10-25 13:30:25 -07:00
Robert Schütz
f019d3adb2 python3Packages.httplib2: fix tests 2021-07-05 12:34:02 -07:00
Martin Weinelt
21294b470c
python3Packages.httplib2: disable test_timeout_subsequent on darwin 2021-04-23 15:50:34 +02:00
Martin Weinelt
f185a7b843
python3Packages.httplib2: allow local networking on darwin
There is just one test failure on darwin, and it can probably be worked
around by allowing local networking.

This should hopefully fix the following testsuite error:

```
___________________________ test_timeout_subsequent ____________________________
tests/test_other.py:137: in test_timeout_subsequent
    assert response.status == 200
E   assert 408 == 200
E     +408
E     -200
        Handler    = <class 'tests.test_other.test_timeout_subsequent.<locals>.Handler'>
        _          = b'Request Timeout'
        http       = <httplib2.Http object at 0x10860f400>
        response   = {'content-type': 'text/plain', 'status': '408', 'content-length': 15}
        uri        = 'http://localhost:58287/'
----------------------------- Captured stderr call -----------------------------
Traceback (most recent call last):
  File "/private/tmp/nix-build-python3.8-httplib2-0.19.1.drv-0/source/tests/__init__.py", line 311, in server_socket_thread
    fun(client, tick)
  File "/private/tmp/nix-build-python3.8-httplib2-0.19.1.drv-0/source/tests/__init__.py", line 392, in server_request_socket_handler
    request = HttpRequest.from_buffered(buf)
  File "/private/tmp/nix-build-python3.8-httplib2-0.19.1.drv-0/source/tests/__init__.py", line 177, in from_buffered
    return parse_http_message(cls, buf)
  File "/private/tmp/nix-build-python3.8-httplib2-0.19.1.drv-0/source/tests/__init__.py", line 120, in parse_http_message
    start_line = buf.readline()
  File "/private/tmp/nix-build-python3.8-httplib2-0.19.1.drv-0/source/tests/__init__.py", line 110, in readline
    self._fill(more=1)
  File "/private/tmp/nix-build-python3.8-httplib2-0.19.1.drv-0/source/tests/__init__.py", line 81, in _fill
    chunk = self._sock.recv(8 << 10)
ConnectionResetError: [Errno 54] Connection reset by peer
```
2021-04-23 01:28:53 +02:00
github-actions[bot]
8248f4db36
Merge master into staging-next 2021-04-22 06:05:51 +00:00
Fabian Affolter
c852810d43 python3Packages.httplib2: 0.19.0 -> 0.19.1 2021-04-11 08:55:29 +00:00
Noah D. Brenowitz
c2cb457ebf python37Packages.httplib: disable tests on darwin
Most of the tests were failing on Mac OS, and tests were only recently
enabled for this package.
2021-03-19 07:59:12 -07:00
Fabian Affolter
d247e9f2f8 python3Packages.httplib2: enable tests 2021-02-26 11:02:00 +01:00
Fabian Affolter
0ea2aaeee9 python3Packages.httplib2: 0.18.0 -> 0.19.0 2021-02-26 11:02:00 +01:00
Frederik Rietdijk
cc4cd90445 python: httplib2: 0.17.4 -> 0.18.1 2020-06-11 10:00:00 +02:00
Frederik Rietdijk
8deeb9ab73 python: httplib2: 0.17.3 -> 0.17.4 2020-06-06 08:34:54 +02:00
Frederik Rietdijk
ce14d185dc python3Packages.httplib2: 0.17.0 -> 0.17.3 2020-05-11 22:12:11 +02:00
Michael Weiss
b67aafe8b8
python3Packages.httplib2: 0.15 -> 0.17 (#82355) 2020-03-21 21:42:23 +01:00
Frederik Rietdijk
b8d4b5c340 python: httplib2: 0.14.0 -> 0.15.0 2019-12-30 16:46:43 +01:00
c0bw3b
69b393ace5 Treewide: update some problematic homepages
These URLs are reported as problematic by Repology.
It could be a permanent redirection
or the page does not exist anymore
2019-12-08 10:21:29 -08:00
Frederik Rietdijk
effe1e888c python: httplib2: 0.12.3 -> 0.14.0 2019-10-27 16:26:44 +01:00
Rok Garbas
65781e204d
Remove me (garbas) as maintainer since I don't have much time to maintain anything 2019-07-03 11:27:39 +02:00
Frederik Rietdijk
b84525da42 python: httplib2: 0.12.1 -> 0.12.3 2019-04-24 18:43:25 +02:00
Frederik Rietdijk
5db9c23d66 python: httplib2: 0.12.0 -> 0.12.1 2019-02-17 14:40:56 +01:00
Frederik Rietdijk
862799a545 python: httplib2: 0.11.3 -> 0.12.0 2019-02-17 14:40:24 +01:00
Robin Gloster
926f312cf4
python.pkgs.httplib2: 0.9.2 -> 0.11.3 2018-05-01 14:13:22 +02:00