Merge pull request #144945 from fabaff/bump-solo-python

python3Packages.solo-python: 0.0.30 -> 0.0.31
This commit is contained in:
Fabian Affolter 2021-11-07 10:35:13 +01:00 committed by GitHub
commit bfd8ca6522
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,18 +14,18 @@
buildPythonPackage rec {
pname = "solo-python";
version = "0.0.30";
version = "0.0.31";
format = "flit";
disabled = pythonOlder "3.6"; # only python>=3.6 is supported
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "solokeys";
repo = pname;
rev = version;
sha256 = "1i9kybp08qfcdx6m4wl7ij40y1v17mvvhcdg7zglwfakblf69w41";
sha256 = "sha256-OguAHeNpom+zthREzdhejy5HJUIumrtwB0WJAwUNiSA=";
};
# replaced pinned fido, with unrestricted fido version
patchPhase = ''
sed -i '/fido2/c\"fido2",' pyproject.toml
'';
@ -41,12 +41,10 @@
requests
];
# allow for writable directory for darwin
preBuild = ''
export HOME=$TMPDIR
'';
# repo doesn't contain tests, ensure imports aren't broken
pythonImportsCheck = [
"solo"
"solo.cli"