[packages/python3-poetry-core] - updated to 2.2.1

qboosh qboosh at pld-linux.org
Thu Jan 15 22:29:15 CET 2026


commit 7dbd5a1ca15e19ade58d3d2b228ee6629d24b01e
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu Jan 15 22:29:11 2026 +0100

    - updated to 2.2.1

 python3-poetry-core.spec | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/python3-poetry-core.spec b/python3-poetry-core.spec
index 93c74d5..cf3658d 100644
--- a/python3-poetry-core.spec
+++ b/python3-poetry-core.spec
@@ -6,18 +6,18 @@
 Summary:	Poetry PEP 517 Build Backend
 Summary(pl.UTF-8):	Backend budowania PEP 517 z projektu Poetry
 Name:		python3-%{module}
-Version:	2.0.1
-Release:	4
+Version:	2.2.1
+Release:	1
 License:	MIT
 Group:		Libraries/Python
-Source0:	https://pypi.debian.net/poetry-core/poetry_core-%{version}.tar.gz
-# Source0-md5:	799f582e2644e6c2c7865498f3b37394
+#Source0Download: https://pypi.org/simple/poetry-core/
+Source0:	https://files.pythonhosted.org/packages/source/p/poetry-core/poetry_core-%{version}.tar.gz
+# Source0-md5:	a025abe2dd8d096480a87941f30d95ec
 URL:		https://pypi.org/project/poetry/
-BuildRequires:	python3-build
+BuildRequires:	python3-build >= 0.10.0
 BuildRequires:	python3-installer
 BuildRequires:	python3-modules >= 1:3.9
 %if %{with tests}
-BuildRequires:	python3-build >= 0.10.0
 BuildRequires:	python3-pytest >= 7.1.2
 BuildRequires:	python3-pytest-mock >= 3.10
 BuildRequires:	python3-setuptools >= 1:60
@@ -50,10 +50,10 @@ pakietem, pozwalającym na używanie frontendów budowania zgodnych z PEP
 %py3_build_pyproject
 
 %if %{with tests}
-%{__python3} -m zipfile -e build-3/*.whl build-3-test
 PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
 PYTEST_PLUGINS=pytest_mock \
-%{__python3} -m pytest -o pythonpath="$PWD/build-3-test" tests
+PYTHONPATH=$(pwd)/src \
+%{__python3} -m pytest tests
 %endif
 
 %install
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python3-poetry-core.git/commitdiff/7dbd5a1ca15e19ade58d3d2b228ee6629d24b01e



More information about the pld-cvs-commit mailing list