Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
b8d56a93ff
!5 Update package to version 0.12.3
From: @desert-sailor 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2024-02-27 08:46:56 +00:00
desert-sailor
2bafda8a8a Update package to version 0.12.3 2024-02-27 15:29:07 +08:00
openeuler-ci-bot
5997071516
!4 Update package to version 0.12.1
From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-10-26 01:25:21 +00:00
jxy_git
44b2c6dd5e Update package to version 0.12.1 2023-10-24 17:24:16 +08:00
openeuler-ci-bot
af876a7232
!3 Update package to version 0.11.8
From: @ccdxx 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-06-21 09:43:10 +00:00
chendexi
6b8731ec81 Update package to version 0.11.8 2023-06-21 13:46:07 +08:00
openeuler-ci-bot
fcfcf2b94a
!2 use poetry-core to build remove poetry-run-pkgs
From: @desert-sailor 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-05-22 09:29:56 +00:00
desert-sailor
6989a1832e Use poetry-core to build 2023-05-22 17:05:16 +08:00
openeuler-ci-bot
895ebabb20
!1 update to upstream version 0.11.4 for pylint upgrade
From: @desert-sailor 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-05-22 03:15:25 +00:00
desert-sailor
308b624a3b init package version 0.11.4 2023-05-22 10:42:25 +08:00
2 changed files with 74 additions and 0 deletions

74
python-tomlkit.spec Normal file
View File

@ -0,0 +1,74 @@
%global pypi_name tomlkit
%global common_description %{expand:
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.}
Name: python-%{pypi_name}
Summary: Style preserving TOML library
Version: 0.12.3
Release: 1
License: MIT
URL: https://github.com/sdispater/tomlkit
Source0: %{pypi_source %{pypi_name}}
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-editables
BuildRequires: python3-hatch-vcs
BuildRequires: python3-hatchling
BuildRequires: python3-poetry-core
# test dependencies
BuildRequires: python3dist(pytest)
BuildRequires: python3dist(pyyaml)
%description %{common_description}
%package -n python3-%{pypi_name}
Summary: %{summary}
%description -n python3-%{pypi_name} %{common_description}
%prep
%autosetup -p1 -n %{pypi_name}-%{version}
%build
%pyproject_build
%install
%pyproject_install
%files -n python3-%{pypi_name}
%license LICENSE
%doc README.md
%{python3_sitelib}/%{pypi_name}
%{python3_sitelib}/%{pypi_name}*.dist-info/
%changelog
* Tue Feb 27 2024 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 0.12.3-1
- Update package to version 0.12.3
chore(deps-dev): bump urllib3 from 1.26.14 to 1.26.18
fix: Newline lost when updating a table
fix: Significant slowdown on nested tables depending on syntax
fix: Fix division for integers
fix: error when overwriting a sub table
* Tue Oct 24 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 0.12.1-1
- Update package to version 0.12.1
* Wed Jun 21 2023 chendexi <chendexi@kylinos.cn> - 0.11.8-1
- Update package to version 0.11.8
* Mon May 22 2023 Dongxing Wang <dxwangk@isoftstone.com> - 0.11.4-2
- Use poetry-core to build
* Tue May 16 2023 Dongxing Wang <dxwangk@isoftstone.com> - 0.11.4-1
- Init package version 0.11.4

BIN
tomlkit-0.12.3.tar.gz Normal file

Binary file not shown.