python311Packages.pydantic: 1.10.9 -> 1.10.12

https://github.com/pydantic/pydantic/blob/v1.10.12/HISTORY.md
This commit is contained in:
Martin Weinelt
2023-09-27 15:35:23 +02:00
parent fc2a518a9c
commit 5be3e19aec
@@ -33,7 +33,7 @@
buildPythonPackage rec {
pname = "pydantic";
version = "1.10.9";
version = "1.10.12";
format = "setuptools";
outputs = [
@@ -48,18 +48,9 @@ buildPythonPackage rec {
owner = "pydantic";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-POqMxBJUFFS1TnO9h5W7jYwFlukBOng0zbtq4kzmMB4=";
hash = "sha256-3XnbPGU90wLCPEryFAOky6Iy73Dvgzzh+GbOKW8hZ4U=";
};
patches = [
# Fixes racy doctests build failures on really fast machines
# FIXME: remove after next release
(fetchpatch {
url = "https://github.com/pydantic/pydantic/pull/6103/commits/f05014a30340e608155683aaca17d275f93a0380.diff";
hash = "sha256-sr47hpl37SSFFbK+/h3hGlF6Pl6L8XPKDU0lZZV7Vzs=";
})
];
postPatch = ''
sed -i '/flake8/ d' Makefile
'';