Unverified Commit 112e5d45 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #323453 from fabaff/odp-amsterdam-bump

python312Packages.odp-amsterdam: 6.0.1 -> 6.0.2
parents 8c8ba6b2 6dfd874c
Loading
Loading
Loading
Loading
+9 −4
Original line number Diff line number Diff line
@@ -10,11 +10,12 @@
  pytest-asyncio,
  pytestCheckHook,
  pytz,
  syrupy,
}:

buildPythonPackage rec {
  pname = "odp-amsterdam";
  version = "6.0.1";
  version = "6.0.2";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -23,7 +24,7 @@ buildPythonPackage rec {
    owner = "klaasnicolaas";
    repo = "python-odp-amsterdam";
    rev = "refs/tags/v${version}";
    hash = "sha256-teLjiclkbjlG226gMUgqc2IUEWqKcSm6xIekw+AQPU4=";
    hash = "sha256-veBccNxqhqBYKUC5pdjZ1IOWUYUqiNK5pJq1L+8UCxA=";
  };

  postPatch = ''
@@ -32,14 +33,17 @@ buildPythonPackage rec {
    sed -i '/addopts/d' pyproject.toml
  '';

  nativeBuildInputs = [
  build-system = [
    poetry-core
  ];

  nativeBuildInputs = [
    pythonRelaxDepsHook
  ];

  pythonRelaxDeps = [ "pytz" ];

  propagatedBuildInputs = [
  dependencies = [
    aiohttp
    pytz
  ];
@@ -48,6 +52,7 @@ buildPythonPackage rec {
    aresponses
    pytest-asyncio
    pytestCheckHook
    syrupy
  ];

  pythonImportsCheck = [ "odp_amsterdam" ];