diff --git a/0.10.2.tar.gz b/0.10.2.tar.gz new file mode 100644 index 0000000..52770ec Binary files /dev/null and b/0.10.2.tar.gz differ diff --git a/python-toml.spec b/python-toml.spec index cbbb644..8a559a5 100644 --- a/python-toml.spec +++ b/python-toml.spec @@ -1,31 +1,29 @@ Name: python-toml -Version: 0.10.0 -Release: 2 +Version: 0.10.2 +Release: 1 Summary: Python Library for Tom's Obvious, Minimal Language License: MIT -URL: https://pypi.python.org/pypi/toml -Source0: https://files.pythonhosted.org/packages/b9/19/5cbd78eac8b1783671c40e34bb0fa83133a06d340a38b55c645076d40094/toml-0.10.0.tar.gz - +URL: https://github.com/uiri/toml +Source0: https://github.com/uiri/toml/archive/refs/tags/0.10.2.tar.gz BuildArch: noarch BuildRequires: python3-devel %description -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. %package -n python3-toml Summary: Python Library for Tom's Obvious, Minimal Language +Provides: python-toml BuildRequires: python3-devel -%{?python_provide:%python_provide python3-toml} +BuildRequires: python3-setuptools %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. %package_help %prep -%autosetup -n toml-%{version} +%autosetup -n toml-0.10.2 %build %_bindir/python3 setup.py build '--executable=%_bindir/python3 -s' @@ -44,6 +42,8 @@ languages. %doc README.rst %changelog +* 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 diff --git a/toml-0.10.0.tar.gz b/toml-0.10.0.tar.gz deleted file mode 100644 index c44def8..0000000 Binary files a/toml-0.10.0.tar.gz and /dev/null differ