provide python3.10(toml)
This commit is contained in:
parent
9176dca30b
commit
a2989bbab0
@ -1,6 +1,6 @@
|
||||
Name: python-toml
|
||||
Version: 0.10.2
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Python Library for Tom's Obvious, Minimal Language
|
||||
License: MIT
|
||||
URL: https://github.com/uiri/toml
|
||||
@ -16,6 +16,8 @@ Summary: Python Library for Tom's Obvious, Minimal Language
|
||||
Provides: python-toml
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
Provides: python%{python3_pkgversion}dist(toml) = %{version}
|
||||
Provides: python%{python3_version}dist(toml) = %{version}
|
||||
|
||||
%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.
|
||||
@ -42,9 +44,14 @@ TOML aims to be a minimal configuration file format that's easy to read due to o
|
||||
%doc README.rst
|
||||
|
||||
%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
|
||||
- update version to 0.10.2
|
||||
|
||||
* Thu Jun 18 2020 yanglu<yanglu60@huawei.com> - 0.10.0-2
|
||||
- Change global
|
||||
|
||||
* Tue Feb 11 2020 huzunhao<huzunhao2@huawei.com> - 0.10.0-1
|
||||
- Package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user