provide python3.10(toml)

This commit is contained in:
kerongw 2021-12-27 07:03:08 +00:00 committed by Gitee
parent 9176dca30b
commit a2989bbab0
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: python-toml Name: python-toml
Version: 0.10.2 Version: 0.10.2
Release: 1 Release: 2
Summary: Python Library for Tom's Obvious, Minimal Language Summary: Python Library for Tom's Obvious, Minimal Language
License: MIT License: MIT
URL: https://github.com/uiri/toml URL: https://github.com/uiri/toml
@ -16,6 +16,8 @@ Summary: Python Library for Tom's Obvious, Minimal Language
Provides: python-toml Provides: python-toml
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
Provides: python%{python3_pkgversion}dist(toml) = %{version}
Provides: python%{python3_version}dist(toml) = %{version}
%description -n python3-toml %description -n python3-toml
TOML aims to be a minimal configuration file format that's easy to read due to obvious semantics. TOML is designed to map unambiguously to a hash table. TOML should be easy to parse into data structures in a wide variety of languages. TOML aims to be a minimal configuration file format that's easy to read due to obvious semantics. TOML is designed to map unambiguously to a hash table. TOML should be easy to parse into data structures in a wide variety of languages.
@ -42,9 +44,14 @@ TOML aims to be a minimal configuration file format that's easy to read due to o
%doc README.rst %doc README.rst
%changelog %changelog
* Mon Dec 27 2021 wangkerong<wangkerong@huawei.com> - 0.10.2-2
- provides python3.10(toml)
* Mon Jul 19 2021 jinzig<jinzhiguang@kylinos.cn> - 0.10.2-1 * Mon Jul 19 2021 jinzig<jinzhiguang@kylinos.cn> - 0.10.2-1
- update version to 0.10.2 - update version to 0.10.2
* Thu Jun 18 2020 yanglu<yanglu60@huawei.com> - 0.10.0-2 * Thu Jun 18 2020 yanglu<yanglu60@huawei.com> - 0.10.0-2
- Change global - Change global
* Tue Feb 11 2020 huzunhao<huzunhao2@huawei.com> - 0.10.0-1 * Tue Feb 11 2020 huzunhao<huzunhao2@huawei.com> - 0.10.0-1
- Package init - Package init