Merge pull request #151329 from fabaff/bump-sendgrid

python3Packages.sendgrid: 6.9.2 -> 6.9.3

authored by

Fabian Affolter and committed by
GitHub
a95ba5e9 9ff2dce1

+15 -10
+6 -6
pkgs/development/python-modules/sendgrid/default.nix
··· 11 12 buildPythonPackage rec { 13 pname = "sendgrid"; 14 - version = "6.9.2"; 15 format = "setuptools"; 16 17 src = fetchFromGitHub { 18 owner = pname; 19 repo = "sendgrid-python"; 20 rev = version; 21 - sha256 = "sha256-eqmYuVW912E8hiVReLAoclmNDc2+gOIcUo9lRUx9AwM="; 22 }; 23 24 propagatedBuildInputs = [ ··· 33 werkzeug 34 ]; 35 36 - # Exclude tests that require network access 37 - pytestFlagsArray = [ 38 - "--ignore test/test_sendgrid.py" 39 - "--ignore live_test.py" 40 ]; 41 42 pythonImportsCheck = [
··· 11 12 buildPythonPackage rec { 13 pname = "sendgrid"; 14 + version = "6.9.3"; 15 format = "setuptools"; 16 17 src = fetchFromGitHub { 18 owner = pname; 19 repo = "sendgrid-python"; 20 rev = version; 21 + sha256 = "sha256-/4Wk+1zAFwK+FxRhABQBha43/zapgPDfTFGrPJjXA7s="; 22 }; 23 24 propagatedBuildInputs = [ ··· 33 werkzeug 34 ]; 35 36 + disabledTestPaths = [ 37 + # Exclude tests that require network access 38 + "test/integ/test_sendgrid.py" 39 + "live_test.py" 40 ]; 41 42 pythonImportsCheck = [
+9 -4
pkgs/development/python-modules/yalexs/default.nix
··· 16 17 buildPythonPackage rec { 18 pname = "yalexs"; 19 - version = "1.1.13"; 20 disabled = pythonOlder "3.6"; 21 22 src = fetchFromGitHub { 23 owner = "bdraco"; 24 repo = pname; 25 rev = "v${version}"; 26 - sha256 = "0938540n60xv7kxam3azszn3nj0mnhhgh5p4hgbfxj43bkwpqz4n"; 27 }; 28 29 propagatedBuildInputs = [ ··· 44 45 postPatch = '' 46 # Not used requirement 47 - substituteInPlace setup.py --replace '"vol",' "" 48 ''; 49 50 - pythonImportsCheck = [ "yalexs" ]; 51 52 meta = with lib; { 53 description = "Python API for Yale Access (formerly August) Smart Lock and Doorbell";
··· 16 17 buildPythonPackage rec { 18 pname = "yalexs"; 19 + version = "1.1.15"; 20 + format = "setuptools"; 21 + 22 disabled = pythonOlder "3.6"; 23 24 src = fetchFromGitHub { 25 owner = "bdraco"; 26 repo = pname; 27 rev = "v${version}"; 28 + sha256 = "sha256-EK9jmbU3A2rNx/H8WOsZiGA7tqzg/XJkW/DV5s+2Y3U="; 29 }; 30 31 propagatedBuildInputs = [ ··· 46 47 postPatch = '' 48 # Not used requirement 49 + substituteInPlace setup.py \ 50 + --replace '"vol",' "" 51 ''; 52 53 + pythonImportsCheck = [ 54 + "yalexs" 55 + ]; 56 57 meta = with lib; { 58 description = "Python API for Yale Access (formerly August) Smart Lock and Doorbell";