Commit graph

14 commits

Author SHA1 Message Date
Sandro Jäckel 386b81c136
treewide: drop inactive maintainer costrouc from all python packages 2023-07-18 13:10:04 +02:00
Cédric Finance 9efcaa10c5 python311Packages.boto: fix build 2023-05-13 11:01:53 +02:00
Guillaume Girol 33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Markus S. Wamser 8b4b449543 datalad: use default Python version 2022-10-27 11:03:33 +02:00
Markus S. Wamser 6dc836fd40 python3Packages.boto: fix compatibility with Python 3.10 2022-10-27 11:03:33 +02:00
Alexander Ben Nasrallah b4ce56dafc pythonPackages.boto: enable test
Copy patch from debian to fix tests.
2022-03-14 06:31:28 +01:00
Alexander Ben Nasrallah 1f3771382a pythonPackages.boto: Enable Python 3.9
boto actually seem to work woth Python 3.9
2022-03-14 06:21:59 +01:00
Sandro Jäckel 5561c9b712
python39Packages.boto: some cleanup 2021-10-07 16:51:02 +02:00
Jonathan Ringer 732b38a835 python39Packages.boto: disable for python39
no longer compatible:
```
  File "/build/boto-2.49.0/tests/unit/utils/test_utils.py", line 88, in hmac_hashfunc
    return hmac.new(b'mysecretkey', msg)
  File "/nix/store/x3655l9x6b5khxzzl0s2zg1kn0qr3zfs-python3-3.9.0/lib/python3.9/hmac.py", line 170, in new
    return HMAC(key, msg, digestmod)
  File "/nix/store/x3655l9x6b5khxzzl0s2zg1kn0qr3zfs-python3-3.9.0/lib/python3.9/hmac.py", line 56, in __init__
    raise TypeError("Missing required parameter 'digestmod'.")
TypeError: Missing required parameter 'digestmod'.
```
2020-12-01 14:44:25 +01:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jonathan Ringer 5f06ba50e2 python38Packages.boto: disable tests for py38
Hmac logic has changed, and upstream no longer maintaining package
2019-10-27 16:26:57 +01:00
Chris Ostrouchov 08505d87d3 pythonPackages.boto: 2.47.0 -> 2.49.0
refactor move to python-modules
2018-10-13 10:07:09 +02:00
Shea Levy eb0a21a512 boto: Remove obsolete patch 2015-05-29 11:21:49 -04:00
Benjamin Staffin 5113a065d7 boto: Apply patch needed to fix docker-registry
This makes docker-registry work when backed by S3. It's the same patch
applied in the docker upstream container image.

Backported from boto/boto#2932
2015-03-07 14:06:08 -08:00