Merge pull request #182964 from onny/boltons
python310Packages.boltons: 20.2.1 -> 21.0.0
This commit is contained in:
commit
2e5ce2cb89
1 changed files with 2 additions and 8 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "boltons";
|
||||
version = "20.2.1";
|
||||
version = "21.0.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
@ -18,7 +18,7 @@ buildPythonPackage rec {
|
|||
owner = "mahmoud";
|
||||
repo = "boltons";
|
||||
rev = version;
|
||||
hash = "sha256-iCueZsi/gVbko7MW43vaUQMWRVI/YhmdfN29gD6AgG8=";
|
||||
hash = "sha256-8HO7X2PQEbQIQsCa2cMHQI3rlofVT22GYrWNXY34MLk=";
|
||||
};
|
||||
|
||||
checkInputs = [
|
||||
|
@ -34,12 +34,6 @@ buildPythonPackage rec {
|
|||
})
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# This test is broken without this PR. Merged but not released
|
||||
# https://github.com/mahmoud/boltons/pull/283
|
||||
"test_frozendict"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"boltons"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue