[packages/python3-poetry-core] - updated dependencies
qboosh
qboosh at pld-linux.org
Sun May 25 11:28:53 CEST 2025
commit e64be56e0863b6a7acd8992e988ba899fd333efc
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun May 25 10:27:19 2025 +0200
- updated dependencies
python3-poetry-core.spec | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/python3-poetry-core.spec b/python3-poetry-core.spec
index aa23248..93c74d5 100644
--- a/python3-poetry-core.spec
+++ b/python3-poetry-core.spec
@@ -10,18 +10,24 @@ Version: 2.0.1
Release: 4
License: MIT
Group: Libraries/Python
-Source0: https://pypi.debian.net/%{module}/poetry_core-%{version}.tar.gz
+Source0: https://pypi.debian.net/poetry-core/poetry_core-%{version}.tar.gz
# Source0-md5: 799f582e2644e6c2c7865498f3b37394
URL: https://pypi.org/project/poetry/
BuildRequires: python3-build
BuildRequires: python3-installer
-BuildRequires: python3-modules >= 1:3.2
+BuildRequires: python3-modules >= 1:3.9
%if %{with tests}
-#BuildRequires: python3-
+BuildRequires: python3-build >= 0.10.0
+BuildRequires: python3-pytest >= 7.1.2
+BuildRequires: python3-pytest-mock >= 3.10
+BuildRequires: python3-setuptools >= 1:60
+BuildRequires: python3-tomli_w >= 1.0.0
+BuildRequires: python3-trove_classifiers >= 2022.5.19
+BuildRequires: python3-virtualenv >= 20.21
%endif
BuildRequires: rpm-pythonprov
BuildRequires: rpmbuild(macros) >= 2.044
-Requires: python3-modules >= 1:3.2
+Requires: python3-modules >= 1:3.9
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -45,7 +51,6 @@ pakietem, pozwalającym na używanie frontendów budowania zgodnych z PEP
%if %{with tests}
%{__python3} -m zipfile -e build-3/*.whl build-3-test
-# use explicit plugins list for reliable builds (delete PYTEST_PLUGINS if empty)
PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
PYTEST_PLUGINS=pytest_mock \
%{__python3} -m pytest -o pythonpath="$PWD/build-3-test" tests
@@ -61,7 +66,7 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc README.md
+%doc LICENSE README.md
%dir %{py3_sitescriptdir}/poetry
%{py3_sitescriptdir}/poetry/core
%{py3_sitescriptdir}/poetry_core-%{version}.dist-info
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3-poetry-core.git/commitdiff/e64be56e0863b6a7acd8992e988ba899fd333efc
More information about the pld-cvs-commit
mailing list