Unverified Commit 4d1a0d80 authored by Paul Haerle's avatar Paul Haerle Committed by GitHub
Browse files

pyhanko-cli: 0.2.1 -> 0.3.1 (#503884)

parents f4220f11 26a153f8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@
}:
python3Packages.buildPythonApplication (finalAttrs: {
  pname = "pyhanko-cli";
  version = "0.2.1";
  version = "0.3.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "MatthiasValvekens";
    repo = "pyhanko";
    tag = "pyhanko-cli/v${finalAttrs.version}";
    hash = "sha256-UyJ9odchy63CcCkJVtBgraRQuD2fxqCciwLuhN4+8aw=";
    hash = "sha256-ZBlkp6nhTKEAWxCPDq9NIoOullwWartpU3eL0QIGFpw=";
  };

  sourceRoot = "${finalAttrs.src.name}/pkgs/pyhanko-cli";
+3 −3
Original line number Diff line number Diff line
@@ -38,14 +38,14 @@

buildPythonPackage (finalAttrs: {
  pname = "pyhanko";
  version = "0.33.0";
  version = "0.34.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "MatthiasValvekens";
    repo = "pyHanko";
    tag = "v${finalAttrs.version}";
    hash = "sha256-+576MAbtWFGaPu/HqhdeeRNHi84pLnDaMDa0e/J/CUs=";
    hash = "sha256-ZBlkp6nhTKEAWxCPDq9NIoOullwWartpU3eL0QIGFpw=";
  };

  sourceRoot = "${finalAttrs.src.name}/pkgs/pyhanko";
@@ -145,7 +145,7 @@ buildPythonPackage (finalAttrs: {
      sourceRoot = "${finalAttrs.src.name}/internal/common-test-utils";
      # Include the test pdf/xml files etc. in the build output
      postPatch = ''
        echo "graft src/test_data" > MANIFEST.in
        echo "graft src/pyhanko_testing_commons/test_data" > MANIFEST.in
      '';

      build-system = [ setuptools ];