Merge pull request #146689 from fabaff/bump-pyatmo

python3Packages.pyatmo: 6.1.0 -> 6.2.0
This commit is contained in:
Fabian Affolter 2021-11-20 09:34:12 +01:00 committed by GitHub
commit 35570d838b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,8 @@
buildPythonPackage rec {
pname = "pyatmo";
version = "6.1.0";
version = "6.2.0";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -24,7 +25,7 @@ buildPythonPackage rec {
owner = "jabesq";
repo = "pyatmo";
rev = "v${version}";
sha256 = "sha256-Iscnv3hfYa8QFiXMUN334Muo0oGqnnK11RPNxQJggG0=";
sha256 = "sha256-VBc2avJiIFQW1LYXQEvIZ/wZKMFJsCF9DDrxwL8dDnk=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;
@ -54,7 +55,9 @@ buildPythonPackage rec {
--replace "requests~=2.24" "requests"
'';
pythonImportsCheck = [ "pyatmo" ];
pythonImportsCheck = [
"pyatmo"
];
meta = with lib; {
description = "Simple API to access Netatmo weather station data";