Unverified Commit 409e2d03 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

python312Packages.uiprotect: 7.5.2 -> 7.5.4 (#399788)

parents db6c0e37 5314ba3d
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -4,10 +4,12 @@
  fetchPypi,
  setuptools,
  python,
  croniter,
  cronsim,
  python-dateutil,
  tzlocal,
  pytestCheckHook,
  pytest-cov-stub,
  pytest-xdist,
}:

buildPythonPackage rec {
@@ -20,23 +22,21 @@ buildPythonPackage rec {
    hash = "sha256-G7ZaNq7hN+iDNZJ4OVbgx9xHi8PpJz/ChB1dDGBF5NI=";
  };

  nativeBuildInputs = [ setuptools ];
  build-system = [ setuptools ];

  propagatedBuildInputs = [
    croniter
  dependencies = [
    cronsim
    python-dateutil
    tzlocal
  ];

  nativeCheckInputs = [
    pytestCheckHook
    pytest-cov-stub
    pytest-xdist
    tzlocal
  ];

  postPatch = ''
    sed -i "/--ignore/d" setup.cfg
  '';

  postInstall = ''
    rm -rf $out/${python.sitePackages}/tests
  '';
+2 −2
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@

buildPythonPackage rec {
  pname = "uiprotect";
  version = "7.5.2";
  version = "7.5.4";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -49,7 +49,7 @@ buildPythonPackage rec {
    owner = "uilibs";
    repo = "uiprotect";
    tag = "v${version}";
    hash = "sha256-cXvjxXvGnIJ5lRtH8t5TFTUgGKUZOcGkyur9e+Anbf4=";
    hash = "sha256-bDkMG+4XtniojoOnrfGRDewaDOP+jnUQRFYYFAHKxyE=";
  };

  build-system = [ poetry-core ];