about summary refs log tree commit diff
path: root/pkgs/development/python-modules/boto
AgeCommit message (Collapse)AuthorFilesLines
2023-12-07python3.pkgs.*: Explicitly pass buildPythonPackage format parameteradisbladis1-0/+1
Long term we should move everything over to `pyproject = true`, but in the mean time we can work towards deprecating the implicit `format` paremeter. cc https://github.com/NixOS/nixpkgs/issues/253154 cc @mweinelt @figsoda
2023-07-18treewide: drop inactive maintainer costrouc from all python packagesSandro Jäckel1-1/+1
2023-05-13python311Packages.boto: fix buildCédric Finance2-0/+24
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol1-1/+1
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.
2022-10-27datalad: use default Python versionMarkus S. Wamser1-0/+3
2022-10-27python3Packages.boto: fix compatibility with Python 3.10Markus S. Wamser1-1/+5
2022-03-14pythonPackages.boto: enable testAlexander Ben Nasrallah2-3/+59
Copy patch from debian to fix tests.
2022-03-14pythonPackages.boto: Enable Python 3.9Alexander Ben Nasrallah1-2/+3
boto actually seem to work woth Python 3.9
2021-10-07python39Packages.boto: some cleanupSandro Jäckel1-3/+3
2020-12-01python39Packages.boto: disable for python39Jonathan Ringer1-0/+2
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-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-10-27python38Packages.boto: disable tests for py38Jonathan Ringer1-0/+2
Hmac logic has changed, and upstream no longer maintaining package
2018-10-13pythonPackages.boto: 2.47.0 -> 2.49.0Chris Ostrouchov1-0/+38
refactor move to python-modules
2015-05-29boto: Remove obsolete patchShea Levy1-16/+0
2015-03-07boto: Apply patch needed to fix docker-registryBenjamin Staffin1-0/+16
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