python3Packages.types-deprecated: 1.3.1.20251101 -> 1.3.1.20260520
This commit is contained in:
@@ -7,15 +7,21 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "types-deprecated";
|
||||
version = "1.3.1.20251101";
|
||||
version = "1.3.1.20260520";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "types_deprecated";
|
||||
inherit version;
|
||||
hash = "sha256-8ALSZrcyAfRuxvxxLB8BYGfsbLRDV1Wc21DIawEJUac=";
|
||||
hash = "sha256-TQ2eVSFDLZzogWn7i3k7RdcNjozBp+zVpEZau/g8mrQ=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace-fail "setuptools>=82.0.1" "setuptools" \
|
||||
--replace-fail "'deprecated-stubs' =" "'*' ="
|
||||
'';
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
# Modules has no tests
|
||||
|
||||
Reference in New Issue
Block a user