python312Packages.env-canada: 0.7.2 -> 0.8.0 (#372331)
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
lib,
|
||||
aiohttp,
|
||||
buildPythonPackage,
|
||||
defusedxml,
|
||||
fetchFromGitHub,
|
||||
geopy,
|
||||
imageio,
|
||||
lxml,
|
||||
numpy,
|
||||
pandas,
|
||||
pillow,
|
||||
pytestCheckHook,
|
||||
@@ -18,26 +18,26 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "env-canada";
|
||||
version = "0.7.2";
|
||||
version = "0.8.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
disabled = pythonOlder "3.10";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "michaeldavie";
|
||||
repo = "env_canada";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-3SVpzWii9/ViJ7mbrqzKmN5FkOOYTeYdhJll6q/IseU=";
|
||||
hash = "sha256-4PztYdQmMH2n3dlV8arJ2UFGp08nkIK80L460UdNhV8=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [
|
||||
aiohttp
|
||||
defusedxml
|
||||
geopy
|
||||
imageio
|
||||
lxml
|
||||
numpy
|
||||
pandas
|
||||
pillow
|
||||
python-dateutil
|
||||
@@ -57,6 +57,7 @@ buildPythonPackage rec {
|
||||
"test_get_loop"
|
||||
"test_get_ec_sites"
|
||||
"test_ecradar"
|
||||
"test_historical_number_values"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "env_canada" ];
|
||||
|
||||
Reference in New Issue
Block a user