Skip to content

Commit 78c4b63

Browse files
committed
python312Packages.w3lib: 2.2.1 -> 2.3.1
Changelog: https://github.com/scrapy/w3lib/blob/v2.3.1/NEWS
1 parent 52b40d9 commit 78c4b63

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

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

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
lib,
33
buildPythonPackage,
4-
fetchpatch,
54
fetchPypi,
65
pytestCheckHook,
76
pythonOlder,
@@ -10,23 +9,16 @@
109

1110
buildPythonPackage rec {
1211
pname = "w3lib";
13-
version = "2.2.1";
12+
version = "2.3.1";
1413
pyproject = true;
1514

16-
disabled = pythonOlder "3.7";
15+
disabled = pythonOlder "3.9";
1716

1817
src = fetchPypi {
1918
inherit pname version;
20-
hash = "sha256-dW/y2Uxk5ByNfAxZ/qEqXQvFXjOlMceYi0oWPeubB90=";
19+
hash = "sha256-XIrAKjAnV2F0wrYeuaIXC6Gxl8rnZwgHcbbx/r2iSaQ=";
2120
};
2221

23-
patches = [
24-
(fetchpatch {
25-
url = "https://github.com/scrapy/w3lib/commit/44dcf9160c3f207658d6ce808307c80c9ca835a2.patch";
26-
hash = "sha256-fUQ2oWpAJeslgemt+EUxKLH3Ywpg441FCOBLFJCZ+Ac=";
27-
})
28-
];
29-
3022
build-system = [ setuptools ];
3123

3224
nativeCheckInputs = [ pytestCheckHook ];

0 commit comments

Comments
 (0)