Merge pull request #281969 from fabaff/aioswitcher-bump

python311Packages.aioswitcher: 3.4.1 -> 3.4.2
This commit is contained in:
Nick Cao 2024-01-19 10:19:50 -05:00 committed by GitHub
commit 5f3379b131
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,8 +14,8 @@
buildPythonPackage rec {
pname = "aioswitcher";
version = "3.4.1";
format = "pyproject";
version = "3.4.2";
pyproject = true;
disabled = pythonOlder "3.9";
@ -23,9 +23,11 @@ buildPythonPackage rec {
owner = "TomerFi";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-jam0pyVajk8z7s/Uk5yQZfbFQLDiJ2yRKDk7VMJpCKo=";
hash = "sha256-UpwIzwOl1yKqK8KxFDXAWoZFkQ+1r1sUcDfx6AxRdNw=";
};
__darwinAllowLocalNetworking = true;
nativeBuildInputs = [
poetry-core
];
@ -50,7 +52,6 @@ buildPythonPackage rec {
"test_schedule_parser_with_a_daily_recurring_enabled_schedule_data"
"test_schedule_parser_with_a_partial_daily_recurring_enabled_schedule_data"
"test_schedule_parser_with_a_non_recurring_enabled_schedule_data"
"test_hexadecimale_timestamp_to_localtime_with_the_current_timestamp_should_return_a_time_string"
];
pythonImportsCheck = [