Merge pull request #258554 from thiagokokada/icontract-bump

python3Packages.icontract: 2.6.2 -> 2.6.3

authored by Fabián Heredia Montiel and committed by GitHub 15ee3897 77225e33

+2 -8
+2 -8
pkgs/development/python-modules/icontract/default.nix
··· 14 15 buildPythonPackage rec { 16 pname = "icontract"; 17 - version = "2.6.2"; 18 format = "setuptools"; 19 disabled = pythonOlder "3.6"; 20 ··· 22 owner = "Parquery"; 23 repo = pname; 24 rev = "refs/tags/v${version}"; 25 - hash = "sha256-NUgMt/o9EpSQyOiAhYBVJtQKJn0Pd2lI45bKlo2z7mk="; 26 }; 27 28 preCheck = '' ··· 51 # doesn't check the python file provided in the test. 52 "tests/test_mypy_decorators.py" 53 ]; 54 - 55 - # Upstream adds some plain text files direct to the package's root directory 56 - # https://github.com/Parquery/icontract/blob/master/setup.py#L63 57 - postInstall = '' 58 - rm -f $out/{LICENSE.txt,README.rst,requirements.txt} 59 - ''; 60 61 pythonImportsCheck = [ "icontract" ]; 62
··· 14 15 buildPythonPackage rec { 16 pname = "icontract"; 17 + version = "2.6.3"; 18 format = "setuptools"; 19 disabled = pythonOlder "3.6"; 20 ··· 22 owner = "Parquery"; 23 repo = pname; 24 rev = "refs/tags/v${version}"; 25 + hash = "sha256-kLi00Yf/UkSaBTvc+GlgTw263M2SMkyzADnQYLbsMfw="; 26 }; 27 28 preCheck = '' ··· 51 # doesn't check the python file provided in the test. 52 "tests/test_mypy_decorators.py" 53 ]; 54 55 pythonImportsCheck = [ "icontract" ]; 56