Unverified Commit 54147e9a authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python313Packages.icalendar: 6.1.1 -> 6.1.3

parent b0e28881
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
}:

buildPythonPackage rec {
  version = "6.1.1";
  version = "6.1.3";
  pname = "icalendar";
  pyproject = true;

@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "collective";
    repo = "icalendar";
    tag = "v${version}";
    hash = "sha256-PP4wBItPv5pPQKkGX4mGPl2RUGxOALOss++imzK4G4E=";
    hash = "sha256-qRIBsRy+gQ6/6yB8AZN/GHt7Tk4VymtJGMXRmfngDxI=";
  };

  patches = [
@@ -44,6 +44,12 @@ buildPythonPackage rec {
    pytestCheckHook
  ];

  disabledTests = [
    # AssertionError: assert {'Atlantic/Jan_Mayen'} == {'Arctic/Longyearbyen'}
    "test_dateutil_timezone_is_matched_with_tzname"
    "test_docstring_of_python_file"
  ];

  pytestFlagsArray = [ "src/icalendar" ];

  meta = with lib; {