python311Packages.poetry-core: 1.6.1 -> 1.7.0

https://github.com/python-poetry/poetry-core/blob/1.7.0/CHANGELOG.md

The revert for x86_64-darwin does not seem necessary any longer, as I
could build the package on the darwin community builder.
This commit is contained in:
Martin Weinelt
2023-09-27 15:32:45 +02:00
parent a14239a0ee
commit 7cdcc74c70
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "poetry-core";
version = "1.6.1";
version = "1.7.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -24,47 +24,9 @@ buildPythonPackage rec {
owner = "python-poetry";
repo = pname;
rev = version;
hash = "sha256-Gc22Y2T4uO39jiOqEUFeOfnVCbknuDjmzFPZgk2eY74=";
hash = "sha256-OfY2zc+5CgOrgbiPVnvMdT4h1S7Aek8S7iThl6azmsk=";
};
# revert update of vendored dependencies to unbreak e.g. zeroconf on x86_64-darwin
patches = lib.optionals (stdenv.isDarwin && stdenv.isx86_64) [
(fetchpatch {
url = "https://github.com/python-poetry/poetry-core/commit/0bdf29e9631fda9436066a07ca8e69a4aa97a31e.patch";
revert = true;
hash = "sha256-Uqlv17GUcmVkB6ZFePtrbUonsbkiIXay7LLuT/WcPh8=";
})
(fetchpatch {
url = "https://github.com/python-poetry/poetry-core/commit/48447a18a60c43240bf075fc0c2501f6d68f0211.patch";
revert = true;
hash = "sha256-23GazppqYmuAmkE/xMtuzng2PbxhYNwgtmsvb6lfvig=";
})
(fetchpatch {
url = "https://github.com/python-poetry/poetry-core/commit/bc97ac6030049a01e5337fcb53493112a9c75a81.patch";
revert = true;
hash = "sha256-8NAG+Xm/BNL16NONZJRNB3JiRRKvjMsZJH2FWlw+dHk=";
})
(fetchpatch {
url = "https://github.com/python-poetry/poetry-core/commit/835bc91393fbb983de6227d67b076aea1360ea68.patch";
revert = true;
hash = "sha256-Z5viypprDY9GGeX6luBsIoSI9D0lN9g14U9uMh4DTfA=";
})
(fetchpatch {
url = "https://github.com/python-poetry/poetry-core/commit/80d7dcdc722dee0e09e5f3303b663003d794832c.patch";
revert = true;
hash = "sha256-CPjkNCmuAiowp/kyKqnEfUQNmXK95RMJOIa24nG6xi8=";
})
(fetchpatch {
url = "https://github.com/python-poetry/poetry-core/commit/43fd7fe62676421b3661c96844b5d7cf49b87c07.patch";
excludes = [
"vendors/poetry.lock"
"vendors/pyproject.toml"
];
revert = true;
hash = "sha256-mbu16qFH9ymDZ0KIMiYMy7js5OmxY7z5qg6ZfgfgeLs=";
})
];
nativeCheckInputs = [
build
git