python313Packages.sensorpush-api: 2.1.1 -> 2.1.2 (#395065)

This commit is contained in:
dotlambda 2025-04-02 04:37:05 -07:00 committed by GitHub
commit c73a73460f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "sensorpush-api";
version = "2.1.1";
version = "2.1.2";
pyproject = true;
src = fetchFromGitHub {
owner = "sstallion";
repo = "sensorpush-api";
tag = "v${version}";
hash = "sha256-Gkvd0MbySk4jdl+hJd0wFGqj2/qOkq/jThe+5b4n0XM=";
hash = "sha256-0cB0F1Clf3rpAOSTa/YcEMchBIQv+0cQwsGE1qlroKA=";
};
build-system = [ setuptools ];
@ -28,10 +28,6 @@ buildPythonPackage rec {
"urllib3"
];
pythonRemoveDeps = [
"aenum" # https://github.com/sstallion/sensorpush-api/pull/3
];
dependencies = [
aiohttp
pydantic