Merge pull request #145340 from fabaff/bump-pyflunearyou

python3Packages.pyflunearyou: 2.0.2 -> 2021.10.0

authored by Fabian Affolter and committed by GitHub bcf0efab bfd9fd29

+10 -6
+10 -6
pkgs/development/python-modules/pyflunearyou/default.nix
··· 15 16 buildPythonPackage rec { 17 pname = "pyflunearyou"; 18 - version = "2.0.2"; 19 format = "pyproject"; 20 disabled = pythonOlder "3.6"; 21 22 src = fetchFromGitHub { 23 owner = "bachya"; 24 repo = pname; 25 rev = version; 26 - sha256 = "07n2dvnfpfglpdlnwzj4dy41x2zc07ia2krvxdarnv8wzap30y23"; 27 }; 28 29 nativeBuildInputs = [ ··· 44 pytestCheckHook 45 ]; 46 47 - # Ignore the examples directory as the files are prefixed with test_. 48 - # disabledTestFiles doesn't seem to work here 49 - disabledTestPaths = [ "examples/" ]; 50 51 - pythonImportsCheck = [ "pyflunearyou" ]; 52 53 meta = with lib; { 54 description = "Python library for retrieving UV-related information from Flu Near You";
··· 15 16 buildPythonPackage rec { 17 pname = "pyflunearyou"; 18 + version = "2021.10.0"; 19 format = "pyproject"; 20 + 21 disabled = pythonOlder "3.6"; 22 23 src = fetchFromGitHub { 24 owner = "bachya"; 25 repo = pname; 26 rev = version; 27 + sha256 = "sha256-Q65OSE4qckpvaIvZULBR434i7hwuVM97eSq1Blb1oIU="; 28 }; 29 30 nativeBuildInputs = [ ··· 45 pytestCheckHook 46 ]; 47 48 + disabledTestPaths = [ 49 + # Ignore the examples directory as the files are prefixed with test_. 50 + "examples/" 51 + ]; 52 53 + pythonImportsCheck = [ 54 + "pyflunearyou" 55 + ]; 56 57 meta = with lib; { 58 description = "Python library for retrieving UV-related information from Flu Near You";