Merge pull request #249832 from fabaff/pyflume-bump
python311Packages.pyflume: 0.7.1 -> 0.7.2
This commit is contained in:
@@ -5,27 +5,27 @@
|
||||
, pythonOlder
|
||||
, pyjwt
|
||||
, ratelimit
|
||||
, pytz
|
||||
, requests
|
||||
, requests-mock
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyflume";
|
||||
version = "0.7.1";
|
||||
disabled = pythonOlder "3.7";
|
||||
version = "0.7.2";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.10";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ChrisMandich";
|
||||
repo = "PyFlume";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-Ka90n9Esv6tm310DjYeosBUhudeVoEJzt45L40+0GwQ=";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-wmaOOM8y7LthEgf3Uyv1N4ODviPGSlIQejC01IlhaJw=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
pyjwt
|
||||
ratelimit
|
||||
pytz
|
||||
requests
|
||||
];
|
||||
|
||||
@@ -34,11 +34,14 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "pyflume" ];
|
||||
pythonImportsCheck = [
|
||||
"pyflume"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Python module to work with Flume sensors";
|
||||
homepage = "https://github.com/ChrisMandich/PyFlume";
|
||||
changelog = "https://github.com/ChrisMandich/PyFlume/releases/tag/v${version}";
|
||||
license = with licenses; [ mit ];
|
||||
maintainers = with maintainers; [ fab ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user