python310Packages.twine: 4.0.0 -> 4.0.1
This commit is contained in:
@@ -16,13 +16,13 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "twine";
|
||||
version = "4.0.0";
|
||||
version = "4.0.1";
|
||||
format = "pyproject";
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-gXqgwL3AKl6+MgUeFo4jxxoGCDNOYkx5MBHxINu8Bbc=";
|
||||
sha256 = "sha256-lrHPEveuYRpKQLaujpVwIV2v8GEYKPX+HzehYlWrJKA=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ setuptools-scm ];
|
||||
@@ -42,6 +42,8 @@ buildPythonPackage rec {
|
||||
# Requires network
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [ "twine" ];
|
||||
|
||||
meta = {
|
||||
description = "Collection of utilities for interacting with PyPI";
|
||||
homepage = "https://github.com/pypa/twine";
|
||||
|
||||
Reference in New Issue
Block a user