Merge pull request #129820 from Artturin/update-sam

authored by Sandro and committed by GitHub 3c58000c a0486334

+6 -4
+2 -2
pkgs/development/python-modules/aws-sam-translator/default.nix
··· 10 11 buildPythonPackage rec { 12 pname = "aws-sam-translator"; 13 - version = "1.36.0"; 14 15 src = fetchPypi { 16 inherit pname version; 17 - sha256 = "fa1b990d9329d19052e7b91cf0b19371ed9d31a529054b616005884cd662b584"; 18 }; 19 20 # Tests are not included in the PyPI package
··· 10 11 buildPythonPackage rec { 12 pname = "aws-sam-translator"; 13 + version = "1.37.0"; 14 15 src = fetchPypi { 16 inherit pname version; 17 + sha256 = "0p2qd8gwxsfq17nmrlkpf31aqbfzjrwjk3n4p8vhci8mm11dk138"; 18 }; 19 20 # Tests are not included in the PyPI package
+4 -2
pkgs/development/tools/aws-sam-cli/default.nix
··· 5 6 python3.pkgs.buildPythonApplication rec { 7 pname = "aws-sam-cli"; 8 - version = "1.23.0"; 9 10 src = python3.pkgs.fetchPypi { 11 inherit pname version; 12 - sha256 = "0j0q6p08c3l9z0yc2cggw797k47cjh6ljpchiqgg0fh6mk32215f"; 13 }; 14 15 # Tests are not included in the PyPI package ··· 40 # fix over-restrictive version bounds 41 postPatch = '' 42 substituteInPlace requirements/base.txt \ 43 --replace "dateparser~=0.7" "dateparser>=0.7" \ 44 --replace "docker~=4.2.0" "docker>=4.2.0" \ 45 --replace "requests==2.23.0" "requests~=2.24" \
··· 5 6 python3.pkgs.buildPythonApplication rec { 7 pname = "aws-sam-cli"; 8 + version = "1.26.0"; 9 10 src = python3.pkgs.fetchPypi { 11 inherit pname version; 12 + sha256 = "11aqdwhs7wa6cp9zijqi4in3zvwirfnlcy45rrnsq0jdsh3i9hbh"; 13 }; 14 15 # Tests are not included in the PyPI package ··· 40 # fix over-restrictive version bounds 41 postPatch = '' 42 substituteInPlace requirements/base.txt \ 43 + --replace "click~=7.1" "click~=8.0" \ 44 + --replace "Flask~=1.1.2" "Flask~=2.0" \ 45 --replace "dateparser~=0.7" "dateparser>=0.7" \ 46 --replace "docker~=4.2.0" "docker>=4.2.0" \ 47 --replace "requests==2.23.0" "requests~=2.24" \