Unverified Commit f5892dda authored by Robert Schütz's avatar Robert Schütz Committed by GitHub
Browse files

Merge pull request #257392 from dotlambda/docformatter-1.7.5

python310Packages.docformatter: 1.6.4 -> 1.7.5
parents 0a3bab44 782bff49
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "docformatter";
  version = "1.6.4";
  version = "1.7.5";

  disabled = pythonOlder "3.7";

@@ -22,7 +22,7 @@ buildPythonPackage rec {
    owner = "PyCQA";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-OQNE6Is1Pl0uoAkFYh4M+c8oNWL/uIh4X0hv8X0Qt/g=";
    hash = "sha256-QUjeG84KwI5Y3MU1wrmjHBXU2tEJ0CuiR3Y/S+dX7Gs=";
  };

  patches = [
+3 −3
Original line number Diff line number Diff line
diff --git a/tests/conftest.py b/tests/conftest.py
index 5f5a9aa..3289222 100644
index 762d246..7f86763 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -92,21 +92,9 @@ def run_docformatter(arguments, temporary_file):
@@ -101,21 +101,9 @@ def run_docformatter(arguments, temporary_file):
 
     Return subprocess object.
     """