Skip to content

Commit

Permalink
python312Packages.recurring-ical-events: 3.3.0 -> 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed Sep 30, 2024
1 parent 562ccf6 commit 7e4c601
Showing 1 changed file with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

buildPythonPackage rec {
pname = "recurring-ical-events";
version = "3.3.0";
version = "3.3.2";

disabled = pythonOlder "3.8";

Expand All @@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "niccokunzmann";
repo = "python-recurring-ical-events";
rev = "v${version}";
hash = "sha256-1Ggxi61epge6Rxc/vJ7OuuNjjeaQYReEPeOZV8DLghk=";
hash = "sha256-1cWjOaL+STrHMux/fc+FaRVQIOMcseznNRcghsV+DtM=";
};

build-system = [ setuptools ];
Expand All @@ -47,12 +47,6 @@ buildPythonPackage rec {
pygments
];

disabledTests = lib.optionals (lib.versionOlder icalendar.version "6") [
# ModuleNotFoundError: No module named 'icalendar.timezone'
"test_can_import_zoneinfo"
"test_documentation_file"
];

pythonImportsCheck = [ "recurring_ical_events" ];

meta = {
Expand Down

0 comments on commit 7e4c601

Please sign in to comment.