python311Packages.meteofrance-api: 1.2.0 -> 1.3.0

Diff: https://github.com/hacf-fr/meteofrance-api/compare/refs/tags/v1.2.0...v1.3.0

Changelog: https://github.com/hacf-fr/meteofrance-api/releases/tag/v1.3.0
This commit is contained in:
Fabian Affolter 2023-12-08 10:36:10 +01:00
parent 17572dd79f
commit deea275540

View file

@ -13,16 +13,16 @@
buildPythonPackage rec {
pname = "meteofrance-api";
version = "1.2.0";
format = "pyproject";
version = "1.3.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "hacf-fr";
repo = pname;
repo = "meteofrance-api";
rev = "refs/tags/v${version}";
hash = "sha256-W26R+L2ZJpycEQ9KwkHqVARKsd/5YkJCxMeciKnKAX8=";
hash = "sha256-uSrVK6LwCDyvsjzGl4xQd8585Hl6sp2Ua9ly0wqnC1Y=";
};
nativeBuildInputs = [
@ -48,8 +48,9 @@ buildPythonPackage rec {
disabledTests = [
# Tests require network access
"test_currentphenomenons"
"test_dictionary"
"test_forecast"
"test_full_with_coastal_bulletint"
"test_full_with_coastal_bulletin"
"test_fulls"
"test_no_rain_expected"
"test_picture_of_the_day"