Compare commits
No commits in common. "ea508cb98406def3e6043fdaca9027b86b3beb05" and "e09baa1d613abf51cbc1b413ec369a5011f88749" have entirely different histories.
ea508cb984
...
e09baa1d61
BIN
0.10.2.tar.gz
BIN
0.10.2.tar.gz
Binary file not shown.
@ -1,31 +1,31 @@
|
|||||||
Name: python-toml
|
Name: python-toml
|
||||||
Version: 0.10.2
|
Version: 0.10.0
|
||||||
Release: 2
|
Release: 1
|
||||||
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://pypi.python.org/pypi/toml
|
||||||
Source0: https://github.com/uiri/toml/archive/refs/tags/0.10.2.tar.gz
|
Source0: https://files.pythonhosted.org/packages/b9/19/5cbd78eac8b1783671c40e34bb0fa83133a06d340a38b55c645076d40094/toml-0.10.0.tar.gz
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
|
|
||||||
%description
|
%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
|
%package -n python3-toml
|
||||||
Summary: Python Library for Tom's Obvious, Minimal Language
|
Summary: Python Library for Tom's Obvious, Minimal Language
|
||||||
Provides: python-toml
|
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
%{?python_provide:%python_provide python3-toml}
|
||||||
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.
|
||||||
|
|
||||||
%package_help
|
%package_help
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n toml-0.10.2
|
%autosetup -n toml-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%_bindir/python3 setup.py build '--executable=%_bindir/python3 -s'
|
%_bindir/python3 setup.py build '--executable=%_bindir/python3 -s'
|
||||||
@ -36,22 +36,13 @@ TOML aims to be a minimal configuration file format that's easy to read due to o
|
|||||||
%files -n python3-toml
|
%files -n python3-toml
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%_prefix/lib/python%{python3_version}/site-packages/toml
|
%_prefix/lib/python3.7/site-packages/toml
|
||||||
%_prefix/lib/python%{python3_version}/site-packages/toml-%{version}-py%{python3_version}.egg-info
|
%_prefix/lib/python3.7/site-packages/toml-%{version}-py3.7.egg-info
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%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
|
|
||||||
- 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
|
* Tue Feb 11 2020 huzunhao<huzunhao2@huawei.com> - 0.10.0-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
@ -1,4 +0,0 @@
|
|||||||
version_control: pypi
|
|
||||||
src_repo: toml
|
|
||||||
tag_pattern: ^v
|
|
||||||
seperator: .
|
|
||||||
BIN
toml-0.10.0.tar.gz
Normal file
BIN
toml-0.10.0.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user