From f8ea6e900a9406a60d35ae9b1c0d734debbf9788 Mon Sep 17 00:00:00 2001 From: icp Date: Thu, 6 Oct 2022 21:50:29 +0530 Subject: [PATCH] Revert "python3-poetry-core: update to 1.3.1." This reverts commit 25dfe0bbd89769d8291c8c3ea3dd1e10ef937fc0. Synapse is having runtime issues. https://github.com/matrix-org/synapse/issues/14079. --- srcpkgs/python3-poetry-core/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-poetry-core/template b/srcpkgs/python3-poetry-core/template index 760493d3d33c..e1d9b0a45f12 100644 --- a/srcpkgs/python3-poetry-core/template +++ b/srcpkgs/python3-poetry-core/template @@ -1,7 +1,8 @@ # Template file for 'python3-poetry-core' pkgname=python3-poetry-core -version=1.3.1 -revision=1 +reverts="1.3.1_1" +version=1.1.0 +revision=2 wrksrc="poetry-core-${version}" build_style="python3-pep517" make_check_args="--deselect tests/masonry/builders/test_sdist.py::test_default_with_excluded_data @@ -14,7 +15,7 @@ license="MIT" homepage="https://github.com/python-poetry/poetry-core" changelog="https://raw.githubusercontent.com/python-poetry/poetry-core/main/CHANGELOG.md" distfiles="https://github.com/python-poetry/poetry-core/archive/refs/tags/${version}.tar.gz" -checksum=8da8ce8f2e861527f660d7205a77095279d462b44d1d11bcf9e8ce74d96219ee +checksum=44535d5c20e20189041714a45758774f713e4a53c3db071dca11a59d32aeba44 make_check_pre="env PYTHONPATH=src" pre_check() {