[packages/python3-tomlkit] - updated to 0.13.3
qboosh
qboosh at pld-linux.org
Fri Jul 4 06:22:16 CEST 2025
commit bf0f322bf463d9981d48ae3873410228d81755ba
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Fri Jul 4 06:23:45 2025 +0200
- updated to 0.13.3
python3-tomlkit.spec | 23 +++++++++++------------
1 file changed, 11 insertions(+), 12 deletions(-)
---
diff --git a/python3-tomlkit.spec b/python3-tomlkit.spec
index 2d881df..6483f92 100644
--- a/python3-tomlkit.spec
+++ b/python3-tomlkit.spec
@@ -6,40 +6,41 @@
Summary: Style preserving TOML library
Summary(pl.UTF-8): Biblioteka TOML zachowująca styl
Name: python3-tomlkit
-Version: 0.13.2
+Version: 0.13.3
Release: 1
License: MIT
Group: Libraries/Python
#Source0Download: https://pypi.org/simple/tomlkit/
Source0: https://files.pythonhosted.org/packages/source/t/tomlkit/tomlkit-%{version}.tar.gz
-# Source0-md5: 0db1a3750c64b141720f05430df9b433
+# Source0-md5: b77382a3de2e0c1ab715ad456139e260
URL: https://pypi.org/project/tomlkit/
-BuildRequires: python3-modules >= 1:3.6
BuildRequires: python3-build
BuildRequires: python3-installer
+BuildRequires: python3-modules >= 1:3.8
+BuildRequires: python3-poetry-core >= 1.0.0
%if %{with tests}
-BuildRequires: python3-pytest >= 6.2.5
+BuildRequires: python3-PyYAML >= 6.0
+BuildRequires: python3-pytest >= 7.2.0
%endif
BuildRequires: rpm-pythonprov
-BuildRequires: rpmbuild(macros) >= 1.714
+BuildRequires: rpmbuild(macros) >= 2.044
%if %{with doc}
-BuildRequires: python3-furo >= 2021.9
-# >= 2021.11.23 when available
+BuildRequires: python3-furo >= 2022.9.29
BuildRequires: sphinx-pdg >= 4.3.2
%endif
-Requires: python3-modules >= 1:3.6
+Requires: python3-modules >= 1:3.8
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-TOML Kit is a 1.0.0rc1-compliant TOML library.
+TOML Kit is a 1.0.0-compliant TOML library.
It includes a parser that preserves all comments, indentations,
whitespace and internal element ordering, and makes them accessible
and editable via an intuitive API.
%description -l pl.UTF-8
-TOML Kit to biblioteka TOML zgodna z 1.0.0rc1.
+TOML Kit to biblioteka TOML zgodna z 1.0.0.
Zawiera parser zachowujący wszystkie komentarze, wcięcia, białe znaki
oraz kolejność elementów wewnętrznych i pozwalający na dostęp oraz
@@ -64,9 +65,7 @@ Dokumentacja API modułu Pythona tomlkit.
%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= \
%{__python3} -m pytest -o pythonpath="$PWD/build-3-test" tests
%endif
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3-tomlkit.git/commitdiff/bf0f322bf463d9981d48ae3873410228d81755ba
More information about the pld-cvs-commit
mailing list