Skip to content

Commit f281935

Browse files
committed
1 parent 242c648 commit f281935

1 file changed

Lines changed: 5 additions & 15 deletions

File tree

pkgs/development/python-modules/twisted/default.nix

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
, glibcLocales
1717
, h2
1818
, hyperlink
19+
, hypothesis
1920
, idna
2021
, incremental
2122
, priority
@@ -45,7 +46,7 @@
4546

4647
buildPythonPackage rec {
4748
pname = "twisted";
48-
version = "22.8.0";
49+
version = "22.10.0";
4950
format = "setuptools";
5051

5152
disabled = pythonOlder "3.6";
@@ -54,17 +55,9 @@ buildPythonPackage rec {
5455
pname = "Twisted";
5556
inherit version;
5657
extension = "tar.gz";
57-
hash = "sha256-5bYN458tHaFT++GHTYhf4/y9sh/MRG+nWaU+j8NRO+0=";
58+
hash = "sha256-Mqy9QKlPX0bntCwQm/riswIlCUVWF4Oot6BZBI8tTTE=";
5859
};
5960

60-
patches = [
61-
(fetchpatch {
62-
name = "fix-test_openFileDescriptors.patch";
63-
url = "https://github.com/twisted/twisted/commit/47f47634940141466177261b20bb43c300531e38.patch";
64-
hash = "sha256-wacnF166PnZHXJEqTlPZUdDILJIVHOcnC2a34SQumvs=";
65-
})
66-
];
67-
6861
__darwinAllowLocalNetworking = true;
6962

7063
propagatedBuildInputs = [
@@ -128,6 +121,7 @@ buildPythonPackage rec {
128121
checkInputs = [
129122
git
130123
glibcLocales
124+
hypothesis
131125
pyhamcrest
132126
]
133127
++ passthru.optional-dependencies.conch
@@ -169,11 +163,7 @@ buildPythonPackage rec {
169163

170164
meta = with lib; {
171165
homepage = "https://github.com/twisted/twisted";
172-
description = "Twisted, an event-driven networking engine written in Python";
173-
longDescription = ''
174-
Twisted is an event-driven networking engine written in Python
175-
and licensed under the MIT license.
176-
'';
166+
description = "Asynchronous networking framework written in Python";
177167
license = licenses.mit;
178168
maintainers = with maintainers; [ SuperSandro2000 ];
179169
};

0 commit comments

Comments
 (0)