From a2989bbab01e900c935670deb872fe8af8294f60 Mon Sep 17 00:00:00 2001 From: kerongw Date: Mon, 27 Dec 2021 07:03:08 +0000 Subject: [PATCH] provide python3.10(toml) --- python-toml.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/python-toml.spec b/python-toml.spec index 8a559a5..4eb49cf 100644 --- a/python-toml.spec +++ b/python-toml.spec @@ -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 - 0.10.2-2 +- provides python3.10(toml) + * Mon Jul 19 2021 jinzig - 0.10.2-1 - update version to 0.10.2 + * Thu Jun 18 2020 yanglu - 0.10.0-2 - Change global + * Tue Feb 11 2020 huzunhao - 0.10.0-1 - Package init