Merge pull request #215978 from fabaff/scmrepo-bump

python310Packages.scmrepo: 0.1.7 -> 0.1.9
This commit is contained in:
Mario Rodas
2023-02-12 13:03:14 -05:00
committed by GitHub
2 changed files with 5 additions and 2 deletions
@@ -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
@@ -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 ];
};