Unverified Commit 067c2f76 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #215978 from fabaff/scmrepo-bump

python310Packages.scmrepo: 0.1.7 -> 0.1.9 
parents d1801a81 18d79944
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -11,11 +11,12 @@
, pygtrie
, pythonOlder
, setuptools
, shortuuid
}:

buildPythonPackage rec {
  pname = "scmrepo";
  version = "0.1.7";
  version = "0.1.9";
  format = "pyproject";

  disabled = pythonOlder "3.7";
@@ -24,7 +25,7 @@ buildPythonPackage rec {
    owner = "iterative";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-F+t/3Nfcw+LG9Kh0Je2JwPWUWBNsZXTEaQOKaTT5ig0=";
    hash = "sha256-WXePQMHCAmcGUHNNHBaqNQisewMUR87iJC0K2ltYVBE=";
  };

  postPatch = ''
@@ -46,6 +47,7 @@ buildPythonPackage rec {
    pathspec
    pygit2
    pygtrie
    shortuuid
  ];

  # Requires a running Docker instance
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Library to generate concise, unambiguous and URL-safe UUIDs";
    homepage = "https://github.com/stochastic-technologies/shortuuid/";
    changelog = "https://github.com/skorokithakis/shortuuid/blob/v${version}/CHANGELOG.md";
    license = licenses.bsd3;
    maintainers = with maintainers; [ zagy ];
  };