python3Packages.w3lib: 2.4.0 -> 2.4.1
Diff: https://github.com/scrapy/w3lib/compare/v2.4.0...v2.4.1 Changelog: https://github.com/scrapy/w3lib/blob/v2.4.1/NEWS
This commit is contained in:
@@ -1,19 +1,21 @@
|
||||
{
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
fetchFromGitHub,
|
||||
hatchling,
|
||||
pytestCheckHook,
|
||||
}:
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "w3lib";
|
||||
version = "2.4.0";
|
||||
version = "2.4.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit (finalAttrs) pname version;
|
||||
hash = "sha256-4jOtIWSbadDgR6EPMBga6Wd1JKKfb3H288dY3AyNJkg=";
|
||||
src = fetchFromGitHub {
|
||||
owner = "scrapy";
|
||||
repo = "w3lib";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-RcjsuzlHx3vp0tBucCQZQTVq9FsxSpY9iLwlvoo02cE=";
|
||||
};
|
||||
|
||||
build-system = [ hatchling ];
|
||||
@@ -25,7 +27,7 @@ buildPythonPackage (finalAttrs: {
|
||||
meta = {
|
||||
description = "Library of web-related functions";
|
||||
homepage = "https://github.com/scrapy/w3lib";
|
||||
changelog = "https://github.com/scrapy/w3lib/blob/${finalAttrs.version}/NEWS";
|
||||
changelog = "https://github.com/scrapy/w3lib/blob/${finalAttrs.src.tag}/NEWS";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user