Merge pull request #272852 from fabaff/meteofrance-api-bump

python311Packages.meteofrance-api: 1.2.0 -> 1.3.0
This commit is contained in:
Fabian Affolter 2023-12-09 09:36:07 +01:00 committed by GitHub
commit ffe505d43c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"