Unverified Commit 82aea689 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #290666 from fabaff/reqif-bump

python311Packages.reqif: 0.0.35 -> 0.0.40
parents 92ac5928 e5819e1c
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -9,11 +9,12 @@
, python
, pythonOlder
, pythonRelaxDepsHook
, xmlschema
}:

buildPythonPackage rec {
  pname = "reqif";
  version = "0.0.35";
  version = "0.0.40";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -22,7 +23,7 @@ buildPythonPackage rec {
    owner = "strictdoc-project";
    repo = "reqif";
    rev = "refs/tags/${version}";
    hash = "sha256-3yOLOflPqzJRv3qCQXFK3rIFftBq8FkYy7XhOfWH82Y=";
    hash = "sha256-VQvwynFv/DN5RHT00rxtDcJ9wsEpKdsh3rdyUakBr2Q=";
  };

  postPatch = ''
@@ -40,6 +41,7 @@ buildPythonPackage rec {
    beautifulsoup4
    lxml
    jinja2
    xmlschema
  ];

  nativeCheckInputs = [