!11 [Lightweight PR]: provide python3.10(toml)
Merge pull request !11 from kerongw/N/A
This commit is contained in:
commit
8ac8a08e26
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user